All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] irqchip/meson-gpio: Add support for Meson-S4 SoC
@ 2022-01-19  7:08 ` Qianggui Song
  0 siblings, 0 replies; 27+ messages in thread
From: Qianggui Song @ 2022-01-19  7:08 UTC (permalink / raw)
  To: Thomas Gleixner, Marc Zyngier
  Cc: Qianggui Song, Kevin Hilman, Neil Armstrong, Jerome Brunet,
	Martin Blumenstingl, linux-kernel, linux-arm-kernel,
	linux-amlogic, devicetree, Rob Herring

This patchset add support for GPIO interrupt controller of Meson-S4 SoC
Which has something different with current other meson chips. To
support the new chips, current gpio irqchip driver need to rework as
below:
1. support more than 8 gpio irq lines.
2. add a set trigger type callback function.

With above work, add support for S4 gpio irqchip

Changes since v1 at [0]:
- fix leaking issue
- fix some typos
- change implementation of new feature.

[0] https://lore.kernel.org/linux-amlogic/20220108084218.31877-1-qianggui.song@amlogic.com/

Qianggui Song (4):
  dt-bindings: interrupt-controller: New binding for Meson-S4 SoCs
  irqchip/meson-gpio: support more than 8 channels gpio irq line
  irqchip/meson-gpio: add select trigger type callback
  irqchip/meson-gpio: Add support for meson s4 SoCs

 .../amlogic,meson-gpio-intc.txt               |   1 +
 drivers/irqchip/irq-meson-gpio.c              | 105 ++++++++++++++++--
 2 files changed, 97 insertions(+), 9 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2022-02-07 22:16 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-19  7:08 [PATCH v2 0/4] irqchip/meson-gpio: Add support for Meson-S4 SoC Qianggui Song
2022-01-19  7:08 ` Qianggui Song
2022-01-19  7:08 ` Qianggui Song
2022-01-19  7:08 ` [PATCH v2 1/4] dt-bindings: interrupt-controller: New binding for Meson-S4 SoCs Qianggui Song
2022-01-19  7:08   ` Qianggui Song
2022-01-19  7:08   ` Qianggui Song
2022-02-07 22:15   ` Rob Herring
2022-02-07 22:15     ` Rob Herring
2022-02-07 22:15     ` Rob Herring
2022-01-19  7:08 ` [PATCH v2 2/4] irqchip/meson-gpio: support more than 8 channels gpio irq line Qianggui Song
2022-01-19  7:08   ` Qianggui Song
2022-01-19  7:08   ` Qianggui Song
2022-01-19  8:53   ` Neil Armstrong
2022-01-19  8:53     ` Neil Armstrong
2022-01-19  8:53     ` Neil Armstrong
2022-01-19 13:31   ` Marc Zyngier
2022-01-19 13:31     ` Marc Zyngier
2022-01-19 13:31     ` Marc Zyngier
2022-01-19  7:08 ` [PATCH v2 3/4] irqchip/meson-gpio: add select trigger type callback Qianggui Song
2022-01-19  7:08   ` Qianggui Song
2022-01-19  7:08   ` Qianggui Song
2022-01-19  8:52   ` Neil Armstrong
2022-01-19  8:52     ` Neil Armstrong
2022-01-19  8:52     ` Neil Armstrong
2022-01-19  7:08 ` [PATCH v2 4/4] irqchip/meson-gpio: Add support for meson s4 SoCs Qianggui Song
2022-01-19  7:08   ` Qianggui Song
2022-01-19  7:08   ` Qianggui Song

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.