Re: [PATCH v2 1/3] gpio: at91: Implement GPIOF_FUNC in get_function()

2024-11-19 Thread Eugen Hristev
Applied patches to u-boot-at91/next, thanks ! Eugen On 11/13/24 12:10, Zixun LI wrote: > This patch adds support for determining whether a gpio pin is mapped as > peripheral function. > > Signed-off-by: Zixun LI > --- > Changes in v2: > - Rename function > --- > drivers/gpio/at91_gpio.c | 13 +

[PATCH v2 1/3] gpio: at91: Implement GPIOF_FUNC in get_function()

2024-11-13 Thread Zixun LI
This patch adds support for determining whether a gpio pin is mapped as peripheral function. Signed-off-by: Zixun LI --- Changes in v2: - Rename function --- drivers/gpio/at91_gpio.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/drivers/gpio/at91_gpio.c b/driv