Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH 0/7] regulator: Use scoped device node handling to simplify error paths
@ 2024-08-14 15:04 Krzysztof Kozlowski
  2024-08-14 15:04 ` [PATCH 1/7] regulator: bd718x7: " Krzysztof Kozlowski
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Krzysztof Kozlowski @ 2024-08-14 15:04 UTC (permalink / raw)
  To: Matti Vaittinen, Liam Girdwood, Mark Brown, Krzysztof Kozlowski,
	Sudeep Holla, Cristian Marussi
  Cc: linux-kernel, linux-samsung-soc, linux-arm-msm, arm-scmi,
	linux-arm-kernel, Krzysztof Kozlowski

Hi,

Make code a bit smaller/simpler, with less of_node_put() thanks to
cleanup.h.

Best regards,
Krzysztof

---
Krzysztof Kozlowski (7):
      regulator: bd718x7: Use scoped device node handling to simplify error paths
      regulator: bd96801: Use scoped device node handling to simplify error paths
      regulator: max8997: Use scoped device node handling to simplify error paths
      regulator: s5m8767: Use scoped device node handling to simplify error paths
      regulator: qcom-rpmh: Simplify with scoped for each OF child loop
      regulator: qcom-smd: Simplify with scoped for each OF child loop
      regulator: scmi: Simplify with scoped for each OF child loop

 drivers/regulator/bd718x7-regulator.c   | 19 ++++++-------------
 drivers/regulator/bd96801-regulator.c   | 17 ++++++-----------
 drivers/regulator/max8997-regulator.c   | 11 +++++------
 drivers/regulator/qcom-rpmh-regulator.c | 11 +++--------
 drivers/regulator/qcom_smd-regulator.c  | 11 +++--------
 drivers/regulator/s5m8767.c             | 17 ++++++-----------
 drivers/regulator/scmi-regulator.c      |  8 +++-----
 7 files changed, 32 insertions(+), 62 deletions(-)
---
base-commit: 7b3754ef5d53bb1431e25f65126280993c2e640b
change-id: 20240814-cleanup-h-of-node-put-regulator-80df40883f35

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


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

end of thread, other threads:[~2024-08-15 14:43 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-14 15:04 [PATCH 0/7] regulator: Use scoped device node handling to simplify error paths Krzysztof Kozlowski
2024-08-14 15:04 ` [PATCH 1/7] regulator: bd718x7: " Krzysztof Kozlowski
2024-08-15  5:15   ` Matti Vaittinen
2024-08-14 15:04 ` [PATCH 2/7] regulator: bd96801: " Krzysztof Kozlowski
2024-08-15  5:29   ` Matti Vaittinen
2024-08-14 15:04 ` [PATCH 3/7] regulator: max8997: " Krzysztof Kozlowski
2024-08-14 15:04 ` [PATCH 4/7] regulator: s5m8767: " Krzysztof Kozlowski
2024-08-14 15:04 ` [PATCH 5/7] regulator: qcom-rpmh: Simplify with scoped for each OF child loop Krzysztof Kozlowski
2024-08-14 15:04 ` [PATCH 6/7] regulator: qcom-smd: " Krzysztof Kozlowski
2024-08-14 15:04 ` [PATCH 7/7] regulator: scmi: " Krzysztof Kozlowski
2024-08-15 14:43 ` [PATCH 0/7] regulator: Use scoped device node handling to simplify error paths Mark Brown

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