public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-rtc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] RTC for 6.12
Date: Wed, 25 Sep 2024 00:23:02 +0200	[thread overview]
Message-ID: <20240924222302cc712db4@mail.local> (raw)

Hello Linus,

Here is the RTC subsystem pull request for 6.12. We get more conversions
of DT bindings to yaml. There is one new driver, for the DFRobot
SD2405AL and support for important features of the stm32 RTC.

The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

  Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/rtc-6.12

for you to fetch changes up to 690286214916f32d75de2667ec0fcfa9c3f4eefb:

  rtc: rc5t619: use proper module tables (2024-09-22 01:17:35 +0200)

----------------------------------------------------------------
RTC for 6.12

New driver:
 - DFRobot SD2405AL

Drivers:
 - stm32: add alarm A out and LSCO support
 - sun6i: disable automatic clock input switching
 - m48t59: set range

----------------------------------------------------------------
Abhishek Tamboli (1):
      rtc: m48t59: Remove division condition with direct comparison

Alexandre Belloni (1):
      rtc: m48t59: set range

Andreas Kemnade (1):
      rtc: rc5t619: use proper module tables

Chen Ni (1):
      rtc: twl: convert comma to semicolon

Karthikeyan Krishnasamy (1):
      dt-bindings: rtc: microcrystal,rv3028: add #clock-cells property

Krzysztof Kozlowski (1):
      rtc: at91sam9: fix OF node leak in probe() error path

Michael Walle (1):
      rtc: sun6i: disable automatic clock input switching

Rob Herring (Arm) (2):
      rtc: s35390a: Drop vendorless compatible string from match table
      dt-bindings: rtc: Drop non-trivial duplicate compatibles

Stanislav Jakubek (1):
      dt-bindings: rtc: sprd,sc2731-rtc: convert to YAML

Tóth János (3):
      rtc: Add driver for SD2405AL
      dt-bindings: rtc: Add support for SD2405AL.
      dt-bindings: vendor-prefixes: Add DFRobot.

Valentin Caron (4):
      dt-bindings: rtc: stm32: describe pinmux nodes
      rtc: stm32: add pinctrl and pinmux interfaces
      rtc: stm32: add Low Speed Clock Output (LSCO) support
      rtc: stm32: add alarm A out feature

 .../bindings/rtc/microcrystal,rv3028.yaml          |   3 +
 .../devicetree/bindings/rtc/sprd,sc2731-rtc.yaml   |  49 ++++
 .../devicetree/bindings/rtc/sprd,sc27xx-rtc.txt    |  26 --
 .../devicetree/bindings/rtc/st,stm32-rtc.yaml      |  28 ++
 .../devicetree/bindings/rtc/trivial-rtc.yaml       |   9 +-
 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 MAINTAINERS                                        |   6 +
 drivers/rtc/Kconfig                                |  16 ++
 drivers/rtc/Makefile                               |   1 +
 drivers/rtc/rtc-at91sam9.c                         |   1 +
 drivers/rtc/rtc-m48t59.c                           |   4 +-
 drivers/rtc/rtc-rc5t619.c                          |  13 +-
 drivers/rtc/rtc-s35390a.c                          |   1 -
 drivers/rtc/rtc-sd2405al.c                         | 227 +++++++++++++++++
 drivers/rtc/rtc-stm32.c                            | 281 +++++++++++++++++++++
 drivers/rtc/rtc-sun6i.c                            |   1 +
 drivers/rtc/rtc-twl.c                              |   4 +-
 17 files changed, 633 insertions(+), 39 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/rtc/sprd,sc2731-rtc.yaml
 delete mode 100644 Documentation/devicetree/bindings/rtc/sprd,sc27xx-rtc.txt
 create mode 100644 drivers/rtc/rtc-sd2405al.c

-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

             reply	other threads:[~2024-09-24 22:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-24 22:23 Alexandre Belloni [this message]
2024-09-25 22:07 ` [GIT PULL] RTC for 6.12 pr-tracker-bot

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=20240924222302cc712db4@mail.local \
    --to=alexandre.belloni@bootlin.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rtc@vger.kernel.org \
    --cc=torvalds@linux-foundation.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