summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2019-11-08rtc: fsl-ftm-alarm: avoid struct rtc_time conversionsAlexandre Belloni1-5/+2
2019-11-08rtc: fsl-ftm-alarm: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni1-4/+5
2019-11-08rtc: fsl-ftm-alarm: switch to ktime_get_real_secondsAlexandre Belloni1-4/+1
2019-10-24rtc: mt6397: add compatible for mt6323Josef Friedl1-0/+1
2019-10-24rtc: mt6397: improvements of rtc driverJosef Friedl1-32/+19
2019-10-24rtc: mt6397: move some common definitions into rtc.hJosef Friedl1-54/+1
2019-10-23compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann2-0/+2
2019-10-23compat_ioctl: move rtc handling into drivers/rtc/dev.cArnd Bergmann2-1/+40
2019-10-21rtc: pcf2127: handle boot-enabled watchdog featureMartin Hundebøll1-1/+9
2019-10-19rtc: rv3028: add clkout supportParthiban Nallathambi1-0/+146
2019-10-19rtc: ds1343: cleanup .removeAlexandre Belloni1-9/+1
2019-10-19rtc: ds1343: rework interrupt handlingAlexandre Belloni1-77/+35
2019-10-19rtc: ds1343: remove unnecessary mutexAlexandre Belloni1-29/+7
2019-10-19rtc: ds1343: check regmap_read return valueAlexandre Belloni1-3/+8
2019-10-19rtc: ds1343: use regmap_update_bits for glitch filterAlexandre Belloni1-10/+8
2019-10-19rtc: ds1343: use rtc_add_groupAlexandre Belloni1-31/+16
2019-10-19rtc: ds1343: use burst write to set timeAlexandre Belloni1-40/+12
2019-10-19rtc: ds1343: remove dead codeAlexandre Belloni1-21/+0
2019-10-19rtc: ds1343: set rangeAlexandre Belloni1-0/+2
2019-10-19rtc: vt8500: let the core handle rtc rangeAlexandre Belloni1-6/+2
2019-10-19rtc: vt8500: convert to devm_rtc_allocate_deviceAlexandre Belloni1-3/+4
2019-10-19rtc: vt8500: remove superfluous error messageAlexandre Belloni1-4/+1
2019-10-19rtc: vt8500: remove useless labelAlexandre Belloni1-6/+2
2019-10-19rtc: s35390a: set rangeAlexandre Belloni1-0/+2
2019-10-19rtc: s35390a: convert to devm_rtc_allocate_deviceAlexandre Belloni1-8/+6
2019-10-16rtc: meson-vrtc: move config option to proper locationAlexandre Belloni1-11/+11
2019-10-16rtc: ds1685: add indirect access method and remove plat_read/plat_writeThomas Bogendoerfer1-26/+52
2019-10-14rtc: ds1685: use devm_platform_ioremap_resource helperThomas Bogendoerfer1-20/+3
2019-10-14rts: ds1685: remove not needed fields from private structThomas Bogendoerfer1-3/+0
2019-10-14rtc: xilinx: Fix calibval variable typeSrinivas Goud1-1/+1
2019-10-14rtc: wilco-ec: Handle reading invalid timesNick Crews1-3/+5
2019-10-07rtc: ds1347: handle century registerAlexandre Belloni1-13/+24
2019-10-07rtc: ds1347: use regmap_update_bitsAlexandre Belloni1-4/+6
2019-10-07rtc: ds1347: properly handle oscillator failuresAlexandre Belloni1-7/+23
2019-10-07rtc: ds1347: set rangeAlexandre Belloni1-0/+2
2019-10-07rtc: ds1347: convert to devm_rtc_allocate_deviceAlexandre Belloni1-4/+4
2019-10-07rtc: ds1347: mask ALM OUT when reading timeAlexandre Belloni1-1/+1
2019-10-07rtc: ds1347: simplify getting .driver_dataAlexandre Belloni1-8/+2
2019-10-07rtc: ds1347: remove useless readAlexandre Belloni1-6/+0
2019-10-07rtc: ds1347: remove verbose messagesAlexandre Belloni1-7/+0
2019-10-07rtc: armada38x: Use of_device_get_match_data()Stephen Boyd1-7/+3
2019-10-07rtc: da9063: Handle invalid IRQ from platform_get_irq_byname()Krzysztof Kozlowski1-0/+3
2019-10-07rtc: m41t80: set rangeAlexandre Belloni1-3/+2
2019-10-07rtc: use devm_platform_ioremap_resource() to simplify codeYueHaibing34-103/+34
2019-10-06rtc: Use devm_platform_ioremap_resource()Markus Elfring4-30/+5
2019-10-03rtc: interface: use timeu64_t for range_maxEmmanuel Nicolet1-1/+1
2019-10-03rtc: at91rm9200: use of_device_get_match_data()Claudiu Beznea2-18/+2
2019-09-22Merge tag 'rtc-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds58-722/+1136
2019-09-20Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-1/+1
2019-09-19Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-2/+3