summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
...
* rtc: rv8803: add Epson RX8803 supportAlexandre Belloni2018-08-271-0/+5
* rtc: rv8803: fix the rv8803 id in the OF tableAlexandre Belloni2018-08-271-1/+1
* rtc: sysfs: fix NULL check in rtc_add_groups()Dan Carpenter2018-08-271-2/+2
* rtc: sun6i: Use struct_size() in kzalloc()Gustavo A. R. Silva2018-08-271-2/+1Star
* rtc: jz4740: Drop dependency on MACH_INGENICPaul Cercueil2018-08-271-1/+1
* rtc: omap: Cut down the shutdown time from 2 seconds to 1 secKeerthy2018-08-271-10/+15
* rtc: omap: use of_device_is_system_power_controller functionKeerthy2018-08-271-2/+1Star
* rtc: rtc-mrst: Replace mdelay() with msleep() in mrst_read_time()Jia-Ju Bai2018-08-271-1/+1
* Merge tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2018-08-2124-941/+490Star
|\
| * rtc: ds1307: simplify hwmon configHeiner Kallweit2018-08-162-10/+1Star
| * rtc: s5m: Add SPDX license identifierKrzysztof Kozlowski2018-08-141-16/+6Star
| * rtc: maxim: Add SPDX license identifiersKrzysztof Kozlowski2018-08-143-39/+21Star
| * rtc: isl1208: set ev-evienb bit from device treeDenis Osterland2018-08-141-3/+18
| * rtc: isl1208: Add "evdet" interrupt source for isl1219Denis Osterland2018-08-141-16/+30
| * rtc: isl1208: add support for isl1219 with tamper detectionMichael Grzeschik2018-08-141-7/+124
| * rtc: sysfs: facilitate attribute add to rtc deviceDenis Osterland2018-08-142-0/+57
| * rtc: remove struct rtc_taskAlexandre Belloni2018-08-021-4/+4
| * rtc: pcf85063: preserve control register value between stop and startAlvin Šipraga2018-07-281-10/+11
| * rtc: sh: remove unused variable rtc_devAnders Roxell2018-07-271-1/+0Star
| * rtc: unexport rtc_irq_set_*Alexandre Belloni2018-07-261-2/+0Star
| * rtc: simplify rtc_irq_set_state/rtc_irq_set_freqAlexandre Belloni2018-07-262-6/+6
| * rtc: remove irq_task and irq_task_lockAlexandre Belloni2018-07-262-41/+10Star
| * rtc: remove rtc_irq_register/rtc_irq_unregisterAlexandre Belloni2018-07-261-33/+0Star
| * rtc: sh: remove dead codeAlexandre Belloni2018-07-261-88/+1Star
| * rtc: sa1100: don't set PIE frequencyAlexandre Belloni2018-07-251-1/+0Star
| * rtc: ds1307: support m41t11 variantGiulio Benetti2018-07-161-0/+14
| * rtc: ds1307: fix data pointer to m41t0Giulio Benetti2018-07-161-1/+1
| * rtc: use ktime_get_real_ts64() instead of getnstimeofday64()Arnd Bergmann2018-07-131-2/+2
| * rtc: m48t59: remove redundant pointer 'name'Colin Ian King2018-07-121-4/+0Star
| * rtc: omap: drop unnecessary register unlock around readsJohan Hovold2018-07-121-4/+0Star
| * rtc: omap: add missing register lock in error pathJohan Hovold2018-07-121-0/+1
| * rtc: omap: fix resource leak in registration error pathJohan Hovold2018-07-121-1/+3
| * rtc: omap: fix potential crash on power offJohan Hovold2018-07-121-7/+7
| * rtc: test: make array pdev staticColin Ian King2018-07-121-1/+1
| * rtc: armada38x: reset after rtc power lossBaruch Siach2018-07-121-0/+23
| * rtc: stmp3xxx: Don't reset the rtc in .probe() when watchdog is runningUwe Kleine-König2018-07-111-4/+16
| * rtc: pcf2127: add support for accessing internal static RAMUwe Kleine-König2018-07-111-6/+62
| * rtc: snvs: Add timeouts to avoid kernel lockupsTrent Piepho2018-07-111-35/+70
| * rtc: bq4802: add error handling for devm_ioremapZhouyang Jia2018-07-111-0/+4
| * rtc: ds1685: remove sysfs access to control registersAlexandre Belloni2018-06-202-381/+0Star
| * rtc: ds1685: remove improper datetime access ABIAlexandre Belloni2018-06-201-221/+0Star
* | Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman2018-07-162-6/+6
|\ \
| * | rtc: fix alarm read and set offsetAlexandre Belloni2018-07-131-3/+5
| * | rtc: mrst: fix error code in probe()Dan Carpenter2018-06-201-3/+1Star
| |/
* / headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-078-0/+8
|/
* Merge tag 'mfd-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2018-06-111-4/+3Star
|\
| * mfd: mt6397: Create irq mappings in mfd core driverChen Zhong2018-04-161-4/+3Star
* | Merge tag 'rtc-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2018-06-1140-828/+876
|\ \
| * | rtc: pxa: fix probe functionDan Carpenter2018-06-071-1/+1
| * | rtc: cros-ec: Switch to SPDX identifier.Enric Balletbo i Serra2018-06-071-16/+5Star