aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/bfin_5xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-11Blackfin serial driver: actually implement the break_ctl() functionMike Frysinger1-0/+8
2007-06-11Blackfin serial driver: ignore framing and parity errorsMike Frysinger1-0/+2
2007-06-11Blackfin serial driver: hook up our UARTs STP bit with userspaces CMSPARMike Frysinger1-0/+2
2007-05-21Blackfin serial driver: implement support for ignoring parity/break errorsMike Frysinger1-36/+61
2007-05-21Blackfin serial driver: fix overhead issueAubrey Li1-11/+17
2007-05-07blackfin: serial driverBryan Wu1-0/+1012