summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rtc: rs5c372: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-171-2/+1Star
* rtc: rs5c372: remove useless messageAlexandre Belloni2018-03-171-4/+0Star
* rtc: s35390a: remove useless indirectionAlexandre Belloni2018-03-171-24/+8Star
* rtc: s35390a: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-171-1/+1
* rtc: s35390a: remove useless messageAlexandre Belloni2018-03-171-4/+0Star
* rtc: rk808: fix possible race conditionAlexandre Belloni2018-03-171-7/+7
* rtc: rk808: remove useless debug messageAlexandre Belloni2018-03-171-11/+0Star
* rtc: rx8581: remove useless messageAlexandre Belloni2018-03-021-5/+1Star
* rtc: rx4581: remove useless messageAlexandre Belloni2018-03-021-5/+1Star
* rtc: pm8xxx: remove useless messageAlexandre Belloni2018-03-021-6/+0Star
* rtc: abx80x: remove useless messageAlexandre Belloni2018-03-021-5/+1Star
* rtc: tegra: stop validating rtc_time in .set_timeAlexandre Belloni2018-03-021-4/+0Star
* rtc: spear: stop validating rtc_time in .set_time and .set_alarmAlexandre Belloni2018-03-021-9/+3Star
* rtc: omap: stop validating rtc_time in .set_time and .set_alarmAlexandre Belloni2018-03-021-3/+0Star
* rtc: max77686: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-021-3/+1Star
* rtc: m41t93: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-021-1/+1
* rtc: isl12022: remove useless indirectionAlexandre Belloni2018-03-021-12/+4Star
* rtc: sc27xx: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-021-1/+1
* rtc: r7301: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-021-1/+1
* rtc: nuc900: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-021-6/+8
* rtc: diasemi: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-023-4/+3Star
* rtc: cpcap: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-021-1/+1
* rtc: ab-b5ze-s3: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-021-3/+1Star
* rtc: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-0248-53/+48Star
* rtc: stop validating rtc_time after rtc_time_to_tmAlexandre Belloni2018-03-0113-13/+13
* rtc: stop validating rtc_time after rtc_time64_to_tmAlexandre Belloni2018-03-013-3/+3
* rtc: stk17ta8: let the core handle invalid timeAlexandre Belloni2018-03-011-4/+0Star
* rtc: rs5c348: let the core handle invalid timeAlexandre Belloni2018-03-011-5/+0Star
* rtc: cmos: let the core handle invalid timeAlexandre Belloni2018-03-011-12/+0Star
* rtc: ds1553: let the core handle invalid timeAlexandre Belloni2018-03-011-4/+0Star
* rtc: ds1511: let the core handle invalid timeAlexandre Belloni2018-03-011-4/+0Star
* rtc: tx4939: avoid unintended sign extension on a 24 bit shiftColin Ian King2018-03-011-2/+4
* MAINTAINERS: rtc: update my email addressAlexandre Belloni2018-03-011-1/+1
* char: rtc: remove unused rtc_control() APIAlexandre Belloni2018-03-012-87/+0Star
* rtc: mxc_v2: Fix _iomem pointer notationFabio Estevam2018-03-011-1/+1
* rtc: isl1208: Fix unintended clear of SR bitsDenis Osterland2018-03-011-0/+5
* rtc: tx4939: use generic nvmemAlexandre Belloni2018-03-011-33/+26Star
* rtc: tx4939: fix possible race conditionAlexandre Belloni2018-03-011-2/+3
* rtc: tx4939: switch to rtc_register_deviceAlexandre Belloni2018-03-011-2/+8
* rtc: tx4939: extend test coverageAlexandre Belloni2018-03-011-1/+1
* rtc: tx4939: remove arch/mips dependencyAlexandre Belloni2018-03-011-1/+24
* rtc: stk17ta8: use generic nvmemAlexandre Belloni2018-03-011-40/+24Star
* rtc: stk17ta8: fix possible race conditionAlexandre Belloni2018-03-011-2/+2
* rtc: stk17ta8: switch to rtc_register_deviceAlexandre Belloni2018-03-011-2/+7
* rtc: stk17ta8: make alarms usefulAlexandre Belloni2018-03-011-4/+1Star
* rtc: rp5c01: use generic nvmemAlexandre Belloni2018-03-011-41/+24Star
* rtc: rp5c01: fix possible race conditionAlexandre Belloni2018-03-011-2/+10
* rtc: ds1742: use generic nvmemAlexandre Belloni2018-03-011-41/+26Star
* rtc: ds1742: switch to rtc_register_deviceAlexandre Belloni2018-03-011-2/+8
* rtc: cmos: use generic nvmemAlexandre Belloni2018-03-011-43/+30Star