summaryrefslogtreecommitdiffstats
path: root/drivers/rtc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * rtc: da9063: Handle invalid IRQ from platform_get_irq_byname()Krzysztof Kozlowski2019-10-071-0/+3
| * rtc: m41t80: set rangeAlexandre Belloni2019-10-071-3/+2
| * rtc: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-0734-103/+34
| * rtc: Use devm_platform_ioremap_resource()Markus Elfring2019-10-064-30/+5
| * rtc: interface: use timeu64_t for range_maxEmmanuel Nicolet2019-10-031-1/+1
| * rtc: at91rm9200: use of_device_get_match_data()Claudiu Beznea2019-10-032-18/+2
* | Merge tag 'mfd-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2019-12-021-86/+21
|\ \
| * | rtc: mt6397: add compatible for mt6323Josef Friedl2019-10-241-0/+1
| * | rtc: mt6397: improvements of rtc driverJosef Friedl2019-10-241-32/+19
| * | rtc: mt6397: move some common definitions into rtc.hJosef Friedl2019-10-241-54/+1
| |/
* | compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann2019-10-232-0/+2
* | compat_ioctl: move rtc handling into drivers/rtc/dev.cArnd Bergmann2019-10-232-1/+40
|/
* Merge tag 'rtc-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2019-09-2258-722/+1136
|\
| * rtc: meson: mark PM functions as __maybe_unusedArnd Bergmann2019-09-101-4/+3
| * rtc: sc27xx: Remove clearing SPRD_RTC_POWEROFF_ALM_FLAG flagBaolin Wang2019-09-101-1/+1
| * rtc: sun6i: Allow using as wakeup source from suspendAlejandro González2019-09-011-0/+30
| * rtc: pcf8563: let the core handle range offsettingAlexandre Belloni2019-09-011-4/+5
| * rtc: pcf8563: remove useless indirectionAlexandre Belloni2019-09-011-14/+6
| * rtc: pcf8563: convert to devm_rtc_allocate_deviceAlexandre Belloni2019-09-011-8/+9
| * rtc: pcf8563: add Microcrystal RV8564 compatibleAlexandre Belloni2019-09-011-0/+1
| * rtc: pcf8563: add Epson RTC8564 compatibleAlexandre Belloni2019-09-011-0/+1
| * rtc: s35390a: convert to devm_i2c_new_dummy_device()Wolfram Sang2019-09-011-41/+13
| * rtc: max77686: convert to devm_i2c_new_dummy_device()Wolfram Sang2019-09-011-13/+4
| * rtc: pcf85363/pcf85263: fix regmap error in set_timeBiwen Li2019-09-011-1/+6
| * rtc: snvs: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2019-09-011-9/+4
| * rtc: snvs: set rangeAlexandre Belloni2019-09-011-0/+1
| * rtc: snvs: fix possible race conditionAnson Huang2019-08-291-4/+7