devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Allow syscon to use spinlocks with regmap fast_io
@ 2022-04-01 13:50 AngeloGioacchino Del Regno
  2022-04-01 13:50 ` [PATCH 1/2] mfd: syscon: Allow using " AngeloGioacchino Del Regno
  2022-04-01 13:50 ` [PATCH 2/2] dt-bindings: mfd: syscon: Add support for regmap fast-io AngeloGioacchino Del Regno
  0 siblings, 2 replies; 11+ messages in thread
From: AngeloGioacchino Del Regno @ 2022-04-01 13:50 UTC (permalink / raw)
  To: lee.jones
  Cc: robh+dt, krzk+dt, arnd, matthias.bgg, devicetree, linux-kernel,
	nfraprado, kernel, AngeloGioacchino Del Regno

This series adds support for enabling the regmap's fast_io configuration
option for SoCs featuring very fast MMIO operations, for which mutexes
are introducing a lot of overhead / latency.

This has been tested locally on some MediaTek Chromebooks (but, of course,
that requires devicetree patches that are not included in this series).

AngeloGioacchino Del Regno (2):
  mfd: syscon: Allow using spinlocks with regmap fast_io
  dt-bindings: mfd: syscon: Add support for regmap fast-io

 Documentation/devicetree/bindings/mfd/syscon.yaml | 15 +++++++++++++++
 drivers/mfd/syscon.c                              |  4 ++++
 2 files changed, 19 insertions(+)

-- 
2.35.1


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

end of thread, other threads:[~2022-04-05  8:59 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-01 13:50 [PATCH 0/2] Allow syscon to use spinlocks with regmap fast_io AngeloGioacchino Del Regno
2022-04-01 13:50 ` [PATCH 1/2] mfd: syscon: Allow using " AngeloGioacchino Del Regno
2022-04-01 13:50 ` [PATCH 2/2] dt-bindings: mfd: syscon: Add support for regmap fast-io AngeloGioacchino Del Regno
2022-04-02 11:38   ` Krzysztof Kozlowski
2022-04-04  8:40     ` AngeloGioacchino Del Regno
2022-04-04  8:55       ` Krzysztof Kozlowski
2022-04-04  9:39         ` AngeloGioacchino Del Regno
2022-04-04 22:26           ` Nícolas F. R. A. Prado
2022-04-05  6:48             ` Krzysztof Kozlowski
2022-04-05  8:34               ` AngeloGioacchino Del Regno
2022-04-05  8:52               ` AngeloGioacchino Del Regno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).