[PATCH 00/10] iio: convert to use maple tree register cache

From: chuguangqing
Date: Wed Jun 11 2025 - 05:00:57 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.

chuguangqing (10):
iio: chemical: bme680: convert to use maple tree register cache
iio: dac: ad5380: convert to use maple tree register cache
iio: dac: bd79703: convert to use maple tree register cache
iio: health: afe4403: convert to use maple tree register cache
iio: health: afe4404: convert to use maple tree register cache
iio: imu: icm42600: convert to use maple tree register cache
iio: imu: bno055: convert to use maple tree register cache
iio: light: isl29028: convert to use maple tree register cache
iio: light: ltr501: convert to use maple tree register cache
iio: light: opt4060: convert to use maple tree register cache

drivers/iio/chemical/bme680_core.c | 2 +-
drivers/iio/dac/ad5380.c | 2 +-
drivers/iio/dac/rohm-bd79703.c | 2 +-
drivers/iio/health/afe4403.c | 2 +-
drivers/iio/health/afe4404.c | 2 +-
drivers/iio/imu/bno055/bno055.c | 2 +-
drivers/iio/imu/inv_icm42600/inv_icm42600_core.c | 4 ++--
drivers/iio/light/isl29028.c | 2 +-
drivers/iio/light/ltr501.c | 2 +-
drivers/iio/light/opt4060.c | 2 +-
10 files changed, 11 insertions(+), 11 deletions(-)

--
2.31.1