summaryrefslogtreecommitdiffstats
path: root/drivers/serial
AgeCommit message (Expand)AuthorLines
2008-02-14sh: add support for sh7366 processorMagnus Damm-2/+8
2008-02-08fs/char_dev.c: chrdev_open marked static and removed from fs.hDenis Cheng-2/+2
2008-02-08atmel_serial: show tty name in /proc/interruptsHaavard Skinnemoen-1/+2
2008-02-08atmel_serial: use container_of instead of direct castHaavard Skinnemoen-17/+23
2008-02-08atmel_serial: fix broken RX buffer allocationHaavard Skinnemoen-1/+2
2008-02-08atmel_serial: add DMA supportChip Coldwell-24/+383
2008-02-08atmel_serial: split the interrupt handlerRemy Bohmer-55/+190
2008-02-08atmel_serial: fix bugs in probe() error path and remove()Haavard Skinnemoen-10/+29
2008-02-08atmel_serial: use existing console options only if BRG is runningHaavard Skinnemoen-8/+7
2008-02-08atmel_serial: use cpu_relax() when busy-waitingHaavard Skinnemoen-2/+2
2008-02-08atmel_serial: clean up the codeRemy Bohmer-105/+150
2008-02-08serial_core: bring mostly into line with coding styleAlan Cox-27/+28
2008-02-088250: enable rate reporting via termiosAlan Cox-0/+1
2008-02-08serial8250: coding styleAlan Cox-9/+10
2008-02-088250_pci: coding styleAlan Cox-55/+54
2008-02-088250_hub6: codding styleAlan Cox-12/+12
2008-02-088250_hp300: coding styleAlan Cox-20/+15
2008-02-088250_gsc: coding styleAlan Cox-9/+8
2008-02-088250_early: coding styleAlan Cox-8/+15
2008-02-07Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds-115/+374
2008-02-07Char: char/serial, remove SERIAL_TYPE_NORMAL redefinesJiri Slaby-8/+0
2008-02-07dz.c: Resource managementMaciej W. Rozycki-101/+188
2008-02-07dz.c: Use a helper to cast from "struct uart_port *"Maciej W. Rozycki-11/+16
2008-02-07dz: clean up and improve the setup of termios settingsMaciej W. Rozycki-51/+56
2008-02-07dz: handle special conditions on reception correctlyMaciej W. Rozycki-38/+46
2008-02-07dz: fix locking issuesMaciej W. Rozycki-11/+12
2008-02-07dz: rename the serial console structureMaciej W. Rozycki-3/+3
2008-02-07dz: update kconfig descriptionMaciej W. Rozycki-6/+10
2008-02-07dz: add and reorder inclusions, remove unneeded onesMaciej W. Rozycki-10/+13
2008-02-07dz: don't panic() when request_irq() failsMaciej W. Rozycki-5/+15
2008-02-07dz: always check if it is safe to console_putchar()Maciej W. Rozycki-2/+2
2008-02-07dz.h: remove useless unused module junkMaciej W. Rozycki-5/+0
2008-02-07Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/jwbo...Paul Mackerras-38/+15
2008-02-06[POWERPC] mpc52xx: fix compile error introduce when rebasing patchGrant Likely-25/+14
2008-02-06Merge branch 'virtex-for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-virt...Josh Boyer-38/+15
2008-02-07Merge branch 'for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-mpc52xx int...Paul Mackerras-75/+368
2008-02-06[POWERPC] mpc512x: Add MPC512x PSC support to MPC52xx psc driverJohn Rigby-12/+177
2008-02-06[POWERPC] mpc512x: Factor out 5200 dependencies from 52xx psc driverJohn Rigby-64/+192
2008-02-06SC26XX: New serial driver for SC2681 uartsThomas Bogendoerfer-0/+771
2008-02-06serial: use SGI_HAS_ZILOG for IP22_ZILOG dependsThomas Bogendoerfer-4/+4
2008-02-06Remove pointless casts from void pointersJeff Garzik-5/+5
2008-02-06[POWERPC] Eliminate broken OF console initialization.Grant Likely-31/+1
2008-02-06[POWERPC] Xilinx: Update compatible to use values generated by BSP generator.Stephen Neuendorffer-8/+15
2008-02-06[POWERPC] Fix incorrectly tagged __devinitdata structuresGrant Likely-1/+1
2008-02-05m68knommu: use ARRAY_SIZE in ColdFire serial driverGreg Ungerer-1/+1
2008-02-05serial: MPSC: set baudrate when BRG divider is set.Mark A. Greer-0/+1
2008-02-05serial: Coding styleAlan Cox-5/+7
2008-02-05serial: speed setup failure reportingAlan Cox-2/+3
2008-02-05serial: avoid stalling suspend if serial port won't drainRussell King-1/+7
2008-02-05serial: avoid waking up closed serial ports on resumeRussell King-2/+2