index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rtc
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-29
drivers/rtc/rtc-bq32k.c: fix register value
Pavel Machek
1
-1
/
+1
2014-10-29
drivers/rtc/rtc-s3c.c: fix initialization failure without rtc source clock
Marek Szyprowski
1
-6
/
+8
2014-10-29
drivers/rtc/rtc-pm8xxx.c: rework to support pm8941 rtc
Stanimir Varbanov
2
-89
/
+135
2014-10-23
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-1
/
+2
2014-10-14
rtc-cmos: fix wakeup from S5 without CONFIG_PM_SLEEP
Daniel Glöckner
1
-1
/
+4
2014-10-14
drivers/rtc/Kconfig: Let several drivers depend on HAS_IOMEM to avoid compili...
Chen Gang
1
-0
/
+11
2014-10-14
drivers/rtc/rtc-rs5c372.c: use %*ph to dump small buffers
Andy Shevchenko
1
-6
/
+5
2014-10-14
drivers/rtc/rtc-pcf8563.c: fix pcf8563_irq() error return value
Arnd Bergmann
1
-1
/
+1
2014-10-14
drivers/rtc/rtc-pcf8563.c: fix uninitialized use warning
Arnd Bergmann
1
-1
/
+1
2014-10-14
rtc: add driver for Maxim 77802 PMIC Real-Time-Clock
Javier Martinez Canillas
3
-0
/
+513
2014-10-14
rtc: max77686: Use ffs() to calculate tm_wday
Javier Martinez Canillas
1
-11
/
+2
2014-10-14
rtc: max77686: remove unneeded info log
Javier Martinez Canillas
1
-2
/
+0
2014-10-14
rtc: max77686: fail to probe if no RTC regmap irqchip is set
Javier Martinez Canillas
1
-0
/
+6
2014-10-14
rtc: max77686: remove dead code for SMPL and WTSR
Javier Martinez Canillas
1
-101
/
+0
2014-10-14
rtc: max77686: Allow the max77686 rtc to wakeup the system
Doug Anderson
1
-0
/
+28
2014-10-14
rtc: bq32000: add trickle charger option, with device tree binding
Pavel Machek
1
-0
/
+62
2014-10-14
rtc: ds1307: add trickle charger device tree binding
Matti Vaittinen
1
-4
/
+63
2014-10-14
RTC: RK808: add RTC driver for RK808
Chris Zhong
3
-0
/
+425
2014-10-14
rtc: make of_device_ids const
Uwe Kleine-König
2
-2
/
+2
2014-10-14
rtc: s3c: add support for RTC of Exynos3250 SoC
Chanwoo Choi
1
-1
/
+92
2014-10-14
rtc: s3c: add s3c_rtc_data structure to use variant data instead of s3c_cpu_type
Chanwoo Choi
1
-172
/
+289
2014-10-14
rtc: s3c: remove warning message when checking coding style with checkpatch s...
Chanwoo Choi
1
-12
/
+14
2014-10-14
rtc: s3c: define s3c_rtc structure to remove global variables.
Chanwoo Choi
1
-215
/
+216
2014-10-14
rtc: use c99 initializers in structures
Julia Lawall
1
-3
/
+15
2014-10-08
Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-1
/
+456
2014-10-08
Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2014-10-03
Merge branch 'next' into efi-next-merge
Matt Fleming
2
-1
/
+2
2014-10-03
rtc: Disable EFI rtc for x86
Matt Fleming
1
-1
/
+1
2014-10-03
efi: rtc-efi: Export platform:rtc-efi as module alias
Ard Biesheuvel
1
-0
/
+1
2014-09-26
drivers/rtc/rtc-efi.c: add missing module alias
Pali Rohár
1
-0
/
+1
2014-09-25
Merge tag 'sunxi-drivers-for-3.18' of git://git.kernel.org/pub/scm/linux/kern...
Arnd Bergmann
3
-1
/
+456
2014-09-23
Merge tag 'mvebu-fixes-3.17' of git://git.infradead.org/linux-mvebu into next...
Olof Johansson
1
-1
/
+1
2014-09-19
rtc: sunxi: Depend on platforms sun4i/sun7i that actually have the rtc
Chen-Yu Tsai
1
-1
/
+1
2014-09-19
rtc: sun6i: Add sun6i RTC driver
Chen-Yu Tsai
3
-0
/
+455
2014-09-09
rtc: Remove ARCH_KIRKWOOD dependency
Andrew Lunn
1
-1
/
+1
2014-08-29
drivers/rtc/rtc-s5m.c: re-add support for devices without irq specified
Bartlomiej Zolnierkiewicz
1
-7
/
+14
2014-08-08
Merge branch 'akpm' (second patchbomb from Andrew Morton)
Linus Torvalds
12
-52
/
+591
2014-08-08
drivers/rtc/rtc-tps65910.c: fix potential NULL-pointer dereference
Thierry Reding
1
-2
/
+2
2014-08-08
driver/rtc/class.c: check the error after rtc_read_time()
Hyogi Gim
1
-2
/
+14
2014-08-08
rtc: add pcf85063 support
Søren Andersen
3
-0
/
+213
2014-08-08
drivers/rtc/rtc-isl12022.c: device tree support
Stuart Longland
1
-0
/
+12
2014-08-08
drivers/rtc/rtc-pcf8563.c: add alarm support
Vincent Donnefort
1
-4
/
+153
2014-08-08
drivers/rtc/rtc-pcf8563.c: introduce read|write_block_data
Vincent Donnefort
1
-26
/
+48
2014-08-08
rtc: ia64: allow other architectures to use EFI RTC
Mark Salter
3
-1
/
+36
2014-08-08
drivers/rtc/interface.c: check the error after __rtc_read_time()
Hyogi Gim
1
-0
/
+2
2014-08-08
drivers/rtc/rtc-efi.c: check for invalid data coming back from UEFI
Jan Beulich
1
-5
/
+27
2014-08-08
drivers/rtc/rtc-ds1742.c: revert "drivers/rtc/rtc-ds1742.c: remove redundant ...
Alexander Shiyan
1
-1
/
+1
2014-08-08
drivers/rtc/Kconfig: add hardware dependency to rtc-moxart
Jean Delvare
1
-0
/
+1
2014-08-08
drivers/rtc/Kconfig: move DS2404 entry where it belongs
Jean Delvare
1
-9
/
+9
2014-08-08
drivers/rtc/rtc-ds1343.c: add support of nvram for maxim dallas rtc ds1343
Raghavendra Ganiga
1
-2
/
+73
[next]