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
2014-12-10
rtc: pcf8563: remove leftover code
Jan Kardell
-7
/
+6
2014-12-10
rtc: omap: add copyright entry
Johan Hovold
-0
/
+1
2014-12-10
rtc: omap: fix minor coding style issues
Johan Hovold
-19
/
+27
2014-12-10
rtc: omap: enable wake-up from power off
Johan Hovold
-1
/
+8
2014-12-10
rtc: omap: add support for pmic_power_en
Johan Hovold
-0
/
+100
2014-12-10
rtc: omap: add helper to read 32-bit registers
Johan Hovold
-0
/
+5
2014-12-10
rtc: omap: add helper to read raw bcd time
Johan Hovold
-8
/
+10
2014-12-10
rtc: omap: silence bogus power-up reset message at probe
Johan Hovold
-6
/
+13
2014-12-10
rtc: omap: add structured device-type info
Johan Hovold
-52
/
+51
2014-12-10
rtc: omap: remove DRIVER_NAME macro
Johan Hovold
-5
/
+3
2014-12-10
rtc: omap: add device abstraction
Johan Hovold
-106
/
+133
2014-12-10
rtc: omap: make platform-device id table const
Johan Hovold
-1
/
+1
2014-12-10
rtc: omap: use dev_info
Johan Hovold
-4
/
+3
2014-12-10
rtc: omap: remove unused register-base define
Johan Hovold
-2
/
+0
2014-12-10
rtc: omap: fix class-device registration
Johan Hovold
-23
/
+23
2014-12-10
rtc: omap: clean up probe error handling
Johan Hovold
-23
/
+18
2014-12-10
rtc: omap: fix interrupt disable at probe
Johan Hovold
-3
/
+5
2014-12-10
rtc: omap: fix missing wakealarm attribute
Johan Hovold
-2
/
+3
2014-12-10
rtc: omap: fix clock-source configuration
Johan Hovold
-2
/
+4
2014-12-10
drivers/rtc/interface.c: check the validation of rtc_time in __rtc_read_time
Hyogi Gim
-0
/
+8
2014-12-10
drivers/rtc/rtc-sirfsoc.c: move hardware initilization earlier in probe
Guo Zeng
-8
/
+8
2014-12-10
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-33
/
+35
2014-12-08
Merge branch 'at91/cleanup5' into next/drivers
Arnd Bergmann
-4
/
+2
2014-11-26
ARM: at91/Kconfig: remove ARCH_AT91RM9200 option for drivers
Nicolas Ferre
-1
/
+1
2014-11-21
rtc: Update suspend/resume timing to use 64bit time
John Stultz
-15
/
+15
2014-11-21
rtc/lib: Provide y2038 safe rtc_tm_to_time()/rtc_time_to_tm() replacement
pang.xunlei
-18
/
+20
2014-11-20
Merge branch 'at91/cleanup' into next/drivers
Arnd Bergmann
-1
/
+1
2014-11-20
Merge tag 'at91-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/nfe...
Arnd Bergmann
-37
/
+125
2014-11-19
ARM: at91/Kconfig: remove unused config options
Nicolas Ferre
-3
/
+1
2014-11-17
rtc/tpo: Driver to support rtc and wakeup on PowerNV platform
Neelesh Gupta
-0
/
+273
2014-11-13
rtc: at91sam9: use clk API instead of relying on AT91_SLOW_CLOCK
Boris BREZILLON
-4
/
+24
2014-11-13
rtc: at91sam9: rework the Kconfig description
Boris BREZILLON
-8
/
+15
2014-11-13
rtc: at91sam9: make use of syscon/regmap to access GPBR registers
Boris BREZILLON
-9
/
+56
2014-11-13
rtc: at91sam9: add DT support
Boris BREZILLON
-0
/
+9
2014-11-13
rtc: at91sam9: replace devm_ioremap by devm_ioremap_resource
Boris BREZILLON
-19
/
+10
2014-11-13
rtc: at91sam9: use standard readl/writel functions instead of raw versions
Boris BREZILLON
-4
/
+4
2014-11-13
rtc: at91sam9: remove references to mach specific headers
Boris BREZILLON
-4
/
+18
2014-11-03
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
-79
/
+0
2014-11-03
ARM: at91: remove no-MMU at91x40 support
Nicolas Ferre
-1
/
+1
2014-10-29
drivers/rtc/rtc-bq32k.c: fix register value
Pavel Machek
-1
/
+1
2014-10-29
drivers/rtc/rtc-s3c.c: fix initialization failure without rtc source clock
Marek Szyprowski
-6
/
+8
2014-10-29
drivers/rtc/rtc-pm8xxx.c: rework to support pm8941 rtc
Stanimir Varbanov
-89
/
+135
2014-10-23
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-1
/
+2
2014-10-20
rtc: drop owner assignment from platform_drivers
Wolfram Sang
-79
/
+0
2014-10-14
rtc-cmos: fix wakeup from S5 without CONFIG_PM_SLEEP
Daniel Glöckner
-1
/
+4
2014-10-14
drivers/rtc/Kconfig: Let several drivers depend on HAS_IOMEM to avoid compili...
Chen Gang
-0
/
+11
2014-10-14
drivers/rtc/rtc-rs5c372.c: use %*ph to dump small buffers
Andy Shevchenko
-6
/
+5
2014-10-14
drivers/rtc/rtc-pcf8563.c: fix pcf8563_irq() error return value
Arnd Bergmann
-1
/
+1
2014-10-14
drivers/rtc/rtc-pcf8563.c: fix uninitialized use warning
Arnd Bergmann
-1
/
+1
2014-10-14
rtc: add driver for Maxim 77802 PMIC Real-Time-Clock
Javier Martinez Canillas
-0
/
+513
[prev]
[next]