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
2016-07-19
rtc: m41t80: use devm_add_action_or_reset()
Sudip Mukherjee
1
-3
/
+2
2016-07-11
rtc: fix a typo and reduce three empty lines to one
Uwe Kleine-König
1
-3
/
+1
2016-07-11
rtc: s35390a: improve two comments in .set_alarm
Uwe Kleine-König
1
-2
/
+2
2016-07-11
rtc: s35390a: improve irq handling
Uwe Kleine-König
1
-17
/
+31
2016-07-11
rtc: s35390a: implement reset routine as suggested by the reference
Uwe Kleine-König
1
-10
/
+55
2016-07-11
rtc: s35390a: fix reading out alarm
Uwe Kleine-König
1
-9
/
+31
2016-07-11
rtc: sh: don't validate alarm time provided to .set_alarm
Uwe Kleine-König
1
-40
/
+1
2016-07-11
rtc: sh: drop bogus assignment of tm_year in .read_alarm
Uwe Kleine-König
1
-1
/
+0
2016-07-11
rtc: isl12057: let the rtc core interpret the partial alarm
Uwe Kleine-König
1
-32
/
+1
2016-07-09
rtc: simplify implementations of read_alarm
Uwe Kleine-König
16
-98
/
+5
2016-07-09
rtc: ds1307: Fix relying on reset value for weekday
Keerthy
1
-1
/
+27
2016-07-09
rtc: v3020: move rtc-v3020.h to platform_data
Alexandre Belloni
1
-1
/
+1
2016-07-08
rtc: ds1286: move header to linux/rtc
Alexandre Belloni
1
-1
/
+1
2016-06-29
powerpc/opal: Add inline function to get rc from an ASYNC_COMP opal_msg
Suraj Jitindar Singh
1
-2
/
+2
2016-06-27
rtc: m48t86: move m48t86.h to platform_data
Alexandre Belloni
1
-1
/
+1
2016-06-27
rtc: ds2404: move rtc-ds2404.h to platform_data
Alexandre Belloni
1
-1
/
+1
2016-06-26
rtc: rv8803: broaden workaround
Alexandre Belloni
1
-3
/
+3
2016-06-26
rtc: move mc146818 helper functions out-of-line
Arnd Bergmann
3
-0
/
+205
2016-06-26
mn10300: use RTC_DRV_CMOS instead of CONFIG_RTC
Arnd Bergmann
2
-2
/
+2
2016-06-06
rtc: efi: Fail probing if RTC reads don't work
Alexander Graf
1
-0
/
+6
2016-06-04
rtc: add support for Maxim max6916
Venkat Prashanth B U
3
-0
/
+177
2016-06-04
rtc: pcf2123: use sign_extend32() for sign extension
Martin Kepplinger
1
-2
/
+2
2016-06-04
rtc: ds1685: correct day of month checking
Heinrich Schuchardt
1
-5
/
+29
2016-06-04
rtc: interface: ignore expired timers when enqueuing new timers
Colin Ian King
1
-1
/
+15
2016-06-04
rtc: generic: remove get_rtc_time/set_rtc_time wrappers
Arnd Bergmann
1
-34
/
+1
2016-06-04
rtc: powerpc: provide rtc_class_ops directly
Arnd Bergmann
1
-1
/
+1
2016-06-04
rtc: m68k: provide rtc_class_ops directly
Arnd Bergmann
1
-1
/
+1
2016-06-04
rtc: parisc: provide rtc_class_ops directly
Arnd Bergmann
1
-2
/
+1
2016-06-04
rtc: sh: provide rtc_class_ops directly
Arnd Bergmann
1
-1
/
+1
2016-06-04
char/genrtc: x86: remove remnants of asm/rtc.h
Arnd Bergmann
1
-1
/
+1
2016-06-04
rtc: cmos: move mc146818rtc code out of asm-generic/rtc.h
Arnd Bergmann
1
-6
/
+6
2016-05-30
rtc: initialize output parameter for read alarm to "uninitialized"
Uwe Kleine-König
1
-1
/
+11
2016-05-21
rtc: tps6586x: rename so module can be autoloaded
Nicolas Chauvet
1
-1
/
+1
2016-05-21
rtc: rv3029: hide unused i2c device table
Arnd Bergmann
1
-7
/
+7
2016-05-21
rtc: rs5c372: r2025: fix check for 'oscillator halted' condition
Thomas Koeller
1
-2
/
+2
2016-05-21
rtc: rv3029: add alarm IRQ
Mylène Josserand
1
-21
/
+93
2016-05-21
rtc: rv3029: fix set_time function
Mylène Josserand
1
-1
/
+1
2016-05-21
rtc: rv3029: fix alarm support
Mylène Josserand
1
-7
/
+16
2016-05-21
rtc: rv3029: Remove some checks and warnings
Mylène Josserand
1
-34
/
+34
2016-05-21
rtc: rv3029: Add support of RV3049
Mylène Josserand
2
-21
/
+124
2016-05-21
rtc: rv3029: convert to use regmap
Mylène Josserand
1
-133
/
+142
2016-05-21
rtc: rv3029: remove 'i2c' in functions names
Mylène Josserand
1
-75
/
+57
2016-05-20
rtc: stmp3xxx: print message on error
Sudip Mukherjee
1
-1
/
+6
2016-05-20
rtc: Use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
3
-6
/
+6
2016-05-20
rtc: ds3232: fix call trace when rtc->ops_lock is used as NULL
Qianyu Gong
1
-3
/
+6
2016-05-20
rtc: snvs: return error in case enable_irq_wake fails
Stefan Agner
1
-1
/
+1
2016-05-20
rtc: zynqmp: Update seconds time programming logic
Anurag Kumar Vulisha
1
-6
/
+39
2016-05-20
rtc: mc13xxx: remove UIE signaling
Wolfram Sang
1
-19
/
+0
2016-05-20
rtc: mxc: remove UIE signaling
Wolfram Sang
1
-3
/
+0
2016-05-20
rtc: ds1307: Remove CLK_IS_ROOT
Stephen Boyd
1
-2
/
+0
[prev]
[next]