[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Y0nc49iertOPOB02@mail.local>
Date: Sat, 15 Oct 2022 00:04:19 +0200
From: Alexandre Belloni <alexandre.belloni@...tlin.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-rtc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] RTC for 6.1
Linus,
Here is the RTC subsystem pull request for 6.1. A great rework of the
isl12022 driver makes up the bulk of the changes. There is also an
important fix for CMOS and then the usual small fixes.
The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:
Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/rtc-6.1
for you to fetch changes up to e5f12a398371280649ccc9d6eb0b97fd42a5df98:
rtc: rv3028: Fix codestyle errors (2022-10-13 23:36:52 +0200)
----------------------------------------------------------------
RTC for 6.1
Drivers:
- switch to devm_clk_get_enabled() where relevant
- cmos: event handler registration fix
- isl12022: code improvements
----------------------------------------------------------------
Bryan Brattlof (2):
rtc: k3: wait until the unlock field is not zero
rtc: k3: detect SoC to determine erratum fix
Christophe JAILLET (4):
rtc: mxc: Use devm_clk_get_enabled() helper
rtc: mpfs: Use devm_clk_get_enabled() helper
rtc: jz4740: Use devm_clk_get_enabled() helper
rtc: k3: Use devm_clk_get_enabled() helper
Colin Ian King (1):
rtc: ds1685: Fix spelling of function name in comment block
Emmanuel Gil Peyrot (1):
rtc: gamecube: Always reset HW_SRNPROT after read
Geert Uytterhoeven (1):
rtc: mpfs: Remove printing of stray CR
Ke Sun (1):
rtc: rv3028: Fix codestyle errors
Lin Yujun (1):
rtc: stmp3xxx: Add failure handling for stmp3xxx_wdt_register()
Rafael J. Wysocki (1):
rtc: cmos: Fix event handler registration ordering issue
Rasmus Villemoes (8):
rtc: isl12022: stop using deprecated devm_rtc_device_register()
rtc: isl12022: specify range_min and range_max
rtc: isl12022: drop a dev_info()
rtc: isl12022: simplify some expressions
rtc: isl12022: use %ptR
rtc: isl12022: use dev_set_drvdata() instead of i2c_set_clientdata()
rtc: isl12022: drop redundant write to HR register
rtc: isl12022: switch to using regmap API
drivers/rtc/Kconfig | 1 +
drivers/rtc/rtc-cmos.c | 29 +++++---
drivers/rtc/rtc-ds1685.c | 2 +-
drivers/rtc/rtc-gamecube.c | 11 ++--
drivers/rtc/rtc-isl12022.c | 161 +++++++++++----------------------------------
drivers/rtc/rtc-jz4740.c | 25 +------
drivers/rtc/rtc-mpfs.c | 26 ++------
drivers/rtc/rtc-mxc.c | 27 +-------
drivers/rtc/rtc-rv3028.c | 5 +-
drivers/rtc/rtc-stmp3xxx.c | 2 +
drivers/rtc/rtc-ti-k3.c | 56 ++++++----------
11 files changed, 98 insertions(+), 247 deletions(-)
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
Powered by blists - more mailing lists