summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * rtc: rc5t619: Add Ricoh RC5T619 RTC driverAndreas Kemnade2020-03-273-0/+455
* | Merge tag 'rtc-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2020-04-0436-520/+1085
|\ \
| * | rtc: ds1307: check for failed memory allocation on wdtColin Ian King2020-04-031-0/+2
| * | rtc: class: remove redundant assignment to variable errColin Ian King2020-04-021-1/+1
| * | rtc: sun6i: let the core handle rtc rangeAlexandre Belloni2020-04-021-15/+10
| * | rtc: sun6i: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2020-04-021-3/+3
| * | rtc: ds1307: add support for watchdog timer on ds1388Chris Packham2020-04-012-0/+116
| * | rtc: da9052: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2020-04-011-4/+2
| * | rtc: da9052: set rangeAlexandre Belloni2020-04-011-0/+2
| * | rtc: da9052: convert to devm_rtc_allocate_deviceAlexandre Belloni2020-04-011-3/+7
| * | rtc: imx-sc: Align imx sc msg structs to 4Leonard Crestez2020-03-291-1/+1
| * | rtc: fsl-ftm-alarm: report alarm to coreBiwen Li2020-03-291-0/+2
| * | rtc: pcf85063: Add pcf85063 clkout control to common clock frameworkMichael McCormick2020-03-261-0/+157
| * | rtc: class: avoid unnecessary lookup in hctosysAlexandre Belloni2020-03-241-14/+2
| * | rtc: jz4740: Rename vendor-specific DT propertiesPaul Cercueil2020-03-241-2/+3
| * | rtc: jz4740: Add support for JZ4760 SoCPaul Cercueil2020-03-241-1/+3
| * | rtc: class: support hctosys from modular RTC driversSteve Muckle2020-03-234-73/+61