[0/2] regulator: Convert Linear Technologies driver to maple tree cache

Message ID 20230609-regulator-ltc-maple-v1-0-08c15181f8b2@kernel.org
Headers
Series regulator: Convert Linear Technologies driver to maple tree cache |

Message

Mark Brown June 10, 2023, 1:59 p.m. UTC
  There are a couple of Linear Technologies devices which can only do
single register reads and writes so don't benefit from using the rbtree
register cache rather than the more modern maple tree cache, update them
to use maple tree.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
Mark Brown (2):
      regulator: ltc3589: Use maple tree register cache
      regulator: ltc3676: Use maple tree register cache

 drivers/regulator/ltc3589.c | 2 +-
 drivers/regulator/ltc3676.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
base-commit: 9561de3a55bed6bdd44a12820ba81ec416e705a7
change-id: 20230609-regulator-ltc-maple-f7715f2b8686

Best regards,
  

Comments

Mark Brown June 19, 2023, 9:36 p.m. UTC | #1
On Sat, 10 Jun 2023 14:59:52 +0100, Mark Brown wrote:
> There are a couple of Linear Technologies devices which can only do
> single register reads and writes so don't benefit from using the rbtree
> register cache rather than the more modern maple tree cache, update them
> to use maple tree.
> 
> 

Applied to

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

Thanks!

[1/2] regulator: ltc3589: Use maple tree register cache
      commit: 29890a15865deaf7f446119bcb5617b0cc76be03
[2/2] regulator: ltc3676: Use maple tree register cache
      commit: ce44a03db73f7ce7cca152e07bd9cbfc3c10a0ba

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