index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rtc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'rtc-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
2017-09-13
19
-475
/
+908
|
\
|
*
rtc: ds1307: use octal permissions
Alexandre Belloni
2017-09-05
1
-1
/
+1
|
*
rtc: ds1307: fix braces
Alexandre Belloni
2017-09-05
1
-3
/
+3
|
*
rtc: ds1307: fix alignments and blank lines
Alexandre Belloni
2017-09-05
1
-11
/
+10
|
*
rtc: ds1307: use BIT
Alexandre Belloni
2017-09-05
1
-9
/
+9
|
*
rtc: ds1307: use u32
Alexandre Belloni
2017-09-05
1
-4
/
+4
|
*
rtc: ds1307: use sizeof
Alexandre Belloni
2017-09-05
1
-8
/
+16
|
*
rtc: ds1307: remove regs member
Alexandre Belloni
2017-09-05
1
-100
/
+107
|
*
rtc: Add Realtek RTD1295
Andreas Färber
2017-09-05
3
-0
/
+251
|
*
rtc: sun6i: Add support for the external oscillator gate
Maxime Ripard
2017-09-01
1
-3
/
+21
|
*
rtc: goldfish: Add RTC driver for Android emulator
Miodrag Dinic
2017-09-01
3
-0
/
+246
|
*
rtc: ds1307: add basic support for ds1341 chip
Nikita Yushchenko
2017-09-01
2
-5
/
+17
|
*
rtc: ds1307: remove member nvram_offset from struct ds1307
Heiner Kallweit
2017-09-01
1
-4
/
+4
|
*
rtc: ds1307: factor out offset to struct chip_desc
Heiner Kallweit
2017-09-01
1
-11
/
+7
|
*
rtc: ds1307: factor out rtc_ops to struct chip_desc
Heiner Kallweit
2017-09-01
1
-23
/
+28
|
*
rtc: ds1307: factor out irq_handler to struct chip_desc
Heiner Kallweit
2017-09-01
1
-8
/
+7
|
*
rtc: ds1307: improve irq setup
Heiner Kallweit
2017-09-01
1
-17
/
+10
|
*
rtc: ds1307: constify struct chip_desc variables
Heiner Kallweit
2017-09-01
1
-3
/
+3
|
*
rtc: ds1307: improve trickle charger initialization
Heiner Kallweit
2017-09-01
1
-17
/
+16
|
*
rtc: ds1307: factor out bbsqi bit to struct chip_desc
Heiner Kallweit
2017-09-01
1
-7
/
+4
|
*
rtc: ds1307: remove member irq from struct ds1307
Heiner Kallweit
2017-09-01
1
-7
/
+5
|
*
rtc: rk808: Name RK805 in Kconfig for RTC_DRV_RK808
Elaine Zhang
2017-09-01
1
-2
/
+2
|
*
rtc: constify i2c_device_id
Arvind Yadav
2017-09-01
4
-4
/
+4
|
*
rtc: remove .open() and .release()
Alexandre Belloni
2017-08-24
1
-16
/
+4
|
*
rtc: mxc: avoid disabling interrupts on device close
Alexandre Belloni
2017-08-24
1
-21
/
+0
|
*
rtc: vr41xx: make alarms useful
Alexandre Belloni
2017-08-24
1
-18
/
+0
|
*
rtc: sa1100: make alarms useful
Alexandre Belloni
2017-08-24
1
-41
/
+22
|
*
rtc: sa1100: fix unbalanced clk_prepare_enable/clk_disable_unprepare
Alexandre Belloni
2017-08-24
1
-3
/
+1
|
*
rtc: pxa: fix possible race condition
Alexandre Belloni
2017-08-24
1
-1
/
+3
|
*
rtc: m41t80: remove debug sysfs attribute
Alexandre Belloni
2017-08-24
1
-44
/
+0
|
*
rtc: m41t80: enable wakealarm when "wakeup-source" is specified
Eric Cooper
2017-08-24
1
-6
/
+17
|
*
rtc: puv3: make alarms useful
Alexandre Belloni
2017-08-22
1
-42
/
+14
|
*
rtc: puv3: switch to devm_rtc_allocate_device()/rtc_register_device()
Alexandre Belloni
2017-08-22
1
-9
/
+7
|
*
rtc: max8925: remove redundant check on ret
Colin Ian King
2017-07-31
1
-2
/
+0
|
*
rtc: sun6i: ensure clk_data is kfree'd on error
Colin Ian King
2017-07-31
1
-2
/
+6
|
*
rtc: sun6i: Remove double init of spinlock in sun6i_rtc_clk_init()
Alexey Klimov
2017-07-31
1
-1
/
+1
|
*
rtc: ds1307: remove legacy check for "isil, irq2-can-wakeup-machine" property
Heiner Kallweit
2017-07-31
1
-7
/
+1
|
*
rtc: s35390a: implement ioctls
Fabien Lahoudere
2017-07-31
1
-1
/
+31
|
*
rtc: s35390a: handle invalid RTC time
Fabien Lahoudere
2017-07-31
1
-30
/
+42
|
|
|
\
|
\
|
\
*
-
-
-
.
\
Merge branches 'ib-mfd-arm-i2c-4.14', 'ib-mfd-arm-usb-video-4.14', 'ib-mfd-hw...
Lee Jones
2017-09-05
3
-3
/
+2
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
mfd: twl: Move header file out of I2C realm
Wolfram Sang
2017-09-04
1
-1
/
+1
|
|
|
/
|
|
/
|
|
|
*
mfd: dm355evm_msp: Move header file out of I2C realm
Wolfram Sang
2017-08-15
1
-1
/
+1
|
|
/
|
/
|
|
*
rtc: ds1307: fix regmap config
Heiner Kallweit
2017-08-21
1
-1
/
+0
|
/
*
Merge tag 'rtc-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
2017-07-13
22
-839
/
+1696
|
\
|
*
rtc: st-lpc: make it robust against y2038/2106 bug
Benjamin Gaignard
2017-07-09
1
-11
/
+8
|
*
rtc: ds1307: remove ds1307_remove
Alexandre Belloni
2017-07-07
1
-6
/
+0
|
*
rtc: ds1307: use generic nvmem
Alexandre Belloni
2017-07-07
1
-66
/
+22
|
*
rtc: ds1307: switch to rtc_register_device
Alexandre Belloni
2017-07-07
1
-2
/
+7
|
*
rtc: rv8803: remove rv8803_remove
Alexandre Belloni
2017-07-07
1
-6
/
+0
|
*
rtc: rv8803: use generic nvmem support
Alexandre Belloni
2017-07-07
1
-31
/
+20
[next]