[PATCH v2 01/10] gpio: octeon_gpio: Add GPIO controller driver for Octeon

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Mon Aug 3 21:10:13 CEST 2020


> From: Suneel Garapati <sgarapati at marvell.com>
> 
> Add support for GPIO controllers found on Octeon II/III and Octeon TX
> TX2 SoC platforms.
> 
> Signed-off-by: Aaron Williams <awilliams at marvell.com>
> Signed-off-by: Suneel Garapati <sgarapati at marvell.com>
> Signed-off-by: Stefan Roese <sr at denx.de>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> 
> ---
> 
> (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 <daniel.schwierzeck at gmail.com>

-- 
- Daniel



More information about the U-Boot mailing list