index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
Age
Commit message (
Expand
)
Author
Files
Lines
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
2019-04-04
rtc: dm355evm: switch to rtc_time64_to_tm/rtc_tm_to_time64
Alexandre Belloni
1
-2
/
+2
2019-04-04
rtc: dm355evm: set range
Alexandre Belloni
1
-0
/
+1
2019-04-04
rtc: dm355evm: convert to devm_rtc_allocate_device
Alexandre Belloni
1
-7
/
+6
2019-04-04
rtc: goldfish: convert to SPDX identifier
Alexandre Belloni
1
-10
/
+1
2019-04-04
rtc: goldfish: switch to rtc_time64_to_tm/rtc_tm_to_time64
Alexandre Belloni
1
-19
/
+8
2019-04-04
rtc: goldfish: allow building on more than MIPS
Alexandre Belloni
2
-1
/
+3
2019-04-04
rtc: goldfish: sort headers
Alexandre Belloni
1
-1
/
+1
2019-04-04
rtc: goldfish: add range
Alexandre Belloni
1
-0
/
+1
2019-04-04
rtc: goldfish: convert to devm_rtc_allocate_device
Alexandre Belloni
1
-4
/
+4
2019-04-04
rtc: xgene: use .set_time
Alexandre Belloni
1
-3
/
+3
2019-04-04
rtc: xgene: switch to rtc_time64_to_tm/rtc_tm_to_time64
Alexandre Belloni
1
-5
/
+3
2019-04-04
rtc: xgene: stop caching alarm_time
Alexandre Belloni
1
-4
/
+3
2019-04-04
rtc: xgene: correct checkpatch issues
Alexandre Belloni
1
-7
/
+7
2019-04-04
rtc: xgene: convert to SPDX identifier
Alexandre Belloni
1
-14
/
+1
2019-04-04
rtc: xgene: set range
Alexandre Belloni
1
-0
/
+1
2019-04-04
rtc: xgene: fix possible race condition
Alexandre Belloni
1
-7
/
+11
2019-04-04
rtc: test: do not use assignment in if condition
Alexandre Belloni
1
-1
/
+2
2019-04-04
rtc: 88pm80x: convert to SPDX identifier
Alexandre Belloni
1
-13
/
+1
2019-04-04
rtc: ab-b5ze-s3: correct checkpatch issues
Alexandre Belloni
1
-18
/
+16
2019-04-04
rtc: core: correct trivial checkpatch warnings
Alexandre Belloni
8
-90
/
+93
[next]