On Thu, Apr 01, 2021 at 11:16:17AM +0100, Mark Brown wrote: > On Wed, 24 Mar 2021 12:28:52 -0700, Guru Das Srinagesh wrote: > > Changes from v4: > > - Only one cosmetic change: Moved the declaration of num_virt_regs under > > num_type_reg instead of under num_main_regs in `struct regmap_irq_chip` so as > > to reinforce the idea that it is related to the type setting of IRQs. > > - No other changes. > > > > Changes from v3: > > - Implemented the scheme proposed in my response to Mark in [4]. > > - Dropped the RFC tag from this patch series as this series has been tested on > > target with a client driver utilizing these changes. > > > > [...] > > Applied to > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git for-next > > Thanks! > > [1/2] regmap-irq: Introduce virtual regs to handle more config regs > commit: 4c5014456305482412b35a081ca0fb4fefd69764 > [2/2] regmap-irq: Add driver callback to configure virtual regs > commit: 394409aafd017adfcffd075595cb01cc456a9327 > Thanks for accepting the patches. I'll send out the driver utilizing these changes after code cleanup in the next couple of weeks. Thank you. Guru Das.