mbox series

[v1,0/3] gpio: gpio-hisi: Add HiSilicon GPIO support

Message ID 1606901543-8957-1-git-send-email-luojiaxing@huawei.com
Headers show
Series gpio: gpio-hisi: Add HiSilicon GPIO support | expand

Message

luojiaxing Dec. 2, 2020, 9:32 a.m. UTC
This series is the GPIO driver for HiSilicon's ARM SoC.
It provide patches for device driver, MAINTAINER file, and enable gpio-hisi
at defconfig.

Thanks
Jiaxing

Luo Jiaxing (3):
  gpio: gpio-hisi: Add HiSilicon GPIO support
  MAINTAINERS: Add maintainer for HiSilicon GPIO driver
  arm64: defconfig: enable GPIO_HISI

 MAINTAINERS                  |   7 +
 arch/arm64/configs/defconfig |   1 +
 drivers/gpio/Kconfig         |  11 ++
 drivers/gpio/Makefile        |   1 +
 drivers/gpio/gpio-hisi.c     | 356 +++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 376 insertions(+)
 create mode 100644 drivers/gpio/gpio-hisi.c