mbox series

[GIT,PULL] RTC fixes for 6.2

Message ID Y97QU2E8/VO/ZIjt@mail.local
State Accepted
Headers show
Series [GIT,PULL] RTC fixes for 6.2 | expand

Pull-request

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

Message

Alexandre Belloni Feb. 4, 2023, 9:38 p.m. UTC
Hello Linus,

Here are a few fixes for 6.2. The EFI one is the most important as it
allows some RTCs to actually work. The other two are warnings that are
worth fixing. I was hoping I would get one more fix but that one is
going to wait for 6.3.

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 08279468a294d8c996a657ecc9e51bd5c084c75d:

  rtc: sunplus: fix format string for printing resource (2023-01-23 23:33:47 +0100)

----------------------------------------------------------------
RTC fixes for 6.2

Drivers:
 - efi: make WAKEUP services optional
 - sunplus: fix format string warning

----------------------------------------------------------------
Arnd Bergmann (1):
      rtc: sunplus: fix format string for printing resource

Johan Hovold (1):
      dt-bindings: rtc: qcom-pm8xxx: allow 'wakeup-source' property

Shanker Donthineni (1):
      rtc: efi: Enable SET/GET WAKEUP services as optional

 .../devicetree/bindings/rtc/qcom-pm8xxx-rtc.yaml   |  2 +
 drivers/rtc/rtc-efi.c                              | 48 ++++++++++++----------
 drivers/rtc/rtc-sunplus.c                          |  4 +-
 include/linux/efi.h                                |  3 +-
 4 files changed, 33 insertions(+), 24 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 4, 2023, 10:03 p.m. UTC | #1
The pull request you sent on Sat, 4 Feb 2023 22:38:27 +0100:

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

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

Thank you!