Re: [PATCH v3 4/4] gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate function

2022-09-15 Thread Tom Rini
On Tue, Aug 30, 2022 at 02:09:14PM +0200, Patrice Chotard wrote: > This allows to test if a pin's label if displayed using gpio_get_status() > when this pin is configured in alternate function. > > Signed-off-by: Patrice Chotard > Reviewed-by: Simon Glass > Reviewed-by: Patrick Delaunay Appli

Re: [PATCH v3 4/4] gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate function

2022-08-30 Thread Patrick DELAUNAY
Hi Patrice, On 8/30/22 14:09, Patrice Chotard wrote: This allows to test if a pin's label if displayed using gpio_get_status() when this pin is configured in alternate function. Signed-off-by: Patrice Chotard Reviewed-by: Simon Glass --- (no changes since v1) drivers/gpio/sandbox.c

[PATCH v3 4/4] gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate function

2022-08-30 Thread Patrice Chotard
This allows to test if a pin's label if displayed using gpio_get_status() when this pin is configured in alternate function. Signed-off-by: Patrice Chotard Reviewed-by: Simon Glass --- (no changes since v1) drivers/gpio/sandbox.c | 5 + include/asm-generic/gpio.h