index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rtc
Age
Commit message (
Expand
)
Author
Lines
2018-09-28
rtc: ds1307: add offset sysfs for mt41txx chips.
Giulio Benetti
-0
/
+77
2018-09-28
rtc: isl1208: avoid possible sysfs race
Alexandre Belloni
-17
/
+10
2018-09-13
rtc: remove irq_task from kerneldoc
Alexandre Belloni
-3
/
+0
2018-09-13
rtc: unexport non devm managed registration
Alexandre Belloni
-7
/
+5
2018-09-12
rtc: abx80x: add basic watchdog support
Jeremy Gebben
-4
/
+113
2018-09-12
rtc: abx80x: use a 'priv' struct for client data
Jeremy Gebben
-8
/
+19
2018-09-11
rtc: pl031: switch to devm_rtc_allocate_device/rtc_register_device
Alexandre Belloni
-9
/
+9
2018-09-11
rtc: pl030: fix possible race condition
Alexandre Belloni
-6
/
+9
2018-09-11
rtc: mt6397: fix possible race condition
Alexandre Belloni
-5
/
+8
2018-08-31
rtc: mrst: remove set but not used variable 'valid'
YueHaibing
-2
/
+1
2018-08-27
rtc: rv8803: add Epson RX8803 support
Alexandre Belloni
-0
/
+5
2018-08-27
rtc: rv8803: fix the rv8803 id in the OF table
Alexandre Belloni
-1
/
+1
2018-08-27
rtc: sysfs: fix NULL check in rtc_add_groups()
Dan Carpenter
-2
/
+2
2018-08-27
rtc: sun6i: Use struct_size() in kzalloc()
Gustavo A. R. Silva
-2
/
+1
2018-08-27
rtc: jz4740: Drop dependency on MACH_INGENIC
Paul Cercueil
-1
/
+1
2018-08-27
rtc: omap: Cut down the shutdown time from 2 seconds to 1 sec
Keerthy
-10
/
+15
2018-08-27
rtc: omap: use of_device_is_system_power_controller function
Keerthy
-2
/
+1
2018-08-27
rtc: rtc-mrst: Replace mdelay() with msleep() in mrst_read_time()
Jia-Ju Bai
-1
/
+1
2018-08-20
Merge tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
-941
/
+490
2018-08-16
rtc: ds1307: simplify hwmon config
Heiner Kallweit
-10
/
+1
2018-08-14
rtc: s5m: Add SPDX license identifier
Krzysztof Kozlowski
-16
/
+6
2018-08-14
rtc: maxim: Add SPDX license identifiers
Krzysztof Kozlowski
-39
/
+21
2018-08-14
rtc: isl1208: set ev-evienb bit from device tree
Denis Osterland
-3
/
+18
2018-08-14
rtc: isl1208: Add "evdet" interrupt source for isl1219
Denis Osterland
-16
/
+30
2018-08-14
rtc: isl1208: add support for isl1219 with tamper detection
Michael Grzeschik
-7
/
+124
2018-08-14
rtc: sysfs: facilitate attribute add to rtc device
Denis Osterland
-0
/
+57
2018-08-02
rtc: remove struct rtc_task
Alexandre Belloni
-4
/
+4
2018-07-28
rtc: pcf85063: preserve control register value between stop and start
Alvin Šipraga
-10
/
+11
2018-07-27
rtc: sh: remove unused variable rtc_dev
Anders Roxell
-1
/
+0
2018-07-26
rtc: unexport rtc_irq_set_*
Alexandre Belloni
-2
/
+0
2018-07-26
rtc: simplify rtc_irq_set_state/rtc_irq_set_freq
Alexandre Belloni
-6
/
+6
2018-07-26
rtc: remove irq_task and irq_task_lock
Alexandre Belloni
-41
/
+10
2018-07-26
rtc: remove rtc_irq_register/rtc_irq_unregister
Alexandre Belloni
-33
/
+0
2018-07-26
rtc: sh: remove dead code
Alexandre Belloni
-88
/
+1
2018-07-25
rtc: sa1100: don't set PIE frequency
Alexandre Belloni
-1
/
+0
2018-07-16
rtc: ds1307: support m41t11 variant
Giulio Benetti
-0
/
+14
2018-07-16
rtc: ds1307: fix data pointer to m41t0
Giulio Benetti
-1
/
+1
2018-07-16
Merge 4.18-rc5 into char-misc-next
Greg Kroah-Hartman
-6
/
+6
2018-07-13
rtc: use ktime_get_real_ts64() instead of getnstimeofday64()
Arnd Bergmann
-2
/
+2
2018-07-13
rtc: fix alarm read and set offset
Alexandre Belloni
-3
/
+5
2018-07-12
rtc: m48t59: remove redundant pointer 'name'
Colin Ian King
-4
/
+0
2018-07-12
rtc: omap: drop unnecessary register unlock around reads
Johan Hovold
-4
/
+0
2018-07-12
rtc: omap: add missing register lock in error path
Johan Hovold
-0
/
+1
2018-07-12
rtc: omap: fix resource leak in registration error path
Johan Hovold
-1
/
+3
2018-07-12
rtc: omap: fix potential crash on power off
Johan Hovold
-7
/
+7
2018-07-12
rtc: test: make array pdev static
Colin Ian King
-1
/
+1
2018-07-12
rtc: armada38x: reset after rtc power loss
Baruch Siach
-0
/
+23
2018-07-11
rtc: stmp3xxx: Don't reset the rtc in .probe() when watchdog is running
Uwe Kleine-König
-4
/
+16
2018-07-11
rtc: pcf2127: add support for accessing internal static RAM
Uwe Kleine-König
-6
/
+62
2018-07-11
rtc: snvs: Add timeouts to avoid kernel lockups
Trent Piepho
-35
/
+70
[prev]
[next]