summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
AgeCommit message (Expand)Author
2013-09-29Merge 3.12-rc3 into tty-nextGreg Kroah-Hartman
2013-09-27serial: 8250_dw: fix broken function callHeikki Krogerus
2013-09-27serial: 8250_pci: add support for Intel BayTrailHeikki Krogerus
2013-09-26serial: clps711x: drop needless devm_clk_putUwe Kleine-König
2013-09-26serial: sccnxp: missing uart_unregister_driver() on error in sccnxp_probe()Wei Yongjun
2013-09-26OMAP/serial: Fix Mode13 vs Mode16 priorityAlexey Pelykh
2013-09-26OMAP/serial: Fix misnamed variableAlexey Pelykh
2013-09-26serial: sirf: don't submit dma desc after timeout irqs occurQipan Li
2013-09-26serial: 8250_pci: remove unnecessary pci_set_drvdata()Jingoo Han
2013-09-26serial: txx9: remove unnecessary pci_set_drvdata()Jingoo Han
2013-09-26serial: mfd: remove unnecessary pci_set_drvdata()Jingoo Han
2013-09-26serial: imx: Change cast to handle 64-bit resource_size_tOlof Johansson
2013-09-26serial: samsung: add support for manual RTS settingJosé Miguel Gonçalves
2013-09-26serial: mpc512x: Remove casting the return value which is a void pointerJingoo Han
2013-09-26serial: samsung: Remove casting the return value which is a void pointerJingoo Han
2013-09-26serial: ifx6x60: Remove casting the return value which is a void pointerJingoo Han
2013-09-26serial: bfin_sport_uart: Remove casting the return value which is a void pointerJingoo Han
2013-09-26serial: bfin_uart: Remove casting the return value which is a void pointerJingoo Han
2013-09-26serial: mpsc: Remove casting the return value which is a void pointerJingoo Han
2013-09-26serial: arc_uart: Remove casting the return value which is a void pointerJingoo Han
2013-09-26serial: 8250_dw: provide a filter for DMA channel detectionHeikki Krogerus
2013-09-26serial: 8250_dw: don't limit DMA support to ACPIHeikki Krogerus
2013-09-26serial: 8250: don't change the fifo trigger level when using dmaHeikki Krogerus
2013-09-26serial: pch_uart: Add MODULE_DEVICE_TABLEBen Hutchings
2013-09-26serial: mfd: Replace MODULE_ALIAS with MODULE_DEVICE_TABLEBen Hutchings
2013-09-26tty: serial: Restrict ST ASC driver to only build on !ARM when COMPILE_TEST i...Dave Jones
2013-09-26serial: imx: Use NULL as the last argument of add_preferred_console()Fabio Estevam
2013-09-17serial: pch_uart: remove unnecessary tty_port_tty_getJohan Hovold
2013-09-17serial: pch_uart: fix tty-kref leak in dma-rx pathJohan Hovold
2013-09-17serial: pch_uart: fix tty-kref leak in rx-error pathJohan Hovold
2013-09-17serial: tegra: fix tty-kref leakJohan Hovold
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky
2013-09-06Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2013-09-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-09-04treewide: Convert retrun typos to returnJoe Perches
2013-09-03tilegx: Add tty serial support for TILE-Gx on-chip UARTChris Metcalf
2013-08-30serial: imx: initialize the local variableHuang Shijie
2013-08-30tty: ar933x_uart: add device tree support and binding documentationGabor Juhos
2013-08-30tty: ar933x_uart: allow to build the driver as a moduleGabor Juhos
2013-08-29dts: Deprecate ALTR as a vendor prefixDinh Nguyen
2013-08-28tty: ar933x_uart: use config_enabled() macro to clean up ifdefsGabor Juhos
2013-08-28tty: ar933x_uart: remove superfluous assignment of ar933x_uart_driver.nrGabor Juhos
2013-08-28tty: ar933x_uart: use the clk API to get the uart clockGabor Juhos
2013-08-27tty: serial: cpm_uart: Adding proper request of GPIO used by cpm_uart driverChristophe Leroy
2013-08-27serial: sirf: fix the amount of serial portsQipan Li
2013-08-27serial: sirf: define macro for some magic numbers of USPQipan Li
2013-08-27serial: icom: move array overflow checks earlierDan Carpenter
2013-08-27serial: st-asc: remove unnecessary platform_set_drvdata()Jingoo Han