mbox series

[v1,0/2] gpiolib: of: Fix and amendment of OF quirks

Message ID 20250402122058.1517393-1-andriy.shevchenko@linux.intel.com
Headers show
Series gpiolib: of: Fix and amendment of OF quirks | expand

Message

Andy Shevchenko April 2, 2025, 12:19 p.m. UTC
Just a couple of minor updates to the GPIO OF quirks.

Andy Shevchenko (2):
  gpiolib: of: Fix the choice for Ingenic NAND quirk
  gpiolib: of: Move Atmel HSMCI quirk up out of the regulator comment

 drivers/gpio/gpiolib-of.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Comments

Bartosz Golaszewski April 8, 2025, 9:07 a.m. UTC | #1
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>


On Wed, 02 Apr 2025 15:19:59 +0300, Andy Shevchenko wrote:
> Just a couple of minor updates to the GPIO OF quirks.
> 
> Andy Shevchenko (2):
>   gpiolib: of: Fix the choice for Ingenic NAND quirk
>   gpiolib: of: Move Atmel HSMCI quirk up out of the regulator comment
> 
> drivers/gpio/gpiolib-of.c | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)
> 
> [...]

Applied, thanks!

[1/2] gpiolib: of: Fix the choice for Ingenic NAND quirk
      https://git.kernel.org/brgl/linux/c/2b9c536430126c233552cdcd6ec9d5077454ece4
[2/2] gpiolib: of: Move Atmel HSMCI quirk up out of the regulator comment
      https://git.kernel.org/brgl/linux/c/b8c7a1ac884cc267d1031f8de07f1a689a69fbab

Best regards,