devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2]  Add regmap support to exynos-pmu for protected PMU regs
@ 2024-01-29 21:19 Peter Griffin
  2024-01-29 21:19 ` [PATCH v2 1/2] soc: samsung: exynos-pmu: Add regmap support for SoCs that protect " Peter Griffin
  2024-01-29 21:19 ` [PATCH v2 2/2] watchdog: s3c2410_wdt: use exynos_get_pmu_regmap_by_phandle() for " Peter Griffin
  0 siblings, 2 replies; 17+ messages in thread
From: Peter Griffin @ 2024-01-29 21:19 UTC (permalink / raw)
  To: arnd, krzysztof.kozlowski, linux, wim, alim.akhtar, jaewon02.kim,
	semen.protsenko
  Cc: kernel-team, peter.griffin, tudor.ambarus, andre.draszik,
	saravanak, willmcvicker, linux-fsd, linux-watchdog, devicetree,
	linux-kernel, linux-arm-kernel, linux-samsung-soc

Hi folks,

This is a v2 of the series to add support for protected PMU registers found
on gs101 and derivative SoCs. In v2 it has been re-worked to be based on a
regmap abstraction that I think leads to a much neater overall solution.
The advantage of the regmap abstraction is that most leaf drivers that
read/write PMU registers need minimal changes.

Example of Exynos drivers that require PMU register access are:
* watchdog
* usb phy
* mipi phy
* ufs phy

This series has been tested on Pixel 6 / gs101. If the various maintainers/
contributors of other Exynos SoCs like exynos850, exynosautov9 etc can test
these patches on your respective systems that would be most appreciated!

The expectation is this series would be merged via Krzysztofs Samsung Exynos
tree.

regards,

Peter

Changes since v1:
 - Refactor to use custom regmap to abstract SMC register access (Sam / Guenter)
 - Add deferred probing support (Saravana / Krzysztof)

v1 lore: https://lore.kernel.org/all/20240122225710.1952066-1-peter.griffin@linaro.org/

Peter Griffin (2):
  soc: samsung: exynos-pmu: Add regmap support for SoCs that protect PMU
    regs
  watchdog: s3c2410_wdt: use exynos_get_pmu_regmap_by_phandle() for PMU
    regs

 drivers/soc/samsung/exynos-pmu.c       | 227 ++++++++++++++++++++++++-
 drivers/watchdog/Kconfig               |   1 -
 drivers/watchdog/s3c2410_wdt.c         |   9 +-
 include/linux/soc/samsung/exynos-pmu.h |  10 ++
 4 files changed, 241 insertions(+), 6 deletions(-)

-- 
2.43.0.429.g432eaa2c6b-goog


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

end of thread, other threads:[~2024-02-07 14:48 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-29 21:19 [PATCH v2 0/2] Add regmap support to exynos-pmu for protected PMU regs Peter Griffin
2024-01-29 21:19 ` [PATCH v2 1/2] soc: samsung: exynos-pmu: Add regmap support for SoCs that protect " Peter Griffin
2024-01-29 23:01   ` Sam Protsenko
2024-01-30 14:51     ` Peter Griffin
2024-01-30  6:26   ` Guenter Roeck
2024-01-30 15:01     ` Peter Griffin
2024-01-30 16:01   ` Krzysztof Kozlowski
2024-02-01 11:29     ` Peter Griffin
2024-02-05 11:03       ` Krzysztof Kozlowski
2024-02-01 12:51     ` Peter Griffin
2024-02-05 13:13       ` Krzysztof Kozlowski
2024-02-07 11:42         ` Peter Griffin
2024-02-07 14:48           ` Krzysztof Kozlowski
2024-01-29 21:19 ` [PATCH v2 2/2] watchdog: s3c2410_wdt: use exynos_get_pmu_regmap_by_phandle() for " Peter Griffin
2024-01-29 22:25   ` Saravana Kannan
2024-01-30  3:38     ` Sam Protsenko
2024-01-30 15:31       ` Peter Griffin

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).