This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 1e16624d7b43 Merge tag '5.14-rc-smb3-fixes-part2' of git://git.samba.or [...] new 6bce244390a8 mm/page_alloc: Revert pahole zero-sized workaround new b0ddc5b17005 rtc: bd70528: fix BD71815 watchdog dependency new f765e349c3e1 rtc: m41t80: add support for fixed clock new 206e04ec7539 rtc: mxc_v2: add missing MODULE_DEVICE_TABLE new 8df65d4adca6 dt-bindings: convert rtc/faraday,ftrtc01 to yaml new 54b909436ede rtc: fix snprintf() checking in is_rtc_hctosys() new 37401019fe32 rtc: efi: Remove the repeated module alias new bcae59d0d45b rtc: imxdi: add wakeup support new a8fdbefd75f6 rtc: sysfs: Correct kerneldoc function name hctosys_show() new b958da7919e2 rtc: m41t80: correct kerneldoc function names new 742b0d7e15c3 rtc: max77686: Do not enforce (incorrect) interrupt trigger type new e5e335258070 rtc: bd70528: Drop BD70528 support new 950ac33dbe6f rtc: stm32: Fix unbalanced clk_disable_unprepare() on prob [...] new fc3c335226a9 rtc: v3020: remove redundant initialization of variable retval new 7e1249178097 dt-bindings: rtc: rx8900: Convert to YAML schema new 4a7e7408688d dt-bindings: rtc: ti,bq32k: Convert to json-schema new 836e9ea3ccc2 rtc: pcf2127: Fix the datasheet URL new 663bff1753a8 rtc: pcf85063: Fix the datasheet URL new 94af1e732abe rtc: pcf8563: Fix the datasheet URL new 08eeafbba566 dt-bindings: rtc: ti,bq32k: take maintainership new 98c25b801246 rtc: pcf85063: Update the PCF85063A datasheet revision new 299e726f77f9 rtc: au1xxx: convert to SPDX identifier new 67561a8e1ed1 rtc: ds1374: convert to SPDX identifier new cd13635e1c7d rtc: max6900: convert to SPDX identifier new 1d9539ed2da8 rtc: palmas: convert to SPDX identifier new 078699417a39 rtc: sc27xx: Fix format of SPDX identifier new 41a2ed5c7107 rtc: rtd119x: Fix format of SPDX identifier new 3f019164816f rtc: tps80031: convert to SPDX identifier new 9d0c49fa115c rtc: tps6586x: convert to SPDX identifier new 9734a1ae34ec rtc: spear: convert to SPDX identifier new f2581b1dfa98 rtc: s5m: Check return value of s5m_check_peding_alarm_int [...] new 37aadf9b2a7e rtc: at91sam9: Remove unnecessary offset variable checks new 2f8619846755 rtc: pcf2127: handle timestamp interrupts new 4aa90c036df6 rtc: pcf8523: rename register and bit defines new de5540965853 Merge tag 'rtc-5.14' 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/epson,rx8900.txt | 22 -- .../devicetree/bindings/rtc/epson,rx8900.yaml | 49 ++++ .../devicetree/bindings/rtc/faraday,ftrtc010.txt | 28 -- .../devicetree/bindings/rtc/faraday,ftrtc010.yaml | 59 ++++ .../devicetree/bindings/rtc/rtc-m41t80.txt | 9 + .../devicetree/bindings/rtc/ti,bq32000.yaml | 49 ++++ Documentation/devicetree/bindings/rtc/ti,bq32k.txt | 18 -- drivers/rtc/Kconfig | 6 +- drivers/rtc/proc.c | 4 +- drivers/rtc/rtc-at91sam9.c | 2 +- drivers/rtc/rtc-au1xxx.c | 5 +- drivers/rtc/rtc-bd70528.c | 316 +-------------------- drivers/rtc/rtc-ds1374.c | 7 +- drivers/rtc/rtc-efi.c | 1 - drivers/rtc/rtc-imxdi.c | 4 + drivers/rtc/rtc-m41t80.c | 32 ++- drivers/rtc/rtc-max6900.c | 8 +- drivers/rtc/rtc-max77686.c | 4 +- drivers/rtc/rtc-mxc_v2.c | 1 + drivers/rtc/rtc-palmas.c | 15 +- drivers/rtc/rtc-pcf2127.c | 194 +++++++++---- drivers/rtc/rtc-pcf85063.c | 6 +- drivers/rtc/rtc-pcf8523.c | 146 +++++----- drivers/rtc/rtc-pcf8563.c | 2 +- drivers/rtc/rtc-rtd119x.c | 3 +- drivers/rtc/rtc-s5m.c | 4 +- drivers/rtc/rtc-sc27xx.c | 2 +- drivers/rtc/rtc-spear.c | 5 +- drivers/rtc/rtc-stm32.c | 6 +- drivers/rtc/rtc-tps6586x.c | 15 +- drivers/rtc/rtc-tps80031.c | 15 +- drivers/rtc/rtc-v3020.c | 2 +- drivers/rtc/sysfs.c | 2 +- lib/Kconfig.debug | 3 - mm/page_alloc.c | 11 - 35 files changed, 440 insertions(+), 615 deletions(-) delete mode 100644 Documentation/devicetree/bindings/rtc/epson,rx8900.txt create mode 100644 Documentation/devicetree/bindings/rtc/epson,rx8900.yaml delete mode 100644 Documentation/devicetree/bindings/rtc/faraday,ftrtc010.txt create mode 100644 Documentation/devicetree/bindings/rtc/faraday,ftrtc010.yaml create mode 100644 Documentation/devicetree/bindings/rtc/ti,bq32000.yaml delete mode 100644 Documentation/devicetree/bindings/rtc/ti,bq32k.txt