summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2013-08-27tty: serial: lpc32xx_hs: drop uart_port->lock before calling tty_flip_buffer_...Viresh Kumar
2013-08-27tty: serial: lpc32xx_hs: don't call tty_flip_buffer_push() twiceViresh Kumar
2013-08-27tty: serial: icom: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar
2013-08-27tty: serial: efm32: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar
2013-08-27tty: serial: bfin_sport: drop uart_port->lock before calling tty_flip_buffer_...Viresh Kumar
2013-08-27tty: serial: bcm63xx: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar
2013-08-27tty: serial: arc: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar
2013-08-27tty: serial: ar933x: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar
2013-08-27tty: serial: apbuart: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar
2013-08-27tty: serial: altera: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar
2013-08-27tty: serial: altera_jtag: drop uart_port->lock before calling tty_flip_buffer...Viresh Kumar
2013-08-27Revert "OMAP: UART: Keep the TX fifo full when possible"Greg Kroah-Hartman
2013-08-27Revert "serial: omap: Fix IRQ handling return value"Greg Kroah-Hartman
2013-08-20serial: sirf: add DMA support using dmaengine APIsQipan Li
2013-08-20serial: sirf: fix the namespace of startup_uart entryQipan Li
2013-08-20serial: sirf: fix the typo for rts/cts gpioQipan Li
2013-08-20serial: st-asc: replace devm_request_and_ioremap by devm_ioremap_resourceJulia Lawall
2013-08-20serial: 8250_dw: Report CTS asserted for auto flowTim Kryger
2013-08-16OMAP: serial: Remove incorrect disabling of IER interruptMark Jackson
2013-08-15serial: pch_uart: fix compilation warningLuis Henriques
2013-08-15serial: sirf: fix the hardware-flow-ctrl for USP-based UARTQipan Li
2013-08-15serial: sirf: drop redundant pinctrl_get_select_default as pinctrl core does itBarry Song
2013-08-14OMAP: add RS485 supportMark Jackson
2013-08-14tty: ar933x_uart: simplify use of devm_ioremap_resourceJulia Lawall
2013-08-12serial: amba-pl011: Use __releases/__acquires annotationsFabio Estevam
2013-08-12serial: MIPS: lantiq: fix clock error checkJohn Crispin
2013-08-12serial: MIPS: lantiq: add clk_enable() call to driverThomas Langer
2013-08-12serial: bfin_uart: Fix incorrect placement of __initdataSachin Kamat
2013-08-12serial: bfin_sport_uart: Fix incorrect placement of __initdataSachin Kamat
2013-08-12serial: tegra: use NULL instead of 0Jingoo Han
2013-08-12serial: msm_serial: fix comparison of different typesJingoo Han
2013-08-12serial: ioc4_serial: Staticize ioc4_serial_attach_one()Jingoo Han
2013-08-12serial: icom: fix casting warningJingoo Han
2013-08-12serial: timbuart: Staticize local symbolsJingoo Han
2013-08-12serial: mrst_max3110: fix casting warningJingoo Han
2013-08-12serial: 8250_early: fix comparison of different typesJingoo Han
2013-08-12serial: samsung: fix casting warningJingoo Han
2013-08-12serial: sirf: Staticize local symbolsJingoo Han
2013-08-12serial: sirf: make the driver also support USP-based UARTQipan Li
2013-08-12serial: sirf: add support for Marco chipBarry Song
2013-08-12serial: i.MX: evaluate linux,stdout-path propertySascha Hauer
2013-08-12OF: Add helper for matching against linux,stdout-pathSascha Hauer
2013-08-12tty: ar933x_uart: convert to use devm_* functionsGabor Juhos
2013-08-12n_tty: Fix termios_rwsem lockdep false positivePeter Hurley
2013-08-12serial: pxa: Staticize local symbolsJingoo Han
2013-08-12tty: serial: pxa: remove old cruftDaniel Mack
2013-08-05vt: make the default color configurableClemens Ladisch
2013-08-05serial: mxs: remove the MXS_AUART_DMA_CONFIGHuang Shijie
2013-08-05serial: mxs: enable the DMA only when the RTS/CTS is validHuang Shijie
2013-08-04Merge 3.11-rc4 into tty-nextGreg Kroah-Hartman