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

From: Bo Liu
Date: Wed Feb 12 2025 - 02:52:41 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.

Bo Liu (4):
iio: accel: msa311: convert to use maple tree register cache
iio: accel: bma400: convert to use maple tree register cache
iio: accel: bmi088: convert to use maple tree register cache
iio: accel: kx022a: convert to use maple tree register cache

drivers/iio/accel/bma400_core.c | 2 +-
drivers/iio/accel/bmi088-accel-core.c | 2 +-
drivers/iio/accel/kionix-kx022a.c | 4 ++--
drivers/iio/accel/msa311.c | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)

--
2.31.1