From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de, git@xilinx.com
Cc: "Ashok Reddy Soma" <ashok.reddy.soma@xilinx.com>,
"Bin Meng" <bmeng.cn@gmail.com>,
"Dario Binacchi" <dariobin@libero.it>,
"Heiko Schocher" <hs@denx.de>,
"Heinrich Schuchardt" <xypron.glpk@gmx.de>,
"Ilias Apalodimas" <ilias.apalodimas@linaro.org>,
"Marek Behún" <marek.behun@nic.cz>,
"Michal Simek" <monstr@monstr.eu>,
"Patrick Delaunay" <patrick.delaunay@foss.st.com>,
"Simon Glass" <sjg@chromium.org>, "Stefan Roese" <sr@denx.de>,
"T Karthik Reddy" <t.karthik.reddy@xilinx.com>,
"Ying-Chun Liu (PaulLiu)" <paul.liu@linaro.org>
Subject: [PATCH 0/4] xilinx: Add RTC support for Xilinx ZynqMP
Date: Thu, 29 Jul 2021 13:36:21 +0200 [thread overview]
Message-ID: <cover.1627558582.git.michal.simek@xilinx.com> (raw)
Hi,
this series is correcting RTC uclass behavior to match RTC aliases to
enable RTC_EMULATION driver with ZYNQMP driver. If DT node is present
ZynqMP RTC is used. If not RTC emaulation is used.
The driver has been tested on Xilinx zcu104 also with booting to Linux to
make sure that U-Boot format match with Linux format.
Thanks,
Michal
Michal Simek (4):
dm: rtc: uclass: Add flag to control sequence numbering
cmd: date: rtc: Update command to read the first RTC with seq 0
rtc: zynqmp: Add support for ZynqMP RTC
xilinx: zynqmp: Enable CMD_RTC command with Zynqmp RTC driver
MAINTAINERS | 1 +
cmd/date.c | 9 +-
configs/xilinx_zynqmp_virt_defconfig | 2 +
drivers/rtc/Kconfig | 7 ++
drivers/rtc/Makefile | 1 +
drivers/rtc/rtc-uclass.c | 1 +
drivers/rtc/zynqmp_rtc.c | 158 +++++++++++++++++++++++++++
7 files changed, 176 insertions(+), 3 deletions(-)
create mode 100644 drivers/rtc/zynqmp_rtc.c
--
2.32.0
next reply other threads:[~2021-07-29 11:37 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-29 11:36 Michal Simek [this message]
2021-07-29 11:36 ` [PATCH 1/4] dm: rtc: uclass: Add flag to control sequence numbering Michal Simek
2021-07-29 11:36 ` [PATCH 2/4] cmd: date: rtc: Update command to read the first RTC with seq 0 Michal Simek
2021-07-29 11:36 ` [PATCH 3/4] rtc: zynqmp: Add support for ZynqMP RTC Michal Simek
2021-07-29 11:36 ` [PATCH 4/4] xilinx: zynqmp: Enable CMD_RTC command with Zynqmp RTC driver Michal Simek
2021-08-06 7:34 ` [PATCH 0/4] xilinx: Add RTC support for Xilinx ZynqMP 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.1627558582.git.michal.simek@xilinx.com \
--to=michal.simek@xilinx.com \
--cc=ashok.reddy.soma@xilinx.com \
--cc=bmeng.cn@gmail.com \
--cc=dariobin@libero.it \
--cc=git@xilinx.com \
--cc=hs@denx.de \
--cc=ilias.apalodimas@linaro.org \
--cc=marek.behun@nic.cz \
--cc=monstr@monstr.eu \
--cc=patrick.delaunay@foss.st.com \
--cc=paul.liu@linaro.org \
--cc=sjg@chromium.org \
--cc=sr@denx.de \
--cc=t.karthik.reddy@xilinx.com \
--cc=u-boot@lists.denx.de \
--cc=xypron.glpk@gmx.de \
/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