summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2018-09-28rtc: ds1685: use generic nvmemAlexandre Belloni1-67/+25
2018-09-28rtc: ds1685: drop RTC_DS1685_PROC_REGSAlexandre Belloni2-72/+0
2018-09-28rtc: test: Switch to SPDX identifierAlexandre Belloni1-4/+1
2018-09-28rtc: test: make license text and module license match.Alexandre Belloni1-1/+1
2018-09-28rtc: tx4939: fixup nvmem name and register sizeAlexandre Belloni1-3/+1
2018-09-28rtc: isl1208: don't include core header fileAlexandre Belloni1-4/+3
2018-09-28rtc: move rtc_add_group/s definitionsAlexandre Belloni1-14/+0
2018-09-28rtc: reorder Makefile entriesAlexandre Belloni1-6/+6
2018-09-28rtc: ds1307: add frequency_test_enable attribute on m41txxGiulio Benetti1-0/+92
2018-09-28rtc: ds1307: add offset sysfs for mt41txx chips.Giulio Benetti1-0/+77
2018-09-28rtc: isl1208: avoid possible sysfs raceAlexandre Belloni1-17/+10
2018-09-13rtc: remove irq_task from kerneldocAlexandre Belloni1-3/+0
2018-09-13rtc: unexport non devm managed registrationAlexandre Belloni1-7/+5
2018-09-12rtc: abx80x: add basic watchdog supportJeremy Gebben2-4/+113
2018-09-12rtc: abx80x: use a 'priv' struct for client dataJeremy Gebben1-8/+19
2018-09-11rtc: pl031: switch to devm_rtc_allocate_device/rtc_register_deviceAlexandre Belloni1-9/+9
2018-09-11rtc: pl030: fix possible race conditionAlexandre Belloni1-6/+9
2018-09-11rtc: mt6397: fix possible race conditionAlexandre Belloni1-5/+8
2018-08-31rtc: mrst: remove set but not used variable 'valid'YueHaibing1-2/+1
2018-08-27rtc: rv8803: add Epson RX8803 supportAlexandre Belloni1-0/+5
2018-08-27rtc: rv8803: fix the rv8803 id in the OF tableAlexandre Belloni1-1/+1
2018-08-27rtc: sysfs: fix NULL check in rtc_add_groups()Dan Carpenter1-2/+2
2018-08-27rtc: sun6i: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2018-08-27rtc: jz4740: Drop dependency on MACH_INGENICPaul Cercueil1-1/+1
2018-08-27rtc: omap: Cut down the shutdown time from 2 seconds to 1 secKeerthy1-10/+15
2018-08-27rtc: omap: use of_device_is_system_power_controller functionKeerthy1-2/+1
2018-08-27rtc: rtc-mrst: Replace mdelay() with msleep() in mrst_read_time()Jia-Ju Bai1-1/+1
2018-08-20Merge tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds24-941/+490
2018-08-16rtc: ds1307: simplify hwmon configHeiner Kallweit2-10/+1
2018-08-14rtc: s5m: Add SPDX license identifierKrzysztof Kozlowski1-16/+6
2018-08-14rtc: maxim: Add SPDX license identifiersKrzysztof Kozlowski3-39/+21
2018-08-14rtc: isl1208: set ev-evienb bit from device treeDenis Osterland1-3/+18
2018-08-14rtc: isl1208: Add "evdet" interrupt source for isl1219Denis Osterland1-16/+30
2018-08-14rtc: isl1208: add support for isl1219 with tamper detectionMichael Grzeschik1-7/+124
2018-08-14rtc: sysfs: facilitate attribute add to rtc deviceDenis Osterland2-0/+57
2018-08-02rtc: remove struct rtc_taskAlexandre Belloni1-4/+4
2018-07-28rtc: pcf85063: preserve control register value between stop and startAlvin Šipraga1-10/+11
2018-07-27rtc: sh: remove unused variable rtc_devAnders Roxell1-1/+0
2018-07-26rtc: unexport rtc_irq_set_*Alexandre Belloni1-2/+0
2018-07-26rtc: simplify rtc_irq_set_state/rtc_irq_set_freqAlexandre Belloni2-6/+6
2018-07-26rtc: remove irq_task and irq_task_lockAlexandre Belloni2-41/+10
2018-07-26rtc: remove rtc_irq_register/rtc_irq_unregisterAlexandre Belloni1-33/+0
2018-07-26rtc: sh: remove dead codeAlexandre Belloni1-88/+1
2018-07-25rtc: sa1100: don't set PIE frequencyAlexandre Belloni1-1/+0
2018-07-16rtc: ds1307: support m41t11 variantGiulio Benetti1-0/+14
2018-07-16rtc: ds1307: fix data pointer to m41t0Giulio Benetti1-1/+1
2018-07-16Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman2-6/+6
2018-07-13rtc: use ktime_get_real_ts64() instead of getnstimeofday64()Arnd Bergmann1-2/+2
2018-07-13rtc: fix alarm read and set offsetAlexandre Belloni1-3/+5
2018-07-12rtc: m48t59: remove redundant pointer 'name'Colin Ian King1-4/+0