index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-bfin.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rtc-bfin: do not share RTC IRQ
Michael Hennerich
2009-09-23
1
-1
/
+1
*
bfin: delay IRQ registration until driver is ready
Mike Frysinger
2009-06-30
1
-15
/
+15
*
drivers/rtc: correct an error test
Julia Lawall
2009-01-06
1
-1
/
+1
*
Blackfin RTC Driver: dont let RTC programming in bootloaders randomly cause ~...
Mike Frysinger
2008-08-20
1
-0
/
+8
*
Blackfin RTC Driver: do all initialization before we register the rtc and mak...
Mike Frysinger
2008-08-20
1
-2
/
+1
*
Blackfin RTC Driver: move irq request/free out of open/release and into probe...
Mike Frysinger
2008-08-20
1
-31
/
+20
*
blackfin RTC driver: drop PIE/stopwatch code since the hardware can only do a...
Mike Frysinger
2008-08-05
1
-32
/
+14
*
blackfin RTC driver: convert PIE handling to irq_set_state() as pointed out b...
Mike Frysinger
2008-08-05
1
-10
/
+18
*
blackfin RTC driver: wait for the write complete interrupt complete before sl...
Mike Frysinger
2008-08-05
1
-2
/
+3
*
blackfin RTC driver: disable the write complete irq upon close
Mike Frysinger
2008-08-05
1
-4
/
+4
*
blackfin RTC driver: don't bother passing the rtc struct down to bfin_rtc_int...
Mike Frysinger
2008-08-05
1
-11
/
+9
*
blackfin RTC driver: add support for power management framework
Mike Frysinger
2008-08-05
1
-14
/
+17
*
blackfin RTC driver: Fix bug Only RTC interrupt can wake up deeper sleep core
Sonic Zhang
2008-08-05
1
-0
/
+28
*
blackfin RTC driver: if we dont define irq_set_freq, the common rtc-dev layer...
Mike Frysinger
2008-08-05
1
-15
/
+0
*
Remove duplicated unlikely() in IS_ERR()
Hirofumi Nakagawa
2008-04-29
1
-1
/
+1
*
rtc: fix platform driver hotplug/coldplug
Kay Sievers
2008-04-11
1
-0
/
+1
*
Blackfin RTC driver: convert sync wait to use the irq write complete notice
Mike Frysinger
2008-02-06
1
-113
/
+136
*
Blackfin RTC driver: shave off another memcpy() by using assignment.
Mike Frysinger
2008-02-06
1
-1
/
+1
*
Blackfin RTC driver: read_alarm() checks the enabled field, not the pending f...
Mike Frysinger
2008-02-06
1
-2
/
+2
*
Blackfin RTC driver: use dev_dbg() rather than pr_stamp()
Mike Frysinger
2008-02-06
1
-26
/
+22
*
Blackfin RTC driver: cleanup proc handler (we dont need RTC reg dump now that...
Mike Frysinger
2008-02-06
1
-14
/
+12
*
Blackfin RTC driver: we pass in a (struct device*) to the irq handler, not a ...
Mike Frysinger
2008-02-06
1
-2
/
+2
*
Blackfin RTC driver: the frequency function is in units of Hz, not units of s...
Mike Frysinger
2008-02-06
1
-7
/
+17
*
Blackfin On-Chip RTC driver update for supporting BF54x
Mike Frysinger
2007-07-15
1
-1
/
+1
*
Blackfin: on-chip RTC controller driver
Wu, Bryan
2007-05-07
1
-0
/
+445