public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] RTC for 6.12
@ 2024-09-24 22:23 Alexandre Belloni
  2024-09-25 22:07 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Belloni @ 2024-09-24 22:23 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-rtc, linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] RTC for 6.12
  2024-09-24 22:23 [GIT PULL] RTC for 6.12 Alexandre Belloni
@ 2024-09-25 22:07 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-09-25 22:07 UTC (permalink / raw)
  To: Alexandre Belloni; +Cc: Linus Torvalds, linux-rtc, linux-kernel

The pull request you sent on Wed, 25 Sep 2024 00:23:02 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b2149f948c2d60880f94a68cc784eeefe1e78b77

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-09-25 22:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-24 22:23 [GIT PULL] RTC for 6.12 Alexandre Belloni
2024-09-25 22:07 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox