summaryrefslogtreecommitdiffstats
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* 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/+389
* 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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-09-171-7/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | pcnet_cs: add cis of Linksys multifunction pcmcia cardKen Kawasaki2009-09-151-7/+7
| |/ / /
* | | | Merge branch 'master' into develRussell King2009-09-128-27/+31
|\ \ \ \
| * | | | ARM: 5688/1: ks8695_serial: disable_irq() lockupDick Hollenbeck2009-09-021-1/+5
| |/ / /
| * | | ARM: S3C64XX: serial: Fix a typo in KconfigRamax Lo2009-08-141-1/+1
| | |/ | |/|
| * | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-08-077-25/+25
| |\ \
| | * | ARM: 5637/1: [KS8695] Don't reference CLOCK_TICK_RATE in driversAndrew Victor2009-08-051-1/+1
| | * | ARM: S3C64XX: serial: Fix section mismatch warningRamax Lo2009-07-301-4/+4
| | * | ARM: S3C24XX: serial: Fix section mismatch warningsRamax Lo2009-07-305-20/+20
| | |/
* | | Merge branch 'devel-stable' into develRussell King2009-09-127-47/+34
|\ \ \
| * \ \ Merge branch 'next-s3c' of git://aeryn.fluff.org.uk/bjdooks/linux into devel-...Russell King2009-08-172-1/+9
| |\ \ \
| | * | | ARM: S5PC100: UART and SerialByungho Min2009-08-162-1/+9
| | | |/ | | |/|
| * | | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev...Russell King2009-08-151-43/+22
| |\ \ \ | | |_|/ | |/| |
| | * | i.MX serial: do not use #ifdef CONFIG_ARCH_*Sascha Hauer2009-08-071-43/+22
| | |/
| * | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-07-301-1/+1
| |\ \
| | * | cpm_uart: Don't use alloc_bootmem in cpm_uart_cpm2.cMark Ware2009-07-291-1/+1
| | |/
| * | drivers/serial/atmel_serial.c: fix compile when CONFIG_SERIAL_ATMEL=Y and CON...Albin Tonnerre2009-07-291-0/+2
| |/
| * drivers/serial/bfin_sport_uart.c: remove wrong and unneeded memsetAndrew Morton2009-07-161-1/+0
| * serial: don't add msm_serial's probe function to the driver structUwe Kleine-König2009-07-161-1/+0
| |
| \
*-. \ Merge branches 'arm', 'at91', 'bcmring', 'ep93xx', 'mach-types', 'misc' and '...Russell King2009-09-123-11/+19
|\ \ \ | | |/
| | * Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-5/+6
| | * serial: sh-sci: fix sci interrupt handlerSUGIOKA Toshinobu2009-07-071-4/+4
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2009-07-071-1/+1
| | |\
| | | * Update Yoichi Yuasa's e-mail addressYoichi Yuasa2009-07-031-1/+1
OpenPOWER on IntegriCloud