aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
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-06-06atmel_serial: filter out FP during baud rate detectionHaavard Skinnemoen1-1/+1
2008-06-06serial: fix driver_name conflictsAnton Vorontsov2-2/+2
2008-06-04Fix uart_set_ldisc() function typeLinus Torvalds1-1/+1
2008-06-03serial_core: uart_set_ldisc infrastructureAlan Cox1-0/+10
2008-05-318250 Serial Driver: revert extra IRQ flag definition patchBryan Wu2-8/+1
2008-05-24serial: fix enable_irq_wake/disable_irq_wake imbalance in serial_core.cArjan van de Ven1-1/+4
2008-05-24serial: support for InstaShield IS-400 four port RS-232 PCI cardIgnacio García Pérez1-1/+6
2008-05-20sunhv: Fix locking in non-paged I/O case.David S. Miller1-1/+0
2008-05-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6Linus Torvalds3-3/+9
2008-05-17Blackfin SPORTS UART Driver: converting BFIN->BLACKFINMike Frysinger1-1/+1
2008-05-178250 Serial Driver: Added support for 8250-class UARTs in HV Sistemas H8606 boardJavier Herrero2-2/+8
2008-05-16sh: use the common ascii hex helpersHarvey Harrison1-4/+4
2008-05-14m68knommu: add info about removing mcfserialSebastian Siewior2-1/+6
2008-05-12cris: Fix compile failure due to typo in serial driverAlan Cox1-1/+1
2008-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6Linus Torvalds1-87/+11
2008-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2-23/+36
2008-05-08serial: access after NULL check in uart_flush_buffer()Tetsuo Handa1-1/+2
2008-05-08sh-sci: avoid writing to nonexistent registersMagnus Damm1-1/+1
2008-05-08sh-sci: sh7722 lacks scsptr registersMagnus Damm1-0/+4
2008-05-08sh-sci: improve sh7722 supportMagnus Damm2-16/+27
2008-05-08sh: Enable use of the clk fwk on SH-5.Paul Mundt1-6/+4
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-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds4-4/+4
2008-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-0/+2
2008-05-02serial: Fix sparc driver name strings.David S. Miller4-4/+4
2008-05-01Fix a potential issue in mpc52xx uart driverAndrew Liu1-0/+2
2008-05-01jsm: add new supported board to jsm serial driverScott Kilau2-1/+6
2008-05-018250: switch 8250 drivers to use _nocache ioremapsAlan Cox3-8/+11
2008-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-1/+1
2008-04-30serial: replace remaining __FUNCTION__ occurrencesHarvey Harrison13-54/+54
2008-04-30tty: The big operations reworkAlan Cox2-14/+30
2008-04-30serial: switch the serial core to int put_char methodsAlan Cox1-4/+8
2008-04-30serial m68k: put_char returnsAlan Cox3-5/+7
2008-04-30tty/serial: lay the foundations for the next set of reworksAlan Cox5-57/+20
2008-04-30serial_core: Prepare for BKL push downAlan Cox1-7/+9
2008-04-3068360serial: Note that there isn't any info->mcr lockingAlan Cox1-1/+1
2008-04-30Blackfin serial driver: this driver enable SPORTs on Blackfin emulate UARTBryan Wu4-0/+721
2008-04-29Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2/+5
2008-04-29[POWERPC] mpc5200: Fix unterminated of_device_id tableGrant Likely1-1/+1
2008-04-28[ARM] serial: s3c2410: platform_get_irq() may return signed unnoticedRoel Kluin1-2/+5
2008-04-28Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds3-105/+4
2008-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-2/+2
2008-04-28[MIPS] Alchemy: move UART platform code to its proper placeSergei Shtylyov3-105/+4
2008-04-28atmel_serial: remove duplicated macro definitionMichael Trimarchi1-1/+0
2008-04-28serial: use time_before, time_before_eq, etcJulia Lawall1-1/+2
2008-04-28serial 8250: tighten test for using backup timerAlex Williamson1-2/+3