All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] reset: Introduce reset_reset.*() API
@ 2026-04-30 12:20 Michal Simek
  2026-04-30 12:20 ` [PATCH 1/4] reset: Add reset_reset() and reset_reset_bulk() API Michal Simek
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Michal Simek @ 2026-04-30 12:20 UTC (permalink / raw)
  To: u-boot, git
  Cc: Andrew Goodbody, Naman Trivedi, Padmarao Begari,
	Senthil Nathan Thangaraj, Simon Glass, Tom Rini,
	Venkatesh Yadav Abbarapu

Hi,

the patchset is adding reset_reset.*() interface which is common
in Linux. And implement it for ZynqMP.

Thanks,
Michal


Michal Simek (4):
  reset: Add reset_reset() and reset_reset_bulk() API
  reset: Add sandbox tests for reset_reset() and reset_reset_bulk()
  spi: cadence: Use reset_reset_bulk() for proper reset cycling
  reset: zynqmp: Implement rst_reset using PM_RESET_ACTION_PULSE

 arch/sandbox/include/asm/reset.h   |  2 ++
 drivers/reset/reset-uclass.c       | 30 +++++++++++++++++
 drivers/reset/reset-zynqmp.c       | 11 +++++++
 drivers/reset/sandbox-reset-test.c | 14 ++++++++
 drivers/spi/cadence_qspi.c         | 19 ++---------
 include/reset-uclass.h             | 11 +++++++
 include/reset.h                    | 35 ++++++++++++++++++++
 test/dm/reset.c                    | 53 ++++++++++++++++++++++++++++++
 8 files changed, 158 insertions(+), 17 deletions(-)

-- 
2.43.0

base-commit: 4885b1983ec158ed98e727091be38f7de104108e

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

end of thread, other threads:[~2026-05-04 12:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-30 12:20 [PATCH 0/4] reset: Introduce reset_reset.*() API Michal Simek
2026-04-30 12:20 ` [PATCH 1/4] reset: Add reset_reset() and reset_reset_bulk() API Michal Simek
2026-05-04 12:17   ` Simon Glass
2026-05-04 12:38     ` Michal Simek
2026-05-04 12:44       ` Simon Glass
2026-04-30 12:20 ` [PATCH 2/4] reset: Add sandbox tests for reset_reset() and reset_reset_bulk() Michal Simek
2026-05-04 12:17   ` Simon Glass
2026-05-04 12:40     ` Michal Simek
2026-04-30 12:20 ` [PATCH 3/4] spi: cadence: Use reset_reset_bulk() for proper reset cycling Michal Simek
2026-05-04 12:18   ` Simon Glass
2026-05-04 12:39     ` Michal Simek
2026-04-30 12:20 ` [PATCH 4/4] reset: zynqmp: Implement rst_reset using PM_RESET_ACTION_PULSE Michal Simek
2026-05-04 12:15   ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.