aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* serial: add PNP ID GVC0303 for Archtek 3334BRV ISA modemBjorn Helgaas2008-03-041-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-02-292-148/+139
|\
| * 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-022-2/+14
| * [Blackfin] serial driver: Fix bug Poll RTS/CTS status in DMA mode as wellSonic Zhang2008-02-021-11/+5
| * [Blackfin] serial driver: ADSP-BF52x arch/mach supportMichael Hennerich2008-02-021-1/+1
| * [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
* | serial: Move asm-sh/sci.h to linux/serial_sci.h.Paul Mundt2008-02-261-1/+1
|/
* atmel_serial: fix interrupt handler return valueHaavard Skinnemoen2008-02-231-1/+1
* serial: sh-sci: Fix up SH-5 build.Paul Mundt2008-02-141-1/+0
* sh: add support for sh7366 processorMagnus Damm2008-02-142-2/+8
* fs/char_dev.c: chrdev_open marked static and removed from fs.hDenis Cheng2008-02-081-2/+2
* atmel_serial: show tty name in /proc/interruptsHaavard Skinnemoen2008-02-081-1/+2
* atmel_serial: use container_of instead of direct castHaavard Skinnemoen2008-02-081-17/+23
* atmel_serial: fix broken RX buffer allocationHaavard Skinnemoen2008-02-081-1/+2
* atmel_serial: add DMA supportChip Coldwell2008-02-082-24/+383
* atmel_serial: split the interrupt handlerRemy Bohmer2008-02-081-55/+190
* atmel_serial: fix bugs in probe() error path and remove()Haavard Skinnemoen2008-02-081-10/+29
* atmel_serial: use existing console options only if BRG is runningHaavard Skinnemoen2008-02-081-8/+7
* atmel_serial: use cpu_relax() when busy-waitingHaavard Skinnemoen2008-02-081-2/+2
* atmel_serial: clean up the codeRemy Bohmer2008-02-081-105/+150
* serial_core: bring mostly into line with coding styleAlan Cox2008-02-081-27/+28
* 8250: enable rate reporting via termiosAlan Cox2008-02-081-0/+1
* serial8250: coding styleAlan Cox2008-02-081-9/+10
* 8250_pci: coding styleAlan Cox2008-02-081-55/+54
* 8250_hub6: codding styleAlan Cox2008-02-081-12/+12
* 8250_hp300: coding styleAlan Cox2008-02-081-20/+15
* 8250_gsc: coding styleAlan Cox2008-02-081-9/+8
* 8250_early: coding styleAlan Cox2008-02-081-8/+15
* Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2008-02-073-115/+374
|\
| * Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/jwbo...Paul Mackerras2008-02-071-38/+15
| |\
| | * Merge branch 'virtex-for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-virt...Josh Boyer2008-02-061-38/+15
| | |\
| | | * [POWERPC] Eliminate broken OF console initialization.Grant Likely2008-02-061-31/+1
| | | * [POWERPC] Xilinx: Update compatible to use values generated by BSP generator.Stephen Neuendorffer2008-02-061-8/+15
| | | * [POWERPC] Fix incorrectly tagged __devinitdata structuresGrant Likely2008-02-061-1/+1
| * | | [POWERPC] mpc52xx: fix compile error introduce when rebasing patchGrant Likely2008-02-061-25/+14
| |/ /
| * | Merge branch 'for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-mpc52xx int...Paul Mackerras2008-02-072-75/+368
| |\ \
| | * | [POWERPC] mpc512x: Add MPC512x PSC support to MPC52xx psc driverJohn Rigby2008-02-062-12/+177
| | * | [POWERPC] mpc512x: Factor out 5200 dependencies from 52xx psc driverJohn Rigby2008-02-061-64/+192
| | |/
* | | Char: char/serial, remove SERIAL_TYPE_NORMAL redefinesJiri Slaby2008-02-072-8/+0
* | | dz.c: Resource managementMaciej W. Rozycki2008-02-071-101/+188