aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* fix oops when using console=ttymxcN with N > 0Eric Lammerts2009-06-031-0/+2
* 8250: Fix oops from setserialAlan Cox2009-05-291-0/+15
* serial: 8250_gsc: fix printk format errorAlexander Beregalov2009-05-291-2/+2
* drivers/serial/mpc52xx_uart.c: fix array overindexing checkRoel Kluin2009-05-291-1/+1
* icom: fix rmmod crashBreno Leitao2009-05-221-1/+1
* [ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void *Alessandro Rubini2009-05-202-2/+2
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-05-151-1/+3
|\
| * serial/nwpserial: Fix wrong register read address and add interrupt acknowledge.Benjamin Krill2009-05-151-1/+3
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-05-073-3/+63
|\ \
| * \ Merge branch 'v2630-rc3-fixes' of git://aeryn.fluff.org.uk/bjdooks/linuxRussell King2009-05-033-3/+63
| |\ \
| | * | [ARM] S3C: Add UDIVSLOT support for newer UARTSBen Dooks2009-05-013-3/+63
| | |/
* | / jsm: removing unused spinlockBreno Leitao2009-05-062-3/+0
|/ /
* / CRISv10: fix serial driver proc-usageJesper Nilsson2009-05-021-95/+78
|/
* serial: remove contact dataNiels de Vos2009-04-241-2/+0
* bfin_5xx: misplaced parenthesesRoel Kluin2009-04-211-3/+3
* [ARM] 5449/1: S3C: Use disable_irq_nosync() to fix boot lockupsMark Brown2009-04-151-2/+2
* Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2009-04-131-2/+2
|\
| * microblaze_v8: Uartlite for MicroblazeMichal Simek2009-03-271-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-04-081-1/+1
|\ \
| * | serial: sunsu: sunsu_kbd_ms_init needs to be __devinitDavid S. Miller2009-04-081-1/+1
* | | tty: MAX3100Alan Cox2009-04-081-0/+927
|/ /
* | tty: jsm cleanupsBreno Leitao2009-04-072-21/+12
* | Adjust path to gpio headersMike Frysinger2009-04-071-8/+8
* | KGDB_SERIAL_CONSOLE check for moduleMike Frysinger2009-04-071-1/+1
* | Change KCONFIG nameMike Frysinger2009-04-071-1/+1
* | tty: Blackin CTS/RTSSonic Zhang2009-04-072-58/+137
* | Change hardware flow control from poll to interrupt drivenSonic Zhang2009-04-071-49/+82
* | Add support for the MAX3100 SPI UART.Christian Pellegrin2009-04-072-0/+8
* | tty: Use the generic RS485 ioctl on CRISClaudio Scordino2009-04-072-22/+59
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2009-04-072-7/+22
|\ \
| * | powerpc/pmac: Fix internal modem IRQ on Wallstreet PowerBookBenjamin Herrenschmidt2009-04-071-0/+15
| * | Merge branch 'next' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powe...Paul Mackerras2009-04-071-7/+7
| |\ \
| | * | cpm_uart: Disable CPM udbg when re-initing CPM uart, even if not the console.Scott Wood2009-04-061-4/+4
| | * | cpm_uart: Initialize port.dev before it's used.Scott Wood2009-04-061-3/+3
* | | | 8250: Fix warningAlan Cox2009-04-061-1/+2
* | | | icom: remove unused variablesBreno Leitao2009-04-061-12/+2
* | | | jsm: Fix the return variable and removing the unused retval.Breno Leitao2009-04-061-4/+3
* | | | jsm: define init function as __devinitBreno Leitao2009-04-062-3/+3
* | | | ucc: Fix leaky error pathAlan Cox2009-04-061-0/+1
* | | | blackfin: Subtract ANOMALY_05000230 on quotGraf Yang2009-04-061-1/+1
* | | | Fix DMA rx ring buffer handlingSonic Zhang2009-04-061-1/+3
* | | | blackfin: Fix tty compile error in PIO modeSonic Zhang2009-04-061-2/+2
* | | | blackfin: Use unsigned long for flags with irq functionsMike Frysinger2009-04-061-2/+3
* | | | blackfin: BF538/9 serial uart supportMichael Hennerich2009-04-061-1/+1
* | | | 8250_pci: add support for National Instruments legacy 8420 RS232 boardsWill Page2009-04-061-0/+218
* | | | 8250_pci: add support for National Instruments 843x RS232 devicesShawn Bohrer2009-04-061-0/+193
* | | | serial: Update PNP IDsMatthew Garrett2009-04-061-1/+5
* | | | 8250_pnp.c: add another Wacom tabletDanny Kukawka2009-04-061-0/+1
|/ / /
* | | Merge branch 'avr32-arch' of git://git.kernel.org/pub/scm/linux/kernel/git/hs...Linus Torvalds2009-04-051-1/+8
|\ \ \
| * | | avr32: add hardware handshake support to atmel_serialPeter Ma2009-04-011-1/+8