aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)AuthorFilesLines
2009-11-12serial: add support for the Lava Quattro PCI quad-port 16550A cardGravatar Lennert Buytenhek 1-0/+6
2009-11-12serial: fix printk format specifiers for struct uart_port::iobaseGravatar Lennert Buytenhek 2-2/+2
2009-11-06serial: sh-sci: disable callback typo fixGravatar Magnus Damm 1-1/+1
2009-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-4/+4
2009-10-29pcnet_cs: add cis of PreMax PE-200 ethernet pcmcia cardGravatar Ken Kawasaki 1-4/+4
2009-10-29Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Gravatar Linus Torvalds 1-1/+1
2009-10-298250_pci: add IBM Saturn serial cardGravatar Benjamin Herrenschmidt 1-0/+11
2009-10-29serial: add ADDI-DATA GmbH PCI-Express communication cards in 8250_pci.c and ...Gravatar Krauth.Julien 1-0/+67
2009-10-29atmel_serial: fix bad BUILD_BUG_ON() usageGravatar Haavard Skinnemoen 1-1/+1
2009-10-28Merge commit 'gcl/merge' into mergeGravatar Benjamin Herrenschmidt 1-1/+1
2009-10-15drivers/serial/mpc52xx_uart.c: Use UPIO_MEM rather than SERIAL_IO_MEMGravatar Julia Lawall 1-1/+1
2009-10-12tty, serial: Fix race and NULL check in uart_close()Gravatar Linus Torvalds 1-2/+5
2009-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-6/+6
2009-10-05pcnet_cs: add cis of National Semicondoctor's multifunction pcmcia cardGravatar Ken Kawasaki 1-6/+6
2009-10-02Merge master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 1-1/+1
2009-10-01serial: add parameter to force skipping the test for the TXEN bugGravatar Chuck Ebbert 1-1/+6
2009-10-01icom: convert space to tabsGravatar Breno Leitao 1-28/+26
2009-10-01serial_txx9: use container_of() instead of direct castGravatar Atsushi Nemoto 1-17/+22
2009-10-01uartlite: allow building for timberdale MFDGravatar Richard Röjfors 1-1/+1
2009-09-30MIPS: BCM63xx: Add serial driver for bcm63xx integrated UART.Gravatar Maxime Bizon 3-0/+910
2009-09-28ARM: Fix SA1100 Neponset serial section mismatchGravatar Russell King 1-1/+1
2009-09-24Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Gravatar Linus Torvalds 1-1/+1
2009-09-24Merge branch 'for-linus' of git://repo.or.cz/cris-mirrorGravatar Linus Torvalds 1-0/+1
2009-09-24Merge branch 'origin' into for-linusGravatar Russell King 51-702/+757
2009-09-24Fix build of cpm_uart due to core changesGravatar Benjamin Herrenschmidt 1-1/+1
2009-09-23serial core: fix new kernel-doc warningsGravatar Randy Dunlap 1-2/+2
2009-09-23spi: prefix modalias with "spi:"Gravatar Anton Vorontsov 1-0/+1
2009-09-22Merge branch 'master' into for-linusGravatar Russell King 1-7/+7
2009-09-21Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Gravatar Russell King 1-6/+14
2009-09-19uartlite: support shared interrupt linesGravatar Peter Korsgaard 1-5/+10
2009-09-19Set proper console speed on resume if console suspend is disabledGravatar Deepak Saxena 1-14/+18
2009-09-19serial: introduce tty krefsGravatar Alan Cox 1-3/+3
2009-09-19serial: kill USF_CLOSING_* definitionsGravatar Alan Cox 1-3/+3
2009-09-19serial: move port users helperGravatar Alan Cox 1-4/+2
2009-09-19serial: move delta_msr_wait into the tty_portGravatar Alan Cox 24-37/+41
2009-09-19serial: replace the state mutex with the tty port mutexGravatar Alan Cox 2-112/+123
2009-09-19serial: move the flags into the tty_port fieldGravatar Alan Cox 1-76/+77
2009-09-19serial: move count into the tty_port versionGravatar Alan Cox 1-18/+20
2009-09-19serial: use tty_port pointers in the core codeGravatar Alan Cox 1-142/+146
2009-09-19serial: Fold closing_* fields into the tty_port onesGravatar Alan Cox 1-13/+13
2009-09-19serial: kill off uart_infoGravatar Alan Cox 48-395/+389
2009-09-198250: Now honours baud rate lower boundsGravatar Anton Vorontsov 1-1/+3
2009-09-19serial: 8250: add IRQ trigger supportGravatar Vikram Pandita 2-5/+10
2009-09-19tty: icom: bit and/or confusion?Gravatar Roel Kluin 1-1/+1
2009-09-19tty: serial/pcmcia: add ID for Advantech cardGravatar Wolfram Sang 1-0/+1
2009-09-19serial: bfin_5xx: fix building as module when early printk is enabledGravatar Mike Frysinger 1-0/+4
2009-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Gravatar Linus Torvalds 2-3/+22
2009-09-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Gravatar Linus Torvalds 1-1/+1
2009-09-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-7/+7
2009-09-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Paul Mundt 5-45/+62