summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)AuthorLines
2018-07-11rtc: bq4802: add error handling for devm_ioremapZhouyang Jia-0/+4
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap-0/+8
2018-06-20rtc: mrst: fix error code in probe()Dan Carpenter-3/+1
2018-06-20rtc: ds1685: remove sysfs access to control registersAlexandre Belloni-381/+0
2018-06-20rtc: ds1685: remove improper datetime access ABIAlexandre Belloni-221/+0
2018-06-11Merge tag 'mfd-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds-4/+3
2018-06-10Merge tag 'rtc-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds-828/+876
2018-06-07rtc: pxa: fix probe functionDan Carpenter-1/+1
2018-06-07rtc: cros-ec: Switch to SPDX identifier.Enric Balletbo i Serra-16/+5
2018-06-07rtc: cros-ec: Make license text and module license match.Enric Balletbo i Serra-1/+1
2018-06-07rtc: ensure rtc_set_alarm fails when alarms are not supportedAlexandre Belloni-0/+5
2018-06-07rtc: test: remove alarm support from the first deviceAlexandre Belloni-1/+13
2018-06-07rtc: test: convert to devm_rtc_allocate_deviceAlexandre Belloni-3/+4
2018-06-07rtc: ftrtc010: let the core handle rangeAlexandre Belloni-3/+10
2018-06-07rtc: ftrtc010: handle dates after 2106Alexandre Belloni-6/+6
2018-06-07rtc: ftrtc010: switch to devm_rtc_allocate_deviceAlexandre Belloni-4/+7
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+4
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook-4/+4
2018-06-05rtc: mrst: switch to devm functionsAlexandre Belloni-27/+18
2018-06-04rtc: sunxi: fix possible race conditionAlexandre Belloni-14/+9
2018-05-31rtc: test: remove irq sysfs fileAlexandre Belloni-39/+0
2018-05-31rtc: test: emulate alarms using timersAlexandre Belloni-4/+52
2018-05-31rtc: test: store time as an offset to system timeAlexandre Belloni-16/+23
2018-05-31rtc: test: allow registering many devicesAlexandre Belloni-24/+24
2018-05-31rtc: test: remove useless proc infoAlexandre Belloni-11/+0
2018-05-31rtc: ds1685: Add rangeAlexandre Belloni-0/+4
2018-05-31rtc: ds1685: fix possible race conditionAlexandre Belloni-23/+18
2018-05-31rtc: sprd: Add new RTC power down check methodBaolin Wang-23/+24
2018-05-31rtc: sun6i: Fix bit_idx value for clk_register_gateMichael Trimarchi-2/+2
2018-05-31rtc: jz4740: Fix a typo in KconfigMathieu Malaterre-1/+1
2018-05-26rtc: test: remove obsolete .set_mmssAlexandre Belloni-17/+2
2018-05-23rtc: st-lpc: add rangeAlexandre Belloni-0/+2
2018-05-23rtc: st-lpc: fix possible race conditionAlexandre Belloni-15/+9
2018-05-22rtc: stm32: add stm32mp1 rtc supportAmelie Delaunay-14/+89
2018-05-22rtc: stm32: rework register management to prepare other version of RTCAmelie Delaunay-57/+127
2018-05-22rtc: stm32: fix misspelling and misalignment issuesAmelie Delaunay-2/+2
2018-05-22rtc: mxc: Switch to SPDX identifierFabio Estevam-10/+3
2018-05-22rtc: snvs: Switch to SPDX identifierFabio Estevam-10/+3
2018-05-21rtc: nvmem: don't use IS_ERR_OR_NULLUwe Kleine-König-1/+1
2018-05-21rtc: ds1742: don't explicitly specify word_size and stride of nvmemUwe Kleine-König-2/+0
2018-05-21rtc: brcmstb-waketimer: add rangeAlexandre Belloni-6/+1
2018-05-21rtc: brcmstb-waketimer: switch to rtc_register_deviceAlexandre Belloni-5/+8
2018-05-19rtc: mxc_v2: use rtc_time64_to_tm in mxc_rtc_read_alarmAlexandre Belloni-1/+1
2018-05-19rtc: mxc_v2: let the core handle rtc rangeAlexandre Belloni-10/+1
2018-05-19rtc: mxc_v2: fix possible race conditionAlexandre Belloni-7/+9
2018-05-18rtc: ls1x: add rangeAlexandre Belloni-0/+2
2018-05-17rtc: ls1x: remove useless label and gotoAlexandre Belloni-8/+3
2018-05-17rtc: ls1x: switch to rtc_register_deviceAlexandre Belloni-7/+7
2018-05-17rtc: tps6586x: let the core handle rtc rangeAlexandre Belloni-22/+5
2018-05-17rtc: tps6586x: fix possible race conditionAlexandre Belloni-3/+11