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-snvs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-30
rtc: snvs: Add necessary clock operations for RTC APIs
Anson Huang
1
-2
/
+53
2020-05-30
rtc: snvs: Make SNVS clock always prepared
Anson Huang
1
-2
/
+2
2020-03-16
rtc: snvs: Use devm_add_action_or_reset() for calls to clk_disable_unprepare()
Anson Huang
1
-14
/
+13
2020-02-19
rtc: snvs: Remove unused include of of_device.h
Anson Huang
1
-1
/
+0
2019-09-01
rtc: snvs: switch to rtc_time64_to_tm/rtc_tm_to_time64
Alexandre Belloni
1
-9
/
+4
2019-09-01
rtc: snvs: set range
Alexandre Belloni
1
-0
/
+1
2019-08-29
rtc: snvs: fix possible race condition
Anson Huang
1
-4
/
+7
2019-05-08
rtc: snvs: Use __maybe_unused instead of #if CONFIG_PM_SLEEP
Anson Huang
1
-15
/
+4
2019-04-04
rtc: snvs: 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-02-06
rtc: snvs: make sure clock is enabled for interrupt handle
Anson Huang
1
-0
/
+6
2018-07-11
rtc: snvs: Add timeouts to avoid kernel lockups
Trent Piepho
1
-35
/
+70
2018-05-22
rtc: snvs: Switch to SPDX identifier
Fabio Estevam
1
-10
/
+3
2018-04-03
rtc: snvs: Fix usage of snvs_rtc_enable
Bryan O'Donoghue
1
-4
/
+11
2017-05-05
rtc: snvs: fix an incorrect check of return value
Pan Bian
1
-1
/
+1
2017-02-01
rtc: snvs: add a missing write sync
Guy Shapiro
1
-0
/
+1
2016-05-20
rtc: snvs: return error in case enable_irq_wake fails
Stefan Agner
1
-1
/
+1
2015-07-15
rtc: snvs: use syscon to access register
Frank Li
1
-65
/
+67
2015-06-25
rtc: snvs: fix wakealarm by call enable_irq_wake earlier
Stefan Agner
1
-9
/
+21
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-12-13
rtc: snvs: fix build with CONFIG_PM_SLEEP disabled
Guenter Roeck
1
-2
/
+9
2014-12-11
drivers/rtc/rtc-snvs: fix suspend/resume
Sanchayan Maity
1
-1
/
+4
2014-12-11
drivers/rtc/rtc-snvs: add clock support
Sanchayan Maity
1
-2
/
+32
2014-10-20
rtc: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2013-11-13
drivers/rtc/rtc-snvs.c: remove redundant of_match_ptr
Sachin Kamat
1
-1
/
+1
2013-07-04
drivers/rtc/rtc-snvs.c: remove empty function
Sachin Kamat
1
-6
/
+0
2013-04-30
rtc: rtc-snvs: use devm_rtc_device_register()
Jingoo Han
1
-5
/
+1
2013-02-22
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
1
-1
/
+1
2013-02-22
drivers/rtc: use of_match_ptr() macro
Sachin Kamat
1
-1
/
+1
2013-01-22
rtc: Convert to devm_ioremap_resource()
Thierry Reding
1
-3
/
+3
2013-01-04
Drivers: rtc: remove __dev* attributes.
Greg Kroah-Hartman
1
-4
/
+4
2012-10-05
rtc: snvs: add Freescale rtc-snvs driver
Shawn Guo
1
-0
/
+350