index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
dev.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-03-16
rtc: pl031: set range
Alexandre Belloni
1
-0
/
+8
2020-03-16
rtc: pl031: remove useless invalid alarm handling
Alexandre Belloni
1
-16
/
+8
2020-03-16
rtc: fsl-ftm-alarm: allow COMPILE_TEST
Alexandre Belloni
1
-1
/
+1
2020-03-16
rtc: mpc5121: switch to rtc_time64_to_tm/rtc_tm_to_time64
Alexandre Belloni
1
-5
/
+3
2020-03-16
rtc: mpc5121: set range
Alexandre Belloni
1
-0
/
+9
2020-03-16
rtc: mpc5121: convert to devm_rtc_allocate_device
Alexandre Belloni
1
-10
/
+12
2020-03-16
rtc: mpc5121: simplify probe
Alexandre Belloni
1
-14
/
+8
2020-03-16
rtc: pm8xxx: stop validating valid alarm time
Alexandre Belloni
1
-6
/
+0
2020-03-16
rtc: pm8xxx: : switch to rtc_time64_to_tm/rtc_tm_to_time64
Alexandre Belloni
1
-4
/
+4
2020-03-16
rtc: pm8xxx: set range
Alexandre Belloni
1
-0
/
+1
2020-03-16
rtc: pm8xxx: convert to devm_rtc_allocate_device
Alexandre Belloni
1
-9
/
+5
2020-03-16
rtc: ds1305: switch to rtc_tm_to_time64
Alexandre Belloni
1
-6
/
+2
2020-03-16
rtc: ds1305: set range
Alexandre Belloni
1
-0
/
+2
2020-03-16
rtc: ds1374: switch to rtc_time64_to_tm/rtc_tm_to_time64
Alexandre Belloni
1
-6
/
+5
2020-03-16
rtc: ds1374: set range
Alexandre Belloni
1
-0
/
+1
2020-03-16
rtc: ds1374: fix possible race condition
Alexandre Belloni
1
-6
/
+9
2020-03-16
rtc: cpcap: switch to rtc_time64_to_tm/rtc_tm_to_time64
Alexandre Belloni
1
-2
/
+2
2020-03-16
rtc: cpcap: set range
Alexandre Belloni
1
-0
/
+1
2020-03-16
rtc: cpcap: convert to devm_rtc_allocate_device
Alexandre Belloni
1
-4
/
+4
2020-03-16
rtc: sa1100: switch to rtc_time64_to_tm/rtc_tm_to_time64
Alexandre Belloni
1
-15
/
+6
2020-03-16
rtc: sa1100: set range
Alexandre Belloni
1
-0
/
+1
2020-03-16
rtc: sa1100: fix possible race condition
Alexandre Belloni
1
-8
/
+10
2020-03-16
rtc: au1xxx: switch to rtc_time64_to_tm/rtc_tm_to_time64
Alexandre Belloni
1
-2
/
+2
2020-03-16
rtc: au1xxx: set range
Alexandre Belloni
1
-0
/
+1
2020-03-16
rtc: au1xxx: remove goto label
Alexandre Belloni
1
-9
/
+2
2020-03-16
rtc: au1xxx: convert to devm_rtc_allocate_device
Alexandre Belloni
1
-7
/
+6
2020-03-16
rtc: starfire: switch to rtc_time64_to_tm
Alexandre Belloni
1
-1
/
+1
2020-03-16
rtc: starfire: set range
Alexandre Belloni
1
-3
/
+5
2020-03-16
rtc: pl030: switch to rtc_time64_to_tm/rtc_tm_to_time64
Alexandre Belloni
1
-14
/
+7
2020-03-16
rtc: pl030: remove useless invalid alarm handling
Alexandre Belloni
1
-6
/
+1
2020-03-16
rtc: pl030: set range
Alexandre Belloni
1
-0
/
+1
2020-03-16
rtc: davinci: remove useless error handling
Alexandre Belloni
1
-9
/
+4
2020-03-16
rtc: davinci: let the core handle rtc range
Alexandre Belloni
1
-8
/
+4
2020-03-16
rtc: davinci: remove useless 24h alarm handling
Alexandre Belloni
1
-21
/
+0
2020-03-16
rtc: davinci: convert to devm_rtc_allocate_device
Alexandre Belloni
1
-7
/
+5
2020-03-16
rtc: sirfsoc: switch to rtc_time64_to_tm/rtc_tm_to_time64
Alexandre Belloni
1
-10
/
+10
2020-03-16
rtc: sirfsoc: set range
Alexandre Belloni
1
-0
/
+1
2020-03-16
rtc: sirfsoc: convert to devm_rtc_allocate_device
Alexandre Belloni
1
-15
/
+8
2020-03-16
rtc: snvs: Improve Kconfig dependency
Anson Huang
1
-0
/
+1
2020-03-16
rtc: sysfs: use kobj_to_dev
suguosong
1
-1
/
+1
2020-03-03
rtc: cmos: Use spin_lock_irqsave() in cmos_interrupt()
Ville Syrjälä
1
-2
/
+3
2020-02-18
rtc: snvs: Remove unused include of of_device.h
Anson Huang
1
-1
/
+0
2020-02-12
rtc: zynqmp: Clear alarm interrupt status before interrupt enable
Srinivas Neeli
1
-4
/
+23
2020-02-12
rtc: sh: Restore devm_ioremap() alignment
Geert Uytterhoeven
1
-2
/
+1
2020-02-10
Linux 5.6-rc1
v5.6-rc1
Linus Torvalds
1
-2
/
+2
2020-02-10
irqchip/gic-v4.1: Avoid 64bit division for the sake of 32bit ARM
Marc Zyngier
1
-2
/
+2
2020-02-08
fs: Add VirtualBox guest shared folder (vboxsf) support
Hans de Goede
12
-0
/
+3280
2020-02-08
Fix up remaining devm_ioremap_nocache() in SGI IOC3 8250 UART driver
Linus Torvalds
1
-1
/
+1
2020-02-08
pipe: use exclusive waits when reading or writing
Linus Torvalds
4
-30
/
+51
2020-02-08
compat_ioctl: fix FIONREAD on devices
Arnd Bergmann
1
-4
/
+7
[next]