summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)Author
2019-10-19rtc: ds1343: remove unnecessary mutexAlexandre Belloni
2019-10-19rtc: ds1343: check regmap_read return valueAlexandre Belloni
2019-10-19rtc: ds1343: use regmap_update_bits for glitch filterAlexandre Belloni
2019-10-19rtc: ds1343: use rtc_add_groupAlexandre Belloni
2019-10-19rtc: ds1343: use burst write to set timeAlexandre Belloni
2019-10-19rtc: ds1343: remove dead codeAlexandre Belloni
2019-10-19rtc: ds1343: set rangeAlexandre Belloni
2019-10-19rtc: vt8500: let the core handle rtc rangeAlexandre Belloni
2019-10-19rtc: vt8500: convert to devm_rtc_allocate_deviceAlexandre Belloni
2019-10-19rtc: vt8500: remove superfluous error messageAlexandre Belloni
2019-10-19rtc: vt8500: remove useless labelAlexandre Belloni
2019-10-19rtc: s35390a: set rangeAlexandre Belloni
2019-10-19rtc: s35390a: convert to devm_rtc_allocate_deviceAlexandre Belloni
2019-10-16rtc: meson-vrtc: move config option to proper locationAlexandre Belloni
2019-10-16rtc: ds1685: add indirect access method and remove plat_read/plat_writeThomas Bogendoerfer
2019-10-14rtc: ds1685: use devm_platform_ioremap_resource helperThomas Bogendoerfer
2019-10-14rts: ds1685: remove not needed fields from private structThomas Bogendoerfer
2019-10-14rtc: xilinx: Fix calibval variable typeSrinivas Goud
2019-10-14rtc: wilco-ec: Handle reading invalid timesNick Crews
2019-10-07rtc: ds1347: handle century registerAlexandre Belloni
2019-10-07rtc: ds1347: use regmap_update_bitsAlexandre Belloni
2019-10-07rtc: ds1347: properly handle oscillator failuresAlexandre Belloni
2019-10-07rtc: ds1347: set rangeAlexandre Belloni
2019-10-07rtc: ds1347: convert to devm_rtc_allocate_deviceAlexandre Belloni
2019-10-07rtc: ds1347: mask ALM OUT when reading timeAlexandre Belloni
2019-10-07rtc: ds1347: simplify getting .driver_dataAlexandre Belloni
2019-10-07rtc: ds1347: remove useless readAlexandre Belloni
2019-10-07rtc: ds1347: remove verbose messagesAlexandre Belloni
2019-10-07rtc: armada38x: Use of_device_get_match_data()Stephen Boyd
2019-10-07rtc: da9063: Handle invalid IRQ from platform_get_irq_byname()Krzysztof Kozlowski
2019-10-07rtc: m41t80: set rangeAlexandre Belloni
2019-10-07rtc: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-10-06rtc: Use devm_platform_ioremap_resource()Markus Elfring
2019-10-03rtc: interface: use timeu64_t for range_maxEmmanuel Nicolet
2019-10-03rtc: at91rm9200: use of_device_get_match_data()Claudiu Beznea
2019-09-22Merge tag 'rtc-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2019-09-20Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2019-09-19Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-10rtc: meson: mark PM functions as __maybe_unusedArnd Bergmann
2019-09-10rtc: sc27xx: Remove clearing SPRD_RTC_POWEROFF_ALM_FLAG flagBaolin Wang
2019-09-02mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra
2019-09-02mfd / platform: cros_ec: Move cros-ec core driver out from MFDEnric Balletbo i Serra
2019-09-01rtc: sun6i: Allow using as wakeup source from suspendAlejandro González
2019-09-01rtc: pcf8563: let the core handle range offsettingAlexandre Belloni
2019-09-01rtc: pcf8563: remove useless indirectionAlexandre Belloni
2019-09-01rtc: pcf8563: convert to devm_rtc_allocate_deviceAlexandre Belloni
2019-09-01rtc: pcf8563: add Microcrystal RV8564 compatibleAlexandre Belloni
2019-09-01rtc: pcf8563: add Epson RTC8564 compatibleAlexandre Belloni
2019-09-01rtc: s35390a: convert to devm_i2c_new_dummy_device()Wolfram Sang