Linux RTC
 help / color / mirror / Atom feed
From: CL Wang <cl634@andestech.com>
To: <cl634@andestech.com>, <alexandre.belloni@bootlin.com>,
	<krzk@kernel.org>, <linux-rtc@vger.kernel.org>
Cc: <tim609@andestech.com>
Subject: [PATCH V2 0/2] Add andes atcrtc100 RTC driver
Date: Mon, 17 Jun 2024 16:25:05 +0800	[thread overview]
Message-ID: <20240617082507.3968910-1-cl634@andestech.com> (raw)

CL Wang (2):
  dt-bindings: rtc: atcrtc100: Add atcrtc100 bindings
  rtc: atcrtc100: Add andes atcrtc100 RTC driver

Notes:
    Change from v1 to v2
    - Use devm_xxx to allocate system resources instead of some old functions like ioremap.
    - Use regmap_xxx to access RTC hardware registers instead of ioread32 and iowrite32.
    - Remove the atc_rtc_remove function as it is no longer needed.
    - Update the module author and remove MODULE_ALIAS.

 .../bindings/rtc/andes,atcrtc100-rtc.yaml     |  39 ++
 drivers/rtc/Kconfig                           |  10 +
 drivers/rtc/Makefile                          |   1 +
 drivers/rtc/rtc-atcrtc100.c                   | 457 ++++++++++++++++++
 4 files changed, 507 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/rtc/andes,atcrtc100-rtc.yaml
 create mode 100644 drivers/rtc/rtc-atcrtc100.c

-- 
2.34.1


             reply	other threads:[~2024-06-17  8:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-17  8:25 CL Wang [this message]
2024-06-17  8:25 ` [PATCH V2 1/2] dt-bindings: rtc: atcrtc100: Add atcrtc100 bindings CL Wang
2024-06-17  8:52   ` Krzysztof Kozlowski
2024-06-17  8:55   ` Krzysztof Kozlowski
2024-06-17  8:25 ` [PATCH V2 2/2] rtc: atcrtc100: Add andes atcrtc100 RTC driver CL Wang
2024-06-17  8:54   ` Krzysztof Kozlowski

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=20240617082507.3968910-1-cl634@andestech.com \
    --to=cl634@andestech.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=krzk@kernel.org \
    --cc=linux-rtc@vger.kernel.org \
    --cc=tim609@andestech.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