linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] reset: cleanup and simplify with devm and scoped
@ 2024-08-25 14:14 Krzysztof Kozlowski
  2024-08-25 14:14 ` [PATCH 1/5] reset: berlin: fix OF node leak in probe() error path Krzysztof Kozlowski
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Krzysztof Kozlowski @ 2024-08-25 14:14 UTC (permalink / raw)
  To: Philipp Zabel, Antoine Tenart, Sebastian Hesselbarth,
	Damien Le Moal, Palmer Dabbelt, Vladimir Zapolskiy
  Cc: linux-kernel, Damien Le Moal, linux-riscv, linux-arm-kernel,
	Krzysztof Kozlowski

Hi,

Two simple fixes, which do not cover real scenario (memory allocation
failure during probe), thus not marking CC-stable. Rest of patchset is
simplifying of code.

Best regards,
Krzysztof

---
Krzysztof Kozlowski (5):
      reset: berlin: fix OF node leak in probe() error path
      reset: k210: fix OF node leak in probe() error path
      reset: simplify locking with guard()
      reset: lpc18xx: simplify with dev_err_probe()
      reset: lpc18xx: simplify with devm_clk_get_enabled()

 drivers/reset/core.c          | 15 ++++-----------
 drivers/reset/reset-berlin.c  |  3 ++-
 drivers/reset/reset-k210.c    |  3 ++-
 drivers/reset/reset-lpc18xx.c | 43 ++++++++++---------------------------------
 4 files changed, 18 insertions(+), 46 deletions(-)
---
base-commit: e706b1fe2384d38e6e9edfb6d9e11e26873c24c7
change-id: 20240825-reset-cleanup-scoped-64bb3cb6157f

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


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

end of thread, other threads:[~2024-09-02  9:58 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-25 14:14 [PATCH 0/5] reset: cleanup and simplify with devm and scoped Krzysztof Kozlowski
2024-08-25 14:14 ` [PATCH 1/5] reset: berlin: fix OF node leak in probe() error path Krzysztof Kozlowski
2024-08-26  4:13   ` Damien Le Moal
2024-08-25 14:14 ` [PATCH 2/5] reset: k210: " Krzysztof Kozlowski
2024-08-26  4:11   ` Damien Le Moal
2024-08-25 14:14 ` [PATCH 3/5] reset: simplify locking with guard() Krzysztof Kozlowski
2024-09-02  9:57   ` Philipp Zabel
2024-08-25 14:14 ` [PATCH 4/5] reset: lpc18xx: simplify with dev_err_probe() Krzysztof Kozlowski
2024-08-25 20:16   ` Vladimir Zapolskiy
2024-08-26  4:13   ` Damien Le Moal
2024-08-25 14:14 ` [PATCH 5/5] reset: lpc18xx: simplify with devm_clk_get_enabled() Krzysztof Kozlowski
2024-08-25 20:16   ` Vladimir Zapolskiy
2024-08-26  4:15   ` Damien Le Moal
2024-08-26  4:12 ` [PATCH 0/5] reset: cleanup and simplify with devm and scoped Damien Le Moal
2024-09-02  9:58 ` Philipp Zabel

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