public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] reset: remove last remaining user of the legacy lookup and drop unused code
@ 2025-10-22 13:51 Bartosz Golaszewski
  2025-10-22 13:51 ` [PATCH v2 1/2] clk: davinci: psc: drop unused reset lookup Bartosz Golaszewski
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Bartosz Golaszewski @ 2025-10-22 13:51 UTC (permalink / raw)
  To: David Lechner, Michael Turquette, Stephen Boyd, Philipp Zabel
  Cc: linux-clk, linux-kernel, Bartosz Golaszewski

The TI DaVinci platform is the only remaining user of reset platform
lookup. Except that we no longer have any legacy, non-DT boards in
mainline so we can now safely remove it from the PSC driver and drop the
legacy lookup support from reset core.

The DaVinci clock driver doesn't see a lot of traffic these days so I
suggest a simple Ack from the clock maintainers and routing it through
the reset core for v6.19.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
Changes in v2:
- Fix handling of optional resets
- Link to v1: https://lore.kernel.org/r/20251017-da850-reset-lookup-v1-0-362a309a9f09@linaro.org

---
Bartosz Golaszewski (2):
      clk: davinci: psc: drop unused reset lookup
      reset: remove legacy reset lookup code

 drivers/clk/davinci/psc-da850.c  |   7 ---
 drivers/reset/core.c             | 121 +--------------------------------------
 include/linux/reset-controller.h |  33 -----------
 3 files changed, 3 insertions(+), 158 deletions(-)
---
base-commit: 2433b84761658ef123ae683508bc461b07c5b0f0
change-id: 20251017-da850-reset-lookup-eca37d2d7d9b

Best regards,
-- 
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>


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

end of thread, other threads:[~2025-10-30 12:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-22 13:51 [PATCH v2 0/2] reset: remove last remaining user of the legacy lookup and drop unused code Bartosz Golaszewski
2025-10-22 13:51 ` [PATCH v2 1/2] clk: davinci: psc: drop unused reset lookup Bartosz Golaszewski
2025-10-23 15:09   ` David Lechner
2025-10-24  7:53   ` Bartosz Golaszewski
2025-10-26  1:38   ` Stephen Boyd
2025-10-22 13:51 ` [PATCH v2 2/2] reset: remove legacy reset lookup code Bartosz Golaszewski
2025-10-30 12:55 ` [PATCH v2 0/2] reset: remove last remaining user of the legacy lookup and drop unused code Philipp Zabel

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