From: Dong Aisheng <aisheng.dong@nxp.com>
To: linux-arm-kernel@lists.infradead.org, linux-rtc@vger.kernel.org
Cc: devicetree@vger.kernel.org, linux-imx@nxp.com,
kernel@pengutronix.de, aisheng.dong@nxp.com, dongas86@gmail.com,
robh+dt@kernel.org, shawnguo@kernel.org, peng.fan@nxp.com
Subject: [PATCH 0/2] rtc: add imx rpmsg rtc support
Date: Thu, 5 Aug 2021 11:35:44 +0800 [thread overview]
Message-ID: <20210805033546.1390950-1-aisheng.dong@nxp.com> (raw)
Add imx rpmsg rtc driver support
The driver needs cowork with pm rpmsg on imx7ulp but no compilation
dependency.
Dong Aisheng (2):
ARM: dts: imx7ulp: add cm4 support
rtc: imx-rpmsg: Add i.MX RPMSG RTC support
arch/arm/boot/dts/imx7ulp-evk-m4.dtsi | 48 ++++
arch/arm/boot/dts/imx7ulp-evk.dts | 1 +
arch/arm/boot/dts/imx7ulp.dtsi | 7 +
drivers/rtc/Kconfig | 10 +
drivers/rtc/Makefile | 1 +
drivers/rtc/rtc-imx-rpmsg.c | 301 ++++++++++++++++++++++++++
include/linux/firmware/imx/rpmsg.h | 37 ++++
7 files changed, 405 insertions(+)
create mode 100644 arch/arm/boot/dts/imx7ulp-evk-m4.dtsi
create mode 100644 drivers/rtc/rtc-imx-rpmsg.c
create mode 100644 include/linux/firmware/imx/rpmsg.h
--
2.25.1
next reply other threads:[~2021-08-05 3:36 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-05 3:35 Dong Aisheng [this message]
2021-08-05 3:35 ` [PATCH 1/2] ARM: dts: imx7ulp: add cm4 support Dong Aisheng
2021-08-05 3:35 ` [PATCH 2/2] rtc: imx-rpmsg: Add i.MX RPMSG RTC support Dong Aisheng
2021-08-05 8:13 ` Alexandre Belloni
2021-08-05 8:48 ` Dong Aisheng
2021-09-25 21:53 ` Alexandre Belloni
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=20210805033546.1390950-1-aisheng.dong@nxp.com \
--to=aisheng.dong@nxp.com \
--cc=devicetree@vger.kernel.org \
--cc=dongas86@gmail.com \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-rtc@vger.kernel.org \
--cc=peng.fan@nxp.com \
--cc=robh+dt@kernel.org \
--cc=shawnguo@kernel.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;
as well as URLs for NNTP newsgroup(s).