U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@amd.com>
To: <u-boot@lists.denx.de>, <git@amd.com>
Cc: Andrew Goodbody <andrew.goodbody@linaro.org>,
	Naman Trivedi <naman.trivedimanojbhai@amd.com>,
	Padmarao Begari <padmarao.begari@amd.com>,
	Senthil Nathan Thangaraj <senthilnathan.thangaraj@amd.com>,
	Simon Glass <sjg@chromium.org>, Tom Rini <trini@konsulko.com>,
	Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Subject: [PATCH 0/4] reset: Introduce reset_reset.*() API
Date: Thu, 30 Apr 2026 14:20:00 +0200	[thread overview]
Message-ID: <cover.1777551598.git.michal.simek@amd.com> (raw)

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

             reply	other threads:[~2026-04-30 12:20 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-30 12:20 Michal Simek [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1777551598.git.michal.simek@amd.com \
    --to=michal.simek@amd.com \
    --cc=andrew.goodbody@linaro.org \
    --cc=git@amd.com \
    --cc=naman.trivedimanojbhai@amd.com \
    --cc=padmarao.begari@amd.com \
    --cc=senthilnathan.thangaraj@amd.com \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=venkatesh.abbarapu@amd.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox