index
:
kernel/linux.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
serial
/
bfin_5xx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-13
Blackfin Serial Driver: Fix bug - request UART2/3 peripheral mapped interrupt...
Sonic Zhang
1
-0
/
+50
2008-10-13
Blackfin Serial Driver: Fix bug - ircp fails on sir over Blackfin UART
Graf Yang
1
-0
/
+4
2008-10-13
Blackfin Serial Driver: Fix bug - Don't call tx_stop in tx_transfer.
Sonic Zhang
1
-1
/
+5
2008-10-13
Blackfin Serial Driver: Remove useless stop
Sonic Zhang
1
-3
/
+0
2008-10-13
Blackfin Serial Driver: move common variables out of serial headers and into ...
Mike Frysinger
1
-7
/
+10
2008-10-13
Blackfin Serial Driver: trim trailing whitespace -- no functional changes
Mike Frysinger
1
-4
/
+4
2008-10-13
Blackfin Serial Driver: Fix bug - should suspend/resume/remove all uart ports.
Sonic Zhang
1
-17
/
+22
2008-10-13
Blackfin Serial Driver: use __initdata for data, not __init
Mike Frysinger
1
-1
/
+1
2008-08-27
Blackfin arch: move include/asm-blackfin header files to arch/blackfin
Bryan Wu
1
-1
/
+1
2008-08-05
blackfin: Fix compile failure in tty code
Alan Cox
1
-1
/
+1
2008-07-21
Fix compile errors in SGI console drivers (linux-next tree)
Takashi Iwai
1
-5
/
+5
2008-06-19
Blackfin Serial Driver: Use timer to poll CTS PIN instead of workqueue.
Sonic Zhang
1
-22
/
+18
2008-06-07
Blackfin serial driver: fix up tty core set_ldisc API change breakage bug
Graf Yang
1
-5
/
+5
2008-06-03
Blackfin Serial Driver: Clean up BF54x macro in blackfin UART driver.
Sonic Zhang
1
-25
/
+5
2008-05-07
Blackfin Serial Driver: abstract away DLAB differences into header
Mike Frysinger
1
-33
/
+7
2008-05-07
Blackfin Serial Driver: macro away the IER differences between processors
Mike Frysinger
1
-54
/
+4
2008-04-30
serial: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-2
/
+2
2008-04-25
Blackfin Serial Driver: fix bug - use mod_timer to replace only add_timer.
Sonic Zhang
1
-5
/
+2
2008-04-24
Blackfin Serial Driver: the uart break anomaly has been given its own number,...
Mike Frysinger
1
-6
/
+3
2008-04-24
Blackfin Serial Driver: use BFIN_UART_NR_PORTS to help SIR driver in uart port.
Graf Yang
1
-3
/
+5
2008-04-23
Blackfin Serial Driver: Fix bug - kernel hangs when accessing uart 0 on bf537...
Sonic Zhang
1
-4
/
+0
2008-04-24
Blackfin Serial Driver: punt unused lsr variable
Mike Frysinger
1
-1
/
+1
2008-02-29
Blackfin Serial Driver: Enable IR function when user application (irattach /d...
Graf Yang
1
-0
/
+26
2008-04-16
serial: fix platform driver hotplug/coldplug
Kay Sievers
1
-0
/
+2
2008-02-29
Blackfin Serial Driver: Fix bug - Only insert UART rx char in timer task.
Sonic Zhang
1
-16
/
+7
2008-02-25
Blackfin Serial Driver: Fix bug - update tx dma buffer tail before wake up pr...
Sonic Zhang
1
-22
/
+29
2008-02-25
Blackfin Serial Driver: Fix bug - Increase buffer tail immediately before sta...
Sonic Zhang
1
-14
/
+18
2008-02-02
[Blackfin] serial driver: Add flow control support to bf54x
Sonic Zhang
1
-0
/
+12
2008-02-02
[Blackfin] serial driver: Fix bug Poll RTS/CTS status in DMA mode as well
Sonic Zhang
1
-11
/
+5
2008-01-11
[Blackfin] serial driver: use simpler comment headers and strip out informati...
Mike Frysinger
1
-23
/
+4
2007-12-24
[Blackfin] serial driver: rework break flood anomaly handling to be more robu...
Mike Frysinger
1
-14
/
+52
2007-12-24
[Blackfin] serial driver: fix bug - cache the bits of the LSR on systems wher...
Mike Frysinger
1
-3
/
+7
2007-12-23
[Blackfin] serial driver: fix bug - should not wait for the TFI bit, just cle...
Sonic Zhang
1
-3
/
+0
2007-12-21
[Blackfin] serial driver: Fix bug serial driver in DMA mode spams history to ...
Sonic Zhang
1
-3
/
+4
2007-12-21
[Blackfin] serial driver: Fix bug Free rx dma buffer in shutdown.
Sonic Zhang
1
-0
/
+1
2007-12-21
[Blackfin] serial driver: Clean up UART DMA code.
Sonic Zhang
1
-15
/
+10
2007-11-21
Blackfin Serial driver: Fix bug - serial driver in PIO mode cant handle input...
Sonic Zhang
1
-48
/
+14
2008-01-22
[Blackfin] arch: set_bfin_dma_config shouldnt set SYNC or RESTART by default ...
Michael Hennerich
1
-2
/
+4
2007-08-05
Blackfin serial driver: pending a unique anomaly id, tie the break flood issu...
Mike Frysinger
1
-22
/
+21
2007-10-10
Blackfin arch: update kgdb patch
Sonic Zhang
1
-17
/
+25
2007-10-09
Blackfin arch: Initial patch to add earlyprintk support
Robin Getz
1
-28
/
+101
2007-07-25
Blackfin arch: use the [CS]SYNC() macros which include anomaly workarounds ra...
Mike Frysinger
1
-7
/
+7
2007-07-12
Blackfin serial driver: supporting BF548-EZKIT serial port
Roy Huang
1
-3
/
+74
2007-06-29
Blackfin arch: kgdb specific code
Sonic Zhang
1
-0
/
+105
2007-06-11
Blackfin serial driver: decouple PARODD and CMSPAR checking from PARENB
Mike Frysinger
1
-6
/
+5
2007-06-11
Blackfin serial driver: actually implement the break_ctl() function
Mike Frysinger
1
-0
/
+8
2007-06-11
Blackfin serial driver: ignore framing and parity errors
Mike Frysinger
1
-0
/
+2
2007-06-11
Blackfin serial driver: hook up our UARTs STP bit with userspaces CMSPAR
Mike Frysinger
1
-0
/
+2
2007-05-21
Blackfin serial driver: implement support for ignoring parity/break errors
Mike Frysinger
1
-36
/
+61
2007-05-21
Blackfin serial driver: fix overhead issue
Aubrey Li
1
-11
/
+17
[next]