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
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
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-30
RTC: Fix early irqs caused by calling rtc_set_alarm too early
John Stultz
1
-0
/
+26
2011-03-09
RTC: Initialize kernel state from RTC
John Stultz
1
-0
/
+180
2011-02-18
RTC: Re-enable UIE timer/polling emulation
John Stultz
1
-1
/
+17
2011-02-18
RTC: Release mutex in error path of rtc_alarm_irq_enable
Uwe Kleine-König
1
-3
/
+2
2011-02-03
RTC: Prevents a division by zero in kernel code.
Marcelo Roberto Jimenez
1
-0
/
+3
2011-01-21
RTC: Properly handle rtc_read_alarm error propagation and fix bug
John Stultz
1
-3
/
+9
2011-01-21
RTC: Propagate error handling via rtc_timer_enqueue properly
John Stultz
1
-21
/
+28
2010-12-14
rtc: Namespace fixup
Thomas Gleixner
1
-21
/
+21
2010-12-11
RTC: Rework RTC code to use timerqueue for events
John Stultz
1
-225
/
+349
2009-10-11
headers: remove sched.h from interrupt.h
Alexey Dobriyan
1
-0
/
+1
2009-06-20
rtc: make rtc_update_irq callable with irqs enabled
Atsushi Nemoto
1
-5
/
+7
2009-01-07
rtc: use set_mmss when set_time is not available
Alessandro Zummo
1
-3
/
+8
2009-01-07
rtc: move power of 2 periodic frequency check down into drivers
Jonathan Cameron
1
-3
/
+0
2009-01-07
rtc: struct device: replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-1
/
+1
2009-01-05
rtc: add alarm/update irq interfaces
Alessandro Zummo
1
-0
/
+54
2008-11-07
rtc: fix handling of missing tm_year data when reading alarms
Mark Brown
1
-1
/
+1
2008-07-30
rtc: don't return -EBUSY when mutex_lock_interruptible() fails
David Brownell
1
-5
/
+5
2008-07-22
Driver Core: add ability for class_find_device to start in middle of list
Greg Kroah-Hartman
1
-1
/
+1
2008-07-04
rtc: rtc_read_alarm() handles wraparound
David Brownell
1
-11
/
+91
2008-01-25
rtc: use class iteration api
Dave Young
1
-10
/
+12
2007-12-05
RTC: assure proper memory ordering with respect to RTC_DEV_BUSY flag
Jiri Kosina
1
-2
/
+2
2007-11-29
RTC: convert mutex to bitfield
Jiri Kosina
1
-2
/
+2
2007-10-16
rtc: fix readback from /sys/class/rtc/rtc?/wakealarm
Mark Lord
1
-1
/
+82
2007-10-16
rtc_irq_set_freq() requires power-of-two and associated kerneldoc
David Brownell
1
-0
/
+24
2007-10-16
RTC: periodic irq fix
Alessandro Zummo
1
-3
/
+12
2007-05-08
rtc: remove "RTC_ALM_SET mode" bugs
David Brownell
1
-0
/
+4
2007-05-08
rtc: remove rest of class_device
David Brownell
1
-17
/
+17
2007-05-08
rtc: rtc interfaces don't use class_device
David Brownell
1
-42
/
+36
2007-03-02
[PATCH] rtc_cmos oops fix
David Brownell
1
-1
/
+2
2006-11-26
[PATCH] rtc class locking bugfixes
David Brownell
1
-4
/
+11
[prev]
[next]