summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-03-17rtc: Factor out the RTC range validation into rtc_valid_range()Baolin Wang1-12/+18
2018-03-17rtc: Add RTC rangeAlexandre Belloni2-0/+26
2018-03-17rtc: isl1208: switch to rtc_register_deviceDenis Osterland1-4/+4
2018-03-17rtc: isl1208: enable interrupt after context preparationMichael Grzeschik1-17/+17
2018-03-17rtc: cros-ec: return -ETIME when refused to set alarms in the pastJeffy Chen1-4/+4
2018-03-17rtc: pm8xxx: Fix issue in RTC write pathMohit Aggarwal1-11/+38
2018-03-17rtc: at91sam: add 'depends on HAS_IOMEM' to fix unmet dependencyMasahiro Yamada1-0/+1
2018-03-17rtc: isl12026: fixup nvmem registrationAlexandre Belloni1-16/+12
2018-03-17rtc: isl12026: new driver.David Daney3-0/+516
2018-03-17rtc: brcmstb-waketimer: Set wktmr prescalerJustin Chen1-0/+3
2018-03-17rtc: fix rtc_time64_to_tm for 3477Alexandre Belloni1-1/+1
2018-03-17rtc: ac100: Fix ac100 determine rate bugPhilipp Rossak1-1/+23
2018-03-17rtc: pcf85363: set time accuratelyAlexandre Belloni1-4/+16
2018-03-17rtc: pcf85363: add alarm supportAlexandre Belloni1-0/+159
2018-03-17rtc: pcf85363: add .max_register in regmap_configAlexandre Belloni1-0/+1
2018-03-17rtc: m41t80: remove useless indirectionAlexandre Belloni1-15/+5
2018-03-17rtc: m41t80: fix race conditionsAlexandre Belloni1-7/+11
2018-03-17rtc: m41t80: move m41t80_rtc_mutex to the block where it is usedSebastian Andrzej Siewior1-1/+1
2018-03-17rtc: pcf85063: remove useless indirectionAlexandre Belloni1-12/+4
2018-03-17rtc: pcf85063: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2018-03-17rtc: max6900: remove useless indirectionAlexandre Belloni1-13/+4
2018-03-17rtc: max6900: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2018-03-17rtc: rs5c372: remove useless indirectionAlexandre Belloni1-13/+4
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-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