Re: [RFC PATCH v3 1/3] regmap-irq: Extend sub-irq to support non-fixed reg strides

2021-04-12 Thread Guru Das Srinagesh
Hi Matti, On Mon, Apr 12, 2021 at 11:08:49AM +, Vaittinen, Matti wrote: > Hi, > > On Mon, 2021-04-12 at 09:05 +0300, Matti Vaittinen wrote: > > Hi All, > > > > On Wed, 2021-03-10 at 16:39 -0800, Guru Das Srinagesh wrote: > > > Qualcomm's MFD chips have a top level interrupt status register a

Re: [RFC PATCH v3 1/3] regmap-irq: Extend sub-irq to support non-fixed reg strides

2021-04-12 Thread Vaittinen, Matti
Hi, On Mon, 2021-04-12 at 09:05 +0300, Matti Vaittinen wrote: > Hi All, > > On Wed, 2021-03-10 at 16:39 -0800, Guru Das Srinagesh wrote: > > Qualcomm's MFD chips have a top level interrupt status register and > > sub-irqs (peripherals). When a bit in the main status register > > goes > > high, i

Re: [RFC PATCH v3 1/3] regmap-irq: Extend sub-irq to support non-fixed reg strides

2021-04-11 Thread Matti Vaittinen
Hi All, On Wed, 2021-03-10 at 16:39 -0800, Guru Das Srinagesh wrote: > Qualcomm's MFD chips have a top level interrupt status register and > sub-irqs (peripherals). When a bit in the main status register goes > high, it means that the peripheral corresponding to that bit has an > unserviced inter

[RFC PATCH v3 1/3] regmap-irq: Extend sub-irq to support non-fixed reg strides

2021-03-10 Thread Guru Das Srinagesh
Qualcomm's MFD chips have a top level interrupt status register and sub-irqs (peripherals). When a bit in the main status register goes high, it means that the peripheral corresponding to that bit has an unserviced interrupt. If the bit is not set, this means that the corresponding peripheral does