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
2019-08-20
rtc: pcf2123: let the core handle range offsetting
Alexandre Belloni
-4
/
+5
2019-08-20
rtc: pcf2123: convert to devm_rtc_allocate_device
Alexandre Belloni
-8
/
+8
2019-08-20
rtc: pcf2123: remove useless error path goto
Alexandre Belloni
-8
/
+3
2019-08-20
rtc: pcf2123: rename struct and variables
Alexandre Belloni
-38
/
+38
2019-08-20
rtc: pcf2123: stop using dev.platform_data
Alexandre Belloni
-10
/
+11
2019-08-20
rtc: pcf2123: implement .alarm_irq_enable
Alexandre Belloni
-9
/
+10
2019-08-20
rtc; pcf2123: fix possible alarm race condition
Alexandre Belloni
-4
/
+4
2019-08-20
rtc: pcf2123: don't use weekday alarm
Alexandre Belloni
-2
/
+2
2019-08-16
rtc: sun6i: Don't reference clk_init_data after registration
Stephen Boyd
-1
/
+1
2019-08-13
rtc: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
-92
/
+28
2019-08-12
rtc: mxc: use spin_lock_irqsave instead of spin_lock_irq in IRQ context
Fuqian Huang
-2
/
+3
2019-08-12
rtc: bd70528: fix driver dependencies
Matti Vaittinen
-0
/
+1
2019-08-12
rtc: remove w90x900/nuc900 driver
Arnd Bergmann
-279
/
+0
2019-07-31
docs: i2c: convert to ReST and add to driver-api bookset
Mauro Carvalho Chehab
-1
/
+1
2019-07-30
drivers: Introduce device lookup variants by name
Suzuki K Poulose
-10
/
+1
2019-07-23
rtc: s5m: convert to i2c_new_dummy_device
Wolfram Sang
-3
/
+3
2019-07-23
rtc: s35390a: convert to i2c_new_dummy_device
Wolfram Sang
-4
/
+4
2019-07-23
rtc: max77686: convert to i2c_new_dummy_device
Wolfram Sang
-4
/
+4
2019-07-22
rtc: isl12026: convert to i2c_new_dummy_device
Wolfram Sang
-3
/
+3
2019-07-22
rtc: imxdi: use devm_platform_ioremap_resource() to simplify code
Anson Huang
-3
/
+1
2019-07-22
rtc: mxc_v2: use devm_platform_ioremap_resource() to simplify code
Anson Huang
-3
/
+1
2019-07-17
Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
-433
/
+501
2019-07-15
Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...
Linus Torvalds
-16
/
+565
2019-07-13
rtc: wm831x: Add IRQF_ONESHOT flag
Hariprasad Kelam
-1
/
+2
2019-07-13
rtc: stm32: remove one condition check in stm32_rtc_set_alarm()
Markus Elfring
-5
/
+1
2019-07-13
rtc: pcf2123: Fix build error
YueHaibing
-0
/
+1
2019-07-13
rtc: interface: Change type of 'count' from int to u64
Puranjay Mohan
-1
/
+1
2019-07-02
Merge branches 'ib-mfd-clk-gpio-power-regulator-rtc-5.3', 'ib-mfd-clk-regulat...
Lee Jones
-16
/
+56
2019-06-27
rtc: rk808: Add RK809 and RK817 support.
Tony Xie
-16
/
+56
2019-06-27
rtc: bd70528: Initial support for ROHM bd70528 RTC
Matti Vaittinen
-0
/
+509
2019-06-20
rtc: pcf8563: Clear event flags and disable interrupts before requesting irq
Chen-Yu Tsai
-6
/
+5
2019-06-20
rtc: pcf8563: Fix interrupt trigger method
Chen-Yu Tsai
-1
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
-201
/
+46
2019-06-19
rtc: pcf2123: fix negative offset rounding
Alexandre Belloni
-1
/
+1
2019-06-19
rtc: pcf2123: add alarm support
Dylan Howey
-2
/
+114
2019-06-19
rtc: pcf2123: use %ptR
Dylan Howey
-10
/
+2
2019-06-19
rtc: pcf2123: port to regmap
Dylan Howey
-81
/
+61
2019-06-19
rtc: pcf2123: remove sysfs register view
Dylan Howey
-89
/
+1
2019-06-09
rtc: rx8025: simplify getting the adapter of a client
Wolfram Sang
-1
/
+1
2019-06-09
rtc: rx8010: simplify getting the adapter of a client
Wolfram Sang
-1
/
+1
2019-06-09
rtc: rv8803: simplify getting the adapter of a client
Wolfram Sang
-1
/
+1
2019-06-09
rtc: m41t80: simplify getting the adapter of a client
Wolfram Sang
-1
/
+1
2019-06-09
rtc: fm3130: simplify getting the adapter of a client
Wolfram Sang
-5
/
+3
2019-06-07
rtc: tegra: Drop MODULE_ALIAS
Dmitry Osipenko
-1
/
+0
2019-06-06
rtc: sun6i: Add R40 compatible
Maxime Ripard
-0
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
-10
/
+2
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 377
Thomas Gleixner
-4
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335
Thomas Gleixner
-14
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288
Thomas Gleixner
-9
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284
Thomas Gleixner
-9
/
+1
[prev]
[next]