2023-05-11 09:25:20

by Aidan MacDonald

[permalink] [raw]
Subject: [PATCH v2 0/4] regmap-irq: Cleanups and remove unused functionality

v1->v2:
Rebase patches against for-6.5 branch of broonie/regmap.git.

- 1/4 and 2/4 remove unused, deprecated functionality
- 3/4 makes the behavior of .handle_mask_sync() a bit more consistent
w.r.t. mask and unmask registers, to aid maintainability.
- 4/4 removes now-unused "inverted mask/unmask" compatibility code.

v1:
This is a straightforward patch series, mostly just removing a bunch
of old features that were only used by a handful of drivers.

Link: https://lore.kernel.org/all/[email protected]

Aidan MacDonald (4):
regmap-irq: Remove type registers
regmap-irq: Remove support for not_fixed_stride
regmap-irq: Minor adjustments to .handle_mask_sync()
regmap-irq: Drop backward compatibility for inverted mask/unmask

drivers/base/regmap/regmap-irq.c | 222 +++++++------------------------
include/linux/regmap.h | 16 ---
2 files changed, 47 insertions(+), 191 deletions(-)

--
2.39.2



2023-05-12 04:51:10

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH v2 0/4] regmap-irq: Cleanups and remove unused functionality

On Thu, 11 May 2023 10:13:38 +0100, Aidan MacDonald wrote:
> v1->v2:
> Rebase patches against for-6.5 branch of broonie/regmap.git.
>
> - 1/4 and 2/4 remove unused, deprecated functionality
> - 3/4 makes the behavior of .handle_mask_sync() a bit more consistent
> w.r.t. mask and unmask registers, to aid maintainability.
> - 4/4 removes now-unused "inverted mask/unmask" compatibility code.
>
> [...]

Applied to

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git for-next

Thanks!

[1/4] regmap-irq: Remove type registers
commit: f05cbadce7e409b38acdf21f0a05d4420afa1b11
[2/4] regmap-irq: Remove support for not_fixed_stride
commit: 72cc0f523babca3886421721aa662c7d352a6d32
[3/4] regmap-irq: Minor adjustments to .handle_mask_sync()
commit: a240d23ee9dce2a9fe68d614f19a463d7029fb87
[4/4] regmap-irq: Drop backward compatibility for inverted mask/unmask
commit: 0a3a56875500aaa5b0bc8f857ed46c8cd46d0775

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark