index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rtc
Age
Commit message (
Expand
)
Author
Lines
2017-09-01
rtc: goldfish: Add RTC driver for Android emulator
Miodrag Dinic
-0
/
+246
2017-09-01
rtc: ds1307: add basic support for ds1341 chip
Nikita Yushchenko
-5
/
+17
2017-09-01
rtc: ds1307: remove member nvram_offset from struct ds1307
Heiner Kallweit
-4
/
+4
2017-09-01
rtc: ds1307: factor out offset to struct chip_desc
Heiner Kallweit
-11
/
+7
2017-09-01
rtc: ds1307: factor out rtc_ops to struct chip_desc
Heiner Kallweit
-23
/
+28
2017-09-01
rtc: ds1307: factor out irq_handler to struct chip_desc
Heiner Kallweit
-8
/
+7
2017-09-01
rtc: ds1307: improve irq setup
Heiner Kallweit
-17
/
+10
2017-09-01
rtc: ds1307: constify struct chip_desc variables
Heiner Kallweit
-3
/
+3
2017-09-01
rtc: ds1307: improve trickle charger initialization
Heiner Kallweit
-17
/
+16
2017-09-01
rtc: ds1307: factor out bbsqi bit to struct chip_desc
Heiner Kallweit
-7
/
+4
2017-09-01
rtc: ds1307: remove member irq from struct ds1307
Heiner Kallweit
-7
/
+5
2017-09-01
rtc: rk808: Name RK805 in Kconfig for RTC_DRV_RK808
Elaine Zhang
-2
/
+2
2017-09-01
rtc: constify i2c_device_id
Arvind Yadav
-4
/
+4
2017-08-24
rtc: remove .open() and .release()
Alexandre Belloni
-16
/
+4
2017-08-24
rtc: mxc: avoid disabling interrupts on device close
Alexandre Belloni
-21
/
+0
2017-08-24
rtc: vr41xx: make alarms useful
Alexandre Belloni
-18
/
+0
2017-08-24
rtc: sa1100: make alarms useful
Alexandre Belloni
-41
/
+22
2017-08-24
rtc: sa1100: fix unbalanced clk_prepare_enable/clk_disable_unprepare
Alexandre Belloni
-3
/
+1
2017-08-24
rtc: pxa: fix possible race condition
Alexandre Belloni
-1
/
+3
2017-08-24
rtc: m41t80: remove debug sysfs attribute
Alexandre Belloni
-44
/
+0
2017-08-24
rtc: m41t80: enable wakealarm when "wakeup-source" is specified
Eric Cooper
-6
/
+17
2017-08-22
rtc: puv3: make alarms useful
Alexandre Belloni
-42
/
+14
2017-08-22
rtc: puv3: switch to devm_rtc_allocate_device()/rtc_register_device()
Alexandre Belloni
-9
/
+7
2017-08-21
rtc: ds1307: fix regmap config
Heiner Kallweit
-1
/
+0
2017-08-15
mfd: dm355evm_msp: Move header file out of I2C realm
Wolfram Sang
-1
/
+1
2017-07-31
rtc: max8925: remove redundant check on ret
Colin Ian King
-2
/
+0
2017-07-31
rtc: sun6i: ensure clk_data is kfree'd on error
Colin Ian King
-2
/
+6
2017-07-31
rtc: sun6i: Remove double init of spinlock in sun6i_rtc_clk_init()
Alexey Klimov
-1
/
+1
2017-07-31
rtc: ds1307: remove legacy check for "isil, irq2-can-wakeup-machine" property
Heiner Kallweit
-7
/
+1
2017-07-31
rtc: s35390a: implement ioctls
Fabien Lahoudere
-1
/
+31
2017-07-31
rtc: s35390a: handle invalid RTC time
Fabien Lahoudere
-30
/
+42
2017-07-13
Merge tag 'rtc-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
-839
/
+1696
2017-07-09
rtc: st-lpc: make it robust against y2038/2106 bug
Benjamin Gaignard
-11
/
+8
2017-07-07
rtc: ds1307: remove ds1307_remove
Alexandre Belloni
-6
/
+0
2017-07-07
rtc: ds1307: use generic nvmem
Alexandre Belloni
-66
/
+22
2017-07-07
rtc: ds1307: switch to rtc_register_device
Alexandre Belloni
-2
/
+7
2017-07-07
rtc: rv8803: remove rv8803_remove
Alexandre Belloni
-6
/
+0
2017-07-07
rtc: rv8803: use generic nvmem support
Alexandre Belloni
-31
/
+20
2017-07-07
rtc: rv8803: switch to rtc_register_device
Alexandre Belloni
-6
/
+9
2017-07-07
rtc: add generic nvmem support
Alexandre Belloni
-0
/
+134
2017-07-07
rtc: at91rm9200: remove race condition
Alexandre Belloni
-6
/
+8
2017-07-07
rtc: introduce new registration method
Alexandre Belloni
-0
/
+84
2017-07-07
rtc: class separate id allocation from registration
Alexandre Belloni
-19
/
+25
2017-07-07
rtc: class separate device allocation from registration
Alexandre Belloni
-26
/
+37
2017-07-06
rtc: stm32: add STM32H7 RTC support
Amelie Delaunay
-17
/
+65
2017-07-06
rtc: ds1307: add ds1308 variant
Sean Nyekjaer
-0
/
+12
2017-07-06
rtc: ds3232: add temperature support
Kirill Esipov
-0
/
+127
2017-07-06
rtc: rtc-nuc900: fix loop timeout test
Dan Carpenter
-1
/
+1
2017-07-06
rtc: gemini/ftrtc010: rename driver and symbols
Linus Walleij
-51
/
+52
2017-07-06
rtc: gemini: Add optional clock handling
Linus Walleij
-0
/
+28
[prev]
[next]