Re: [PATCH v2 1/3] regmap-irq: Add support for peripheral offsets

2021-03-04 Thread Mark Brown
On Thu, Mar 04, 2021 at 10:27:35AM -0800, Guru Das Srinagesh wrote: > On Thu, Nov 12, 2020 at 07:33:12PM +, Mark Brown wrote: > > supposed to do. Nothing here says what POLARITY_HI and POLARITY_LO are, > > how they interact or anything. > The POLARITY_HI and POLARITY_LO registers were descri

Re: [PATCH v2 1/3] regmap-irq: Add support for peripheral offsets

2021-03-04 Thread Guru Das Srinagesh
Hi Mark, Sorry for the delay in my response. On Thu, Nov 12, 2020 at 07:33:12PM +, Mark Brown wrote: > It is difficult to follow what this change is supposed to do, in part > because it looks like this is in fact two separate changes, one adding > the _base feature and another adding the pola

Re: [PATCH v2 1/3] regmap-irq: Add support for peripheral offsets

2020-11-12 Thread Mark Brown
On Thu, Oct 22, 2020 at 02:35:40PM -0700, Guru Das Srinagesh wrote: > Some MFD chips do not have the register space for their peripherals > mapped out with a fixed stride. Add peripheral address offsets to the > framework to support such address spaces. > In this new scheme, the regmap-irq client

[PATCH v2 1/3] regmap-irq: Add support for peripheral offsets

2020-10-22 Thread Guru Das Srinagesh
Some MFD chips do not have the register space for their peripherals mapped out with a fixed stride. Add peripheral address offsets to the framework to support such address spaces. In this new scheme, the regmap-irq client registering with the framework shall have to define the *_base registers (e.