All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] iio: convert to use maple tree register cache
@ 2025-10-24  7:38 Chu Guangqing
  2025-10-24  7:38 ` [PATCH 1/4] iio: adc: ade9000: " Chu Guangqing
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Chu Guangqing @ 2025-10-24  7:38 UTC (permalink / raw)
  To: lars, Michael.Hennerich, jic23, dlechner, nuno.sa, andy,
	subhajit.ghosh, javier.carrasco.cruz
  Cc: linux-iio, linux-kernel, Chu Guangqing

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-11-02 12:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-24  7:38 [PATCH 0/4] iio: convert to use maple tree register cache Chu Guangqing
2025-10-24  7:38 ` [PATCH 1/4] iio: adc: ade9000: " Chu Guangqing
2025-10-24  7:38 ` [PATCH 2/4] iio: light: veml3235: " Chu Guangqing
2025-10-24  7:38 ` [PATCH 3/4] iio: light: apds9306: " Chu Guangqing
2025-10-27 13:06   ` Subhajit Ghosh
2025-10-24  7:38 ` [PATCH 4/4] iio: light: apds9960: " Chu Guangqing
2025-10-24  8:47   ` Andy Shevchenko
     [not found]     ` <68fc4591.1.gk94qBPVZajhk94q@inspur.com>
2025-10-27  8:30       ` Andy Shevchenko
2025-10-27 13:38         ` Jonathan Cameron
2025-10-28  8:10           ` Andy Shevchenko
2025-11-02 12:11             ` Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.