All of lore.kernel.org
 help / color / mirror / Atom feed
* [for-upstream/dovetail 0/2] Add support for Cherryview GPIO
@ 2021-05-13  1:02 hongzha1
  2021-05-13  1:02 ` [for-upstream/dovetail 1/2] drivers/gpio: core: introduce helper to find array of gpiochips hongzha1
  2021-05-13  1:02 ` [for-upstream/dovetail 2/2] driver/gpio: cherryview: introduce gpio driver for pinctl Cherryview hongzha1
  0 siblings, 2 replies; 9+ messages in thread
From: hongzha1 @ 2021-05-13  1:02 UTC (permalink / raw)
  To: xenomai

1. introduce helper to find array of gpiochips
2. Add support for Cherryview GPIO controller based on helper 1.

I already validated them on Rock PI X board.

hongzha1 (2):
  drivers/gpio: core: introduce helper to find array of gpiochips
  driver/gpio: cherryview: introduce gpio driver for pinctl Cherryview

 include/cobalt/kernel/rtdm/gpio.h     |  4 +++
 kernel/drivers/gpio/Kconfig           |  7 +++++
 kernel/drivers/gpio/Makefile          |  2 ++
 kernel/drivers/gpio/gpio-cherryview.c | 43 +++++++++++++++++++++++++++
 kernel/drivers/gpio/gpio-core.c       | 19 ++++++++++++
 5 files changed, 75 insertions(+)
 create mode 100644 kernel/drivers/gpio/gpio-cherryview.c

-- 
2.17.1



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

end of thread, other threads:[~2021-05-19  1:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-13  1:02 [for-upstream/dovetail 0/2] Add support for Cherryview GPIO hongzha1
2021-05-13  1:02 ` [for-upstream/dovetail 1/2] drivers/gpio: core: introduce helper to find array of gpiochips hongzha1
2021-05-14  8:55   ` Florian Bezdeka
2021-05-14  9:10     ` Florian Bezdeka
2021-05-17  1:15       ` Chen, Hongzhan
2021-05-18 21:25   ` Jan Kiszka
2021-05-18 21:43     ` Jan Kiszka
2021-05-19  1:34       ` Chen, Hongzhan
2021-05-13  1:02 ` [for-upstream/dovetail 2/2] driver/gpio: cherryview: introduce gpio driver for pinctl Cherryview hongzha1

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.