From: Michal Simek <michal.simek@amd.com>
To: <u-boot@lists.u-boot-project.org>, <git@amd.com>
Cc: Alexey Charkov <alchark@gmail.com>, Anshul Dalal <anshuld@ti.com>,
Bhupesh Sharma <bhupesh.linux@gmail.com>,
Ilias Apalodimas <ilias.apalodimas@linaro.org>,
Johan Jonker <jbx6244@gmail.com>,
"Neha Malcom Francis" <n-francis@ti.com>,
Neil Armstrong <neil.armstrong@linaro.org>,
Padmarao Begari <padmarao.begari@amd.com>,
Pranav Sanwal <pranav.sanwal@amd.com>,
Pranav Tilak <pranav.vinaytilak@amd.com>,
"Sean Anderson" <sean.anderson@linux.dev>,
Tom Rini <trini@konsulko.com>
Subject: [PATCH 0/3] ufs: amd-versal2: Cleanup firmware interface
Date: Thu, 30 Jul 2026 08:49:15 +0200 [thread overview]
Message-ID: <cover.1785394153.git.michal.simek@amd.com> (raw)
Hi,
the first patch mainly alignment with Linux kernel version. Issue was
related to IRQ handling which is not valid reason for U-Boot but still
correcting sequence make sense.
The second patch is moving firmware handling out of UFS driver. UFS driver
cares about delivering functionality. And doesn't really matter how exactly
it is done. If it is done via firmware interface, via IO polling or in a
different way. That's why move loops out of UFS driver to be able to use
different interfaces for it.
The third patch is just Kconfig update.
The series is based on
https://patchwork.ozlabs.org/project/uboot/patch/6419fe4f6f1f451aee624c7762b7aa690d50e498.1784870711.git.michal.simek@amd.com/
Thanks,
Michal
Michal Simek (3):
ufs: amd-versal2: Perform controller reset in the init callback
xilinx: versal2: Clean UFS firmware interface
ufs: amd-versal2: Remove ZYNQMP_FIRMWARE dependency
arch/arm/mach-versal2/cpu.c | 34 +++--
arch/arm/mach-versal2/include/mach/hardware.h | 5 +
.../arm/mach-versal2/include/mach/sys_proto.h | 8 +-
drivers/firmware/firmware-zynqmp.c | 72 ++++++----
drivers/ufs/Kconfig | 2 +-
drivers/ufs/ufs-amd-versal2.c | 129 ++++++------------
6 files changed, 119 insertions(+), 131 deletions(-)
---
base-commit: 7e24149aacb83335fa997e2457144f23ba5e1bda
--
2.43.0
next reply other threads:[~2026-07-30 6:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-30 6:49 Michal Simek [this message]
2026-07-30 6:49 ` [PATCH 1/3] ufs: amd-versal2: Perform controller reset in the init callback Michal Simek
2026-07-30 6:49 ` [PATCH 2/3] xilinx: versal2: Clean UFS firmware interface Michal Simek
2026-07-30 6:49 ` [PATCH 3/3] ufs: amd-versal2: Remove ZYNQMP_FIRMWARE dependency Michal Simek
2026-08-11 12:53 ` [PATCH 0/3] ufs: amd-versal2: Cleanup firmware interface Michal Simek
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.1785394153.git.michal.simek@amd.com \
--to=michal.simek@amd.com \
--cc=alchark@gmail.com \
--cc=anshuld@ti.com \
--cc=bhupesh.linux@gmail.com \
--cc=git@amd.com \
--cc=ilias.apalodimas@linaro.org \
--cc=jbx6244@gmail.com \
--cc=n-francis@ti.com \
--cc=neil.armstrong@linaro.org \
--cc=padmarao.begari@amd.com \
--cc=pranav.sanwal@amd.com \
--cc=pranav.vinaytilak@amd.com \
--cc=sean.anderson@linux.dev \
--cc=trini@konsulko.com \
--cc=u-boot@lists.u-boot-project.org \
/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