Re: (subset) [PATCH v3 0/9] Migrate i8255 GPIO drivers to regmap API

From: Mark Brown
Date: Fri Dec 09 2022 - 13:59:21 EST


On Tue, 22 Nov 2022 02:10:57 -0500, William Breathitt Gray wrote:
> Changes in v3:
> - Changed handle_mask_sync description to show range using a more
> typical mathematical notation ('[' changed to ')')
> - Split addition of new i8255 library regmap interface and removal of
> old i8255 library interface to separate patches
> - Split migration of 104-dio-48e, 104-idi-48, and gpio-mm modules to
> regmap-irq, gpio-regmap, and new i8255 library interface to separate
> patches
> - Simplified logic in dio48e_handle_mask_sync(); the previous version
> separated the conditional evaluations from the if statements which
> made it more complicated than it needed to be
> - Removed initial interrupt clearing in dio48e_probe(); superfluous
> because clear_on_unmask is set to true so the interrupts will be
> cleared anyway later.
> - Replace IDI48_IRQ_REG with IDI48_IRQ_STATUS and IDI48_IRQ_ENABLE to
> make the intent of this register clear
>
> [...]

Applied to

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

Thanks!

[2/9] regmap-irq: Add handle_mask_sync() callback
commit: 69af4bcaa08d06fd4d788a7f7193fb3c40ac6aba

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