aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-8/+41
2019-05-12Merge tag 'tag-chrome-platform-for-v5.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds1-24/+39
2019-05-09Merge tag 'rtc-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds62-1504/+1369
2019-05-08rtc: snvs: Use __maybe_unused instead of #if CONFIG_PM_SLEEPAnson Huang1-15/+4
2019-05-08rtc: imxdi: remove unused variableAnders Roxell1-1/+0
2019-05-08rtc: drop set_mms and set_mmss64Alexandre Belloni2-11/+1
2019-05-08rtc: pcap: convert to SPDX identifierAlexandre Belloni1-5/+1
2019-05-08rtc: pcap: use .set_timeAlexandre Belloni1-2/+3
2019-05-08rtc: pcap: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni1-6/+3
2019-05-08rtc: pcap: set rangeAlexandre Belloni1-3/+5
2019-05-08rtc: digicolor: convert to SPDX identifierAlexandre Belloni1-5/+1
2019-05-08rtc: digicolor: use .set_timeAlexandre Belloni1-3/+3
2019-05-08rtc: digicolor: set rangeAlexandre Belloni1-0/+1
2019-05-08rtc: digicolor: fix possible race conditionAlexandre Belloni1-5/+7
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2-2/+2
2019-04-30rtc: jz4740: convert to SPDX identifierAlexandre Belloni1-10/+1
2019-04-30rtc: jz4740: rework invalid time detectionAlexandre Belloni1-12/+9
2019-04-30rtc: jz4740: use dev_pm_set_wake_irq() to simplify codeAlexandre Belloni1-30/+7
2019-04-30rtc: jz4740: use .set_timeAlexandre Belloni1-3/+3
2019-04-30rtc: jz4740: remove useless checkAlexandre Belloni1-1/+1
2019-04-30rtc: jz4740: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni1-5/+3
2019-04-30rtc: jz4740: set rangeAlexandre Belloni1-2/+10
2019-04-29rtc: 88pm860x: prevent use-after-free on device removeSven Van Asbroeck1-1/+1
2019-04-29rtc: Use dev_get_drvdata()Kefeng Wang6-38/+21
2019-04-29rtc: imxdi: convert to SPDX identifierAlexandre Belloni1-11/+1
2019-04-29rtc: imxdi: remove unnecessary checkAlexandre Belloni1-9/+1
2019-04-29rtc: imxdi: use .set_timeAlexandre Belloni1-3/+3
2019-04-29rtc: imxdi: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni1-5/+3
2019-04-29rtc: imxdi: set rangeAlexandre Belloni1-5/+10
2019-04-29rtc: mxc: use .set_timeAlexandre Belloni1-2/+4
2019-04-29rtc: mxc: set rangeAlexandre Belloni1-13/+17
2019-04-29rtc: mxc: fix possible race conditionAlexandre Belloni1-7/+9
2019-04-29rtc: stm32: manage the get_irq probe defer caseFabien Dessenne1-3/+6
2019-04-29rtc: rx6110: declare missing of tableDaniel Gomez1-0/+9
2019-04-29rtc: wm831x: use .set_timeAlexandre Belloni1-3/+5
2019-04-19rtc: ds2404: simplify .probe and remove .removeAlexandre Belloni1-18/+7
2019-04-19rtc: ds2404: remove ds2404_chip_opsAlexandre Belloni1-19/+3
2019-04-19rtc: ds2404: convert to SPDX identifierAlexandre Belloni1-8/+2
2019-04-19rtc: ds2404: use .set_timeAlexandre Belloni1-3/+3
2019-04-19rtc: ds2404: switch to rtc_time64_to_tmAlexandre Belloni1-1/+1
2019-04-19rtc: ds2404: set rangeAlexandre Belloni1-5/+9
2019-04-19rtc: ep93xx: fix checkpatch issuesAlexandre Belloni1-9/+9
2019-04-19rtc: ep93xx: convert to SPDX identifierAlexandre Belloni1-4/+1
2019-04-19rtc: ep93xx: use .set_timeAlexandre Belloni1-2/+3
2019-04-19rtc: ep93xx: switch to rtc_time64_to_tmAlexandre Belloni1-1/+1
2019-04-19rtc: ep93xx: set rangeAlexandre Belloni1-0/+1
2019-04-19rtc: ep93xx: use rtc_add_groupAlexandre Belloni1-16/+4
2019-04-19rtc: ep93xx: convert to devm_rtc_allocate_deviceAlexandre Belloni1-2/+7
2019-04-19rtc: ep93xx: stop setting platform_dataAlexandre Belloni1-15/+3
2019-04-19rtc: ds3232: get SRAM access using NVMEM FrameworkHan Nandor1-2/+38