aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2013-09-26OMAP/serial: Fix misnamed variableAlexey Pelykh1-4/+4
2013-09-26serial: sirf: don't submit dma desc after timeout irqs occurQipan Li1-2/+9
2013-09-26serial: 8250_pci: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-09-26serial: txx9: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-09-26serial: mfd: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-09-26serial: imx: Change cast to handle 64-bit resource_size_tOlof Johansson1-1/+1
2013-09-26serial: samsung: add support for manual RTS settingJosé Miguel Gonçalves1-3/+17
2013-09-26serial: mpc512x: Remove casting the return value which is a void pointerJingoo Han1-2/+2
2013-09-26serial: samsung: Remove casting the return value which is a void pointerJingoo Han2-2/+2
2013-09-26serial: ifx6x60: Remove casting the return value which is a void pointerJingoo Han1-1/+1
2013-09-26serial: bfin_sport_uart: Remove casting the return value which is a void pointerJingoo Han1-7/+4
2013-09-26serial: bfin_uart: Remove casting the return value which is a void pointerJingoo Han1-9/+6
2013-09-26serial: mpsc: Remove casting the return value which is a void pointerJingoo Han1-1/+1
2013-09-26serial: arc_uart: Remove casting the return value which is a void pointerJingoo Han1-1/+1
2013-09-26serial: 8250_dw: provide a filter for DMA channel detectionHeikki Krogerus1-0/+14
2013-09-26serial: 8250_dw: don't limit DMA support to ACPIHeikki Krogerus1-10/+10
2013-09-26serial: 8250: don't change the fifo trigger level when using dmaHeikki Krogerus1-1/+1
2013-09-26serial: pch_uart: Add MODULE_DEVICE_TABLEBen Hutchings1-0/+2
2013-09-26serial: mfd: Replace MODULE_ALIAS with MODULE_DEVICE_TABLEBen Hutchings1-1/+1
2013-09-26tty: serial: Restrict ST ASC driver to only build on !ARM when COMPILE_TEST i...Dave Jones1-0/+1
2013-09-26serial: imx: Use NULL as the last argument of add_preferred_console()Fabio Estevam1-1/+2
2013-09-17serial: pch_uart: remove unnecessary tty_port_tty_getJohan Hovold1-11/+1
2013-09-17serial: pch_uart: fix tty-kref leak in dma-rx pathJohan Hovold1-1/+2
2013-09-17serial: pch_uart: fix tty-kref leak in rx-error pathJohan Hovold1-0/+2
2013-09-17serial: tegra: fix tty-kref leakJohan Hovold1-1/+3
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+1
2013-09-06Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2-0/+2
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds3-0/+718
2013-09-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-17/+81
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-09-04treewide: Convert retrun typos to returnJoe Perches1-1/+1
2013-09-03tilegx: Add tty serial support for TILE-Gx on-chip UARTChris Metcalf3-0/+718
2013-08-30serial: imx: initialize the local variableHuang Shijie1-1/+1
2013-08-30tty: ar933x_uart: add device tree support and binding documentationGabor Juhos1-3/+25
2013-08-30tty: ar933x_uart: allow to build the driver as a moduleGabor Juhos1-1/+4
2013-08-29dts: Deprecate ALTR as a vendor prefixDinh Nguyen2-0/+2
2013-08-28tty: ar933x_uart: use config_enabled() macro to clean up ifdefsGabor Juhos1-13/+12
2013-08-28tty: ar933x_uart: remove superfluous assignment of ar933x_uart_driver.nrGabor Juhos1-1/+0
2013-08-28tty: ar933x_uart: use the clk API to get the uart clockGabor Juhos2-10/+27
2013-08-27tty: serial: cpm_uart: Adding proper request of GPIO used by cpm_uart driverChristophe Leroy1-2/+26
2013-08-27serial: sirf: fix the amount of serial portsQipan Li2-1/+8
2013-08-27serial: sirf: define macro for some magic numbers of USPQipan Li2-15/+37
2013-08-27serial: icom: move array overflow checks earlierDan Carpenter1-41/+48
2013-08-27serial: st-asc: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-08-27msm_serial: Send more than 1 character on the console w/ UARTDMStephen Boyd1-14/+45
2013-08-27msm_serial: Add support for non-GSBI UARTDM devicesStephen Boyd1-2/+8
2013-08-27msm_serial: Switch clock consumer strings and simplify codeStephen Boyd1-14/+5
2013-08-27tty: serial: vt8500: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-0/+2
2013-08-27tty: serial: sirfsoc: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-0/+3
2013-08-27tty: serial: tegra: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-2/+8