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

From: Mark Brown
Date: Fri Sep 29 2023 - 11:24:09 EST


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@xxxxxxxxxx>
---
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,
--
Mark Brown <broonie@xxxxxxxxxx>