aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-13rtc: pcf2123: Fix build errorYueHaibing1-0/+1
2019-07-13rtc: interface: Change type of 'count' from int to u64Puranjay Mohan1-1/+1
2019-06-20rtc: pcf8563: Clear event flags and disable interrupts before requesting irqChen-Yu Tsai1-6/+5
2019-06-20rtc: pcf8563: Fix interrupt trigger methodChen-Yu Tsai1-1/+1
2019-06-19rtc: pcf2123: fix negative offset roundingAlexandre Belloni1-1/+1
2019-06-19rtc: pcf2123: add alarm supportDylan Howey1-2/+114
2019-06-19rtc: pcf2123: use %ptRDylan Howey1-10/+2
2019-06-19rtc: pcf2123: port to regmapDylan Howey1-81/+61
2019-06-19rtc: pcf2123: remove sysfs register viewDylan Howey1-89/+1
2019-06-09rtc: rx8025: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-06-09rtc: rx8010: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-06-09rtc: rv8803: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-06-09rtc: m41t80: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-06-09rtc: fm3130: simplify getting the adapter of a clientWolfram Sang1-5/+3
2019-06-07rtc: tegra: Drop MODULE_ALIASDmitry Osipenko1-1/+0
2019-06-06rtc: sun6i: Add R40 compatibleMaxime Ripard1-0/+1
2019-06-01rtc: imx-sc: add rtc alarm supportAnson Huang1-0/+87
2019-06-01rtc: tps65910: fix typo in register name in read_alarm()Michał Mirosław1-1/+1
2019-06-01rtc: tps65910: remove superfluous Kconfig dependencyMichał Mirosław1-1/+1
2019-06-01rtc: tegra: Turn into regular driverThierry Reding1-4/+4
2019-06-01rtc: tegra: Use consistent variable names and typesThierry Reding1-60/+58
2019-06-01rtc: tegra: checkpatch and miscellaneous cleanupsThierry Reding1-75/+79
2019-05-23rtc: st-lpc: remove unnecessary checkAlexandre Belloni1-4/+0
2019-05-23rtc: ds1307: properly handle oscillator failure flagsAlexandre Belloni1-71/+58
2019-05-23rtc: s35390a: change FLAG defines to use BIT macroRichard Leitner1-6/+6
2019-05-23rtc: s35390a: introduce struct device in probeRichard Leitner1-11/+10
2019-05-23rtc: s35390a: set uie_unsupportedRichard Leitner1-0/+6
2019-05-23rtc: s35390a: clarify INT2 pin output modesRichard Leitner1-9/+7
2019-05-23rtc: test: enable wakeup flagsRoman Stratiienko1-0/+1
2019-05-23rtc: ds2404: use hw endiannes variableNicholas Mc Guire1-2/+3
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