summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2013-08-27tty: serial: nwpserial: drop uart_port->lock before calling tty_flip_buffer_p...Viresh Kumar-0/+3
2013-08-27tty: serial: netx: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar-2/+4
2013-08-27tty: serial: msm: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar-0/+5
2013-08-27tty: serial: mpsc: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar-3/+8
2013-08-27tty: serial: mfd: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar-4/+10
2013-08-27tty: serial: mcf: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar-0/+2
2013-08-27tty: serial: m32r_sio: drop uart_port->lock before calling tty_flip_buffer_pu...Viresh Kumar-0/+3
2013-08-27tty: serial: lpc32xx_hs: drop uart_port->lock before calling tty_flip_buffer_...Viresh Kumar-0/+3
2013-08-27tty: serial: lpc32xx_hs: don't call tty_flip_buffer_push() twiceViresh Kumar-3/+1
2013-08-27tty: serial: icom: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar-0/+3
2013-08-27tty: serial: efm32: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar-2/+2
2013-08-27tty: serial: bfin_sport: drop uart_port->lock before calling tty_flip_buffer_...Viresh Kumar-2/+3
2013-08-27tty: serial: bcm63xx: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar-0/+2
2013-08-27tty: serial: arc: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar-0/+2
2013-08-27tty: serial: ar933x: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar-0/+2
2013-08-27tty: serial: apbuart: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar-0/+2
2013-08-27tty: serial: altera: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar-0/+2
2013-08-27tty: serial: altera_jtag: drop uart_port->lock before calling tty_flip_buffer...Viresh Kumar-0/+2
2013-08-27Revert "OMAP: UART: Keep the TX fifo full when possible"Greg Kroah-Hartman-3/+1
2013-08-27Revert "serial: omap: Fix IRQ handling return value"Greg Kroah-Hartman-1/+3
2013-08-19serial: sirf: add DMA support using dmaengine APIsQipan Li-56/+615
2013-08-19serial: sirf: fix the namespace of startup_uart entryQipan Li-29/+23
2013-08-19serial: sirf: fix the typo for rts/cts gpioQipan Li-5/+5
2013-08-19serial: st-asc: replace devm_request_and_ioremap by devm_ioremap_resourceJulia Lawall-12/+6
2013-08-19serial: 8250_dw: Report CTS asserted for auto flowTim Kryger-8/+26
2013-08-15OMAP: serial: Remove incorrect disabling of IER interruptMark Jackson-3/+0
2013-08-14serial: pch_uart: fix compilation warningLuis Henriques-0/+2
2013-08-14serial: sirf: add DT-binding document to describle detailed propertiesQipan Li-0/+33
2013-08-14serial: sirf: fix the hardware-flow-ctrl for USP-based UARTQipan Li-45/+122
2013-08-14serial: sirf: drop redundant pinctrl_get_select_default as pinctrl core does itBarry Song-16/+1
2013-08-14OMAP: add RS485 supportMark Jackson-0/+179
2013-08-14tty: ar933x_uart: simplify use of devm_ioremap_resourceJulia Lawall-6/+1
2013-08-12serial: amba-pl011: Use __releases/__acquires annotationsFabio Estevam-0/+4
2013-08-12serial: MIPS: lantiq: fix clock error checkJohn Crispin-2/+2
2013-08-12serial: MIPS: lantiq: add clk_enable() call to driverThomas Langer-0/+3
2013-08-12serial: bfin_uart: Fix incorrect placement of __initdataSachin Kamat-3/+3
2013-08-12serial: bfin_sport_uart: Fix incorrect placement of __initdataSachin Kamat-1/+1
2013-08-12serial: tegra: use NULL instead of 0Jingoo Han-3/+3
2013-08-12serial: msm_serial: fix comparison of different typesJingoo Han-1/+2
2013-08-12serial: ioc4_serial: Staticize ioc4_serial_attach_one()Jingoo Han-2/+2
2013-08-12serial: icom: fix casting warningJingoo Han-6/+5
2013-08-12serial: timbuart: Staticize local symbolsJingoo Han-2/+2
2013-08-12serial: mrst_max3110: fix casting warningJingoo Han-2/+2
2013-08-12serial: 8250_early: fix comparison of different typesJingoo Han-1/+1
2013-08-12serial: samsung: fix casting warningJingoo Han-1/+2
2013-08-12serial: sirf: Staticize local symbolsJingoo Han-2/+2
2013-08-12serial: sirf: make the driver also support USP-based UARTQipan Li-298/+655
2013-08-12serial: sirf: add support for Marco chipBarry Song-14/+65
2013-08-12serial: i.MX: evaluate linux,stdout-path propertySascha Hauer-0/+3
2013-08-12OF: Add helper for matching against linux,stdout-pathSascha Hauer-0/+33