All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Add GPIO interrupt support for Amlogic A4 and A5 SoCs
@ 2025-03-05 10:02 ` Xianwei Zhao via B4 Relay
  0 siblings, 0 replies; 27+ messages in thread
From: Xianwei Zhao @ 2025-03-05 10:02 UTC (permalink / raw)
  To: Thomas Gleixner, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Neil Armstrong, Kevin Hilman, Jerome Brunet, Martin Blumenstingl,
	Heiner Kallweit
  Cc: linux-kernel, devicetree, linux-arm-kernel, linux-amlogic,
	Xianwei Zhao

This patch adds GPIO interrupt support for Amlogic A4 and A5 SoCs

Signed-off-by: Xianwei Zhao <xianwei.zhao@amlogic.com>
---
Changes in v3:
- Fix warning when run 'make ARCH=arm64 dtbs_check'.
- Fix warning when run 'make ARCH=arm64 Image W=1'.
- Rebase file amlogic-a4.dtsi.
- Link to v2: https://lore.kernel.org/r/20250226-irqchip-gpio-a4-a5-v2-0-c55b1050cb55@amlogic.com

Changes in v2:
- Use if/then instead of direct modification minimum value for property 'amlogic,channel-interrupts'.
- Add register offsets to the parameter structure to reduce definition of a function.
- Link to v1: https://lore.kernel.org/r/20250219-irqchip-gpio-a4-a5-v1-0-3c8e44ae42df@amlogic.com

---
Xianwei Zhao (4):
      dt-bindings: interrupt-controller: Add support for Amlogic A4 and A5 SoCs
      irqchip: Add support for Amlogic A4 and A5 SoCs
      arm64: dts: Add gpio_intc node for Amlogic A4 SoCs
      arm64: dts: Add gpio_intc node for Amlogic A5 SoCs

 .../amlogic,meson-gpio-intc.yaml                   | 21 ++++++++++--
 arch/arm64/boot/dts/amlogic/amlogic-a4.dtsi        | 19 ++++++++++
 arch/arm64/boot/dts/amlogic/amlogic-a5.dtsi        | 12 +++++++
 drivers/irqchip/irq-meson-gpio.c                   | 40 +++++++++++++++++++---
 4 files changed, 85 insertions(+), 7 deletions(-)
---
base-commit: 73e4ffb27bb8a093d557bb2dac1a271474cca99c
change-id: 20241213-irqchip-gpio-a4-a5-80c50a1456c4

Best regards,
-- 
Xianwei Zhao <xianwei.zhao@amlogic.com>


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

end of thread, other threads:[~2025-03-07  8:41 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-05 10:02 [PATCH v3 0/4] Add GPIO interrupt support for Amlogic A4 and A5 SoCs Xianwei Zhao
2025-03-05 10:02 ` Xianwei Zhao via B4 Relay
2025-03-05 10:02 ` Xianwei Zhao via B4 Relay
2025-03-05 10:02 ` [PATCH v3 1/4] dt-bindings: interrupt-controller: Add " Xianwei Zhao
2025-03-05 10:02   ` Xianwei Zhao via B4 Relay
2025-03-05 10:02   ` Xianwei Zhao via B4 Relay
2025-03-05 16:28   ` [PATCH v3 1/4] dt-bindings: interrupt-controller: Add support for Amlogic A4 and A5 SoCsy Conor Dooley
2025-03-05 16:28     ` Conor Dooley
2025-03-05 17:07     ` Rob Herring
2025-03-05 17:07       ` Rob Herring
2025-03-06  8:51       ` Xianwei Zhao
2025-03-06  8:51         ` Xianwei Zhao
2025-03-06  8:48     ` Xianwei Zhao
2025-03-06  8:48       ` Xianwei Zhao
2025-03-05 10:02 ` [PATCH v3 2/4] irqchip: Add support for Amlogic A4 and A5 SoCs Xianwei Zhao
2025-03-05 10:02   ` Xianwei Zhao via B4 Relay
2025-03-05 10:02   ` Xianwei Zhao via B4 Relay
2025-03-07  8:01   ` Thomas Gleixner
2025-03-07  8:01     ` Thomas Gleixner
2025-03-07  8:39     ` Xianwei Zhao
2025-03-07  8:39       ` Xianwei Zhao
2025-03-05 10:02 ` [PATCH v3 3/4] arm64: dts: Add gpio_intc node for Amlogic A4 SoCs Xianwei Zhao
2025-03-05 10:02   ` Xianwei Zhao via B4 Relay
2025-03-05 10:02   ` Xianwei Zhao via B4 Relay
2025-03-05 10:02 ` [PATCH v3 4/4] arm64: dts: Add gpio_intc node for Amlogic A5 SoCs Xianwei Zhao
2025-03-05 10:02   ` Xianwei Zhao via B4 Relay
2025-03-05 10:02   ` Xianwei Zhao via B4 Relay

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.