index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-08
rtc: ds1672: move oscillator handling to .read_time
Alexandre Belloni
1
-13
/
+16
2019-04-08
rtc: ds1672: set range
Alexandre Belloni
1
-5
/
+11
2019-04-08
rtc: test: use .set_time
Alexandre Belloni
1
-4
/
+4
2019-04-06
rtc: lib: check whether tm->tm_year in int32 range
Xuefeng Wang
1
-0
/
+1
2019-04-04
rtc: don't reference bogus function pointer in kdoc
Wolfram Sang
1
-4
/
+3
2019-04-04
rtc: remove unnecessary Kconfig dependencies
Alexandre Belloni
1
-2
/
+0
2019-04-04
rtc: pcf85063: add RTC_VL_READ/RTC_VL_CLR support
Alexandre Belloni
1
-0
/
+35
2019-04-04
rtc: pcf85063: add offset correction support
Alexandre Belloni
1
-1
/
+57
2019-04-04
rtc: pcf85063: add nvram support
Alexandre Belloni
1
-0
/
+24
2019-04-04
rtc: pcf85063: add Micro Crystal RV8263 support
Alexandre Belloni
1
-4
/
+28
2019-04-04
rtc: pcf85063: add alarm support
Alexandre Belloni
1
-0
/
+121
2019-04-04
rtc: pcf85063: differentiate pcf85063a and pcf85063tp
Alexandre Belloni
1
-6
/
+27
2019-04-04
rtc: pcf85063: switch to regmap
Alexandre Belloni
2
-93
/
+62
2019-04-04
rtc: pcf85063: set range
Alexandre Belloni
1
-3
/
+2
2019-04-04
rtc: pcf85063: convert to devm_rtc_allocate_device
Alexandre Belloni
1
-6
/
+6
2019-04-04
rtc: pcf85063: remove bogus i2c functionality check
Alexandre Belloni
1
-3
/
+0
2019-04-04
rtc: pcf85063: convert to SPDX identifier
Alexandre Belloni
1
-6
/
+1
2019-04-04
rtc: pcf85063: switch to probe_new
Alexandre Belloni
1
-10
/
+2
2019-04-04
rtc: snvs: use devm_platform_ioremap_resource() to simplify code
Anson Huang
1
-3
/
+1
2019-04-04
rtc: mxc: use devm_platform_ioremap_resource() to simplify code
Anson Huang
1
-3
/
+1
2019-04-04
rtc: snvs: use dev_pm_set_wake_irq() to simplify code
Anson Huang
1
-21
/
+4
2019-04-04
rtc: Add ASPEED RTC driver
Joel Stanley
3
-0
/
+148
2019-04-04
rtc: brcmstb-waketimer: switch to rtc_time64_to_tm
Alexandre Belloni
1
-1
/
+1
2019-04-04
rtc: mt6397: Don't call irq_dispose_mapping.
Pi-Hsun Shih
1
-6
/
+3
2019-04-04
rtc: opal: Make opal_tpo_alarm_irq_enable static
YueHaibing
1
-1
/
+1
2019-04-04
rtc: wm831x: convert to SPDX identifier
Alexandre Belloni
1
-5
/
+1
2019-04-04
rtc: wm831x: switch to rtc_time64_to_tm/rtc_tm_to_time64
Alexandre Belloni
1
-12
/
+4
2019-04-04
rtc: wm831x: remove unnecessary goto
Alexandre Belloni
1
-4
/
+1
2019-04-04
rtc: wm831x: set range
Alexandre Belloni
1
-6
/
+10
2019-04-04
rtc: da9063: switch to rtc_time64_to_tm/rtc_tm_to_time64
Alexandre Belloni
1
-2
/
+2
2019-04-04
rtc: da9063: set range
Alexandre Belloni
1
-3
/
+6
2019-04-04
rtc: sun4v: switch to SPDX identifier
Alexandre Belloni
1
-1
/
+1
2019-04-04
rtc: sun4v: set range
Alexandre Belloni
1
-3
/
+5
2019-04-04
rtc: sun4v: switch to rtc_time64_to_tm/rtc_tm_to_time64
Alexandre Belloni
1
-9
/
+2
2019-04-04
rtc: omap: convert to SPDX identifier
Alexandre Belloni
1
-5
/
+1
2019-04-04
rtc: omap: switch to rtc_time64_to_tm/rtc_tm_to_time64
Alexandre Belloni
1
-2
/
+2
2019-04-04
rtc: ps3: set range
Alexandre Belloni
1
-0
/
+1
2019-04-04
rtc: ps3: convert to devm_rtc_allocate_device
Alexandre Belloni
1
-3
/
+5
2019-04-04
rtc: ps3: convert to SPDX identifier
Alexandre Belloni
1
-13
/
+1
2019-04-04
rtc: ps3: switch to rtc_time64_to_tm/rtc_tm_to_time64
Alexandre Belloni
1
-5
/
+2
2019-04-04
rtc: at91sam9: correct trivial checkpatch warnings
Alexandre Belloni
1
-20
/
+20
2019-04-04
rtc: at91sam9: convert to SPDX identifier
Alexandre Belloni
1
-5
/
+1
2019-04-04
rtc: at91sam9: switch to rtc_time64_to_tm/rtc_tm_to_time64
Alexandre Belloni
1
-10
/
+4
2019-04-04
rtc: at91sam9: set range
Alexandre Belloni
1
-0
/
+1
2019-04-04
rtc: at91sam9: convert to devm_rtc_allocate_device
Alexandre Belloni
1
-3
/
+4
2019-04-04
rtc: at91sam9: drop platform_data support
Alexandre Belloni
2
-37
/
+9
2019-04-04
rtc: sh: set range
Alexandre Belloni
1
-0
/
+8
2019-04-04
rtc: sh: fix possible race condition
Alexandre Belloni
1
-7
/
+9
2019-04-04
rtc: sh: stop resetting time to epoch
Alexandre Belloni
1
-7
/
+3
2019-04-04
rtc: dm355evm: convert to SPDX identifier
Alexandre Belloni
1
-5
/
+1
[next]