Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 00/13] regulator: convert to use maple tree register cache
@ 2024-03-20  8:57 Bo Liu
  2024-03-20  8:57 ` [PATCH v1 01/13] regulator: da9121: " Bo Liu
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Bo Liu @ 2024-03-20  8:57 UTC (permalink / raw)
  To: support.opensource, lgirdwood, broonie, matthias.bgg,
	angelogioacchino.delregno, jagan
  Cc: linux-kernel, linux-arm-kernel, linux-mediatek, 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 (13):
  regulator: da9121: convert to use maple tree register cache
  regulator: da9211: convert to use maple tree register cache
  regulator: isl9305: convert to use maple tree register cache
  regulator: max8973: convert to use maple tree register cache
  regulator: mt6311: convert to use maple tree register cache
  regulator: pca9450: convert to use maple tree register cache
  regulator: pf8x00: convert to use maple tree register cache
  regulator: pfuze100: convert to use maple tree register cache
  regulator: rtmv20: convert to use maple tree register cache
  regulator: rtq6752: convert to use maple tree register cache
  regulator: tps51632: convert to use maple tree register cache
  regulator: tps62360: convert to use maple tree register cache
  regulator: rpi-panel-attiny: convert to use maple tree register cache

 drivers/regulator/da9121-regulator.c           | 4 ++--
 drivers/regulator/da9211-regulator.c           | 2 +-
 drivers/regulator/isl9305.c                    | 2 +-
 drivers/regulator/max8973-regulator.c          | 2 +-
 drivers/regulator/mt6311-regulator.c           | 2 +-
 drivers/regulator/pca9450-regulator.c          | 2 +-
 drivers/regulator/pf8x00-regulator.c           | 2 +-
 drivers/regulator/pfuze100-regulator.c         | 2 +-
 drivers/regulator/rpi-panel-attiny-regulator.c | 2 +-
 drivers/regulator/rtmv20-regulator.c           | 2 +-
 drivers/regulator/rtq6752-regulator.c          | 2 +-
 drivers/regulator/tps51632-regulator.c         | 2 +-
 drivers/regulator/tps62360-regulator.c         | 2 +-
 13 files changed, 14 insertions(+), 14 deletions(-)

-- 
2.18.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2024-03-26 12:39 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-20  8:57 [PATCH v1 00/13] regulator: convert to use maple tree register cache Bo Liu
2024-03-20  8:57 ` [PATCH v1 01/13] regulator: da9121: " Bo Liu
2024-03-20  8:57 ` [PATCH v1 02/13] regulator: da9211: " Bo Liu
2024-03-20  8:57 ` [PATCH v1 03/13] regulator: isl9305: " Bo Liu
2024-03-20  8:57 ` [PATCH v1 04/13] regulator: max8973: " Bo Liu
2024-03-20  8:57 ` [PATCH v1 05/13] regulator: mt6311: " Bo Liu
2024-03-20  8:57 ` [PATCH v1 06/13] regulator: pca9450: " Bo Liu
2024-03-20  8:57 ` [PATCH v1 07/13] regulator: pf8x00: " Bo Liu
2024-03-20  8:57 ` [PATCH v1 08/13] regulator: pfuze100: " Bo Liu
2024-03-20  8:57 ` [PATCH v1 09/13] regulator: rtmv20: " Bo Liu
2024-03-20  8:57 ` [PATCH v1 10/13] regulator: rtq6752: " Bo Liu
2024-03-20  8:57 ` [PATCH v1 11/13] regulator: tps51632: " Bo Liu
2024-03-20  8:57 ` [PATCH v1 12/13] regulator: tps62360: " Bo Liu
2024-03-20  8:57 ` [PATCH v1 13/13] regulator: rpi-panel-attiny: " Bo Liu
2024-03-26 12:39 ` [PATCH v1 00/13] regulator: " Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox