gpio: Add QUICC Engine GPIOs driver
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Tue, 21 Feb 2023 18:31:11 +0000 (19:31 +0100)
committerChristophe Leroy <christophe.leroy@csgroup.eu>
Thu, 6 Apr 2023 12:50:03 +0000 (14:50 +0200)
commite1fff66079d29ef59521771cf0aaa5ac4a834b50
tree9192e708fcc385e708eddd17731a9f57543ba047
parent34ae2b2abb950e62e64721b14c6ee8c8794c1ca4
gpio: Add QUICC Engine GPIOs driver

The mpc832x has GPIOs handled by the QUICC Engine.
The registers are different from the one for the
non QE mpc83xx GPIOs.

Implement a GPIO driver for those.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
arch/powerpc/include/asm/arch-mpc83xx/gpio.h
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/qe_gpio.c [new file with mode: 0644]