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
/
interface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-13
rtc: fix alarm read and set offset
Alexandre Belloni
1
-3
/
+5
2018-06-07
rtc: ensure rtc_set_alarm fails when alarms are not supported
Alexandre Belloni
1
-0
/
+5
2018-03-17
rtc: Add one offset seconds to expand RTC range
Baolin Wang
1
-1
/
+58
2018-03-17
rtc: Factor out the RTC range validation into rtc_valid_range()
Baolin Wang
1
-12
/
+18
2018-03-17
rtc: Add RTC range
Alexandre Belloni
1
-0
/
+14
2018-02-13
rtc: Add tracepoints for RTC system
Baolin Wang
1
-0
/
+30
2017-10-26
rtc: clarify the RTC offset correction
Russell King
1
-0
/
+4
2017-09-28
rtc: set the alarm to the next expiring timer
Alexandre Belloni
1
-1
/
+1
2017-05-31
rtc: interface: Validate alarm-time before handling rollover
Vaibhav Jain
1
-1
/
+8
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
1
-4
/
+4
2016-12-25
ktime: Get rid of the union
Thomas Gleixner
1
-4
/
+4
2016-07-12
rtc: fix a typo and reduce three empty lines to one
Uwe Kleine-König
1
-3
/
+1
2016-06-04
rtc: interface: ignore expired timers when enqueuing new timers
Colin Ian King
1
-1
/
+15
2016-05-30
rtc: initialize output parameter for read alarm to "uninitialized"
Uwe Kleine-König
1
-1
/
+11
2016-03-14
rtc: Add functions to set and read rtc offset
Joshua Clayton
1
-0
/
+54
2015-09-05
rtc: Drop (un)likely before IS_ERR(_OR_NULL)
viresh kumar
1
-1
/
+1
2015-06-25
rtc: interface: Remove rtc_set_mmss()
Xunlei Pang
1
-45
/
+0
2015-06-19
rtc: interface: Remove unused return value from rtc_timer_cancel()
Krzysztof Kozlowski
1
-3
/
+1
2015-04-17
drivers/rtc/interface.c: __rtc_read_time: reduce log level
Aaro Koskinen
1
-2
/
+3
2015-04-03
drivers/rtc: Provide y2038 safe rtc_class_ops.set_mmss() replacement
Xunlei Pang
1
-1
/
+7
2015-01-24
rtc: Update interface.c to use y2038-safe time interfaces
Xunlei Pang
1
-12
/
+10
2014-12-11
rtc: refine rtc_timer_do_work() to consider other set alarm failures
Xunlei Pang
1
-0
/
+13
2014-12-11
drivers/rtc/interface.c: check the validation of rtc_time in __rtc_read_time
Hyogi Gim
1
-0
/
+8
2014-08-09
drivers/rtc/interface.c: check the error after __rtc_read_time()
Hyogi Gim
1
-0
/
+2
2014-06-07
drivers/rtc/interface.c: fix infinite loop in initializing the alarm
Ales Novak
1
-2
/
+12
2014-04-04
rtc: verify a critical argument to rtc_update_irq() before using it
Alessandro Zummo
1
-0
/
+3
2013-07-22
rtc: Keep system awake until all expired RTC timers are handled
Zoran Markovic
1
-4
/
+9
2013-07-04
drivers/rtc/interface.c: return -EBUSY, not -EACCES when device is busy
Chris Brand
1
-4
/
+4
2013-07-04
drivers/rtc/interface.c: fix checkpatch errors
Sachin Kamat
1
-9
/
+9
2013-02-07
driver-core: constify data for class_find_device()
Michał Mirosław
1
-3
/
+3
2012-08-08
RTC: Avoid races between RTC alarm wakeup and suspend.
NeilBrown
1
-0
/
+2
2012-03-16
rtc: Provide flag for rtc devices that don't support UIE
John Stultz
1
-0
/
+5
2012-01-27
rtc: Disable the alarm in the hardware (v2)
Rabin Vincent
1
-2
/
+13
2012-01-27
rtc: Expire alarms after the time is set. (v2)
NeilBrown
1
-0
/
+4
2012-01-27
rtc: Avoid setting alarm to a time in the past
John Stultz
1
-1
/
+10
2012-01-11
drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-range
Ben Hutchings
1
-2
/
+2
2012-01-04
Revert "rtc: Expire alarms after the time is set."
Linus Torvalds
1
-6
/
+0
2012-01-04
Revert "rtc: Disable the alarm in the hardware"
Linus Torvalds
1
-34
/
+10
2011-12-14
rtc: Expire alarms after the time is set.
NeilBrown
1
-0
/
+6
2011-12-06
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-10
/
+34
2011-11-23
rtc: Disable the alarm in the hardware
Rabin Vincent
1
-10
/
+34
2011-11-01
rtc: Add module.h to implicit users in drivers/rtc
Paul Gortmaker
1
-0
/
+1
2011-07-27
rtc: fix hrtimer deadlock
Thomas Gleixner
1
-19
/
+37
2011-07-27
rtc: limit frequency
Thomas Gleixner
1
-1
/
+1
2011-07-27
rtc: handle errors correctly in rtc_irq_set_state()
Thomas Gleixner
1
-0
/
+3
2011-07-27
rtc: Limit RTC PIE frequency
Thomas Gleixner
1
-1
/
+1
2011-07-27
rtc: Fix hrtimer deadlock
Thomas Gleixner
1
-19
/
+37
2011-07-27
rtc: Handle errors correctly in rtc_irq_set_state()
Thomas Gleixner
1
-0
/
+3
2011-06-02
rtc: Staticize non-exported __rtc_set_alarm()
Mark Brown
1
-1
/
+1
2011-04-13
Merge branch 'fortglx/39/tip/timers/rtc' of git://git.linaro.org/people/jstul...
Thomas Gleixner
1
-0
/
+26
[next]