-
- Downloads
Merge tag 'rtc-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
Pull RTC updates from Alexandre Belloni: "There is nothing scary this cycle, mostly driver fixes and updates. The core fix has been in for a while and has been tested on multiple kernel revisions by multiple teams. Core: - Fix setting the alarm to the next expiring timer New drivers: - Mediatek MT7622 RTC - NXP PCF85363 - Spreadtrum SC27xx PMIC RTC Drivers updates: - Use generic nvmem to expose the Non volatile ram for ds1305, ds1511, m48t86 and omap - abx80x: solve possible race condition at probe - armada38x: support trimming the RTC oscillator - at91rm9200: fix reading the alarm value at boot - ds1511: allow waking platform - m41t80: rework square wave output - pcf8523: support trimming the RTC oscillator - pcf8563: fix clock output rate - pl031: make interrupt optional - xgene: fix suspend/resume" * tag 'rtc-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux: (50 commits) dt-bindings: rtc: imxdi: Improve the bindings text rtc: sc27xx: Add Spreadtrum SC27xx PMIC RTC driver dt-bindings: rtc: Add Spreadtrum SC27xx RTC documentation rtc: at91rm9200: fix reading alarm value rtc: at91rm9200: stop calculating yday in at91_rtc_readalarm rtc: sysfs: Use time64_t variables to set time/alarm rtc: xgene: mark PM functions as __maybe_unused rtc: xgene: Fix suspend/resume rtc: pcf8563: don't alway enable the alarm rtc: pcf8563: fix output clock rate rtc: rx8010: Fix for incorrect return value rtc: rx8010: Specify correct address for RX8010_RESV31 rtc: rx8010: Remove duplicate define rtc: m41t80: remove unneeded checks from m41t80_sqw_set_rate rtc: m41t80: avoid i2c read in m41t80_sqw_is_prepared rtc: m41t80: avoid i2c read in m41t80_sqw_recalc_rate rtc: m41t80: fix m41t80_sqw_round_rate return value rtc: m41t80: m41t80_sqw_set_rate should return 0 on success rtc: add support for NXP PCF85363 real-time clock rtc: omap: Support scratch registers ...
Showing
- Documentation/devicetree/bindings/rtc/imxdi-rtc.txt 7 additions, 7 deletionsDocumentation/devicetree/bindings/rtc/imxdi-rtc.txt
- Documentation/devicetree/bindings/rtc/pcf85363.txt 17 additions, 0 deletionsDocumentation/devicetree/bindings/rtc/pcf85363.txt
- Documentation/devicetree/bindings/rtc/rtc-mt7622.txt 21 additions, 0 deletionsDocumentation/devicetree/bindings/rtc/rtc-mt7622.txt
- Documentation/devicetree/bindings/rtc/sprd,sc27xx-rtc.txt 27 additions, 0 deletionsDocumentation/devicetree/bindings/rtc/sprd,sc27xx-rtc.txt
- Documentation/devicetree/bindings/trivial-devices.txt 1 addition, 1 deletionDocumentation/devicetree/bindings/trivial-devices.txt
- MAINTAINERS 3 additions, 0 deletionsMAINTAINERS
- drivers/rtc/Kconfig 38 additions, 4 deletionsdrivers/rtc/Kconfig
- drivers/rtc/Makefile 3 additions, 0 deletionsdrivers/rtc/Makefile
- drivers/rtc/interface.c 5 additions, 1 deletiondrivers/rtc/interface.c
- drivers/rtc/rtc-abx80x.c 8 additions, 4 deletionsdrivers/rtc/rtc-abx80x.c
- drivers/rtc/rtc-armada38x.c 101 additions, 0 deletionsdrivers/rtc/rtc-armada38x.c
- drivers/rtc/rtc-at91rm9200.c 6 additions, 13 deletionsdrivers/rtc/rtc-at91rm9200.c
- drivers/rtc/rtc-ds1305.c 29 additions, 41 deletionsdrivers/rtc/rtc-ds1305.c
- drivers/rtc/rtc-ds1307.c 31 additions, 26 deletionsdrivers/rtc/rtc-ds1307.c
- drivers/rtc/rtc-ds1390.c 7 additions, 0 deletionsdrivers/rtc/rtc-ds1390.c
- drivers/rtc/rtc-ds1511.c 29 additions, 46 deletionsdrivers/rtc/rtc-ds1511.c
- drivers/rtc/rtc-jz4740.c 3 additions, 3 deletionsdrivers/rtc/rtc-jz4740.c
- drivers/rtc/rtc-m41t80.c 37 additions, 47 deletionsdrivers/rtc/rtc-m41t80.c
- drivers/rtc/rtc-m48t86.c 31 additions, 27 deletionsdrivers/rtc/rtc-m48t86.c
- drivers/rtc/rtc-mt7622.c 422 additions, 0 deletionsdrivers/rtc/rtc-mt7622.c
Loading
Please register or sign in to comment