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

Chu Guangqing posted 4 patches 1 month, 3 weeks ago
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(-)
[PATCH 0/4] iio: convert to use maple tree register cache
Posted by Chu Guangqing 1 month, 3 weeks ago
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