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
*
rtc: hctosys: use function name in the error log
Aaro Koskinen
2015-04-17
1
-1
/
+1
*
drivers/rtc/interface.c: __rtc_read_time: reduce log level
Aaro Koskinen
2015-04-17
1
-2
/
+3
*
drivers/rtc/class.c: initialize rtc name early
Aaro Koskinen
2015-04-17
1
-3
/
+3
*
drivers/rtc/rtc-s5m.c: add support for S2MPS13 RTC
Krzysztof Kozlowski
2015-04-17
1
-1
/
+19
*
rtc: driver for Conexant Digicolor CX92755 on-chip RTC
Baruch Siach
2015-04-17
3
-0
/
+238
*
drivers/rtc/rtc-hym8563.c: return clock rate even when clock is disabled
Heiko Stuebner
2015-04-17
1
-1
/
+1
*
drivers/rtc/rtc-da9052.c: register ability of alarm to wake device from suspend
Adam Ward
2015-04-17
1
-0
/
+2
*
drivers/rtc/rtc-da9052.c: add constraints to set valid year
Adam Ward
2015-04-17
1
-0
/
+8
*
drivers/rtc/rtc-da9052.c: add extra reads with timeouts to avoid returning pa...
Adam Ward
2015-04-17
1
-21
/
+66
*
drivers/rtc/rtc-ds1685.c: fix sparse warnings
Joshua Kinard
2015-04-17
1
-2
/
+2
*
drivers/rtc/rtc-ds1685.c: remove .owner assignment from platform_driver
Joshua Kinard
2015-04-17
1
-1
/
+0
*
drivers/rtc/rtc-ab-b5ze-s3.c: constify struct regmap_config
Krzysztof Kozlowski
2015-04-17
1
-1
/
+1
*
drivers/rtc/rtc-s3c.c: delete duplicate clock control
Chanwoo Choi
2015-04-17
1
-124
/
+39
*
rtc: hctosys: do not treat lack of RTC device as error
Floris Bos
2015-04-17
1
-1
/
+1
*
drivers/rtc/rtc-x1205.c: use sign_extend32() for sign extension
Martin Kepplinger
2015-04-17
1
-2
/
+2
*
drivers/rtc/rtc-em3027.c: add device tree support
Peter Robinson
2015-04-17
1
-0
/
+11
*
rtc: stmp3xxx: use optional crystal in low power states
Uwe Kleine-König
2015-04-17
1
-6
/
+60
*
drivers/rtc/rtc-pcf8563.c: simplify return from function
Robert Kmiec
2015-04-17
1
-6
/
+1
*
rtc: remove use of seq_printf return value
Joe Perches
2015-04-15
4
-28
/
+34
*
Merge tag 'mfd-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2015-04-14
1
-60
/
+0
|
\
|
*
rtc: s5m: Remove unused watchdog and sudden momentary power loss
Krzysztof Kozlowski
2015-03-03
1
-60
/
+0
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2015-04-14
1
-1
/
+1
|
\
\
|
*
\
Merge branch 'for-4.1/sensor-hub' into for-linus
Jiri Kosina
2015-04-13
1
-1
/
+1
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
HID: hid-sensor-hub: Extend API for async reads
Srinivas Pandruvada
2015-02-23
1
-1
/
+1
*
|
|
time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksource
Xunlei Pang
2015-04-03
1
-2
/
+2
*
|
|
drivers/rtc: Remove redundant rtc_valid_tm() from rtc_resume()
Xunlei Pang
2015-04-03
1
-4
/
+0
*
|
|
drivers/rtc/mxc: Update driver to address y2038/y2106 issues
Xunlei Pang
2015-04-03
1
-4
/
+4
*
|
|
drivers/rtc/mxc: Convert get_alarm_or_time()/set_alarm_or_time() to use time64_t
Xunlei Pang
2015-04-03
1
-15
/
+14
*
|
|
drivers/rtc/mxc: Modify rtc_update_alarm() not to touch the alarm time
Xunlei Pang
2015-04-03
1
-18
/
+4
*
|
|
drivers/rtc/mc13xxx: Update driver to address y2038/y2106 issues
Xunlei Pang
2015-04-03
1
-18
/
+14
*
|
|
drivers/rtc/ab3100: Update driver to address y2038/y2106 issues
Xunlei Pang
2015-04-03
1
-28
/
+27
*
|
|
drivers/rtc/test: Update driver to address y2038/y2106 issues
Xunlei Pang
2015-04-03
1
-2
/
+17
*
|
|
drivers/rtc: Provide y2038 safe rtc_class_ops.set_mmss() replacement
Xunlei Pang
2015-04-03
2
-2
/
+11
*
|
|
time: Add y2038 safe update_persistent_clock64()
Xunlei Pang
2015-04-03
1
-1
/
+1
*
|
|
drivers/rtc/rtc-mrst: fix suspend/resume
Lars-Peter Clausen
2015-03-25
1
-8
/
+9
*
|
|
rtc: at91rm9200: double locking bug in at91_rtc_interrupt()
Dan Carpenter
2015-03-18
1
-1
/
+1
*
|
|
drivers/rtc/rtc-s3c.c: add .needs_src_clk to s3c6410 RTC data
Javier Martinez Canillas
2015-03-12
1
-0
/
+1
*
|
|
Merge branch 'irq-pm'
Rafael J. Wysocki
2015-03-06
2
-26
/
+109
|
\
\
\
|
*
|
|
rtc: at91rm9200: rework wakeup and interrupt handling
Boris BREZILLON
2015-03-04
1
-14
/
+48
|
*
|
|
rtc: at91sam9: rework wakeup and interrupt handling
Boris BREZILLON
2015-03-04
1
-12
/
+61
|
|
/
/
*
|
|
drivers/rtc/rtc-ds1685.c: fix conditional in ds1685_rtc_sysfs_time_regs_{show...
Joshua Kinard
2015-02-28
1
-2
/
+2
*
|
|
rtc: ds1685: remove superfluous checks for out-of-range u8 values
Geert Uytterhoeven
2015-02-28
1
-6
/
+6
*
|
|
rtc: ds1685: fix ds1685_rtc_alarm_irq_enable build error
Arnd Bergmann
2015-02-28
1
-2
/
+0
|
/
/
*
|
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
2015-02-19
1
-4
/
+4
|
\
\
|
*
|
kconfig: use bool instead of boolean for type definition attributes
Christoph Jaeger
2015-01-07
1
-4
/
+4
*
|
|
Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2015-02-17
1
-28
/
+0
|
\
\
\
|
*
|
|
rtc: at91/Kconfig: remove useless options
Nicolas Ferre
2015-01-15
1
-28
/
+0
|
|
/
/
*
|
|
rtc: add driver for DS1685 family of real time clocks
Joshua Kinard
2015-02-16
3
-0
/
+2343
*
|
|
rtc: isl12057: deprecate use of isl in compatible string for isil
Arnaud Ebalard
2015-02-16
1
-1
/
+2
*
|
|
rtc: isl12022: deprecate use of isl in compatible string for isil
Arnaud Ebalard
2015-02-16
1
-1
/
+2
[next]