Re: [PATCH v3 13/21] gpio: add support of new GPIO direction flag

2020-04-17 Thread Tom Rini
On Mon, Jan 13, 2020 at 11:35:07AM +0100, Patrick Delaunay wrote: > This commit manages the new dir flags that can be used in gpio > specifiers to indicate the pull-up or pull-down resistor > configuration for output gpio (GPIO_PULL_UP, GPIO_PULL_DOWN) > or the Open Drain/Open Source configuration

Re: [PATCH v3 13/21] gpio: add support of new GPIO direction flag

2020-01-29 Thread Simon Glass
On Mon, 13 Jan 2020 at 03:35, Patrick Delaunay wrote: > > This commit manages the new dir flags that can be used in gpio > specifiers to indicate the pull-up or pull-down resistor > configuration for output gpio (GPIO_PULL_UP, GPIO_PULL_DOWN) > or the Open Drain/Open Source configuration for input