aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/bfin_5xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-02Blackfin Serial Driver: Remove BI status for known_good_charSonic Zhang1-0/+1
2009-01-02Blackfin Serial Driver: Fix bug - BF527-EZKIT unable to receive large files over UART in DMA modeSonic Zhang1-3/+8
2009-01-02Blackfin Serial Driver: Clean serial console and early prink code.Sonic Zhang1-12/+4
2009-01-02Blackfin Serial Driver: fix bug - SIR driver stop receiving randomlyGraf Yang1-0/+24
2009-01-02Blackfin Serial Driver: updates kgdb over Blackfin serial driver with kgdb frameworkSonic Zhang1-98/+89
2008-10-13Blackfin Serial Driver: Fix bug - request UART2/3 peripheral mapped interrupts in PIO modeSonic Zhang1-0/+50
2008-10-13Blackfin Serial Driver: Fix bug - ircp fails on sir over Blackfin UARTGraf Yang1-0/+4
2008-10-13Blackfin Serial Driver: Fix bug - Don't call tx_stop in tx_transfer.Sonic Zhang1-1/+5
2008-10-13Blackfin Serial Driver: Remove useless stopSonic Zhang1-3/+0
2008-10-13Blackfin Serial Driver: move common variables out of serial headers and into the serial driverMike Frysinger1-7/+10
2008-10-13Blackfin Serial Driver: trim trailing whitespace -- no functional changesMike Frysinger1-4/+4
2008-10-13Blackfin Serial Driver: Fix bug - should suspend/resume/remove all uart ports.Sonic Zhang1-17/+22
2008-10-13Blackfin Serial Driver: use __initdata for data, not __initMike Frysinger1-1/+1
2008-08-27Blackfin arch: move include/asm-blackfin header files to arch/blackfinBryan Wu1-1/+1
2008-08-04blackfin: Fix compile failure in tty codeAlan Cox1-1/+1
2008-07-20Fix compile errors in SGI console drivers (linux-next tree)Takashi Iwai1-5/+5
2008-06-19Blackfin Serial Driver: Use timer to poll CTS PIN instead of workqueue.Sonic Zhang1-22/+18
2008-06-07Blackfin serial driver: fix up tty core set_ldisc API change breakage bugGraf Yang1-5/+5
2008-06-03Blackfin Serial Driver: Clean up BF54x macro in blackfin UART driver.Sonic Zhang1-25/+5
2008-05-07Blackfin Serial Driver: abstract away DLAB differences into headerMike Frysinger1-33/+7
2008-05-07Blackfin Serial Driver: macro away the IER differences between processorsMike Frysinger1-54/+4
2008-04-30serial: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-25Blackfin Serial Driver: fix bug - use mod_timer to replace only add_timer.Sonic Zhang1-5/+2
2008-04-25Blackfin Serial Driver: the uart break anomaly has been given its own number, so switch to itMike Frysinger1-6/+3
2008-04-25Blackfin Serial Driver: use BFIN_UART_NR_PORTS to help SIR driver in uart port.Graf Yang1-3/+5
2008-04-23Blackfin Serial Driver: Fix bug - kernel hangs when accessing uart 0 on bf537 when booting u-boot and linux on uart 1Sonic Zhang1-4/+0
2008-04-24Blackfin Serial Driver: punt unused lsr variableMike Frysinger1-1/+1
2008-02-29Blackfin Serial Driver: Enable IR function when user application (irattach /dev/ttyBFx -s) call TIOCSETD ioctl with line discipline N_IRDAGraf Yang1-0/+26
2008-04-15serial: fix platform driver hotplug/coldplugKay Sievers1-0/+2
2008-02-29Blackfin Serial Driver: Fix bug - Only insert UART rx char in timer task.Sonic Zhang1-16/+7
2008-02-25Blackfin Serial Driver: Fix bug - update tx dma buffer tail before wake up processes.Sonic Zhang1-22/+29
2008-02-25Blackfin Serial Driver: Fix bug - Increase buffer tail immediately before starting tx dma.Sonic Zhang1-14/+18
2008-02-02[Blackfin] serial driver: Add flow control support to bf54xSonic Zhang1-0/+12
2008-02-02[Blackfin] serial driver: Fix bug Poll RTS/CTS status in DMA mode as wellSonic Zhang1-11/+5
2008-01-11[Blackfin] serial driver: use simpler comment headers and strip out information that is maintained in the scm's logMike Frysinger1-23/+4
2007-12-24[Blackfin] serial driver: rework break flood anomaly handling to be more robust/realistic about what we can actually work aroundMike Frysinger1-14/+52
2007-12-24[Blackfin] serial driver: fix bug - cache the bits of the LSR on systems where the LSR is read-to-clearMike Frysinger1-3/+7
2007-12-23[Blackfin] serial driver: fix bug - should not wait for the TFI bit, just clear it when tx stop.Sonic Zhang1-3/+0
2007-12-21[Blackfin] serial driver: Fix bug serial driver in DMA mode spams history to console on shell restartSonic Zhang1-3/+4
2007-12-21[Blackfin] serial driver: Fix bug Free rx dma buffer in shutdown.Sonic Zhang1-0/+1
2007-12-21[Blackfin] serial driver: Clean up UART DMA code.Sonic Zhang1-15/+10
2007-11-21Blackfin Serial driver: Fix bug - serial driver in PIO mode cant handle input very quicklySonic Zhang1-48/+14
2008-01-22[Blackfin] arch: set_bfin_dma_config shouldnt set SYNC or RESTART by default - add argument or optionMichael Hennerich1-2/+4
2007-08-05Blackfin serial driver: pending a unique anomaly id, tie the break flood issue to ANOMALY_05000230Mike Frysinger1-22/+21
2007-10-10Blackfin arch: update kgdb patchSonic Zhang1-17/+25
2007-10-09Blackfin arch: Initial patch to add earlyprintk supportRobin Getz1-28/+101
2007-07-25Blackfin arch: use the [CS]SYNC() macros which include anomaly workarounds rather than __builtin_bfin_[cs]sync()Mike Frysinger1-7/+7
2007-07-12Blackfin serial driver: supporting BF548-EZKIT serial portRoy Huang1-3/+74
2007-06-29Blackfin arch: kgdb specific codeSonic Zhang1-0/+105
2007-06-11Blackfin serial driver: decouple PARODD and CMSPAR checking from PARENBMike Frysinger1-6/+5