summaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)AuthorFilesLines
2010-03-03jsm: fixing error if the driver fails to loadBreno Leitao1-3/+6
2010-03-03jsm: removing the uart structure and filename on errorBreno Leitao1-0/+1
2010-03-03tty: Fix up char drivers request_room usageAlan Cox2-3/+1
2010-03-03serial: timberdale: Remove dependanciesAlan Cox1-1/+0
2010-03-03serial: bcm63xx_uart: allow more than one uart to be registered.Maxime Bizon1-2/+3
2010-03-03serial: bcm63xx_uart: don't use kfree() on non kmalloced area.Maxime Bizon1-1/+1
2010-03-03serial: bfin_5xx: pull in linux/io.h for ioremap prototypesMike Frysinger1-0/+1
2010-03-03serial: bfin_5xx: kgdboc should accept gdb break only when it is activeSonic Zhang1-1/+2
2010-03-03serial: bfin_5xx: need to disable DMA TX interrupt tooGraf Yang1-0/+2
2010-03-03serial: bfin_5xx: remove useless gpio handling with hard flow controlSonic Zhang1-15/+1
2010-03-03tty: declare MODULE_FIRMWARE in various driversBen Hutchings1-1/+3
2010-03-03serial: fix test of unsignedRoel Kluin2-5/+8
2010-03-03serial: add support for Korenix JetCardKiros Yeh1-0/+9
2010-03-03serial: imx: fix NULL dereference Oops when pdata == NULLBaruch Siach1-3/+3
2010-03-03serial: 8250_pci: add support for MCS9865 / SYBA 6x Serial Port CardIra W. Snyder1-1/+21
2010-03-03serial: atmel_serial: add poll_get_char and poll_put_char uart_opsAlbin Tonnerre1-0/+22
2010-03-03serial: 68328serial.c: remove BAUD_TABLE_SIZE macroThiago Farina1-5/+3
2010-03-03serial: copy UART properties of UPF_FIXED_TYPE ports provisioned using early_...Shmulik Ladkani1-6/+15
2010-03-03serial: fit blackfin uart over sport driver into common uart infrastructuresonic zhang3-280/+511
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+19
2010-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds3-79/+207
2010-02-28Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds1-7/+8
2010-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-3/+4
2010-02-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-15/+236
2010-02-27pmac-zilog: add platform driverFinn Thain3-25/+156
2010-02-27pmac-zilog: cleanupFinn Thain2-54/+51
2010-02-27SERIAL 8250: Fixes for Alchemy UARTs.Manuel Lauss1-7/+8
2010-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-219/+1
2010-02-26Merge commit 'origin/master' into nextBenjamin Herrenschmidt2-6/+7
2010-02-26Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-3/+3
2010-02-26Merge branches 'clks' and 'pnx' into develRussell King4-71/+49
2010-02-26Merge branch 'misc2' into develRussell King1-0/+19
2010-02-18ARM: 5933/1: amba-pl011: support hardware flow controlRabin Vincent1-0/+19
2010-02-17pcmcia: handle error in serial_cs config callsDominik Brodowski1-3/+4
2010-02-17serial: mpc52xx_uart: re-enable mpc5121 PSC UART supportAnatolij Gustschin1-15/+236
2010-02-17serial: 8250: add serial transmitter fully empty testDick Hollenbeck1-3/+4
2010-02-09of: add 'of_' prefix to machine_is_compatible()Grant Likely1-3/+3
2010-02-08serial: sh-sci: remove SCIF code in sci_rxd_in()Magnus Damm1-219/+1
2010-02-03uartlite: fix crash when using as consoleRichard Röjfors1-1/+1
2010-01-23fmvj18x_cs: add new id (Panasonic lan & modem card)Ken Kawasaki1-0/+1
2010-01-21serial: serial_cs: oxsemi quirk breaks resumePavel Machek1-1/+2
2010-01-21serial: imx: bit &/| confusionRoel Kluin1-1/+1
2010-01-21serial: Fix crash if the minimum rate of the device is > 9600 baudAlan Cox1-5/+12
2010-01-21serial-core: resume serial hardware with no_console_suspendStanislav Brabec1-55/+33
2010-01-21serial: 8250_pnp: use wildcard for serial Wacom tabletsMatthew Garrett1-9/+1
2010-01-19Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-0/+11
2010-01-16serial/8250_pnp: add a new Fujitsu Wacom Tablet PC devicePing1-0/+2
2010-01-15serial/pmac_zilog: Workaround problem due to interrupt on closed portBenjamin Herrenschmidt1-0/+11
2010-01-15serial: sh-sci: using correct fifo size for SCIF and SCIFA ports.Markus Pietrek1-1/+12
2010-01-13Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2/+2