[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240709-thermal-probe-v1-0-241644e2b6e0@linaro.org>
Date: Tue, 09 Jul 2024 14:59:30 +0200
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: "Rafael J. Wysocki" <rafael@...nel.org>,
Daniel Lezcano <daniel.lezcano@...aro.org>, Zhang Rui <rui.zhang@...el.com>,
Lukasz Luba <lukasz.luba@....com>,
Florian Fainelli <florian.fainelli@...adcom.com>,
Ray Jui <rjui@...adcom.com>, Scott Branden <sbranden@...adcom.com>,
Broadcom internal kernel review list <bcm-kernel-feedback-list@...adcom.com>,
Bartlomiej Zolnierkiewicz <bzolnier@...il.com>,
Krzysztof Kozlowski <krzk@...nel.org>,
Alim Akhtar <alim.akhtar@...sung.com>, Shawn Guo <shawnguo@...nel.org>,
Sascha Hauer <s.hauer@...gutronix.de>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Fabio Estevam <festevam@...il.com>, Amit Kucheria <amitk@...nel.org>,
Thara Gopinath <thara.gopinath@...il.com>
Cc: linux-pm@...r.kernel.org, linux-rpi-kernel@...ts.infradead.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux-samsung-soc@...r.kernel.org, imx@...ts.linux.dev,
linux-arm-msm@...r.kernel.org, stable@...r.kernel.org,
Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Subject: [PATCH 00/12] thermal/drivers: simplify probe()
Simplify error handling in probe() and also fix one possible issue in
remove().
Best regards,
Krzysztof
---
Krzysztof Kozlowski (12):
thermal/drivers/broadcom: fix race between removal and clock disable
thermal/drivers/broadcom: simplify probe() with local dev variable
thermal/drivers/broadcom: simplify with dev_err_probe()
thermal/drivers/exynos: simplify probe() with local dev variable
thermal/drivers/exynos: simplify with dev_err_probe()
thermal/drivers/hisi: simplify with dev_err_probe()
thermal/drivers/imx: simplify probe() with local dev variable
thermal/drivers/imx: simplify with dev_err_probe()
thermal/drivers/qcom-spmi-adc-tm5: simplify with dev_err_probe()
thermal/drivers/qcom-tsens: simplify with dev_err_probe()
thermal/drivers/generic-adc: simplify probe() with local dev variable
thermal/drivers/generic-adc: simplify with dev_err_probe()
drivers/thermal/broadcom/bcm2835_thermal.c | 49 +++++++--------------------
drivers/thermal/hisi_thermal.c | 9 ++---
drivers/thermal/imx_thermal.c | 42 +++++++++++------------
drivers/thermal/qcom/qcom-spmi-adc-tm5.c | 9 ++---
drivers/thermal/qcom/tsens.c | 8 ++---
drivers/thermal/samsung/exynos_tmu.c | 54 +++++++++++++-----------------
drivers/thermal/thermal-generic-adc.c | 27 +++++++--------
7 files changed, 76 insertions(+), 122 deletions(-)
---
base-commit: 2e0171396caa83c9d908ba2676ba59bce333b550
change-id: 20240709-thermal-probe-a747013ed28d
Best regards,
--
Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Powered by blists - more mailing lists