summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* rtc: cmos: Revert "rtc: Fix the AltCentury value on AMD/Hygon platform"Alexandre Belloni2020-01-041-14/+1
* rtc: mt6397: fix alarm register overwriteRan Bi2019-12-111-14/+25
* rtc: sun6i: Add support for RTC clocks on R40Chen-Yu Tsai2019-12-101-0/+16
* Merge tag 'rtc-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2019-12-0369-670/+555
|\
| * rtc: Fix Kconfig indentationKrzysztof Kozlowski2019-11-271-3/+3
| * rtc: xgene: Remove unused struct device in struct xgene_rtc_devNobuhiro Iwamatsu2019-11-271-2/+0
| * rtc: sun6i: Remove struct device from sun6i_rtc_devNobuhiro Iwamatsu2019-11-271-2/+0
| * rtc: st-lpc: Remove struct resource from struct st_rtcNobuhiro Iwamatsu2019-11-271-1/+0
| * rtc: pcf8523: Remove struct pcf8523Nobuhiro Iwamatsu2019-11-271-14/+4
| * rtc: meson: remove redundant assignment to variable retriesColin Ian King2019-11-271-1/+1
| * rtc: v3020: remove set but unused variableAlexandre Belloni2019-11-271-2/+1
| * rtc: tegra: remove set but unused variableAlexandre Belloni2019-11-271-2/+2
| * rtc: pm8xxx: update kerneldoc for struct pm8xxx_rtcAlexandre Belloni2019-11-271-1/+1
| * rtc: m41t80: remove excess kerneldocAlexandre Belloni2019-11-271-1/+0
| * rtc: ds1685: fix build error with make W=1Alexandre Belloni2019-11-271-3/+3
| * rtc: ds1685: remove set but unused variablesAlexandre Belloni2019-11-271-4/+2
| * rtc: ds1374: remove unused variableAlexandre Belloni2019-11-271-2/+1
| * rtc: sysfs: fix hctosys_show kerneldocAlexandre Belloni2019-11-271-1/+4
| * rtc: interface: fix kerneldoc commentsAlexandre Belloni2019-11-271-10/+11
| * rtc: msm6242: Remove unneeded msm6242_set()/msm6242_clear() functionsKars de Jong2019-11-181-16/+4
| * rtc: msm6242: Fix reading of 10-hour digitKars de Jong2019-11-181-1/+2
| * rtc: tps65910: allow using RTC without alarm interruptAndrey Skvortsov2019-11-171-6/+15
| * rtc: fsl-ftm-alarm: remove select FSL_RCPM and default y from KconfigLi Yang2019-11-151-2/+0
| * rtc: pcf8563: Constify clkout_ratesNobuhiro Iwamatsu2019-11-151-1/+1
| * rtc: ds1302: Remove unused DRV_NAMENobuhiro Iwamatsu2019-11-151-2/+0
| * rtc: rx6110: Convert to SPDX identifierNobuhiro Iwamatsu2019-11-151-9/+1
| * rtc: rx6110: Remove useless rx6110_removeNobuhiro Iwamatsu2019-11-151-6/+0
| * rtc: Fix the AltCentury value on AMD/Hygon platformJinke Fan2019-11-081-1/+14
| * rtc: bd70528: fix module alias to autoload moduleColin Ian King2019-11-081-1/+1
| * rtc: bd70528: Add MODULE ALIAS to autoload moduleMatti Vaittinen2019-11-081-0/+1
| * rtc: em3027: correct month valueIlya Ledvich2019-11-081-2/+2
| * rtc: brcmstb-waketimer: add missed clk_disable_unprepareChuhong Yuan2019-11-081-0/+1
| * rtc: cros-ec: let the core handle rtc rangeAlexandre Belloni2019-11-081-8/+9
| * rtc: cros-ec: remove superfluous error messageAlexandre Belloni2019-11-081-5/+2
| * rtc: sirfsoc: remove .removeAlexandre Belloni2019-11-081-8/+0
| * rtc: sc27xx: remove .removeAlexandre Belloni2019-11-081-7/+0
| * rtc: lpc32xx: remove .removeAlexandre Belloni2019-11-081-11/+0
| * rtc: ab-b5ze-s3: remove .removeAlexandre Belloni2019-11-081-11/+0
| * rtc: disallow update interrupts when time is invalidAlexandre Belloni2019-11-081-2/+14
| * rtc: disable uie before setting time and enable afterAlexandre Belloni2019-11-081-1/+18
| * rtc: fsl-ftm-alarm: avoid struct rtc_time conversionsAlexandre Belloni2019-11-081-5/+2
| * rtc: fsl-ftm-alarm: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2019-11-081-4/+5
| * rtc: fsl-ftm-alarm: switch to ktime_get_real_secondsAlexandre Belloni2019-11-081-4/+1
| * rtc: pcf2127: handle boot-enabled watchdog featureMartin Hundebøll2019-10-211-1/+9
| * rtc: rv3028: add clkout supportParthiban Nallathambi2019-10-191-0/+146
| * rtc: ds1343: cleanup .removeAlexandre Belloni2019-10-191-9/+1
| * rtc: ds1343: rework interrupt handlingAlexandre Belloni2019-10-191-77/+35
| * rtc: ds1343: remove unnecessary mutexAlexandre Belloni2019-10-191-29/+7
| * rtc: ds1343: check regmap_read return valueAlexandre Belloni2019-10-191-3/+8
| * rtc: ds1343: use regmap_update_bits for glitch filterAlexandre Belloni2019-10-191-10/+8