index
:
drm/drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-19
rtc: ds1343: remove unnecessary mutex
Alexandre Belloni
1
-29
/
+7
2019-10-19
rtc: ds1343: check regmap_read return value
Alexandre Belloni
1
-3
/
+8
2019-10-19
rtc: ds1343: use regmap_update_bits for glitch filter
Alexandre Belloni
1
-10
/
+8
2019-10-19
rtc: ds1343: use rtc_add_group
Alexandre Belloni
1
-31
/
+16
2019-10-19
rtc: ds1343: use burst write to set time
Alexandre Belloni
1
-40
/
+12
2019-10-19
rtc: ds1343: remove dead code
Alexandre Belloni
1
-21
/
+0
2019-10-19
rtc: ds1343: set range
Alexandre Belloni
1
-0
/
+2
2019-10-19
rtc: vt8500: let the core handle rtc range
Alexandre Belloni
1
-6
/
+2
2019-10-19
rtc: vt8500: convert to devm_rtc_allocate_device
Alexandre Belloni
1
-3
/
+4
2019-10-19
rtc: vt8500: remove superfluous error message
Alexandre Belloni
1
-4
/
+1
2019-10-19
rtc: vt8500: remove useless label
Alexandre Belloni
1
-6
/
+2
2019-10-19
rtc: s35390a: set range
Alexandre Belloni
1
-0
/
+2
2019-10-19
rtc: s35390a: convert to devm_rtc_allocate_device
Alexandre Belloni
1
-8
/
+6
2019-10-16
rtc: meson-vrtc: move config option to proper location
Alexandre Belloni
1
-11
/
+11
2019-10-16
rtc: ds1685: add indirect access method and remove plat_read/plat_write
Thomas Bogendoerfer
1
-26
/
+52
2019-10-14
rtc: ds1685: use devm_platform_ioremap_resource helper
Thomas Bogendoerfer
1
-20
/
+3
2019-10-14
rts: ds1685: remove not needed fields from private struct
Thomas Bogendoerfer
1
-3
/
+0
2019-10-14
rtc: xilinx: Fix calibval variable type
Srinivas Goud
1
-1
/
+1
2019-10-14
rtc: wilco-ec: Handle reading invalid times
Nick Crews
1
-3
/
+5
2019-10-07
rtc: ds1347: handle century register
Alexandre Belloni
1
-13
/
+24
2019-10-07
rtc: ds1347: use regmap_update_bits
Alexandre Belloni
1
-4
/
+6
2019-10-07
rtc: ds1347: properly handle oscillator failures
Alexandre Belloni
1
-7
/
+23
2019-10-07
rtc: ds1347: set range
Alexandre Belloni
1
-0
/
+2
2019-10-07
rtc: ds1347: convert to devm_rtc_allocate_device
Alexandre Belloni
1
-4
/
+4
2019-10-07
rtc: ds1347: mask ALM OUT when reading time
Alexandre Belloni
1
-1
/
+1
2019-10-07
rtc: ds1347: simplify getting .driver_data
Alexandre Belloni
1
-8
/
+2
2019-10-07
rtc: ds1347: remove useless read
Alexandre Belloni
1
-6
/
+0
2019-10-07
rtc: ds1347: remove verbose messages
Alexandre Belloni
1
-7
/
+0
2019-10-07
rtc: armada38x: Use of_device_get_match_data()
Stephen Boyd
1
-7
/
+3
2019-10-07
rtc: da9063: Handle invalid IRQ from platform_get_irq_byname()
Krzysztof Kozlowski
1
-0
/
+3
2019-10-07
rtc: m41t80: set range
Alexandre Belloni
1
-3
/
+2
2019-10-07
rtc: use devm_platform_ioremap_resource() to simplify code
YueHaibing
34
-103
/
+34
2019-10-06
rtc: Use devm_platform_ioremap_resource()
Markus Elfring
4
-30
/
+5
2019-10-03
rtc: interface: use timeu64_t for range_max
Emmanuel Nicolet
1
-1
/
+1
2019-10-03
rtc: at91rm9200: use of_device_get_match_data()
Claudiu Beznea
2
-18
/
+2
2019-09-22
Merge tag 'rtc-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
58
-722
/
+1136
2019-09-20
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
1
-1
/
+1
2019-09-19
Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2
-2
/
+3
2019-09-17
Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-10
/
+1
2019-09-10
rtc: meson: mark PM functions as __maybe_unused
Arnd Bergmann
1
-4
/
+3
2019-09-10
rtc: sc27xx: Remove clearing SPRD_RTC_POWEROFF_ALM_FLAG flag
Baolin Wang
1
-1
/
+1
2019-09-02
mfd / platform: cros_ec: Reorganize platform and mfd includes
Enric Balletbo i Serra
1
-1
/
+2
2019-09-02
mfd / platform: cros_ec: Move cros-ec core driver out from MFD
Enric Balletbo i Serra
1
-1
/
+1
2019-09-01
rtc: sun6i: Allow using as wakeup source from suspend
Alejandro González
1
-0
/
+30
2019-09-01
rtc: pcf8563: let the core handle range offsetting
Alexandre Belloni
1
-4
/
+5
2019-09-01
rtc: pcf8563: remove useless indirection
Alexandre Belloni
1
-14
/
+6
2019-09-01
rtc: pcf8563: convert to devm_rtc_allocate_device
Alexandre Belloni
1
-8
/
+9
2019-09-01
rtc: pcf8563: add Microcrystal RV8564 compatible
Alexandre Belloni
1
-0
/
+1
2019-09-01
rtc: pcf8563: add Epson RTC8564 compatible
Alexandre Belloni
1
-0
/
+1
2019-09-01
rtc: s35390a: convert to devm_i2c_new_dummy_device()
Wolfram Sang
1
-41
/
+13
[prev]
[next]