index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rtc
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
ARM: at91/Kconfig: remove unused config options
Nicolas Ferre
2014-11-19
1
-3
/
+1
*
|
|
|
|
Merge branch 'at91/cleanup' into next/drivers
Arnd Bergmann
2014-11-20
1
-1
/
+1
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
ARM: at91: remove no-MMU at91x40 support
Nicolas Ferre
2014-11-03
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge tag 'at91-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/nfe...
Arnd Bergmann
2014-11-20
2
-37
/
+125
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
rtc: at91sam9: use clk API instead of relying on AT91_SLOW_CLOCK
Boris BREZILLON
2014-11-13
1
-4
/
+24
|
*
|
|
rtc: at91sam9: rework the Kconfig description
Boris BREZILLON
2014-11-13
1
-8
/
+15
|
*
|
|
rtc: at91sam9: make use of syscon/regmap to access GPBR registers
Boris BREZILLON
2014-11-13
2
-9
/
+56
|
*
|
|
rtc: at91sam9: add DT support
Boris BREZILLON
2014-11-13
1
-0
/
+9
|
*
|
|
rtc: at91sam9: replace devm_ioremap by devm_ioremap_resource
Boris BREZILLON
2014-11-13
1
-19
/
+10
|
*
|
|
rtc: at91sam9: use standard readl/writel functions instead of raw versions
Boris BREZILLON
2014-11-13
1
-4
/
+4
|
*
|
|
rtc: at91sam9: remove references to mach specific headers
Boris BREZILLON
2014-11-13
1
-4
/
+18
|
|
/
/
*
|
|
drivers/rtc/rtc-bq32k.c: fix register value
Pavel Machek
2014-10-29
1
-1
/
+1
*
|
|
drivers/rtc/rtc-s3c.c: fix initialization failure without rtc source clock
Marek Szyprowski
2014-10-29
1
-6
/
+8
*
|
|
drivers/rtc/rtc-pm8xxx.c: rework to support pm8941 rtc
Stanimir Varbanov
2014-10-29
2
-89
/
+135
|
/
/
*
|
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-10-23
2
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'next' into efi-next-merge
Matt Fleming
2014-10-03
2
-1
/
+2
|
|
\
|
|
*
rtc: Disable EFI rtc for x86
Matt Fleming
2014-10-03
1
-1
/
+1
|
|
*
efi: rtc-efi: Export platform:rtc-efi as module alias
Ard Biesheuvel
2014-10-03
1
-0
/
+1
*
|
|
rtc-cmos: fix wakeup from S5 without CONFIG_PM_SLEEP
Daniel Glöckner
2014-10-14
1
-1
/
+4
*
|
|
drivers/rtc/Kconfig: Let several drivers depend on HAS_IOMEM to avoid compili...
Chen Gang
2014-10-14
1
-0
/
+11
*
|
|
drivers/rtc/rtc-rs5c372.c: use %*ph to dump small buffers
Andy Shevchenko
2014-10-14
1
-6
/
+5
*
|
|
drivers/rtc/rtc-pcf8563.c: fix pcf8563_irq() error return value
Arnd Bergmann
2014-10-14
1
-1
/
+1
*
|
|
drivers/rtc/rtc-pcf8563.c: fix uninitialized use warning
Arnd Bergmann
2014-10-14
1
-1
/
+1
*
|
|
rtc: add driver for Maxim 77802 PMIC Real-Time-Clock
Javier Martinez Canillas
2014-10-14
3
-0
/
+513
*
|
|
rtc: max77686: Use ffs() to calculate tm_wday
Javier Martinez Canillas
2014-10-14
1
-11
/
+2
*
|
|
rtc: max77686: remove unneeded info log
Javier Martinez Canillas
2014-10-14
1
-2
/
+0
*
|
|
rtc: max77686: fail to probe if no RTC regmap irqchip is set
Javier Martinez Canillas
2014-10-14
1
-0
/
+6
*
|
|
rtc: max77686: remove dead code for SMPL and WTSR
Javier Martinez Canillas
2014-10-14
1
-101
/
+0
*
|
|
rtc: max77686: Allow the max77686 rtc to wakeup the system
Doug Anderson
2014-10-14
1
-0
/
+28
*
|
|
rtc: bq32000: add trickle charger option, with device tree binding
Pavel Machek
2014-10-14
1
-0
/
+62
*
|
|
rtc: ds1307: add trickle charger device tree binding
Matti Vaittinen
2014-10-14
1
-4
/
+63
*
|
|
RTC: RK808: add RTC driver for RK808
Chris Zhong
2014-10-14
3
-0
/
+425
*
|
|
rtc: make of_device_ids const
Uwe Kleine-König
2014-10-14
2
-2
/
+2
*
|
|
rtc: s3c: add support for RTC of Exynos3250 SoC
Chanwoo Choi
2014-10-14
1
-1
/
+92
*
|
|
rtc: s3c: add s3c_rtc_data structure to use variant data instead of s3c_cpu_type
Chanwoo Choi
2014-10-14
1
-172
/
+289
*
|
|
rtc: s3c: remove warning message when checking coding style with checkpatch s...
Chanwoo Choi
2014-10-14
1
-12
/
+14
*
|
|
rtc: s3c: define s3c_rtc structure to remove global variables.
Chanwoo Choi
2014-10-14
1
-215
/
+216
*
|
|
rtc: use c99 initializers in structures
Julia Lawall
2014-10-14
1
-3
/
+15
*
|
|
Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2014-10-08
3
-1
/
+456
|
\
\
\
|
*
\
\
Merge tag 'sunxi-drivers-for-3.18' of git://git.kernel.org/pub/scm/linux/kern...
Arnd Bergmann
2014-09-25
3
-1
/
+456
|
|
\
\
\
|
|
*
|
|
rtc: sunxi: Depend on platforms sun4i/sun7i that actually have the rtc
Chen-Yu Tsai
2014-09-19
1
-1
/
+1
|
|
*
|
|
rtc: sun6i: Add sun6i RTC driver
Chen-Yu Tsai
2014-09-19
3
-0
/
+455
|
|
|
|
/
|
|
|
/
|
*
|
|
|
Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2014-10-08
1
-1
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Merge tag 'mvebu-fixes-3.17' of git://git.infradead.org/linux-mvebu into next...
Olof Johansson
2014-09-23
1
-1
/
+1
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
rtc: Remove ARCH_KIRKWOOD dependency
Andrew Lunn
2014-09-09
1
-1
/
+1
|
|
|
/
*
|
|
drivers/rtc/rtc-efi.c: add missing module alias
Pali Rohár
2014-09-26
1
-0
/
+1
|
/
/
*
|
drivers/rtc/rtc-s5m.c: re-add support for devices without irq specified
Bartlomiej Zolnierkiewicz
2014-08-29
1
-7
/
+14
|
/
*
Merge branch 'akpm' (second patchbomb from Andrew Morton)
Linus Torvalds
2014-08-08
12
-52
/
+591
|
\
|
*
drivers/rtc/rtc-tps65910.c: fix potential NULL-pointer dereference
Thierry Reding
2014-08-08
1
-2
/
+2
|
*
driver/rtc/class.c: check the error after rtc_read_time()
Hyogi Gim
2014-08-08
1
-2
/
+14
[prev]
[next]