All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] iio: accel: convert to use maple tree register cache
@ 2025-02-12  7:52 Bo Liu
  2025-02-12  7:52 ` [PATCH 1/4] iio: accel: msa311: " Bo Liu
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Bo Liu @ 2025-02-12  7:52 UTC (permalink / raw)
  To: dan, jic23; +Cc: linux-iio, linux-kernel, Bo Liu

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


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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-12  7:52 [PATCH 0/4] iio: accel: convert to use maple tree register cache Bo Liu
2025-02-12  7:52 ` [PATCH 1/4] iio: accel: msa311: " Bo Liu
2025-02-12  7:52 ` [PATCH 2/4] iio: accel: bma400: " Bo Liu
2025-02-12  7:52 ` [PATCH 3/4] iio: accel: bmi088: " Bo Liu
2025-02-12  7:52 ` [PATCH 4/4] iio: accel: kx022a: " Bo Liu
2025-02-14  6:36   ` Matti Vaittinen
2025-02-16 16:38 ` [PATCH 0/4] iio: accel: " 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.