All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] RTC for 5.19
@ 2022-06-01 21:43 Alexandre Belloni
  2022-06-01 21:53 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Belloni @ 2022-06-01 21:43 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-rtc, linux-kernel

Hello Linus,

Here is the pull request for the RTC subsystem. A new driver represents
the bulk of the changes and then we get the usual small fixes.

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f78e3d407a339ffdd2620140300f821ea41118f4:

  rtc: mxc: Silence a clang warning (2022-06-01 23:19:17 +0200)

----------------------------------------------------------------
RTC for 5.19

New driver:
 - Renesas RZN1 rtc

Drivers:
 - sun6i: Add nvmem support

----------------------------------------------------------------
Dan Carpenter (1):
      rtc: rzn1: Fix error code in probe

Fabio Estevam (3):
      dt-binding: pcf85063: Add an entry for pca85073a
      rtc: pcf85063: Add a compatible entry for pca85073a
      rtc: mxc: Silence a clang warning

Miaoqian Lin (1):
      rtc: ftrtc010: Fix error handling in ftrtc010_rtc_probe

Michel Pollet (1):
      rtc: rzn1: Add new RTC driver

Minghao Chi (1):
      rtc: simplify the return expression of rx8025_set_offset()

Miquel Raynal (6):
      dt-bindings: rtc: rzn1: Describe the RZN1 RTC
      rtc: rzn1: Add alarm support
      rtc: rzn1: Add oscillator offset support
      MAINTAINERS: Add myself as maintainer of the RZN1 RTC driver
      rtc: rzn1: Avoid mixing variables
      rtc: rzn1: Fix a variable type

Nobuhiro Iwamatsu (1):
      rtc: meson: Fix email address in MODULE_AUTHOR

Samuel Holland (1):
      rtc: sun6i: Add NVMEM provider

Yang Li (1):
      rtc: rzn1: fix platform_no_drv_owner.cocci warning

Yang Yingliang (1):
      rtc: mt6397: check return value after calling platform_get_resource()

Yuan Can (1):
      rtc: gamecube: Add missing iounmap in gamecube_rtc_read_offset_from_sram

 .../devicetree/bindings/rtc/nxp,pcf85063.txt       |   1 +
 .../devicetree/bindings/rtc/renesas,rzn1-rtc.yaml  |  70 ++++
 MAINTAINERS                                        |   8 +
 drivers/rtc/Kconfig                                |   7 +
 drivers/rtc/Makefile                               |   1 +
 drivers/rtc/rtc-ftrtc010.c                         |  34 +-
 drivers/rtc/rtc-gamecube.c                         |   1 +
 drivers/rtc/rtc-meson.c                            |   2 +-
 drivers/rtc/rtc-mt6397.c                           |   2 +
 drivers/rtc/rtc-mxc.c                              |   2 +-
 drivers/rtc/rtc-pcf85063.c                         |   2 +
 drivers/rtc/rtc-rx8025.c                           |   7 +-
 drivers/rtc/rtc-rzn1.c                             | 418 +++++++++++++++++++++
 drivers/rtc/rtc-sun6i.c                            |  42 +++
 14 files changed, 579 insertions(+), 18 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/rtc/renesas,rzn1-rtc.yaml
 create mode 100644 drivers/rtc/rtc-rzn1.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 5.19
  2022-06-01 21:43 [GIT PULL] RTC for 5.19 Alexandre Belloni
@ 2022-06-01 21:53 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-06-01 21:53 UTC (permalink / raw)
  To: Alexandre Belloni; +Cc: Linus Torvalds, linux-rtc, linux-kernel

The pull request you sent on Wed, 1 Jun 2022 23:43:54 +0200:

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

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

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:[~2022-06-01 21:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-01 21:43 [GIT PULL] RTC for 5.19 Alexandre Belloni
2022-06-01 21:53 ` pr-tracker-bot

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.