summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtc: rx6110: Remove useless rx6110_removeNobuhiro Iwamatsu2019-11-151-6/+0
* rtc: Fix the AltCentury value on AMD/Hygon platformJinke Fan2019-11-081-1/+14
* rtc: bd70528: fix module alias to autoload moduleColin Ian King2019-11-081-1/+1
* rtc: bd70528: Add MODULE ALIAS to autoload moduleMatti Vaittinen2019-11-081-0/+1
* rtc: em3027: correct month valueIlya Ledvich2019-11-081-2/+2
* rtc: brcmstb-waketimer: add missed clk_disable_unprepareChuhong Yuan2019-11-081-0/+1
* rtc: cros-ec: let the core handle rtc rangeAlexandre Belloni2019-11-081-8/+9
* rtc: cros-ec: remove superfluous error messageAlexandre Belloni2019-11-081-5/+2
* rtc: sirfsoc: remove .removeAlexandre Belloni2019-11-081-8/+0
* rtc: sc27xx: remove .removeAlexandre Belloni2019-11-081-7/+0
* rtc: lpc32xx: remove .removeAlexandre Belloni2019-11-081-11/+0
* rtc: ab-b5ze-s3: remove .removeAlexandre Belloni2019-11-081-11/+0
* rtc: disallow update interrupts when time is invalidAlexandre Belloni2019-11-081-2/+14
* rtc: disable uie before setting time and enable afterAlexandre Belloni2019-11-081-1/+18
* rtc: fsl-ftm-alarm: avoid struct rtc_time conversionsAlexandre Belloni2019-11-081-5/+2
* rtc: fsl-ftm-alarm: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2019-11-081-4/+5
* rtc: fsl-ftm-alarm: switch to ktime_get_real_secondsAlexandre Belloni2019-11-081-4/+1
* rtc: pcf2127: handle boot-enabled watchdog featureMartin Hundebøll2019-10-211-1/+9
* rtc: rv3028: add clkout supportParthiban Nallathambi2019-10-191-0/+146
* rtc: ds1343: cleanup .removeAlexandre Belloni2019-10-191-9/+1
* rtc: ds1343: rework interrupt handlingAlexandre Belloni2019-10-191-77/+35
* rtc: ds1343: remove unnecessary mutexAlexandre Belloni2019-10-191-29/+7
* rtc: ds1343: check regmap_read return valueAlexandre Belloni2019-10-191-3/+8
* rtc: ds1343: use regmap_update_bits for glitch filterAlexandre Belloni2019-10-191-10/+8
* rtc: ds1343: use rtc_add_groupAlexandre Belloni2019-10-191-31/+16
* rtc: ds1343: use burst write to set timeAlexandre Belloni2019-10-191-40/+12
* rtc: ds1343: remove dead codeAlexandre Belloni2019-10-191-21/+0
* rtc: ds1343: set rangeAlexandre Belloni2019-10-191-0/+2
* rtc: vt8500: let the core handle rtc rangeAlexandre Belloni2019-10-191-6/+2
* rtc: vt8500: convert to devm_rtc_allocate_deviceAlexandre Belloni2019-10-191-3/+4
* rtc: vt8500: remove superfluous error messageAlexandre Belloni2019-10-191-4/+1
* rtc: vt8500: remove useless labelAlexandre Belloni2019-10-191-6/+2
* rtc: s35390a: set rangeAlexandre Belloni2019-10-191-0/+2
* rtc: s35390a: convert to devm_rtc_allocate_deviceAlexandre Belloni2019-10-191-8/+6
* rtc: meson-vrtc: move config option to proper locationAlexandre Belloni2019-10-161-11/+11
* rtc: ds1685: add indirect access method and remove plat_read/plat_writeThomas Bogendoerfer2019-10-161-26/+52
* rtc: ds1685: use devm_platform_ioremap_resource helperThomas Bogendoerfer2019-10-141-20/+3
* rts: ds1685: remove not needed fields from private structThomas Bogendoerfer2019-10-141-3/+0
* rtc: xilinx: Fix calibval variable typeSrinivas Goud2019-10-141-1/+1
* rtc: wilco-ec: Handle reading invalid timesNick Crews2019-10-141-3/+5
* rtc: ds1347: handle century registerAlexandre Belloni2019-10-071-13/+24
* rtc: ds1347: use regmap_update_bitsAlexandre Belloni2019-10-071-4/+6
* rtc: ds1347: properly handle oscillator failuresAlexandre Belloni2019-10-071-7/+23
* rtc: ds1347: set rangeAlexandre Belloni2019-10-071-0/+2
* rtc: ds1347: convert to devm_rtc_allocate_deviceAlexandre Belloni2019-10-071-4/+4
* rtc: ds1347: mask ALM OUT when reading timeAlexandre Belloni2019-10-071-1/+1
* rtc: ds1347: simplify getting .driver_dataAlexandre Belloni2019-10-071-8/+2
* rtc: ds1347: remove useless readAlexandre Belloni2019-10-071-6/+0
* rtc: ds1347: remove verbose messagesAlexandre Belloni2019-10-071-7/+0
* rtc: armada38x: Use of_device_get_match_data()Stephen Boyd2019-10-071-7/+3