summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-05-10tty: tty_ldsem.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+2
2015-05-10tty: tty_buffer.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+2
2015-05-10tty: synclinkmp.c: move assignment out of if () blockGreg Kroah-Hartman1-4/+8
2015-05-10tty: synclink_gt.c: move assignment out of if () blockGreg Kroah-Hartman1-5/+10
2015-05-10tty: synclink.c: move assignment out of if () blockGreg Kroah-Hartman1-5/+10
2015-05-10tty: mpsc.c: move assignment out of if () blockGreg Kroah-Hartman1-9/+16
2015-05-10tty: ioc4_serial.c: move assignment out of if () blockGreg Kroah-Hartman1-3/+6
2015-05-10tty: ioc3_serial.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+2
2015-05-10tty: icom.c: move assignment out of if () blockGreg Kroah-Hartman1-5/+6
2015-05-10tty: hvcs.c: move assignment out of if () blockGreg Kroah-Hartman1-2/+2
2015-05-10tty: hvc_console.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+2
2015-05-10tty: crisv10.c: move assignment out of if () blockGreg Kroah-Hartman1-4/+8
2015-05-10tty: consolemap.c: move assignment out of if () blockGreg Kroah-Hartman1-23/+37
2015-05-10tty: amiserial.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+2
2015-05-10tty: 68328serial.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+2
2015-05-10serial: sirf: use uart_port's fifosize for fifo related operationQipan Li2-44/+33
2015-05-10serial: sirf: use dynamic method allocate uart structureQipan Li2-69/+23
2015-05-10tty: serial: 8250_mtk: Add earlyconEddie Huang1-0/+13
2015-05-10tty: serial: 8250: export early_serial8250_setup functionEddie Huang1-1/+1
2015-05-06tty: serial: 8250_mtk: Add support for bus clockSascha Hauer1-4/+24
2015-05-06tty: serial: 8250_mtk: use pm_runtime callbacks for enablingSascha Hauer1-33/+36
2015-05-06tty: serial: 8250_mtk: Use devm_clk_getSascha Hauer1-5/+2
2015-05-06tty: serial: 8250_mtk: remove unnecessary testSascha Hauer1-8/+4
2015-05-06ARM: meson: serial: convert iounmap to devm_iounmapFiro Yang1-1/+1
2015-05-06tty: serial: 8250: omap: synchronize rx_runningJohn Ogness1-16/+49
2015-05-06dmaenegine: edma: allow pause/resume for non-cyclic modeJohn Ogness1-6/+1
2015-05-06serial: SERIAL_IFX6X60 should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2015-05-06serial: ifx6x60: Remove superfluous casts when calling request_irq()Geert Uytterhoeven1-7/+6
2015-05-06serial: ifx6x60: Remove dangerous spi_driver castsGeert Uytterhoeven1-3/+3
2015-05-06serial: sirf: move from clk_get to devm_clk_getQipan Li1-5/+2
2015-05-06Revert "serial: sirf: add a new uart type support"Qipan Li2-31/+7
2015-05-06serial: 8250: remove Kconfig indirectionValentin Rothberg1-8/+0
2015-05-06drivers/tty/serial/mcf.c: fix typo on SERIAL_MCF_CONSOLEValentin Rothberg1-1/+1
2015-05-06serial: bfin: ctsrts: enfore Kconfig naming conventionValentin Rothberg1-12/+12
2015-05-06drivers/tty/serial/mpc52xx_uart.c: fix typo in C commentValentin Rothberg1-1/+1
2015-05-06drivers/tty/serial/8250/8250_core.c: remove CONFIG_HUB6Valentin Rothberg1-5/+0
2015-05-06tty/serial: at91: handle IRQ status more safelyLeilei Zhao1-6/+7
2015-05-06drivers/tty/serial/crisv10.c: rename CPP identifier CONFIG_ETRAX_SERX_DTR_RI_...Valentin Rothberg1-4/+4
2015-05-06drivers/tty/serial/crisv10.c: remove dead #ifdef blocksValentin Rothberg1-29/+0
2015-05-06drivers/tty/serial/crisv10.c: remove dead #ifdef blocksValentin Rothberg1-36/+0
2015-05-06drivers/tty/serial/crisv10.c: remove dead #ifdef blockValentin Rothberg1-13/+0
2015-05-06drivers/tty/serial: altera: fix typos in #endif commentsValentin Rothberg2-2/+2
2015-05-06drivers/tty/serial/sh-sci.h: remove dead reference on ARCH_SH7372Valentin Rothberg1-1/+0
2015-05-06serial: kgdb_nmi: Use bool function return values of true/false not 1/0Joe Perches1-3/+3
2015-05-06tty: remove buf parameter from tty_name()Rasmus Villemoes10-56/+27
2015-05-06tty: return tty->name directly from tty_nameRasmus Villemoes1-5/+3
2015-05-06tty: constify return type of tty_nameRasmus Villemoes1-1/+1
2015-05-06serial: imx: Remove return value from imx_setup_ufcr()Fabio Estevam1-2/+1
2015-05-06serial: imx: protect Soft Reset of port with lockJiada Wang1-7/+6
2015-05-06serial/amba-pl011: Refactor and simplify TX FIFO handlingDave Martin1-93/+26