summaryrefslogtreecommitdiffstats
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-10-291-1/+1
|\
| * Merge commit 'gcl/merge' into mergeBenjamin Herrenschmidt2009-10-271-1/+1
| |\
| | * drivers/serial/mpc52xx_uart.c: Use UPIO_MEM rather than SERIAL_IO_MEMJulia Lawall2009-10-151-1/+1
* | | 8250_pci: add IBM Saturn serial cardBenjamin Herrenschmidt2009-10-291-0/+11
* | | serial: add ADDI-DATA GmbH PCI-Express communication cards in 8250_pci.c and ...Krauth.Julien2009-10-291-0/+67
* | | atmel_serial: fix bad BUILD_BUG_ON() usageHaavard Skinnemoen2009-10-291-1/+1
|/ /
* / tty, serial: Fix race and NULL check in uart_close()Linus Torvalds2009-10-121-2/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-10-081-6/+6
|\
| * pcnet_cs: add cis of National Semicondoctor's multifunction pcmcia cardKen Kawasaki2009-10-051-6/+6
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-10-031-1/+1
|\ \
| * | ARM: Fix SA1100 Neponset serial section mismatchRussell King2009-09-281-1/+1
* | | serial: add parameter to force skipping the test for the TXEN bugChuck Ebbert2009-10-021-1/+6
* | | icom: convert space to tabsBreno Leitao2009-10-021-28/+26Star
* | | serial_txx9: use container_of() instead of direct castAtsushi Nemoto2009-10-021-17/+22
* | | uartlite: allow building for timberdale MFDRichard Röjfors2009-10-021-1/+1
* | | MIPS: BCM63xx: Add serial driver for bcm63xx integrated UART.Maxime Bizon2009-09-303-0/+910
|/ /
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-09-251-1/+1
|\ \
| * | Fix build of cpm_uart due to core changesBenjamin Herrenschmidt2009-09-241-1/+1
| |/
* | Merge branch 'for-linus' of git://repo.or.cz/cris-mirrorLinus Torvalds2009-09-251-0/+1
|\ \
| * | CRIS: fix defconfig build failureIngo Molnar2009-08-311-0/+1
* | | Merge branch 'origin' into for-linusRussell King2009-09-2451-702/+757
|\ \ \ | | |/ | |/|
| * | serial core: fix new kernel-doc warningsRandy Dunlap2009-09-231-2/+2
| * | spi: prefix modalias with "spi:"Anton Vorontsov2009-09-231-0/+1
| * | uartlite: support shared interrupt linesPeter Korsgaard2009-09-191-5/+10
| * | Set proper console speed on resume if console suspend is disabledDeepak Saxena2009-09-191-14/+18
| * | serial: introduce tty krefsAlan Cox2009-09-191-3/+3
| * | serial: kill USF_CLOSING_* definitionsAlan Cox2009-09-191-3/+3
| * | serial: move port users helperAlan Cox2009-09-191-4/+2Star
| * | serial: move delta_msr_wait into the tty_portAlan Cox2009-09-1924-37/+41
| * | serial: replace the state mutex with the tty port mutexAlan Cox2009-09-192-112/+123
| * | serial: move the flags into the tty_port fieldAlan Cox2009-09-191-76/+77
| * | serial: move count into the tty_port versionAlan Cox2009-09-191-18/+20
| * | serial: use tty_port pointers in the core codeAlan Cox2009-09-191-142/+146
| * | serial: Fold closing_* fields into the tty_port onesAlan Cox2009-09-191-13/+13
| * | serial: kill off uart_infoAlan Cox2009-09-1948-395/+389Star
| * | 8250: Now honours baud rate lower boundsAnton Vorontsov2009-09-191-1/+3
| * | serial: 8250: add IRQ trigger supportVikram Pandita2009-09-192-5/+10
| * | tty: icom: bit and/or confusion?Roel Kluin2009-09-191-1/+1
| * | tty: serial/pcmcia: add ID for Advantech cardWolfram Sang2009-09-191-0/+1
| * | serial: bfin_5xx: fix building as module when early printk is enabledMike Frysinger2009-09-191-0/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2009-09-182-3/+22
| |\ \
| | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2009-09-165-45/+62
| | |\ \
| | * \ \ Merge branches 'sh/hwblk' and 'sh/pm-runtime'Paul Mundt2009-08-231-1/+1
| | |\ \ \
| | | * \ \ Merge branch 'sh/hwblk' into sh/pm-runtimePaul Mundt2009-08-231-2/+3
| | | |\ \ \ | | | | |_|/ | | | |/| |
| | * | | | sh: Add initial support for SH7757 CPU subtypeYoshihiro Shimoda2009-08-212-1/+19
| | | |/ / | | |/| |
| | * | | Merge branch 'sh/stable-updates'Paul Mundt2009-08-139-26/+28
| | |\ \ \
| | * | | | sh: Rework irqflags tracing to fix up CONFIG_PROVE_LOCKING.Stuart Menefy2009-07-291-2/+3
| * | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2009-09-181-1/+1
| |\ \ \ \ \
| | * | | | | [IA64] ioc4_serial: fix printk format warningsRandy Dunlap2009-09-151-1/+1
| | | |_|/ / | | |/| | |
* | | | | | Merge branch 'master' into for-linusRussell King2009-09-221-7/+7
|\| | | | |