summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TTY: amiserial, remove unnecessary platform_set_drvdata()Jingoo Han2013-08-281-2/+0
* serial: st-asc: remove unnecessary platform_set_drvdata()Jingoo Han2013-08-281-1/+0
* msm_serial: Send more than 1 character on the console w/ UARTDMStephen Boyd2013-08-281-14/+45
* msm_serial: Add support for non-GSBI UARTDM devicesStephen Boyd2013-08-281-2/+8
* msm_serial: Switch clock consumer strings and simplify codeStephen Boyd2013-08-284-21/+12
* tty: serial: vt8500: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar2013-08-281-0/+2
* tty: serial: sirfsoc: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar2013-08-281-0/+3
* tty: serial: tegra: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar2013-08-281-2/+8
* tty: serial: samsung: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar2013-08-281-1/+4
* tty: serial: sa1100: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar2013-08-281-0/+3
* tty: serial: rp2: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar2013-08-281-0/+2
* tty: serial: pnx8xxx: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar2013-08-281-0/+3
* tty: serial: nwpserial: drop uart_port->lock before calling tty_flip_buffer_p...Viresh Kumar2013-08-281-0/+3
* tty: serial: netx: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar2013-08-281-2/+4
* tty: serial: msm: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar2013-08-281-0/+5
* tty: serial: mpsc: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar2013-08-281-3/+8
* tty: serial: mfd: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar2013-08-281-4/+10
* tty: serial: mcf: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar2013-08-281-0/+2
* tty: serial: m32r_sio: drop uart_port->lock before calling tty_flip_buffer_pu...Viresh Kumar2013-08-281-0/+3
* tty: serial: lpc32xx_hs: drop uart_port->lock before calling tty_flip_buffer_...Viresh Kumar2013-08-281-0/+3
* tty: serial: lpc32xx_hs: don't call tty_flip_buffer_push() twiceViresh Kumar2013-08-281-3/+1
* tty: serial: icom: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar2013-08-281-0/+3
* tty: serial: efm32: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar2013-08-281-2/+2
* tty: serial: bfin_sport: drop uart_port->lock before calling tty_flip_buffer_...Viresh Kumar2013-08-281-2/+3
* tty: serial: bcm63xx: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar2013-08-281-0/+2
* tty: serial: arc: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar2013-08-281-0/+2
* tty: serial: ar933x: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar2013-08-281-0/+2
* tty: serial: apbuart: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar2013-08-281-0/+2
* tty: serial: altera: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar2013-08-281-0/+2
* tty: serial: altera_jtag: drop uart_port->lock before calling tty_flip_buffer...Viresh Kumar2013-08-281-0/+2
* Revert "OMAP: UART: Keep the TX fifo full when possible"Greg Kroah-Hartman2013-08-282-3/+1
* Revert "serial: omap: Fix IRQ handling return value"Greg Kroah-Hartman2013-08-281-1/+3
* serial: sirf: add DMA support using dmaengine APIsQipan Li2013-08-202-56/+615
* serial: sirf: fix the namespace of startup_uart entryQipan Li2013-08-201-29/+23
* serial: sirf: fix the typo for rts/cts gpioQipan Li2013-08-201-5/+5
* serial: st-asc: replace devm_request_and_ioremap by devm_ioremap_resourceJulia Lawall2013-08-201-12/+6
* serial: 8250_dw: Report CTS asserted for auto flowTim Kryger2013-08-201-8/+26
* OMAP: serial: Remove incorrect disabling of IER interruptMark Jackson2013-08-161-3/+0
* serial: pch_uart: fix compilation warningLuis Henriques2013-08-151-0/+2
* serial: sirf: add DT-binding document to describle detailed propertiesQipan Li2013-08-151-0/+33
* serial: sirf: fix the hardware-flow-ctrl for USP-based UARTQipan Li2013-08-152-45/+122
* serial: sirf: drop redundant pinctrl_get_select_default as pinctrl core does itBarry Song2013-08-152-16/+1
* OMAP: add RS485 supportMark Jackson2013-08-141-0/+179
* tty: ar933x_uart: simplify use of devm_ioremap_resourceJulia Lawall2013-08-141-6/+1
* serial: amba-pl011: Use __releases/__acquires annotationsFabio Estevam2013-08-121-0/+4
* serial: MIPS: lantiq: fix clock error checkJohn Crispin2013-08-121-2/+2
* serial: MIPS: lantiq: add clk_enable() call to driverThomas Langer2013-08-121-0/+3
* serial: bfin_uart: Fix incorrect placement of __initdataSachin Kamat2013-08-121-3/+3
* serial: bfin_sport_uart: Fix incorrect placement of __initdataSachin Kamat2013-08-121-1/+1
* serial: tegra: use NULL instead of 0Jingoo Han2013-08-121-3/+3