mbox series

[v2,0/2] irqchip/meson-gpio: Add support for Meson-G12A SoC

Message ID 20181205064611.29076-1-xingyu.chen@amlogic.com (mailing list archive)
Headers show
Series irqchip/meson-gpio: Add support for Meson-G12A SoC | expand

Message

Xingyu Chen Dec. 5, 2018, 6:46 a.m. UTC
This series try to add GPIO interrupt controller support for Meson-G12A SoCs.
Although the total number of pins is the same as the Meson-AXG SoC, the gpio
banks and irq numbers are different. To avoid confusion on use, i think the
new compatible string is needed.

Changes since v1: [1]
- share the device data with Meson-AXG

[1]: https://lore.kernel.org/lkml/20181203061324.36248-1-xingyu.chen@amlogic.com

Xingyu Chen (2):
  dt-bindings: interrupt-controller: New binding for Meson-G12A SoC
  irqchip/meson-gpio: Add support for Meson-G12A SoC

 .../bindings/interrupt-controller/amlogic,meson-gpio-intc.txt    | 1 +
 drivers/irqchip/irq-meson-gpio.c                                 | 1 +
 2 files changed, 2 insertions(+)

Comments

Neil Armstrong March 7, 2019, 12:33 p.m. UTC | #1
Hi Xingyu,

On 05/12/2018 07:46, Xingyu Chen wrote:
> This series try to add GPIO interrupt controller support for Meson-G12A SoCs.
> Although the total number of pins is the same as the Meson-AXG SoC, the gpio
> banks and irq numbers are different. To avoid confusion on use, i think the
> new compatible string is needed.

Could you resent this serie rebased on v5.1-rc1 when tagged ?

Thanks,
Neil

> 
> Changes since v1: [1]
> - share the device data with Meson-AXG
> 
> [1]: https://lore.kernel.org/lkml/20181203061324.36248-1-xingyu.chen@amlogic.com
> 
> Xingyu Chen (2):
>   dt-bindings: interrupt-controller: New binding for Meson-G12A SoC
>   irqchip/meson-gpio: Add support for Meson-G12A SoC
> 
>  .../bindings/interrupt-controller/amlogic,meson-gpio-intc.txt    | 1 +
>  drivers/irqchip/irq-meson-gpio.c                                 | 1 +
>  2 files changed, 2 insertions(+)
>