Re: [PATCH v2 2/3] irqchip: Add Realtek RTD1295 mux driver

2017-10-17 Thread Andreas Färber
Am 11.10.2017 um 19:35 schrieb Marc Zyngier: > On 28/08/17 11:53, Andreas Färber wrote: >> This irq mux driver is derived from the RTD1295 vendor DT and assumes a >> linear mapping between intr_en and intr_status registers. >> Code for RTD119x indicates this may not always be the case (i2c_3). >> >

Re: [PATCH v2 2/3] irqchip: Add Realtek RTD1295 mux driver

2017-10-11 Thread Marc Zyngier
On 28/08/17 11:53, Andreas Färber wrote: > This irq mux driver is derived from the RTD1295 vendor DT and assumes a > linear mapping between intr_en and intr_status registers. > Code for RTD119x indicates this may not always be the case (i2c_3). > > Based in part on QNAP's arch/arm/mach-rtk119x/rtk

[PATCH v2 2/3] irqchip: Add Realtek RTD1295 mux driver

2017-08-28 Thread Andreas Färber
This irq mux driver is derived from the RTD1295 vendor DT and assumes a linear mapping between intr_en and intr_status registers. Code for RTD119x indicates this may not always be the case (i2c_3). Based in part on QNAP's arch/arm/mach-rtk119x/rtk_irq_mux.c code. Signed-off-by: Andreas Färber --