[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240823-cleanup-h-guard-pm-domain-v1-0-8320722eaf39@linaro.org>
Date: Fri, 23 Aug 2024 14:51:04 +0200
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Ulf Hansson <ulf.hansson@...aro.org>, Heiko Stuebner <heiko@...ech.de>,
Shawn Guo <shawnguo@...nel.org>, Sascha Hauer <s.hauer@...gutronix.de>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Fabio Estevam <festevam@...il.com>, Bjorn Andersson <andersson@...nel.org>,
Konrad Dybcio <konradybcio@...nel.org>,
Geert Uytterhoeven <geert+renesas@...der.be>,
Magnus Damm <magnus.damm@...il.com>
Cc: linux-pm@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-rockchip@...ts.infradead.org, linux-kernel@...r.kernel.org,
imx@...ts.linux.dev, linux-arm-msm@...r.kernel.org,
linux-renesas-soc@...r.kernel.org,
Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Subject: [PATCH 00/10] pmdomain: Simplify with cleanup.h
Simplify the code with scoped loops, guards and __free().
Best regards,
Krzysztof
---
Krzysztof Kozlowski (10):
pmdomain: rockchip: Simplify with scoped for each OF child loop
pmdomain: rockchip: Simplify locking with guard()
pmdomain: imx: gpc: Simplify with scoped for each OF child loop
pmdomain: imx: gpcv2: Simplify with scoped for each OF child loop
pmdomain: qcom: cpr: Simplify with dev_err_probe()
pmdomain: qcom: cpr: Simplify locking with guard()
pmdomain: qcom: rpmhpd: Simplify locking with guard()
pmdomain: qcom: rpmpd: Simplify locking with guard()
pmdomain: renesas: rcar-gen4-sysc: Use scoped device node handling to simplify error paths
pmdomain: renesas: rcar-sysc: Use scoped device node handling to simplify error paths
drivers/pmdomain/imx/gpc.c | 14 +++-----
drivers/pmdomain/imx/gpcv2.c | 8 ++---
drivers/pmdomain/qcom/cpr.c | 58 ++++++++++++-------------------
drivers/pmdomain/qcom/rpmhpd.c | 11 +++---
drivers/pmdomain/qcom/rpmpd.c | 20 ++++-------
drivers/pmdomain/renesas/rcar-gen4-sysc.c | 26 ++++++--------
drivers/pmdomain/renesas/rcar-sysc.c | 28 ++++++---------
drivers/pmdomain/rockchip/pm-domains.c | 25 ++++---------
8 files changed, 68 insertions(+), 122 deletions(-)
---
base-commit: e188fd67a69319f3d105d9b90e424b8d1ff9580c
change-id: 20240823-cleanup-h-guard-pm-domain-35eb491f35f9
Best regards,
--
Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Powered by blists - more mailing lists