Marc Zyngier writes: > On 19/12/17 18:41, Eric Anholt wrote: >> Marc Zyngier writes: >> >>> On 19/12/17 07:02, Stefan Wahren wrote: >>>> Hi Marc, >>>> >>>> Am 11.12.2017 um 21:39 schrieb Stefan Wahren: >>>>> This patch series implements DT polarity support for the 1st level interrupt >>>>> controller. >>>>> >>>>> Stefan Wahren (3): >>>>> dt-bindings: bcm2836-l1-intc: add interrupt polarity support >>>>> irqchip: irq-bcm2836: add support for DT interrupt polarity >>>>> ARM: dts: bcm283x: Define polarity of per-cpu interrupts >>>>> >>>>> .../interrupt-controller/brcm,bcm2836-l1-intc.txt | 4 +- >>>>> arch/arm/boot/dts/bcm2836.dtsi | 14 +++---- >>>>> arch/arm/boot/dts/bcm2837.dtsi | 12 +++--- >>>>> arch/arm/boot/dts/bcm283x.dtsi | 1 + >>>>> drivers/irqchip/irq-bcm2836.c | 46 +++++++++++++--------- >>>>> 5 files changed, 44 insertions(+), 33 deletions(-) >>>>> >>>> >>>> is this series okay? >>> >>> Yes, it does look good. I'll queue that for 4.16. >> >> Are you grabbing all 3, or should I be grabbing the DT one? > > All 3, if that's OK with you. Go for it.