mbox series

[0/4] leds: Convert to use maple tree register cache

Message ID 20230929-leds-maple-v1-0-ba5f9dcb1e75@kernel.org
Headers show
Series leds: Convert to use maple tree register cache | expand

Message

Mark Brown Sept. 29, 2023, 3:23 p.m. UTC
The maple tree register cache is a more modern replacement for the
rbtree cache, the underlying data structure is more modern and the
surrounding cache implementation makes a number of choices which are
more suited to modern systems than those made by rbtree.  This series
updates the LED drivers that use the rbtree cache to use the maple tree
cache.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
Mark Brown (4):
      leds: lm3601x: Convert to use maple tree register cache
      leds: aw200xx: Convert to use maple tree register cache
      leds: lm392x: Convert to use maple tree register cache
      leds: lp3952: Convert to use maple tree register cache

 drivers/leds/flash/leds-lm3601x.c | 2 +-
 drivers/leds/leds-aw200xx.c       | 2 +-
 drivers/leds/leds-lm3692x.c       | 2 +-
 drivers/leds/leds-lp3952.c        | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
base-commit: 6465e260f48790807eef06b583b38ca9789b6072
change-id: 20230929-leds-maple-746230bd3ab6

Best regards,

Comments

Lee Jones Oct. 5, 2023, 11:10 a.m. UTC | #1
On Fri, 29 Sep 2023 17:23:34 +0200, Mark Brown wrote:
> The maple tree register cache is a more modern replacement for the
> rbtree cache, the underlying data structure is more modern and the
> surrounding cache implementation makes a number of choices which are
> more suited to modern systems than those made by rbtree.  This series
> updates the LED drivers that use the rbtree cache to use the maple tree
> cache.
> 
> [...]

Applied, thanks!

[1/4] leds: lm3601x: Convert to use maple tree register cache
      commit: c2b7575239f5d0925035f3fc3bb155d176abee80
[2/4] leds: aw200xx: Convert to use maple tree register cache
      commit: 2aedfe62b4151b0abe35bf022edf18f84817afcd
[3/4] leds: lm392x: Convert to use maple tree register cache
      commit: c2ecac98222a23ad8209a71ad5c1e32a8be46392
[4/4] leds: lp3952: Convert to use maple tree register cache
      commit: 2997d69d888d6ee7114a89d066889a016448422a

--
Lee Jones [李琼斯]