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
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
/
rtc-sun6i.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-24
rtc: sun6i: Allow probing without an early clock provider
Samuel Holland
1
-2
/
+11
2020-11-19
rtc: rework rtc_register_device() resource management
Bartosz Golaszewski
1
-1
/
+1
2020-10-28
rtc: sun6i: Fix memleak in sun6i_rtc_clk_init
Dinghao Liu
1
-3
/
+5
2020-04-02
rtc: sun6i: let the core handle rtc range
Alexandre Belloni
1
-15
/
+10
2020-04-02
rtc: sun6i: switch to rtc_time64_to_tm/rtc_tm_to_time64
Alexandre Belloni
1
-3
/
+3
2020-03-16
rtc: sun6i: Make external 32k oscillator optional
Jernej Skrabec
1
-8
/
+8
2019-12-10
rtc: sun6i: Add support for RTC clocks on R40
Chen-Yu Tsai
1
-0
/
+16
2019-11-27
rtc: sun6i: Remove struct device from sun6i_rtc_dev
Nobuhiro Iwamatsu
1
-2
/
+0
2019-09-22
Merge tag 'rtc-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
1
-5
/
+69
2019-09-01
rtc: sun6i: Allow using as wakeup source from suspend
Alejandro González
1
-0
/
+30
2019-08-23
rtc: sun6i: Add support for H6 RTC
Ondrej Jirman
1
-2
/
+38
2019-08-16
rtc: sun6i: Don't reference clk_init_data after registration
Stephen Boyd
1
-1
/
+1
2019-08-13
rtc: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-3
/
+1
2019-07-17
Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
1
-0
/
+1
2019-06-06
rtc: sun6i: Add R40 compatible
Maxime Ripard
1
-0
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
1
-10
/
+1
2018-12-06
rtc: sun6i: Expose internal oscillator through device tree
Chen-Yu Tsai
1
-2
/
+14
2018-12-06
rtc: sun6i: Add support for all known pre-H6 variants
Chen-Yu Tsai
1
-0
/
+46
2018-12-06
rtc: sun6i: Add support for different variants
Chen-Yu Tsai
1
-7
/
+51
2018-12-06
rtc: sun6i: Add default clock name for LOSC
Chen-Yu Tsai
1
-0
/
+1
2018-08-28
rtc: sun6i: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-2
/
+1
2018-06-01
rtc: sun6i: Fix bit_idx value for clk_register_gate
Michael Trimarchi
1
-2
/
+2
2018-03-02
rtc: stop validating rtc_time in .read_time
Alexandre Belloni
1
-1
/
+1
2017-12-19
rtc: sun6i: ensure rtc is kfree'd on error
Colin Ian King
1
-1
/
+3
2017-09-01
rtc: sun6i: Add support for the external oscillator gate
Maxime Ripard
1
-3
/
+21
2017-07-31
rtc: sun6i: ensure clk_data is kfree'd on error
Colin Ian King
1
-2
/
+6
2017-07-31
rtc: sun6i: Remove double init of spinlock in sun6i_rtc_clk_init()
Alexey Klimov
1
-1
/
+1
2017-02-12
rtc: sun6i: Fix return value check in sun6i_rtc_clk_init()
Wei Yongjun
1
-1
/
+1
2017-02-01
rtc: sun6i: Fix compatibility with old DT binding
Chen-Yu Tsai
1
-3
/
+3
2017-02-01
rtc: sun6i: Switch to devm_rtc_device_register
Maxime Ripard
1
-12
/
+2
2017-02-01
rtc: sun6i: Expose the 32kHz oscillator
Maxime Ripard
1
-13
/
+133
2017-02-01
rtc: sun6i: Switch to the external oscillator
Maxime Ripard
1
-0
/
+6
2017-02-01
rtc: sun6i: Add some locking
Maxime Ripard
1
-2
/
+15
2017-01-24
rtc: sun6i: Disable the build as a module
Maxime Ripard
1
-6
/
+1
2014-09-19
rtc: sun6i: Add sun6i RTC driver
Chen-Yu Tsai
1
-0
/
+447