index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-21
rtc: hctosys: Add missing range error reporting
Maciej W. Rozycki
1
-1
/
+3
2018-11-13
rtc: cmos: Remove the `use_acpi_alarm' module parameter for !ACPI
Maciej W. Rozycki
1
-7
/
+20
2018-11-13
rtc: cmos: Fix non-ACPI undefined reference to `hpet_rtc_interrupt'
Maciej W. Rozycki
1
-1
/
+1
2018-11-13
rtc: ds1307: fix ds1339 wakealarm support
Soeren Moch
1
-1
/
+0
2018-08-20
Merge tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
24
-941
/
+490
2018-08-16
rtc: ds1307: simplify hwmon config
Heiner Kallweit
2
-10
/
+1
2018-08-14
rtc: s5m: Add SPDX license identifier
Krzysztof Kozlowski
1
-16
/
+6
2018-08-14
rtc: maxim: Add SPDX license identifiers
Krzysztof Kozlowski
3
-39
/
+21
2018-08-14
rtc: isl1208: set ev-evienb bit from device tree
Denis Osterland
1
-3
/
+18
2018-08-14
rtc: isl1208: Add "evdet" interrupt source for isl1219
Denis Osterland
1
-16
/
+30
2018-08-14
rtc: isl1208: add support for isl1219 with tamper detection
Michael Grzeschik
1
-7
/
+124
2018-08-14
rtc: sysfs: facilitate attribute add to rtc device
Denis Osterland
2
-0
/
+57
2018-08-02
rtc: remove struct rtc_task
Alexandre Belloni
1
-4
/
+4
2018-07-28
rtc: pcf85063: preserve control register value between stop and start
Alvin Šipraga
1
-10
/
+11
2018-07-27
rtc: sh: remove unused variable rtc_dev
Anders Roxell
1
-1
/
+0
2018-07-26
rtc: unexport rtc_irq_set_*
Alexandre Belloni
1
-2
/
+0
2018-07-26
rtc: simplify rtc_irq_set_state/rtc_irq_set_freq
Alexandre Belloni
2
-6
/
+6
2018-07-26
rtc: remove irq_task and irq_task_lock
Alexandre Belloni
2
-41
/
+10
2018-07-26
rtc: remove rtc_irq_register/rtc_irq_unregister
Alexandre Belloni
1
-33
/
+0
2018-07-26
rtc: sh: remove dead code
Alexandre Belloni
1
-88
/
+1
2018-07-25
rtc: sa1100: don't set PIE frequency
Alexandre Belloni
1
-1
/
+0
2018-07-16
rtc: ds1307: support m41t11 variant
Giulio Benetti
1
-0
/
+14
2018-07-16
rtc: ds1307: fix data pointer to m41t0
Giulio Benetti
1
-1
/
+1
2018-07-16
Merge 4.18-rc5 into char-misc-next
Greg Kroah-Hartman
2
-6
/
+6
2018-07-13
rtc: use ktime_get_real_ts64() instead of getnstimeofday64()
Arnd Bergmann
1
-2
/
+2
2018-07-13
rtc: fix alarm read and set offset
Alexandre Belloni
1
-3
/
+5
2018-07-12
rtc: m48t59: remove redundant pointer 'name'
Colin Ian King
1
-4
/
+0
2018-07-12
rtc: omap: drop unnecessary register unlock around reads
Johan Hovold
1
-4
/
+0
2018-07-12
rtc: omap: add missing register lock in error path
Johan Hovold
1
-0
/
+1
2018-07-12
rtc: omap: fix resource leak in registration error path
Johan Hovold
1
-1
/
+3
2018-07-12
rtc: omap: fix potential crash on power off
Johan Hovold
1
-7
/
+7
2018-07-12
rtc: test: make array pdev static
Colin Ian King
1
-1
/
+1
2018-07-12
rtc: armada38x: reset after rtc power loss
Baruch Siach
1
-0
/
+23
2018-07-11
rtc: stmp3xxx: Don't reset the rtc in .probe() when watchdog is running
Uwe Kleine-König
1
-4
/
+16
2018-07-11
rtc: pcf2127: add support for accessing internal static RAM
Uwe Kleine-König
1
-6
/
+62
2018-07-11
rtc: snvs: Add timeouts to avoid kernel lockups
Trent Piepho
1
-35
/
+70
2018-07-11
rtc: bq4802: add error handling for devm_ioremap
Zhouyang Jia
1
-0
/
+4
2018-07-07
headers: separate linux/mod_devicetable.h from linux/platform_device.h
Randy Dunlap
8
-0
/
+8
2018-06-20
rtc: mrst: fix error code in probe()
Dan Carpenter
1
-3
/
+1
2018-06-20
rtc: ds1685: remove sysfs access to control registers
Alexandre Belloni
2
-381
/
+0
2018-06-20
rtc: ds1685: remove improper datetime access ABI
Alexandre Belloni
1
-221
/
+0
2018-06-11
Merge tag 'mfd-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
1
-4
/
+3
2018-06-10
Merge tag 'rtc-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
40
-828
/
+876
2018-06-07
rtc: pxa: fix probe function
Dan Carpenter
1
-1
/
+1
2018-06-07
rtc: cros-ec: Switch to SPDX identifier.
Enric Balletbo i Serra
1
-16
/
+5
2018-06-07
rtc: cros-ec: Make license text and module license match.
Enric Balletbo i Serra
1
-1
/
+1
2018-06-07
rtc: ensure rtc_set_alarm fails when alarms are not supported
Alexandre Belloni
1
-0
/
+5
2018-06-07
rtc: test: remove alarm support from the first device
Alexandre Belloni
1
-1
/
+13
2018-06-07
rtc: test: convert to devm_rtc_allocate_device
Alexandre Belloni
1
-3
/
+4
2018-06-07
rtc: ftrtc010: let the core handle range
Alexandre Belloni
1
-3
/
+10
[prev]
[next]