aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2019-12-03Merge tag 'rtc-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 69-670/+555
2019-12-01Merge tag 'mfd-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Gravatar Linus Torvalds 1-86/+21
2019-11-27rtc: Fix Kconfig indentationGravatar Krzysztof Kozlowski 1-3/+3
2019-11-27rtc: xgene: Remove unused struct device in struct xgene_rtc_devGravatar Nobuhiro Iwamatsu 1-2/+0
2019-11-27rtc: sun6i: Remove struct device from sun6i_rtc_devGravatar Nobuhiro Iwamatsu 1-2/+0
2019-11-27rtc: st-lpc: Remove struct resource from struct st_rtcGravatar Nobuhiro Iwamatsu 1-1/+0
2019-11-27rtc: pcf8523: Remove struct pcf8523Gravatar Nobuhiro Iwamatsu 1-14/+4
2019-11-27rtc: meson: remove redundant assignment to variable retriesGravatar Colin Ian King 1-1/+1
2019-11-27rtc: v3020: remove set but unused variableGravatar Alexandre Belloni 1-2/+1
2019-11-27rtc: tegra: remove set but unused variableGravatar Alexandre Belloni 1-2/+2
2019-11-27rtc: pm8xxx: update kerneldoc for struct pm8xxx_rtcGravatar Alexandre Belloni 1-1/+1
2019-11-27rtc: m41t80: remove excess kerneldocGravatar Alexandre Belloni 1-1/+0
2019-11-27rtc: ds1685: fix build error with make W=1Gravatar Alexandre Belloni 1-3/+3
2019-11-27rtc: ds1685: remove set but unused variablesGravatar Alexandre Belloni 1-4/+2
2019-11-27rtc: ds1374: remove unused variableGravatar Alexandre Belloni 1-2/+1
2019-11-27rtc: sysfs: fix hctosys_show kerneldocGravatar Alexandre Belloni 1-1/+4
2019-11-27rtc: interface: fix kerneldoc commentsGravatar Alexandre Belloni 1-10/+11
2019-11-18rtc: msm6242: Remove unneeded msm6242_set()/msm6242_clear() functionsGravatar Kars de Jong 1-16/+4
2019-11-18rtc: msm6242: Fix reading of 10-hour digitGravatar Kars de Jong 1-1/+2
2019-11-17rtc: tps65910: allow using RTC without alarm interruptGravatar Andrey Skvortsov 1-6/+15
2019-11-15rtc: fsl-ftm-alarm: remove select FSL_RCPM and default y from KconfigGravatar Li Yang 1-2/+0
2019-11-15rtc: pcf8563: Constify clkout_ratesGravatar Nobuhiro Iwamatsu 1-1/+1
2019-11-15rtc: ds1302: Remove unused DRV_NAMEGravatar Nobuhiro Iwamatsu 1-2/+0
2019-11-15rtc: rx6110: Convert to SPDX identifierGravatar Nobuhiro Iwamatsu 1-9/+1
2019-11-15rtc: rx6110: Remove useless rx6110_removeGravatar Nobuhiro Iwamatsu 1-6/+0
2019-11-08rtc: Fix the AltCentury value on AMD/Hygon platformGravatar Jinke Fan 1-1/+14
2019-11-08rtc: bd70528: fix module alias to autoload moduleGravatar Colin Ian King 1-1/+1
2019-11-08rtc: bd70528: Add MODULE ALIAS to autoload moduleGravatar Matti Vaittinen 1-0/+1
2019-11-08rtc: em3027: correct month valueGravatar Ilya Ledvich 1-2/+2
2019-11-08rtc: brcmstb-waketimer: add missed clk_disable_unprepareGravatar Chuhong Yuan 1-0/+1
2019-11-08rtc: cros-ec: let the core handle rtc rangeGravatar Alexandre Belloni 1-8/+9
2019-11-08rtc: cros-ec: remove superfluous error messageGravatar Alexandre Belloni 1-5/+2
2019-11-08rtc: sirfsoc: remove .removeGravatar Alexandre Belloni 1-8/+0
2019-11-08rtc: sc27xx: remove .removeGravatar Alexandre Belloni 1-7/+0
2019-11-08rtc: lpc32xx: remove .removeGravatar Alexandre Belloni 1-11/+0
2019-11-08rtc: ab-b5ze-s3: remove .removeGravatar Alexandre Belloni 1-11/+0
2019-11-08rtc: disallow update interrupts when time is invalidGravatar Alexandre Belloni 1-2/+14
2019-11-08rtc: disable uie before setting time and enable afterGravatar Alexandre Belloni 1-1/+18
2019-11-08rtc: fsl-ftm-alarm: avoid struct rtc_time conversionsGravatar Alexandre Belloni 1-5/+2
2019-11-08rtc: fsl-ftm-alarm: switch to rtc_time64_to_tm/rtc_tm_to_time64Gravatar Alexandre Belloni 1-4/+5
2019-11-08rtc: fsl-ftm-alarm: switch to ktime_get_real_secondsGravatar Alexandre Belloni 1-4/+1
2019-10-24rtc: mt6397: add compatible for mt6323Gravatar Josef Friedl 1-0/+1
2019-10-24rtc: mt6397: improvements of rtc driverGravatar Josef Friedl 1-32/+19
2019-10-24rtc: mt6397: move some common definitions into rtc.hGravatar Josef Friedl 1-54/+1
2019-10-23compat_ioctl: move WDIOC handling into wdt driversGravatar Arnd Bergmann 2-0/+2
2019-10-23compat_ioctl: move rtc handling into drivers/rtc/dev.cGravatar Arnd Bergmann 2-1/+40
2019-10-21rtc: pcf2127: handle boot-enabled watchdog featureGravatar Martin Hundebøll 1-1/+9
2019-10-19rtc: rv3028: add clkout supportGravatar Parthiban Nallathambi 1-0/+146
2019-10-19rtc: ds1343: cleanup .removeGravatar Alexandre Belloni 1-9/+1
2019-10-19rtc: ds1343: rework interrupt handlingGravatar Alexandre Belloni 1-77/+35