linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/12] thermal/drivers: simplify probe()
@ 2024-07-09 12:59 Krzysztof Kozlowski
  2024-07-09 12:59 ` [PATCH 01/12] thermal/drivers/broadcom: fix race between removal and clock disable Krzysztof Kozlowski
                   ` (12 more replies)
  0 siblings, 13 replies; 17+ messages in thread
From: Krzysztof Kozlowski @ 2024-07-09 12:59 UTC (permalink / raw)
  To: Rafael J. Wysocki, Daniel Lezcano, Zhang Rui, Lukasz Luba,
	Florian Fainelli, Ray Jui, Scott Branden,
	Broadcom internal kernel review list, Bartlomiej Zolnierkiewicz,
	Krzysztof Kozlowski, Alim Akhtar, Shawn Guo, Sascha Hauer,
	Pengutronix Kernel Team, Fabio Estevam, Amit Kucheria,
	Thara Gopinath
  Cc: linux-pm, linux-rpi-kernel, linux-arm-kernel, linux-kernel,
	linux-samsung-soc, imx, linux-arm-msm, stable,
	Krzysztof Kozlowski

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@linaro.org>



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

end of thread, other threads:[~2024-07-15  9:22 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-09 12:59 [PATCH 00/12] thermal/drivers: simplify probe() Krzysztof Kozlowski
2024-07-09 12:59 ` [PATCH 01/12] thermal/drivers/broadcom: fix race between removal and clock disable Krzysztof Kozlowski
2024-07-09 12:59 ` [PATCH 02/12] thermal/drivers/broadcom: simplify probe() with local dev variable Krzysztof Kozlowski
2024-07-09 12:59 ` [PATCH 03/12] thermal/drivers/broadcom: simplify with dev_err_probe() Krzysztof Kozlowski
2024-07-09 12:59 ` [PATCH 04/12] thermal/drivers/exynos: simplify probe() with local dev variable Krzysztof Kozlowski
2024-07-10 10:30   ` Alim Akhtar
2024-07-09 12:59 ` [PATCH 05/12] thermal/drivers/exynos: simplify with dev_err_probe() Krzysztof Kozlowski
2024-07-09 12:59 ` [PATCH 06/12] thermal/drivers/hisi: " Krzysztof Kozlowski
2024-07-09 12:59 ` [PATCH 07/12] thermal/drivers/imx: simplify probe() with local dev variable Krzysztof Kozlowski
2024-07-09 12:59 ` [PATCH 08/12] thermal/drivers/imx: simplify with dev_err_probe() Krzysztof Kozlowski
2024-07-09 12:59 ` [PATCH 09/12] thermal/drivers/qcom-spmi-adc-tm5: " Krzysztof Kozlowski
2024-07-09 19:11   ` Bjorn Andersson
2024-07-09 12:59 ` [PATCH 10/12] thermal/drivers/qcom-tsens: " Krzysztof Kozlowski
2024-07-09 19:12   ` Bjorn Andersson
2024-07-09 12:59 ` [PATCH 11/12] thermal/drivers/generic-adc: simplify probe() with local dev variable Krzysztof Kozlowski
2024-07-09 12:59 ` [PATCH 12/12] thermal/drivers/generic-adc: simplify with dev_err_probe() Krzysztof Kozlowski
2024-07-15  9:21 ` [PATCH 00/12] thermal/drivers: simplify probe() Daniel Lezcano

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