This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c2c94b3b187d Merge tag 'drm-next-2022-01-21' of git://anongit.freedeskt [...] new f601aa793066 rtc: rs5c372: Add RTC_VL_READ, RTC_VL_CLR ioctls new 1c1b3098ae1e rtc: pcf85063: add i2c_device_id name matching support new a478c433d72b rtc: da9063: switch to RTC_FEATURE_UPDATE_INTERRUPT new 029d3a6f2f3c rtc: da9063: add as wakeup source new 10d96b44a94e dt/bindings: rtc: rx8900: Add an entry for RX8804 new 5c0189a8b52f rtc: rv8803: Add support for the Epson RX8804 RTC new 86559400b3ef rtc: gamecube: Add a RTC driver for the GameCube, Wii and Wii U new 322539a014bc rtc: gamecube: Report low battery as invalid data new 5479618e1e26 powerpc: wii.dts: Expose HW_SRNPROT on this platform new 57bd7d356506 powerpc: gamecube_defconfig: Enable the RTC driver new c636783d594f powerpc: wii_defconfig: Enable the RTC driver new 454f47ff4643 rtc: cmos: take rtc_lock while reading from CMOS new d35786b3a28d rtc: mc146818-lib: change return values of mc146818_get_time() new 0dd8d6cb9edd rtc: Check return value from mc146818_get_time() new ea6fa4961aab rtc: mc146818-lib: fix RTC presence check new ec5895c0f2d8 rtc: mc146818-lib: extract mc146818_avoid_UIP new 2a61b0ac5493 rtc: mc146818-lib: refactor mc146818_get_time new 2c7d47a45b06 rtc: mc146818-lib: refactor mc146818_does_rtc_work new cdedc45c579f rtc: cmos: avoid UIP when reading alarm time new cd17420ebea5 rtc: cmos: avoid UIP when writing alarm time new dd93849d47ce rtc: rs5c372: add offset correction support new ed0610661434 rtc: rs5c372: fix incorrect oscillation value on r2221tl new fad6cbe9b2b4 rtc: Add driver for RTC in Sunplus SP7021 new 8462904204ab dt-bindings: rtc: Add Sunplus RTC json-schema new 7b69b54aaa48 rtc: pcf2127: Fix typo in comment new ba52eac083e1 rtc: Move variable into switch case statement new 05020a733b02 rtc: ftrtc010: Use platform_get_irq() to get the interrupt new 34127b3632b2 rtc: pxa: fix null pointer dereference new a12ac1f0ffa4 dt-bindings: rtc: qcom-pm8xxx-rtc: update register numbers new 7372971c1be5 rtc: mc146818-lib: fix signedness bug in mc146818_get_time() new 900ed72c8a19 rtc: gamecube: Fix an IS_ERR() vs NULL check new ff164ae39b82 rtc: cmos: Evaluate century appropriate new 5ceee540fdc7 rtc: sunplus: fix return value in sp_rtc_probe() new 75242f31db6c Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux [...] new 91502a9a0b0d ALSA: hda/realtek: fix speakers and micmute on HP 855 G8 new 5762f980ca10 ALSA: usb-audio: add mapping for MSI MPG X570S Carbon Max Wifi. new 5576c4f24c56 ALSA: core: Fix SSID quirk lookup for subvendor=0 new 2cb52046d186 ALSA: hda: cs35l41: Avoid overwriting register patch new 6e4320d8ecbc ALSA: hda: cs35l41: Add calls to newly added test key function new 77dc3a6ee2eb ALSA: hda: cs35l41: Move cs35l41* calls to its own symbol [...] new cd8abf7d04c9 ALSA: hda: cs35l41: Add missing default cases new a025df02ce42 ALSA: hda: cs35l41: Make use of the helper function dev_er [...] new 8c286a0f973a ALSA: hda: cs35l41: Tidyup code new 85c25662d189 ALSA: hda: cs35l41: Make cs35l41_hda_remove() return void new 8c0ae778e287 ALSA: core: Simplify snd_power_ref_and_wait() with the sta [...] new 2a1355f0bf41 ALSA: hda/cs8409: Add new Warlock SKUs to patch_cs8409 new 1f40caa08047 Merge tag 'sound-fix-5.17-rc1' of git://git.kernel.org/pub [...]
The 47 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.yaml | 1 + .../devicetree/bindings/rtc/qcom-pm8xxx-rtc.yaml | 9 +- .../bindings/rtc/sunplus,sp7021-rtc.yaml | 56 +++ MAINTAINERS | 7 + arch/alpha/kernel/rtc.c | 7 +- arch/powerpc/boot/dts/wii.dts | 5 + arch/powerpc/configs/gamecube_defconfig | 2 +- arch/powerpc/configs/wii_defconfig | 2 +- arch/x86/kernel/hpet.c | 8 +- drivers/base/power/trace.c | 6 +- drivers/rtc/Kconfig | 24 ++ drivers/rtc/Makefile | 2 + drivers/rtc/dev.c | 6 +- drivers/rtc/rtc-cmos.c | 201 +++++++---- drivers/rtc/rtc-da9063.c | 16 +- drivers/rtc/rtc-ftrtc010.c | 8 +- drivers/rtc/rtc-gamecube.c | 377 +++++++++++++++++++++ drivers/rtc/rtc-mc146818-lib.c | 182 ++++++---- drivers/rtc/rtc-pcf2127.c | 2 +- drivers/rtc/rtc-pcf85063.c | 97 ++++-- drivers/rtc/rtc-pxa.c | 4 + drivers/rtc/rtc-rs5c372.c | 185 +++++++++- drivers/rtc/rtc-rv8803.c | 6 + drivers/rtc/rtc-sunplus.c | 362 ++++++++++++++++++++ include/linux/mc146818rtc.h | 6 +- sound/core/init.c | 25 +- sound/core/misc.c | 2 +- sound/pci/hda/cs35l41_hda.c | 134 ++++---- sound/pci/hda/cs35l41_hda.h | 4 +- sound/pci/hda/cs35l41_hda_i2c.c | 6 +- sound/pci/hda/cs35l41_hda_spi.c | 6 +- sound/pci/hda/patch_cs8409-tables.c | 2 + sound/pci/hda/patch_realtek.c | 12 + sound/usb/mixer_maps.c | 12 + 34 files changed, 1506 insertions(+), 278 deletions(-) create mode 100644 Documentation/devicetree/bindings/rtc/sunplus,sp7021-rtc.yaml create mode 100644 drivers/rtc/rtc-gamecube.c create mode 100644 drivers/rtc/rtc-sunplus.c