index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
Age
Commit message (
Expand
)
Author
Files
Lines
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
2016-05-20
rtc: hym8563: Remove CLK_IS_ROOT
Stephen Boyd
1
-1
/
+1
2016-05-20
rtc: pcf8563: Remove CLK_IS_ROOT
Stephen Boyd
1
-1
/
+1
2016-05-20
rtc: zynqmp: Write Calibration value before setting time
Anurag Kumar Vulisha
1
-7
/
+14
2016-05-20
rtc: zynqmp: Enable RTC switching to battery power when VCC_PSAUX is N/A
Anurag Kumar Vulisha
1
-0
/
+8
2016-05-20
rtc: ds1685: actually spin forever in poweroff path
Josh Poimboeuf
1
-0
/
+1
2016-05-20
rtc: da9053: fix access ordering error during RTC interrupt at system power on
Steve Twiss
1
-5
/
+8
2016-05-20
rtc: ds1307: ensure that any pending alarm is cleared before a new alarm is e...
Nicolas Boullis
1
-5
/
+8
2016-05-20
rtc: ds1307: fix ds1307_native_smbus_read_block_data function
Nicolas Boullis
1
-2
/
+6
2016-05-20
rtc: ds1302: fix write value for day of week register
Akinobu Mita
1
-1
/
+1
2016-05-20
rtc: ds1302: fix error check in set_time
Akinobu Mita
1
-1
/
+1
2016-05-20
rtc: m41t80: handle oscillator failure bit
Mylène Josserand
1
-2
/
+23
2016-05-20
rtc: m41t80: add wakealarm functionality
Mylène Josserand
1
-0
/
+2
2016-05-20
rtc: m41t80: add alarm functionality
Mylène Josserand
1
-13
/
+167
2016-05-20
rtc: m41t80: remove warnings and replace obsolete function
Mylène Josserand
1
-11
/
+15
2016-05-20
rtc: m41t80: add the use of 'BIT' macro
Mylène Josserand
1
-15
/
+15
2016-05-20
rtc: m41t80: replace i2c functions for smbus ones
Mylène Josserand
1
-90
/
+44
2016-05-20
rtc: m41t80: remove proc macro
Mylène Josserand
1
-4
/
+0
2016-05-20
rtc: m41t80: update sysfs entries export
Mylène Josserand
1
-24
/
+32
2016-05-20
rtc: remove useless DRV_VERSION
Alexandre Belloni
25
-89
/
+1
2016-05-20
rtc: at91sam9: remove duplicate assignment of variable mr
Colin Ian King
1
-1
/
+1
2016-05-20
rtc: ds1302: rewrite using SPI
Sergey Yanovich
2
-197
/
+166
2016-04-21
rtc: ds1307: Use irq when available for wakeup-source device
Nishanth Menon
1
-1
/
+1
2016-04-21
rtc: ds1307: ds3231 temperature s16 overflow
Zhuang Yuyao
1
-2
/
+2
2016-03-24
Merge tag 'rtc-4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abello...
Linus Torvalds
7
-16
/
+305
2016-03-25
rtc: abx80x: handle the oscillator failure bit
Mylène Josserand
1
-2
/
+31
2016-03-25
rtc: abx80x: handle autocalibration
Mylène Josserand
1
-0
/
+219
2016-03-25
rtc: rv8803: workaround i2c HW issue
Alexandre Belloni
1
-6
/
+22
2016-03-21
rtc: mcp795: add devicetree support
Emil Bartczak
1
-0
/
+10
2016-03-19
rtc: asm9260: remove incorrect __init/__exit annotations
Arnd Bergmann
1
-2
/
+2
2016-03-19
rtc: m41t80: avoid out of range year values
Stefan Christ
1
-0
/
+6
2016-03-19
rtc: s3c: Don't print an error on probe deferral
Javier Martinez Canillas
1
-5
/
+14
2016-03-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
[next]