This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 806381e1a24c Merge tag 'powerpc-6.17-2' of git://git.kernel.org/pub/scm [...] new 590951f908f2 dt-bindings: Move sophgo,cv1800b-rtc to rtc directory new d754e2c4aaea dt-bindings: rtc: move nxp,lpc3220-rtc to separated file f [...] new 0bafe291cb42 dt-bindings: rtc: nxp,lpc1788-rtc: add compatible string n [...] new 0c6f0d77ab62 rtc: Rename lib_test to test_rtc_lib new e92eda97f8c5 rtc: sh: Convert to DEFINE_SIMPLE_DEV_PM_OPS() new 4dda8df717b7 rtc: sysfs: Use sysfs_emit() to instead of s*printf() new bbe8d4fef308 rtc: sysfs: Bail out earlier if no new groups provided new fed5aaeb4e94 rtc: sysfs: use __ATTRIBUTE_GROUPS() new 289642767c2e rtc: m41t80: remove HT feature for m41t65 new 8b52144f0e08 rtc: s3c: Put 'const' just after 'static' keyword for data new b265cb1d68a9 dt-bindings: rtc: pcf85063: add binding for RV8063 new 29ac4cedb00e rtc: pcf85063: create pcf85063_i2c_probe new a3c7f7e16ea8 rtc: pcf85063: add support for RV8063 new 48458654659c rtc: ds1307: remove clear of oscillator stop flag (OSF) in probe new 523923cfd5d6 rtc: ds1307: handle oscillator stop flag (OSF) for ds1341 new db22fd8880a2 dt-bindings: rtc: amlogic,a4-rtc: Add compatible string for C3 new ae48d3542783 rtc: Optimize calculations in rtc_time64_to_tm() new 95f610e36adc rtc: pcf85063: scope pcf85063_config structures new cf6eb547a24a rtc: ds1307: fix incorrect maximum clock rate handling new d0a518eb0a69 rtc: hym8563: fix incorrect maximum clock rate handling new 437c59e4b222 rtc: nct3018y: fix incorrect maximum clock rate handling new 186ae1869880 rtc: pcf85063: fix incorrect maximum clock rate handling new 906726a5efee rtc: pcf8563: fix incorrect maximum clock rate handling new b574acb3cf75 rtc: rv3028: fix incorrect maximum clock rate handling new 31b5fea399d5 rtc: ds1307: convert from round_rate() to determine_rate() new 394a4b920a72 rtc: hym8563: convert from round_rate() to determine_rate() new e05d81b75efd rtc: m41t80: convert from round_rate() to determine_rate() new 9e0dfc7962b3 rtc: max31335: convert from round_rate() to determine_rate() new 1251d043f764 rtc: nct3018y: convert from round_rate() to determine_rate() new ad853657d791 rtc: pcf85063: convert from round_rate() to determine_rate() new e6f1af719ea1 rtc: pcf8563: convert from round_rate() to determine_rate() new c4253b091441 rtc: rv3028: convert from round_rate() to determine_rate() new 35d6aae85b36 rtc: rv3032: convert from round_rate() to determine_rate() new bb5b0b4317c9 rtc: ds1685: Update Joshua Kinard's email address. new d2eedaa3909b Merge tag 'rtc-6.17' of git://git.kernel.org/pub/scm/linux [...]
The 35 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../devicetree/bindings/rtc/amlogic,a4-rtc.yaml | 11 +- .../devicetree/bindings/rtc/nxp,lpc1788-rtc.yaml | 7 +- .../devicetree/bindings/rtc/nxp,lpc3220-rtc.yaml | 49 ++++ .../devicetree/bindings/rtc/nxp,pcf85063.yaml | 33 ++- .../{soc/sophgo => rtc}/sophgo,cv1800b-rtc.yaml | 2 +- .../devicetree/bindings/rtc/trivial-rtc.yaml | 2 - MAINTAINERS | 2 +- drivers/rtc/Kconfig | 21 +- drivers/rtc/Makefile | 2 +- drivers/rtc/lib.c | 40 ++- drivers/rtc/rtc-ds1307.c | 30 ++- drivers/rtc/rtc-ds1685.c | 4 +- drivers/rtc/rtc-hym8563.c | 15 +- drivers/rtc/rtc-m41t80.c | 25 +- drivers/rtc/rtc-max31335.c | 12 +- drivers/rtc/rtc-nct3018y.c | 15 +- drivers/rtc/rtc-pcf85063.c | 267 +++++++++++++++------ drivers/rtc/rtc-pcf8563.c | 15 +- drivers/rtc/rtc-rv3028.c | 15 +- drivers/rtc/rtc-rv3032.c | 21 +- drivers/rtc/rtc-s3c.c | 8 +- drivers/rtc/rtc-sh.c | 8 +- drivers/rtc/sysfs.c | 64 +++-- drivers/rtc/{lib_test.c => test_rtc_lib.c} | 0 include/linux/rtc/ds1685.h | 2 +- 25 files changed, 465 insertions(+), 205 deletions(-) create mode 100644 Documentation/devicetree/bindings/rtc/nxp,lpc3220-rtc.yaml rename Documentation/devicetree/bindings/{soc/sophgo => rtc}/sophgo,cv1800b-rtc.ya [...] rename drivers/rtc/{lib_test.c => test_rtc_lib.c} (100%)