linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] gpio: gpio-hisi: Add HiSilicon GPIO support
@ 2020-12-14  8:24 Luo Jiaxing
  2020-12-14  8:24 ` [PATCH v2 1/3] " Luo Jiaxing
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Luo Jiaxing @ 2020-12-14  8:24 UTC (permalink / raw)
  To: linus.walleij, bgolaszewski, catalin.marinas, will,
	andy.shevchenko, andriy.shevchenko
  Cc: linux-gpio, linux-kernel, john.garry, linuxarm

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

---
  v1->v2: 1. set (ARM64 || COMPILE_TEST) && ACPI at kconfig.
          2. Delete some useless header files.
          3. Replace "hisi-ngpio" with "ngpios", fix firmware too
          4. Direction setting is modified to be handle by generic GPIO
          5. Add error code print
          6. Some tiny clean up
---

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     | 328 +++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 348 insertions(+)
 create mode 100644 drivers/gpio/gpio-hisi.c

-- 
2.7.4


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-12-15  9:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-14  8:24 [PATCH v2 0/3] gpio: gpio-hisi: Add HiSilicon GPIO support Luo Jiaxing
2020-12-14  8:24 ` [PATCH v2 1/3] " Luo Jiaxing
2020-12-14  9:11   ` Linus Walleij
2020-12-14 16:58     ` Andy Shevchenko
2020-12-14 22:37       ` Linus Walleij
2020-12-15  9:49         ` Andy Shevchenko
2020-12-14  8:24 ` [PATCH v2 2/3] MAINTAINERS: Add maintainer for HiSilicon GPIO driver Luo Jiaxing
2020-12-14  9:11   ` Linus Walleij
2020-12-14  8:24 ` [PATCH v2 3/3] arm64: defconfig: enable GPIO_HISI Luo Jiaxing
2020-12-14  9:12   ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).