[U-Boot] [PATCH v5 3/4] dm: gpio: Implement open drain for MPC85XX GPIO

Simon Glass sjg at chromium.org
Thu May 26 01:17:13 CEST 2016


On 25 May 2016 at 07:15, Mario Six <mario.six at gdsys.cc> wrote:
> From: "mario.six at gdsys.cc" <mario.six at gdsys.cc>
>
> This patch implements the open-drain setting feature for the MPC85XX
> GPIO controller.
>
> Signed-off-by: Mario Six <mario.six at gdsys.cc>
> ---
>
> v5:
> None
>
> v4:
> - Added forgotten mpc85xx_gpio_{get,set}_open_drain functions
>
> v3:
> - Added comments
>
> v2:
> - Added missing commit message
> - Fixed white space issues in function headers
>
> ---
>  drivers/gpio/Kconfig        |  6 +++---
>  drivers/gpio/mpc85xx_gpio.c | 41 +++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 44 insertions(+), 3 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list