Message ID | 20220703112101.24493-1-aidanmacdonald.0x0@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | regmap-irq cleanups and refactoring | expand |
On Sun, Jul 3, 2022 at 1:20 PM Aidan MacDonald <aidanmacdonald.0x0@gmail.com> wrote: > > This series is an attempt at cleaning up the regmap-irq API in order > to simplify things and consolidate existing features, while at the > same time generalizing it to support a wider range of hardware. > > There is a new system for IRQ type configuration, some tweaks to > unmask registers so they're more intuitive and useful, and a new > callback for calculating register addresses. There's also a few > minor code cleanups in here. > > Several existing features have been marked deprecated. Warnings will > be issued for any drivers that use deprecated features, but they'll > otherwise continue to function normally. > > One important caveat: not all of these changes are tested beyond > compile testing, since I don't have hardware to exercise all of > the features. Obviously you haven't rebased it on top of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git/log/?h=for-5.20 so it may not be applied.
On Sun, Jul 03, 2022 at 04:27:49PM +0200, Andy Shevchenko wrote: > Obviously you haven't rebased it on top of > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git/log/?h=for-5.20 > so it may not be applied. Yes, please send incremental patches against what's already applied.
Mark Brown <broonie@kernel.org> writes: > On Sun, Jul 03, 2022 at 04:27:49PM +0200, Andy Shevchenko wrote: > >> Obviously you haven't rebased it on top of >> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git/log/?h=for-5.20 >> so it may not be applied. > > Yes, please send incremental patches against what's already applied. Alright, I'll send a patch along shortly. I thought it was fine to drop patches from -next if problems show up so I had assumed it was better to just replace the series.