aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-17rtc: rs5c372: stop validating rtc_time in .read_timeAlexandre Belloni1-2/+1
2018-03-17rtc: rs5c372: remove useless messageAlexandre Belloni1-4/+0
2018-03-17rtc: s35390a: remove useless indirectionAlexandre Belloni1-24/+8
2018-03-17rtc: s35390a: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2018-03-17rtc: s35390a: remove useless messageAlexandre Belloni1-4/+0
2018-03-17rtc: rk808: fix possible race conditionAlexandre Belloni1-7/+7
2018-03-17rtc: rk808: remove useless debug messageAlexandre Belloni1-11/+0
2018-03-09mn10300: Remove the architectureDavid Howells2-2/+2
2018-03-02rtc: rx8581: remove useless messageAlexandre Belloni1-5/+1
2018-03-02rtc: rx4581: remove useless messageAlexandre Belloni1-5/+1
2018-03-02rtc: pm8xxx: remove useless messageAlexandre Belloni1-6/+0
2018-03-02rtc: abx80x: remove useless messageAlexandre Belloni1-5/+1
2018-03-02rtc: tegra: stop validating rtc_time in .set_timeAlexandre Belloni1-4/+0
2018-03-02rtc: spear: stop validating rtc_time in .set_time and .set_alarmAlexandre Belloni1-9/+3
2018-03-02rtc: omap: stop validating rtc_time in .set_time and .set_alarmAlexandre Belloni1-3/+0
2018-03-02rtc: max77686: stop validating rtc_time in .read_timeAlexandre Belloni1-3/+1
2018-03-02rtc: m41t93: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2018-03-02rtc: isl12022: remove useless indirectionAlexandre Belloni1-12/+4
2018-03-02rtc: sc27xx: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2018-03-02rtc: r7301: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2018-03-02rtc: nuc900: stop validating rtc_time in .read_timeAlexandre Belloni1-6/+8
2018-03-02rtc: diasemi: stop validating rtc_time in .read_timeAlexandre Belloni3-4/+3
2018-03-02rtc: cpcap: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2018-03-02rtc: ab-b5ze-s3: stop validating rtc_time in .read_timeAlexandre Belloni1-3/+1
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni48-53/+48
2018-03-01rtc: stop validating rtc_time after rtc_time_to_tmAlexandre Belloni13-13/+13
2018-03-01rtc: stop validating rtc_time after rtc_time64_to_tmAlexandre Belloni3-3/+3
2018-03-01rtc: stk17ta8: let the core handle invalid timeAlexandre Belloni1-4/+0
2018-03-01rtc: rs5c348: let the core handle invalid timeAlexandre Belloni1-5/+0
2018-03-01rtc: cmos: let the core handle invalid timeAlexandre Belloni1-12/+0
2018-03-01rtc: ds1553: let the core handle invalid timeAlexandre Belloni1-4/+0
2018-03-01rtc: ds1511: let the core handle invalid timeAlexandre Belloni1-4/+0
2018-03-01rtc: tx4939: avoid unintended sign extension on a 24 bit shiftColin Ian King1-2/+4
2018-03-01rtc: mxc_v2: Fix _iomem pointer notationFabio Estevam1-1/+1
2018-03-01rtc: isl1208: Fix unintended clear of SR bitsDenis Osterland1-0/+5
2018-03-01rtc: tx4939: use generic nvmemAlexandre Belloni1-33/+26
2018-03-01rtc: tx4939: fix possible race conditionAlexandre Belloni1-2/+3
2018-03-01rtc: tx4939: switch to rtc_register_deviceAlexandre Belloni1-2/+8
2018-03-01rtc: tx4939: extend test coverageAlexandre Belloni1-1/+1
2018-03-01rtc: tx4939: remove arch/mips dependencyAlexandre Belloni1-1/+24
2018-03-01rtc: stk17ta8: use generic nvmemAlexandre Belloni1-40/+24
2018-03-01rtc: stk17ta8: fix possible race conditionAlexandre Belloni1-2/+2
2018-03-01rtc: stk17ta8: switch to rtc_register_deviceAlexandre Belloni1-2/+7
2018-03-01rtc: stk17ta8: make alarms usefulAlexandre Belloni1-4/+1
2018-03-01rtc: rp5c01: use generic nvmemAlexandre Belloni1-41/+24
2018-03-01rtc: rp5c01: fix possible race conditionAlexandre Belloni1-2/+10
2018-03-01rtc: ds1742: use generic nvmemAlexandre Belloni1-41/+26
2018-03-01rtc: ds1742: switch to rtc_register_deviceAlexandre Belloni1-2/+8
2018-03-01rtc: cmos: use generic nvmemAlexandre Belloni1-43/+30
2018-03-01rtc: cmos: fix possible race conditionAlexandre Belloni1-4/+8