> From: Suneel Garapati <[email protected]> > > Add support for GPIO controllers found on Octeon II/III and Octeon TX > TX2 SoC platforms. > > Signed-off-by: Aaron Williams <[email protected]> > Signed-off-by: Suneel Garapati <[email protected]> > Signed-off-by: Stefan Roese <[email protected]> > Reviewed-by: Simon Glass <[email protected]> > > --- > > (no changes since v2) > > Changes in v2: > - Tested on MIPS Octeon and ARM Octeon TX2 > - Removed "struct pci_device_id" definition and U_BOOT_PCI_DEVICE() > as its not needed for the PCI based probing on Octeon TX2 > - Added "depends on DM_PCI" to Kconfig > > Changes in v1: > - Removed common.h and reduced headers as suggested by Daniel > > drivers/gpio/Kconfig | 10 ++ > drivers/gpio/Makefile | 1 + > drivers/gpio/octeon_gpio.c | 242 +++++++++++++++++++++++++++++++++++++ > 3 files changed, 253 insertions(+) > create mode 100644 drivers/gpio/octeon_gpio.c > >
Reviewed-by: Daniel Schwierzeck <[email protected]> -- - Daniel

