summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-234-4/+4
* Merge tag 'rtc-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2020-08-1213-214/+242
|\
| * rtc: pcf2127: fix alarm handlingAlexandre Belloni2020-08-121-18/+19
| * rtc: pcf2127: add alarm supportLiam Beguin2020-08-121-0/+134
| * rtc: pcf2127: add pca2129 device idLiam Beguin2020-08-121-0/+3
| * rtc: max77686: Fix wake-ups for max77620Jon Hunter2020-08-071-4/+7
| * rtc: ds1307: provide an indication that the watchdog has firedChris Packham2020-08-051-0/+6
| * rtc: ds1374: remove unused defineAlexandre Belloni2020-07-211-3/+1
| * rtc: ds1374: fix RTC_DRV_DS1374_WDT dependenciesAlexandre Belloni2020-07-211-2/+2
| * rtc: pl031: fix set_alarm by adding back call to alarm_irq_enableSudeep Holla2020-07-161-0/+1
| * rtc: ds1374: wdt: Use watchdog core for watchdog partJohnson CH Chen (陳昭勳)2020-07-162-197/+62
| * rtc: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-164-5/+5
| * rtc: goldfish: Enable interrupt in set_alarm() when necessaryHuacai Chen2020-07-161-0/+1
| * rtc: max77686: Do not allow interrupt to fire before system resumeKrzysztof Kozlowski2020-07-161-2/+18
| * rtc: imxdi: fix trivial typosTales L. da Aparecida2020-07-021-2/+2
| * rtc: cpcap: fix rangeSebastian Reichel2020-07-021-1/+1
* | rtc: remove fb-puv3 driverMike Rapoport2020-07-013-296/+0
|/
* Merge tag 'rtc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2020-06-0716-149/+255
|\
| * rtc: pcf2127: watchdog: handle nowayout featureBruno Thomsen2020-06-061-0/+1
| * rtc: fsl-ftm-alarm: fix freeze(s2idle) failed to wakeRan Wang2020-06-061-1/+5
| * rtc: abx80x: Provide debug feedback for invalid dt propertiesKevin P. Fleming2020-06-061-6/+11
| * rtc: abx80x: Add Device Tree matching tableKevin P. Fleming2020-05-301-0/+49
| * rtc: rv3028: Add missed check for devm_regmap_init_i2c()Chuhong Yuan2020-05-301-0/+2
| * rtc: mpc5121: Use correct return value for mpc5121_rtc_probe()Tiezhu Yang2020-05-301-1/+1
| * rtc: goldfish: Use correct return value for goldfish_rtc_probe()Tiezhu Yang2020-05-301-1/+1
| * rtc: snvs: Add necessary clock operations for RTC APIsAnson Huang2020-05-301-2/+53
| * rtc: snvs: Make SNVS clock always preparedAnson Huang2020-05-301-2/+2
| * rtc: ingenic: Reset regulator register in probePaul Cercueil2020-05-111-0/+3
| * rtc: ingenic: Fix masking of error codePaul Cercueil2020-05-111-1/+1
| * rtc: ingenic: Remove unused fields from private structurePaul Cercueil2020-05-111-14/+12
| * rtc: ingenic: Set wakeup params in probePaul Cercueil2020-05-111-51/+44
| * rtc: ingenic: Enable clock in probePaul Cercueil2020-05-111-2/+17
| * rtc: ingenic: Use local 'dev' variable in probePaul Cercueil2020-05-111-15/+15
| * rtc: ingenic: Only support probing from devicetreePaul Cercueil2020-05-112-17/+4
| * rtc: mc13xxx: fix a double-unlock issueQiushi Wu2020-05-111-1/+3
| * rtc: stmp3xxx: update contact emailWolfram Sang2020-05-111-1/+1
| * rtc: max77686: Use single-byte writes on MAX77620Thierry Reding2020-05-111-6/+16
| * rtc: pcf2127: report battery switch overAlexandre Belloni2020-05-111-4/+12
| * rtc: pcf2127: set regmap max_registerAlexandre Belloni2020-05-111-0/+2
| * rtc: pcf2127: remove unnecessary #ifdefAlexandre Belloni2020-05-111-4/+0
| * rtc: pcf2127: let the core handle rtc rangeAlexandre Belloni2020-05-111-3/+5
| * rtc: 88pm860x: remove useless range checkAlexandre Belloni2020-04-181-6/+0
| * rtc: mt2712: switch to devm_platform_ioremap_resourceAlexandre Belloni2020-04-181-3/+1
| * rtc: mt2712: remove unnecessary error stringAlexandre Belloni2020-04-181-7/+1
| * rtc: rc5t619: Fix an ERR_PTR vs NULL checkDan Carpenter2020-04-151-3/+1
| * rtc: remove unnecessary error message after platform_get_irqMarkus Elfring2020-04-153-9/+3
* | Merge tag 'sh-for-5.8' of git://git.libc.org/linux-shLinus Torvalds2020-06-061-1/+1
|\ \
| * | sh: remove sh5 supportArnd Bergmann2020-06-011-1/+1
| |/
* / rtc: mt6397: Add support for the MediaTek MT6358 RTCRan Bi2020-05-211-3/+15
|/
* Merge tag 'mfd-next-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2020-04-073-0/+455
|\