Merge tag 'rtc-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
Pull RTC updates from Alexandre Belloni: "RTC for 4.9 Subsystem: - delete owner assignment in multiple drivers - constify rtc_class_ops structures Drivers: - ac100: support clock-output-names - cmos: properly handle ACPI alarms and quirky BIOSes and other fixes - ds1307: fix century bit support while staying comaptible with previous behaviour by default - ds1347: switch to regmap - isl12057 is now handled by ds1307 - omap: support external wakeup - rv8803: allow to disable voltage drop detection" * tag 'rtc-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux: (25 commits) rtc: rv8803: set VDETOFF and SWOFF via device tree dt/bindings: Add bindings for Micro Crystal rv8803 devicetree: Add Micro Crystal AG vendor id rtc: cmos: avoid unused function warning rtc: ac100: Add NULL checking for devm_kzalloc call rtc: ds1347: changed raw spi calls to register map calls rtc: cmos: Restore alarm after resume rtc: cmos: Clear ACPI-driven alarms upon resume rtc: omap: Support ext_wakeup configuration rtc: cmos: Initialize hpet timer before irq is registered rtc: asm9260: rework locking rtc: asm9260: allow COMPILE_TEST rtc: constify rtc_class_ops structures rtc: ac100: support clock-output-names in device tree binding rtc: rx6110: remove owner assignment rtc: pic32: Delete owner assignment rtc: bq32k: Fix handling of oscillator failure flag rtc: bq32k: Use correct mask name for 'minutes' register. rtc: sysfs: fix a cast removing the const attribute Documentation: dt: Intersil isl12057 is not a trivial device ...
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/i2c/trivial-devices.txt 0 additions, 1 deletionDocumentation/devicetree/bindings/i2c/trivial-devices.txt
- Documentation/devicetree/bindings/rtc/dallas,ds1390.txt 1 addition, 1 deletionDocumentation/devicetree/bindings/rtc/dallas,ds1390.txt
- Documentation/devicetree/bindings/rtc/epson,rx8900.txt 22 additions, 0 deletionsDocumentation/devicetree/bindings/rtc/epson,rx8900.txt
- Documentation/devicetree/bindings/rtc/rtc-omap.txt 21 additions, 0 deletionsDocumentation/devicetree/bindings/rtc/rtc-omap.txt
- Documentation/devicetree/bindings/vendor-prefixes.txt 1 addition, 0 deletionsDocumentation/devicetree/bindings/vendor-prefixes.txt
- drivers/rtc/Kconfig 23 additions, 15 deletionsdrivers/rtc/Kconfig
- drivers/rtc/Makefile 0 additions, 1 deletiondrivers/rtc/Makefile
- drivers/rtc/rtc-ac100.c 5 additions, 0 deletionsdrivers/rtc/rtc-ac100.c
- drivers/rtc/rtc-asm9260.c 5 additions, 15 deletionsdrivers/rtc/rtc-asm9260.c
- drivers/rtc/rtc-at32ap700x.c 1 addition, 1 deletiondrivers/rtc/rtc-at32ap700x.c
- drivers/rtc/rtc-bq32k.c 10 additions, 6 deletionsdrivers/rtc/rtc-bq32k.c
- drivers/rtc/rtc-cmos.c 76 additions, 17 deletionsdrivers/rtc/rtc-cmos.c
- drivers/rtc/rtc-coh901331.c 1 addition, 1 deletiondrivers/rtc/rtc-coh901331.c
- drivers/rtc/rtc-davinci.c 1 addition, 1 deletiondrivers/rtc/rtc-davinci.c
- drivers/rtc/rtc-digicolor.c 1 addition, 1 deletiondrivers/rtc/rtc-digicolor.c
- drivers/rtc/rtc-ds1302.c 1 addition, 1 deletiondrivers/rtc/rtc-ds1302.c
- drivers/rtc/rtc-ds1307.c 49 additions, 5 deletionsdrivers/rtc/rtc-ds1307.c
- drivers/rtc/rtc-ds1347.c 53 additions, 43 deletionsdrivers/rtc/rtc-ds1347.c
- drivers/rtc/rtc-gemini.c 1 addition, 1 deletiondrivers/rtc/rtc-gemini.c
- drivers/rtc/rtc-isl12057.c 0 additions, 643 deletionsdrivers/rtc/rtc-isl12057.c
Please register or sign in to comment