This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 9b1f61d5d73d Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/li [...] new 55cc33fab5ac rtc: m48t59: use platform_get_irq_optional new 936d3685e624 rtc: tps65910: include linux/property.h new 6e00b6d0083e rtc: rv3028: correct weekday register usage new 198da7be18c4 rtc: imxdi: Convert to a DT-only driver new 9346ff0bc6ff rtc: mxc: Remove unneeded of_match_ptr() new 8d69f62fddf6 rtc: rx6110: add ACPI bindings to I2C new 3fd00fdc4f11 rtc: goldfish: remove dependency to OF new 03531606ef4c rtc: pcf85063: fallback to parent of_node new f1d304766c7f rtc: ab-eoz9: set regmap max_register new e70e52e1bf1d rtc: ab-eoz9: add alarm support new c52409eb1667 rtc: ab-eoz9: make use of RTC_FEATURE_ALARM new c8f0ca8b7a4b rtc: pm8xxx: Add RTC support for PMIC PMK8350 new 8138c5f0318c dt-bindings: rtc: qcom-pm8xxx-rtc: Add qcom pm8xxx rtc bindings new 880f25d69015 rtc: rtc-spear: replace spin_lock_irqsave by spin_lock in [...] new 7fcb86185978 rtc: fsl-ftm-alarm: add MODULE_TABLE() new 9b9310445f5a rtc: ds1511: remove unused function new 7942121b8ca0 rtc: imx-sc: remove .read_alarm new 64e9d8e4dbc4 rtc: ds1307: replace HAS_ALARM by RTC_FEATURE_ALARM new 4bf84b449a0e rtc: ds1307: remove flags new c55c3a516cef rtc: rtc_update_irq_enable: rework UIE emulation new 94959a3a04a5 rtc: pcf8523: remove useless define new 13e37b7fb75d rtc: pcf8523: add alarm support new a1cfe7cc3873 rtc: pcf8523: report oscillator failures new 204756f01672 rtc: ds1307: Fix wday settings for rx8130 new fefbec3a7418 rtc: s5m: Remove reference to parent's device pdata new e463786f380a rtc: omap: use rtc_write to access OMAP_RTC_OSC_REG new 4d0185e67806 rtc: sysfs: check features instead of ops new a7efd197bc7f Merge tag 'rtc-5.13' of git://git.kernel.org/pub/scm/linux [...] new 34731ed13e8a leds: lgm: fix gpiolib dependency new a7ed7150f351 leds: lgm: Improve Kconfig help new 34a6ae672645 leds: Kconfig: LEDS_CLASS is usually selected. new c889136004eb leds: rt4505: Add DT binding document for Richtek RT4505 new d9dfac5419d0 leds: rt4505: Add support for Richtek RT4505 flash LED controller new fcc96cef8a18 leds-lm3642: convert comma to semicolon new 5222fa912114 MAINTAINERS: Remove Dan Murphy's bouncing email new ec50536b7840 leds: lgm: Fix spelling mistake "prepate" -> "prepare" new 1cfa807b06af leds: LEDS_BLINK_LGM should depend on X86 new 5fe09e16c689 leds: trigger: pattern: Switch to using the new API kobj_to_dev() new 23a700455a1b leds: pca9532: Assign gpio base dynamically new d835ff6c96ae Merge tag 'leds-5.13-rc1' of git://git.kernel.org/pub/scm/ [...]
The 40 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/leds/leds-rt4505.yaml | 57 +++ .../devicetree/bindings/rtc/qcom-pm8xxx-rtc.yaml | 62 +++ drivers/leds/Kconfig | 7 +- drivers/leds/Makefile | 2 +- drivers/leds/blink/Kconfig | 33 +- drivers/leds/blink/Makefile | 2 +- drivers/leds/blink/leds-lgm-sso.c | 2 +- drivers/leds/flash/Kconfig | 11 + drivers/leds/flash/Makefile | 1 + drivers/leds/flash/leds-rt4505.c | 430 +++++++++++++++++++++ drivers/leds/leds-lm3642.c | 4 +- drivers/leds/leds-pca9532.c | 2 + drivers/leds/trigger/ledtrig-pattern.c | 2 +- drivers/rtc/Kconfig | 3 +- drivers/rtc/interface.c | 34 +- drivers/rtc/rtc-ab-eoz9.c | 135 ++++++- drivers/rtc/rtc-ds1307.c | 56 +-- drivers/rtc/rtc-ds1511.c | 6 - drivers/rtc/rtc-fsl-ftm-alarm.c | 1 + drivers/rtc/rtc-imx-sc.c | 11 - drivers/rtc/rtc-imxdi.c | 4 +- drivers/rtc/rtc-m48t59.c | 2 +- drivers/rtc/rtc-mxc.c | 2 +- drivers/rtc/rtc-omap.c | 5 +- drivers/rtc/rtc-pcf85063.c | 7 +- drivers/rtc/rtc-pcf8523.c | 196 +++++++++- drivers/rtc/rtc-pm8xxx.c | 11 + drivers/rtc/rtc-rv3028.c | 4 +- drivers/rtc/rtc-rx6110.c | 7 + drivers/rtc/rtc-s5m.c | 6 - drivers/rtc/rtc-spear.c | 6 +- drivers/rtc/rtc-tps65910.c | 1 + drivers/rtc/sysfs.c | 2 +- 33 files changed, 975 insertions(+), 139 deletions(-) create mode 100644 Documentation/devicetree/bindings/leds/leds-rt4505.yaml create mode 100644 Documentation/devicetree/bindings/rtc/qcom-pm8xxx-rtc.yaml create mode 100644 drivers/leds/flash/leds-rt4505.c