All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <monstr@monstr.eu>
To: U-Boot <u-boot@lists.denx.de>, git <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>,
	"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: Re: [PATCH 0/4] xilinx: Add RTC support for Xilinx ZynqMP
Date: Fri, 6 Aug 2021 09:34:19 +0200	[thread overview]
Message-ID: <CAHTX3dJurk4hBYMq7RSn82OxBSpkgDY98FuHSiQCWYEaGMvaTA@mail.gmail.com> (raw)
In-Reply-To: <cover.1627558582.git.michal.simek@xilinx.com>

čt 29. 7. 2021 v 13:36 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> 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
>

Applied.
M


-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs

      parent reply	other threads:[~2021-08-06  7:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-29 11:36 [PATCH 0/4] xilinx: Add RTC support for Xilinx ZynqMP Michal Simek
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 ` Michal Simek [this message]

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=CAHTX3dJurk4hBYMq7RSn82OxBSpkgDY98FuHSiQCWYEaGMvaTA@mail.gmail.com \
    --to=monstr@monstr.eu \
    --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=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 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.