aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2018-06-11Merge tag 'mfd-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Gravatar Linus Torvalds 1-4/+3
2018-06-10Merge tag 'rtc-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Gravatar Linus Torvalds 40-828/+876
2018-06-07rtc: pxa: fix probe functionGravatar Dan Carpenter 1-1/+1
2018-06-07rtc: cros-ec: Switch to SPDX identifier.Gravatar Enric Balletbo i Serra 1-16/+5
2018-06-07rtc: cros-ec: Make license text and module license match.Gravatar Enric Balletbo i Serra 1-1/+1
2018-06-07rtc: ensure rtc_set_alarm fails when alarms are not supportedGravatar Alexandre Belloni 1-0/+5
2018-06-07rtc: test: remove alarm support from the first deviceGravatar Alexandre Belloni 1-1/+13
2018-06-07rtc: test: convert to devm_rtc_allocate_deviceGravatar Alexandre Belloni 1-3/+4
2018-06-07rtc: ftrtc010: let the core handle rangeGravatar Alexandre Belloni 1-3/+10
2018-06-07rtc: ftrtc010: handle dates after 2106Gravatar Alexandre Belloni 1-6/+6
2018-06-07rtc: ftrtc010: switch to devm_rtc_allocate_deviceGravatar Alexandre Belloni 1-4/+7
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+4
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsGravatar Kees Cook 1-4/+4
2018-06-05rtc: mrst: switch to devm functionsGravatar Alexandre Belloni 1-27/+18
2018-06-04rtc: sunxi: fix possible race conditionGravatar Alexandre Belloni 1-14/+9
2018-05-31rtc: test: remove irq sysfs fileGravatar Alexandre Belloni 1-39/+0
2018-05-31rtc: test: emulate alarms using timersGravatar Alexandre Belloni 1-4/+52
2018-05-31rtc: test: store time as an offset to system timeGravatar Alexandre Belloni 1-16/+23
2018-05-31rtc: test: allow registering many devicesGravatar Alexandre Belloni 1-24/+24
2018-05-31rtc: test: remove useless proc infoGravatar Alexandre Belloni 1-11/+0
2018-05-31rtc: ds1685: Add rangeGravatar Alexandre Belloni 1-0/+4
2018-05-31rtc: ds1685: fix possible race conditionGravatar Alexandre Belloni 1-23/+18
2018-05-31rtc: sprd: Add new RTC power down check methodGravatar Baolin Wang 1-23/+24
2018-05-31rtc: sun6i: Fix bit_idx value for clk_register_gateGravatar Michael Trimarchi 1-2/+2
2018-05-31rtc: jz4740: Fix a typo in KconfigGravatar Mathieu Malaterre 1-1/+1
2018-05-26rtc: test: remove obsolete .set_mmssGravatar Alexandre Belloni 1-17/+2
2018-05-23rtc: st-lpc: add rangeGravatar Alexandre Belloni 1-0/+2
2018-05-23rtc: st-lpc: fix possible race conditionGravatar Alexandre Belloni 1-15/+9
2018-05-22rtc: stm32: add stm32mp1 rtc supportGravatar Amelie Delaunay 1-14/+89
2018-05-22rtc: stm32: rework register management to prepare other version of RTCGravatar Amelie Delaunay 1-57/+127
2018-05-22rtc: stm32: fix misspelling and misalignment issuesGravatar Amelie Delaunay 1-2/+2
2018-05-22rtc: mxc: Switch to SPDX identifierGravatar Fabio Estevam 1-10/+3
2018-05-22rtc: snvs: Switch to SPDX identifierGravatar Fabio Estevam 1-10/+3
2018-05-21rtc: nvmem: don't use IS_ERR_OR_NULLGravatar Uwe Kleine-König 1-1/+1
2018-05-21rtc: ds1742: don't explicitly specify word_size and stride of nvmemGravatar Uwe Kleine-König 1-2/+0
2018-05-21rtc: brcmstb-waketimer: add rangeGravatar Alexandre Belloni 1-6/+1
2018-05-21rtc: brcmstb-waketimer: switch to rtc_register_deviceGravatar Alexandre Belloni 1-5/+8
2018-05-19rtc: mxc_v2: use rtc_time64_to_tm in mxc_rtc_read_alarmGravatar Alexandre Belloni 1-1/+1
2018-05-19rtc: mxc_v2: let the core handle rtc rangeGravatar Alexandre Belloni 1-10/+1
2018-05-19rtc: mxc_v2: fix possible race conditionGravatar Alexandre Belloni 1-7/+9
2018-05-18rtc: ls1x: add rangeGravatar Alexandre Belloni 1-0/+2
2018-05-17rtc: ls1x: remove useless label and gotoGravatar Alexandre Belloni 1-8/+3
2018-05-17rtc: ls1x: switch to rtc_register_deviceGravatar Alexandre Belloni 1-7/+7
2018-05-17rtc: tps6586x: let the core handle rtc rangeGravatar Alexandre Belloni 1-22/+5
2018-05-17rtc: tps6586x: fix possible race conditionGravatar Alexandre Belloni 1-3/+11
2018-05-17rtc: vr41xx: add rangeGravatar Alexandre Belloni 1-0/+2
2018-05-17rtc: vr41xx: fix possible race conditionGravatar Alexandre Belloni 1-2/+7
2018-05-17rtc: rx8581: switch to regmapGravatar Alexandre Belloni 1-113/+42
2018-05-17rtc: rx8581: error out when time invalidGravatar Alexandre Belloni 1-4/+6
2018-05-17rtc: rx8581: remove useless declarationGravatar Alexandre Belloni 1-18/+15