summaryrefslogtreecommitdiffstats
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* serial: fix serial_match_port() for dynamic major tty-device numbersGuennadi Liakhovetski2008-07-041-1/+3
* Blackfin Serial Driver: Use timer to poll CTS PIN instead of workqueue.Sonic Zhang2008-06-191-22/+18Star
* Blackfin serial driver: fix up tty core set_ldisc API change breakage bugGraf Yang2008-06-071-5/+5
* Blackfin Serial Driver: Clean up BF54x macro in blackfin UART driver.Sonic Zhang2008-06-031-25/+5Star
* atmel_serial: filter out FP during baud rate detectionHaavard Skinnemoen2008-06-061-1/+1
* serial: fix driver_name conflictsAnton Vorontsov2008-06-062-2/+2
* Fix uart_set_ldisc() function typeLinus Torvalds2008-06-041-1/+1
* serial_core: uart_set_ldisc infrastructureAlan Cox2008-06-031-0/+10
* 8250 Serial Driver: revert extra IRQ flag definition patchBryan Wu2008-05-312-8/+1Star
* serial: fix enable_irq_wake/disable_irq_wake imbalance in serial_core.cArjan van de Ven2008-05-241-1/+4
* serial: support for InstaShield IS-400 four port RS-232 PCI cardIgnacio García Pérez2008-05-241-1/+6
* sunhv: Fix locking in non-paged I/O case.David S. Miller2008-05-211-1/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-05-203-3/+9
|\
| * Blackfin SPORTS UART Driver: converting BFIN->BLACKFINMike Frysinger2008-05-171-1/+1
| * 8250 Serial Driver: Added support for 8250-class UARTs in HV Sistemas H8606 b...Javier Herrero2008-05-172-2/+8
* | sh: use the common ascii hex helpersHarvey Harrison2008-05-161-4/+4
|/
* m68knommu: add info about removing mcfserialSebastian Siewior2008-05-152-1/+6
* cris: Fix compile failure due to typo in serial driverAlan Cox2008-05-121-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-05-091-87/+11Star
|\
| * Blackfin Serial Driver: abstract away DLAB differences into headerMike Frysinger2008-05-071-33/+7Star
| * Blackfin Serial Driver: macro away the IER differences between processorsMike Frysinger2008-05-071-54/+4Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2008-05-092-23/+36
|\ \ | |/ |/|
| * sh-sci: avoid writing to nonexistent registersMagnus Damm2008-05-081-1/+1
| * sh-sci: sh7722 lacks scsptr registersMagnus Damm2008-05-081-0/+4
| * sh-sci: improve sh7722 supportMagnus Damm2008-05-082-16/+27
| * sh: Enable use of the clk fwk on SH-5.Paul Mundt2008-05-081-6/+4Star
* | serial: access after NULL check in uart_flush_buffer()Tetsuo Handa2008-05-081-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-05-034-4/+4
|\
| * serial: Fix sparc driver name strings.David S. Miller2008-05-024-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2008-05-031-0/+2
|\ \ | |/ |/|
| * Fix a potential issue in mpc52xx uart driverAndrew Liu2008-05-011-0/+2
* | jsm: add new supported board to jsm serial driverScott Kilau2008-05-012-1/+6
* | 8250: switch 8250 drivers to use _nocache ioremapsAlan Cox2008-05-013-8/+11
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2008-04-301-1/+1
|\|
| * [POWERPC] mpc5200: Fix unterminated of_device_id tableGrant Likely2008-04-291-1/+1
* | serial: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-3013-54/+54
* | tty: The big operations reworkAlan Cox2008-04-302-14/+30
* | serial: switch the serial core to int put_char methodsAlan Cox2008-04-301-4/+8
* | serial m68k: put_char returnsAlan Cox2008-04-303-5/+7
* | tty/serial: lay the foundations for the next set of reworksAlan Cox2008-04-305-57/+20Star
* | serial_core: Prepare for BKL push downAlan Cox2008-04-301-7/+9
* | 68360serial: Note that there isn't any info->mcr lockingAlan Cox2008-04-301-1/+1
* | Blackfin serial driver: this driver enable SPORTs on Blackfin emulate UARTBryan Wu2008-04-304-0/+721
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-04-301-2/+5
|\ \ | |/ |/|
| * [ARM] serial: s3c2410: platform_get_irq() may return signed unnoticedRoel Kluin2008-04-281-2/+5
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-04-283-105/+4Star
|\ \
| * | [MIPS] Alchemy: move UART platform code to its proper placeSergei Shtylyov2008-04-283-105/+4Star
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-04-281-2/+2
|\ \
| * | sparc: sunzilog.c remove unused argumentRobert Reif2008-04-271-2/+2
| |/
* | atmel_serial: remove duplicated macro definitionMichael Trimarchi2008-04-281-1/+0Star