aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-11Merge tag 'mfd-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-4/+3
2018-06-10Merge tag 'rtc-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds40-828/+876
2018-06-07rtc: pxa: fix probe functionDan Carpenter1-1/+1
2018-06-07rtc: cros-ec: Switch to SPDX identifier.Enric Balletbo i Serra1-16/+5
2018-06-07rtc: cros-ec: Make license text and module license match.Enric Balletbo i Serra1-1/+1
2018-06-07rtc: ensure rtc_set_alarm fails when alarms are not supportedAlexandre Belloni1-0/+5
2018-06-07rtc: test: remove alarm support from the first deviceAlexandre Belloni1-1/+13
2018-06-07rtc: test: convert to devm_rtc_allocate_deviceAlexandre Belloni1-3/+4
2018-06-07rtc: ftrtc010: let the core handle rangeAlexandre Belloni1-3/+10
2018-06-07rtc: ftrtc010: handle dates after 2106Alexandre Belloni1-6/+6
2018-06-07rtc: ftrtc010: switch to devm_rtc_allocate_deviceAlexandre Belloni1-4/+7
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-4/+4
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook1-4/+4
2018-06-05rtc: mrst: switch to devm functionsAlexandre Belloni1-27/+18
2018-06-04rtc: sunxi: fix possible race conditionAlexandre Belloni1-14/+9
2018-05-31rtc: test: remove irq sysfs fileAlexandre Belloni1-39/+0
2018-05-31rtc: test: emulate alarms using timersAlexandre Belloni1-4/+52
2018-05-31rtc: test: store time as an offset to system timeAlexandre Belloni1-16/+23
2018-05-31rtc: test: allow registering many devicesAlexandre Belloni1-24/+24
2018-05-31rtc: test: remove useless proc infoAlexandre Belloni1-11/+0
2018-05-31rtc: ds1685: Add rangeAlexandre Belloni1-0/+4
2018-05-31rtc: ds1685: fix possible race conditionAlexandre Belloni1-23/+18
2018-05-31rtc: sprd: Add new RTC power down check methodBaolin Wang1-23/+24
2018-05-31rtc: sun6i: Fix bit_idx value for clk_register_gateMichael Trimarchi1-2/+2
2018-05-31rtc: jz4740: Fix a typo in KconfigMathieu Malaterre1-1/+1
2018-05-26rtc: test: remove obsolete .set_mmssAlexandre Belloni1-17/+2
2018-05-23rtc: st-lpc: add rangeAlexandre Belloni1-0/+2
2018-05-23rtc: st-lpc: fix possible race conditionAlexandre Belloni1-15/+9
2018-05-22rtc: stm32: add stm32mp1 rtc supportAmelie Delaunay1-14/+89
2018-05-22rtc: stm32: rework register management to prepare other version of RTCAmelie Delaunay1-57/+127
2018-05-22rtc: stm32: fix misspelling and misalignment issuesAmelie Delaunay1-2/+2
2018-05-22rtc: mxc: Switch to SPDX identifierFabio Estevam1-10/+3
2018-05-22rtc: snvs: Switch to SPDX identifierFabio Estevam1-10/+3
2018-05-21rtc: nvmem: don't use IS_ERR_OR_NULLUwe Kleine-König1-1/+1
2018-05-21rtc: ds1742: don't explicitly specify word_size and stride of nvmemUwe Kleine-König1-2/+0
2018-05-21rtc: brcmstb-waketimer: add rangeAlexandre Belloni1-6/+1
2018-05-21rtc: brcmstb-waketimer: switch to rtc_register_deviceAlexandre Belloni1-5/+8
2018-05-19rtc: mxc_v2: use rtc_time64_to_tm in mxc_rtc_read_alarmAlexandre Belloni1-1/+1
2018-05-19rtc: mxc_v2: let the core handle rtc rangeAlexandre Belloni1-10/+1
2018-05-19rtc: mxc_v2: fix possible race conditionAlexandre Belloni1-7/+9
2018-05-18rtc: ls1x: add rangeAlexandre Belloni1-0/+2
2018-05-17rtc: ls1x: remove useless label and gotoAlexandre Belloni1-8/+3
2018-05-17rtc: ls1x: switch to rtc_register_deviceAlexandre Belloni1-7/+7
2018-05-17rtc: tps6586x: let the core handle rtc rangeAlexandre Belloni1-22/+5
2018-05-17rtc: tps6586x: fix possible race conditionAlexandre Belloni1-3/+11
2018-05-17rtc: vr41xx: add rangeAlexandre Belloni1-0/+2
2018-05-17rtc: vr41xx: fix possible race conditionAlexandre Belloni1-2/+7
2018-05-17rtc: rx8581: switch to regmapAlexandre Belloni1-113/+42
2018-05-17rtc: rx8581: error out when time invalidAlexandre Belloni1-4/+6
2018-05-17rtc: rx8581: remove useless declarationAlexandre Belloni1-18/+15