aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/bfin_5xx.c
Commit message (Expand)AuthorAgeFilesLines
* Blackfin Serial Driver: Fix bug - request UART2/3 peripheral mapped interrupt...Sonic Zhang2008-10-131-0/+50
* Blackfin Serial Driver: Fix bug - ircp fails on sir over Blackfin UARTGraf Yang2008-10-131-0/+4
* Blackfin Serial Driver: Fix bug - Don't call tx_stop in tx_transfer.Sonic Zhang2008-10-131-1/+5
* Blackfin Serial Driver: Remove useless stopSonic Zhang2008-10-131-3/+0
* Blackfin Serial Driver: move common variables out of serial headers and into ...Mike Frysinger2008-10-131-7/+10
* Blackfin Serial Driver: trim trailing whitespace -- no functional changesMike Frysinger2008-10-131-4/+4
* Blackfin Serial Driver: Fix bug - should suspend/resume/remove all uart ports.Sonic Zhang2008-10-131-17/+22
* Blackfin Serial Driver: use __initdata for data, not __initMike Frysinger2008-10-131-1/+1
* Blackfin arch: move include/asm-blackfin header files to arch/blackfinBryan Wu2008-08-271-1/+1
* blackfin: Fix compile failure in tty codeAlan Cox2008-08-041-1/+1
* Fix compile errors in SGI console drivers (linux-next tree)Takashi Iwai2008-07-201-5/+5
* Blackfin Serial Driver: Use timer to poll CTS PIN instead of workqueue.Sonic Zhang2008-06-191-22/+18
* Blackfin serial driver: fix up tty core set_ldisc API change breakage bugGraf Yang2008-06-071-5/+5
* Blackfin Serial Driver: Clean up BF54x macro in blackfin UART driver.Sonic Zhang2008-06-031-25/+5
* Blackfin Serial Driver: abstract away DLAB differences into headerMike Frysinger2008-05-071-33/+7
* Blackfin Serial Driver: macro away the IER differences between processorsMike Frysinger2008-05-071-54/+4
* serial: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-2/+2
* Blackfin Serial Driver: fix bug - use mod_timer to replace only add_timer.Sonic Zhang2008-04-251-5/+2
* Blackfin Serial Driver: the uart break anomaly has been given its own number,...Mike Frysinger2008-04-251-6/+3
* Blackfin Serial Driver: use BFIN_UART_NR_PORTS to help SIR driver in uart port.Graf Yang2008-04-251-3/+5
* Blackfin Serial Driver: Fix bug - kernel hangs when accessing uart 0 on bf537...Sonic Zhang2008-04-231-4/+0
* Blackfin Serial Driver: punt unused lsr variableMike Frysinger2008-04-241-1/+1
* Blackfin Serial Driver: Enable IR function when user application (irattach /d...Graf Yang2008-02-291-0/+26
* serial: fix platform driver hotplug/coldplugKay Sievers2008-04-151-0/+2
* Blackfin Serial Driver: Fix bug - Only insert UART rx char in timer task.Sonic Zhang2008-02-291-16/+7
* Blackfin Serial Driver: Fix bug - update tx dma buffer tail before wake up pr...Sonic Zhang2008-02-251-22/+29
* Blackfin Serial Driver: Fix bug - Increase buffer tail immediately before sta...Sonic Zhang2008-02-251-14/+18
* [Blackfin] serial driver: Add flow control support to bf54xSonic Zhang2008-02-021-0/+12
* [Blackfin] serial driver: Fix bug Poll RTS/CTS status in DMA mode as wellSonic Zhang2008-02-021-11/+5
* [Blackfin] serial driver: use simpler comment headers and strip out informati...Mike Frysinger2008-01-111-23/+4
* [Blackfin] serial driver: rework break flood anomaly handling to be more robu...Mike Frysinger2007-12-241-14/+52
* [Blackfin] serial driver: fix bug - cache the bits of the LSR on systems wher...Mike Frysinger2007-12-241-3/+7
* [Blackfin] serial driver: fix bug - should not wait for the TFI bit, just cle...Sonic Zhang2007-12-231-3/+0
* [Blackfin] serial driver: Fix bug serial driver in DMA mode spams history to ...Sonic Zhang2007-12-211-3/+4
* [Blackfin] serial driver: Fix bug Free rx dma buffer in shutdown.Sonic Zhang2007-12-211-0/+1
* [Blackfin] serial driver: Clean up UART DMA code.Sonic Zhang2007-12-211-15/+10
* Blackfin Serial driver: Fix bug - serial driver in PIO mode cant handle input...Sonic Zhang2007-11-211-48/+14
* [Blackfin] arch: set_bfin_dma_config shouldnt set SYNC or RESTART by default ...Michael Hennerich2008-01-221-2/+4
* Blackfin serial driver: pending a unique anomaly id, tie the break flood issu...Mike Frysinger2007-08-051-22/+21
* Blackfin arch: update kgdb patchSonic Zhang2007-10-101-17/+25
* Blackfin arch: Initial patch to add earlyprintk supportRobin Getz2007-10-091-28/+101
* Blackfin arch: use the [CS]SYNC() macros which include anomaly workarounds ra...Mike Frysinger2007-07-251-7/+7
* Blackfin serial driver: supporting BF548-EZKIT serial portRoy Huang2007-07-121-3/+74
* Blackfin arch: kgdb specific codeSonic Zhang2007-06-291-0/+105
* Blackfin serial driver: decouple PARODD and CMSPAR checking from PARENBMike Frysinger2007-06-111-6/+5
* Blackfin serial driver: actually implement the break_ctl() functionMike Frysinger2007-06-111-0/+8
* Blackfin serial driver: ignore framing and parity errorsMike Frysinger2007-06-111-0/+2
* Blackfin serial driver: hook up our UARTs STP bit with userspaces CMSPARMike Frysinger2007-06-111-0/+2
* Blackfin serial driver: implement support for ignoring parity/break errorsMike Frysinger2007-05-211-36/+61
* Blackfin serial driver: fix overhead issueAubrey Li2007-05-211-11/+17