Re: [U-Boot] [PATCH 06/13] gpio: add support for new flags on gpio configuration

2019-10-31 Thread Patrick DELAUNAY
Hi Simon, > From: Simon Glass > Sent: mercredi 30 octobre 2019 02:49 > > Hi Patrick, > > On Wed, 23 Oct 2019 at 07:45, Patrick Delaunay > wrote: > > > > This commit manages the flags that can be used in GPIO specifiers to > > indicate if a pull-up resistor or pull-down resistor should be

Re: [U-Boot] [PATCH 06/13] gpio: add support for new flags on gpio configuration

2019-10-29 Thread Simon Glass
Hi Patrick, On Wed, 23 Oct 2019 at 07:45, Patrick Delaunay wrote: > > This commit manages the flags that can be used in GPIO specifiers to > indicate if a pull-up resistor or pull-down resistor should be > enabled for output GPIO and the Open Drain/Open Source configuration > for input GPIO. > >

[U-Boot] [PATCH 06/13] gpio: add support for new flags on gpio configuration

2019-10-23 Thread Patrick Delaunay
This commit manages the flags that can be used in GPIO specifiers to indicate if a pull-up resistor or pull-down resistor should be enabled for output GPIO and the Open Drain/Open Source configuration for input GPIO. It is managed in driver with a new ops in gpio uclass set_config. These flags