index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
rtc: cros-ec: Make license text and module license match.
Enric Balletbo i Serra
2018-06-07
1
-1
/
+1
*
rtc: ensure rtc_set_alarm fails when alarms are not supported
Alexandre Belloni
2018-06-07
1
-0
/
+5
*
rtc: test: remove alarm support from the first device
Alexandre Belloni
2018-06-07
1
-1
/
+13
*
rtc: test: convert to devm_rtc_allocate_device
Alexandre Belloni
2018-06-07
1
-3
/
+4
*
rtc: ftrtc010: let the core handle range
Alexandre Belloni
2018-06-07
1
-3
/
+10
*
rtc: ftrtc010: handle dates after 2106
Alexandre Belloni
2018-06-07
1
-6
/
+6
*
rtc: ftrtc010: switch to devm_rtc_allocate_device
Alexandre Belloni
2018-06-07
1
-4
/
+7
*
rtc: mrst: switch to devm functions
Alexandre Belloni
2018-06-05
1
-27
/
+18
*
rtc: sunxi: fix possible race condition
Alexandre Belloni
2018-06-04
1
-14
/
+9
*
rtc: test: remove irq sysfs file
Alexandre Belloni
2018-05-31
1
-39
/
+0
*
rtc: test: emulate alarms using timers
Alexandre Belloni
2018-05-31
1
-4
/
+52
*
rtc: test: store time as an offset to system time
Alexandre Belloni
2018-05-31
1
-16
/
+23
*
rtc: test: allow registering many devices
Alexandre Belloni
2018-05-31
1
-24
/
+24
*
rtc: test: remove useless proc info
Alexandre Belloni
2018-05-31
1
-11
/
+0
*
rtc: ds1685: Add range
Alexandre Belloni
2018-05-31
1
-0
/
+4
*
rtc: ds1685: fix possible race condition
Alexandre Belloni
2018-05-31
1
-23
/
+18
*
rtc: sprd: Add new RTC power down check method
Baolin Wang
2018-05-31
1
-23
/
+24
*
rtc: sun6i: Fix bit_idx value for clk_register_gate
Michael Trimarchi
2018-05-31
1
-2
/
+2
*
rtc: jz4740: Fix a typo in Kconfig
Mathieu Malaterre
2018-05-31
1
-1
/
+1
*
rtc: test: remove obsolete .set_mmss
Alexandre Belloni
2018-05-26
1
-17
/
+2
*
rtc: st-lpc: add range
Alexandre Belloni
2018-05-23
1
-0
/
+2
*
rtc: st-lpc: fix possible race condition
Alexandre Belloni
2018-05-23
1
-15
/
+9
*
rtc: stm32: add stm32mp1 rtc support
Amelie Delaunay
2018-05-22
1
-14
/
+89
*
dt-bindings: rtc: update stm32-rtc documentation for stm32mp1 rtc
Amelie Delaunay
2018-05-22
1
-7
/
+20
*
rtc: stm32: rework register management to prepare other version of RTC
Amelie Delaunay
2018-05-22
1
-57
/
+127
*
rtc: stm32: fix misspelling and misalignment issues
Amelie Delaunay
2018-05-22
1
-2
/
+2
*
rtc: mxc: Switch to SPDX identifier
Fabio Estevam
2018-05-22
1
-10
/
+3
*
rtc: snvs: Switch to SPDX identifier
Fabio Estevam
2018-05-22
1
-10
/
+3
*
rtc: nvmem: don't use IS_ERR_OR_NULL
Uwe Kleine-König
2018-05-21
1
-1
/
+1
*
rtc: ds1742: don't explicitly specify word_size and stride of nvmem
Uwe Kleine-König
2018-05-21
1
-2
/
+0
*
rtc: brcmstb-waketimer: add range
Alexandre Belloni
2018-05-21
1
-6
/
+1
*
rtc: brcmstb-waketimer: switch to rtc_register_device
Alexandre Belloni
2018-05-21
1
-5
/
+8
*
rtc: mxc_v2: use rtc_time64_to_tm in mxc_rtc_read_alarm
Alexandre Belloni
2018-05-19
1
-1
/
+1
*
rtc: mxc_v2: let the core handle rtc range
Alexandre Belloni
2018-05-19
1
-10
/
+1
*
rtc: mxc_v2: fix possible race condition
Alexandre Belloni
2018-05-19
1
-7
/
+9
*
rtc: ls1x: add range
Alexandre Belloni
2018-05-18
1
-0
/
+2
*
rtc: ls1x: remove useless label and goto
Alexandre Belloni
2018-05-17
1
-8
/
+3
*
rtc: ls1x: switch to rtc_register_device
Alexandre Belloni
2018-05-17
1
-7
/
+7
*
rtc: tps6586x: let the core handle rtc range
Alexandre Belloni
2018-05-17
1
-22
/
+5
*
rtc: tps6586x: fix possible race condition
Alexandre Belloni
2018-05-17
1
-3
/
+11
*
rtc: vr41xx: add range
Alexandre Belloni
2018-05-17
1
-0
/
+2
*
rtc: vr41xx: fix possible race condition
Alexandre Belloni
2018-05-17
1
-2
/
+7
*
rtc: rx8581: switch to regmap
Alexandre Belloni
2018-05-17
1
-113
/
+42
*
rtc: rx8581: error out when time invalid
Alexandre Belloni
2018-05-17
1
-4
/
+6
*
rtc: rx8581: remove useless declaration
Alexandre Belloni
2018-05-17
1
-18
/
+15
*
rtc: rx8581: remove useless indirection
Alexandre Belloni
2018-05-17
1
-12
/
+4
*
rtc: rx8581: let the core handle rtc range
Alexandre Belloni
2018-05-17
1
-5
/
+4
*
rtc: rx8581: add RTC range
Alexandre Belloni
2018-05-17
1
-0
/
+2
*
rtc: rx8581: switch to rtc_register_device
Alexandre Belloni
2018-05-17
1
-8
/
+5
*
rtc: tps65910: add range
Alexandre Belloni
2018-05-17
1
-0
/
+2
[next]