aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-25Blackfin arch: use the [CS]SYNC() macros which include anomaly workarounds rather than __builtin_bfin_[cs]sync()Mike Frysinger1-7/+7
2007-10-07Add manufacturer and card id of teltonica pcmcia modemsAttila Kinali1-0/+1
2007-09-28[POWERPC] Fix cpm_uart driver for cpm1 machinesJochen Friedrich1-1/+1
2007-09-25[SUNSAB]: Fix broken SYSRQ.Thomas Bogendoerfer1-1/+1
2007-09-17[SUNSAB]: Fix several bugs.Al Viro1-65/+42
2007-09-11fix SERIAL_CORE_CONSOLE driver dependenciesAdrian Bunk1-4/+4
2007-09-11BCM1480 serial build fixThiemo Seufer1-0/+6
2007-08-31Fix modpost warning in serial driverRalf Baechle1-1/+1
2007-08-26[SERIAL]: Fix 32-bit warnings in sunzilog.c and sunsu.cDavid S. Miller2-8/+11
2007-08-22serial: add pci ids for PA Semi PWRficient onchip uartsOlof Johansson1-0/+16
2007-08-22Add blacklisting capability to serial_pci to avoid misdetection of serial portsChristian Schmidt1-0/+17
2007-08-22Serial 8250: handle saving the clear-on-read bits from the LSR and MSRCorey Minyard1-29/+56
2007-08-22serial_txx9: Fix modem control line handlingAtsushi Nemoto1-3/+11
2007-08-22serial: add support for ITE 887x chipsNiels de Vos1-0/+159
2007-08-22serial: don't optimise away baud rate changes when BOTHER is usedDavid Woodhouse1-2/+5
2007-08-03serial: fix 8250 early console setupDaniel Ritz2-2/+2
2007-07-31sb1250-duart: __maybe_unused, etc. fixesMaciej W. Rozycki1-8/+6
2007-07-31serial: MPSC: Fix coding style and whitespace issuesMark A. Greer1-401/+283
2007-07-31serial: MPSC: Remove duplicate SUPPORT_SYSRQ definitionMark A. Greer1-4/+0
2007-07-31serial: MPSC: Stop rx engine when CREAD clearedStephane Chazelas1-5/+8
2007-07-31serial: MPSC: Remove race between Rx stop & restartCarlos Sanchez1-2/+14
2007-07-31serial: fix vr41xx_siu serial console supportYoichi Yuasa2-1/+3
2007-07-31serial: fix vr41xx_siu interface selectYoichi Yuasa1-1/+2
2007-07-31serial: fix section mismatch vr41xx_siuYoichi Yuasa1-1/+1
2007-07-31DDB5477: remove driver bits of supportYoichi Yuasa1-20/+0
2007-07-31revert "x86, serial: convert legacy COM ports to platform devices"Andrew Morton1-9/+5
2007-07-31serial_txx9: fix printk format mismatchAtsushi Nemoto1-2/+3
2007-07-30Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.23Linus Torvalds2-57/+18
2007-07-26sh: remove support for sh7300 and solution engine 7300Magnus Damm2-29/+10
2007-07-26sh: sh-sci - fix SH7708 supportMagnus Damm1-17/+8
2007-07-25m68knommu: fix workqueues in 68328 serial driverGreg Ungerer1-6/+6
2007-07-25m68knommu: remove legacy power managament from 68328 serial driverGreg Ungerer1-59/+0
2007-07-25sh: remove support for sh73180 and solution engine 73180Magnus Damm1-11/+0
2007-07-24Use resource_size_t for serial port IO addressesJosh Boyer3-10/+14
2007-07-22Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-2/+2
2007-07-22Merge branches 'at91', 'imx', 'iop', 'ixp', 'ks8695', 'misc', 'ns9xxx', 'pxa' and 's3c' into develRussell King2-2/+2
2007-07-22[ARM] 4508/1: S3C: Move items to include/asm-arm/plat-s3cBen Dooks1-1/+1
2007-07-20[SPARC]: Fix serial console device detection.David S. Miller6-142/+65
2007-07-20[ARM] 4481/1: Fix a bug when i.MX is compiled as a moduleSascha Hauer1-1/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-18zs: move to the serial subsystemMaciej W. Rozycki4-0/+1602
2007-07-18serial: add early_serial_setup() back to header fileYinghai Lu1-0/+1
2007-07-17sb1250-duart.c: SB1250 DUART serial supportMaciej W. Rozycki3-0/+1001
2007-07-16Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2-8/+27
2007-07-16[SERIAL] SUNHV: Fix jerky console on LDOM guests.David S. Miller1-11/+1
2007-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds4-12/+68
2007-07-16Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2-9/+45
2007-07-16sn_console section mismatch warningJes Sorensen1-2/+2
2007-07-1668360serial: remove broken optimisationAlan Cox1-7/+0
2007-07-16atmel_serial: fix break handlingHaavard Skinnemoen1-2/+30