[PATCH 0/4] iio: convert to use maple tree register cache

From: Chu Guangqing
Date: Fri Oct 24 2025 - 03:40:37 EST


The maple tree register cache is based on a much more modern data structure
than the rbtree cache and makes optimisation choices which are probably
more appropriate for modern systems than those made by the rbtree cache.

Chu Guangqing (4):
iio: adc: ade9000: convert to use maple tree register cache
iio: light: veml3235: convert to use maple tree register cache
iio: light: apds9306: convert to use maple tree register cache
iio: light: apds9960: convert to use maple tree register cache

drivers/iio/adc/ade9000.c | 2 +-
drivers/iio/light/apds9306.c | 2 +-
drivers/iio/light/apds9960.c | 2 +-
drivers/iio/light/veml3235.c | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)

--
2.43.7