index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
Age
Commit message (
Expand
)
Author
Files
Lines
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-22
rtc: ds1307: Use irq when available for wakeup-source device
Nishanth Menon
1
-1
/
+1
2016-04-22
rtc: ds1307: ds3231 temperature s16 overflow
Zhuang Yuyao
1
-2
/
+2
2016-03-25
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-22
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-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2016-03-15
rtc: rv3029: stop mentioning rv3029c2
Alexandre Belloni
1
-1
/
+1
2016-03-14
rtc: pcf2127: add pcf2129 device id
Akinobu Mita
1
-3
/
+6
2016-03-14
rtc: pcf2127: add support for spi interface
Akinobu Mita
2
-11
/
+126
2016-03-14
rtc: pcf2127: convert to use regmap
Akinobu Mita
1
-70
/
+144
2016-03-14
rtc: rv3029: Add thermometer hwmon support
Michael Büsch
2
-0
/
+129
2016-03-14
rtc: rv3029: Add update_bits helper for eeprom access
Michael Büsch
1
-14
/
+25
2016-03-14
rtc: ds1685: actually spin forever in poweroff error path
Josh Poimboeuf
1
-0
/
+1
2016-03-14
rtc: hym8563: fix invalid year calculation
Alexander Kochetkov
1
-1
/
+1
2016-03-14
rtc: ds3232: use rtc->ops_lock to protect alarm operations
Akinobu Mita
1
-21
/
+4
2016-03-14
rtc: ds3232: fix issue when irq is shared several devices
Akinobu Mita
1
-69
/
+12
2016-03-14
rtc: ds3232: remove unused UIE code
Akinobu Mita
1
-19
/
+1
2016-03-14
rtc: ds3232: add register access error checks
Akinobu Mita
1
-7
/
+22
2016-03-14
rtc: ds3232: fix read on /dev/rtc after RTC_AIE_ON
Akinobu Mita
1
-7
/
+3
2016-03-14
rtc: merge ds3232 and ds3234
Akinobu Mita
4
-194
/
+189
2016-03-14
rtc: ds3232: convert to use regmap
Akinobu Mita
1
-103
/
+113
2016-03-14
rtc: pxa: fix Kconfig indentation
Alexandre Belloni
1
-4
/
+4
2016-03-14
rtc: rv3029: Add device tree property for trickle charger
Michael Büsch
1
-3
/
+103
[next]