summaryrefslogtreecommitdiffstats
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-011-0/+19
|\
| * Merge branches 'clks' and 'pnx' into develRussell King2010-02-254-71/+49
| |\
| * \ Merge branch 'misc2' into develRussell King2010-02-251-0/+19
| |\ \
| | * | ARM: 5933/1: amba-pl011: support hardware flow controlRabin Vincent2010-02-181-0/+19
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2010-02-273-79/+207
|\ \ \ \
| * | | | pmac-zilog: add platform driverFinn Thain2010-02-273-25/+156
| * | | | pmac-zilog: cleanupFinn Thain2010-02-272-54/+51
* | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2010-02-271-7/+8
|\ \ \ \ \
| * | | | | SERIAL 8250: Fixes for Alchemy UARTs.Manuel Lauss2010-02-271-7/+8
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2010-02-271-3/+4
|\ \ \ \ \
| * | | | | pcmcia: handle error in serial_cs config callsDominik Brodowski2010-02-171-3/+4
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-02-271-15/+236
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2010-02-262-6/+7
| |\ \ \ \ \
| * | | | | | serial: mpc52xx_uart: re-enable mpc5121 PSC UART supportAnatolij Gustschin2010-02-161-15/+236
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-02-261-219/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | serial: sh-sci: remove SCIF code in sci_rxd_in()Magnus Damm2010-02-081-219/+1
| |/ / / / /
* | | | | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-02-251-3/+3
|\ \ \ \ \ \
| * | | | | | of: add 'of_' prefix to machine_is_compatible()Grant Likely2010-02-091-3/+3
| | |_|_|_|/ | |/| | | |
* | | | | | serial: 8250: add serial transmitter fully empty testDick Hollenbeck2010-02-161-3/+4
| |/ / / / |/| | | |
* | | | | uartlite: fix crash when using as consoleRichard Röjfors2010-02-021-1/+1
* | | | | fmvj18x_cs: add new id (Panasonic lan & modem card)Ken Kawasaki2010-01-231-0/+1
|/ / / /
* | | | serial: serial_cs: oxsemi quirk breaks resumePavel Machek2010-01-201-1/+2
* | | | serial: imx: bit &/| confusionRoel Kluin2010-01-201-1/+1
* | | | serial: Fix crash if the minimum rate of the device is > 9600 baudAlan Cox2010-01-201-5/+12
* | | | serial-core: resume serial hardware with no_console_suspendStanislav Brabec2010-01-201-55/+33
* | | | serial: 8250_pnp: use wildcard for serial Wacom tabletsMatthew Garrett2010-01-201-9/+1
| |/ / |/| |
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-01-181-0/+11
|\ \ \
| * | | serial/pmac_zilog: Workaround problem due to interrupt on closed portBenjamin Herrenschmidt2010-01-151-0/+11
| | |/ | |/|
* | | serial/8250_pnp: add a new Fujitsu Wacom Tablet PC devicePing2010-01-161-0/+2
| |/ |/|
* | serial: sh-sci: using correct fifo size for SCIF and SCIFA ports.Markus Pietrek2010-01-151-1/+12
|/
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-01-121-2/+2
|\
| * ARM: 5874/1: serial21285: fix disable_irq-from-interrupt-handler deadlockSimon Kagstrom2010-01-111-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-01-121-1/+14
|\ \ | |/ |/|
| * pcnet_cs: add cis of KTI PE520 pcmcia network cardKen Kawasaki2010-01-061-1/+14
* | serial: sh-sci: Convert tremaining ctrl_xxx I/O routines to __raw_xxx.Paul Mundt2009-12-242-61/+61
* | serial: sh-sci: earlyprintk zero uartclk fixMagnus Damm2009-12-241-3/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2009-12-161-9/+45
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2009-12-158-54/+94
| |\ \ | | |/
| * | sh-sci: Extend sh-sci driver with early console V2Magnus Damm2009-12-151-9/+45
* | | ioc3/ioc4: fix error path on driver registrationJean Delvare2009-12-151-3/+13
* | | ioc3/ioc4: various section fixesJean Delvare2009-12-152-4/+4
* | | const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-152-2/+2
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2009-12-117-51/+89
|\ \
| * | Serial: Do not read IIR in serial8250_start_tx when UART_BUG_TXENIan Jackson2009-12-111-5/+3
| * | Serial: pxa: work around Errata #75Uwe Kleine-König2009-12-111-2/+11
| * | serial, 8250: calculate irqflags bitmask before loopAndré Goddard Rosa2009-12-111-6/+10
| * | serial: cascade needless conditionalsAndré Goddard Rosa2009-12-111-7/+5
| * | serial: fix NULL pointer dereferenceAndré Goddard Rosa2009-12-111-10/+11
| * | jsm: adding EEH handlersBreno Leitao2009-12-112-1/+47
| * | jsm: removing the field jsm_board->intr_countBreno Leitão2009-12-112-3/+0
OpenPOWER on IntegriCloud