summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2014-04-25tty: serial: omap: switch over to platform_get_resourceFelipe Balbi1-7/+3
2014-04-25tty: serial: omap: cleanup variable declarationsFelipe Balbi1-3/+6
2014-04-25tty: serial: omap: switch over to devm_request_gpioFelipe Balbi1-2/+3
2014-04-25tty: serial: add missing bracesFelipe Balbi1-1/+4
2014-04-25Revert "serial: omap: unlock the port lock"Felipe Balbi1-4/+1
2014-04-25serial_core: Commonalize crlf when working w/ a non open console portDoug Anderson5-20/+3
2014-04-25tty: serial: replace del_timer by del_timer_syncJulia Lawall1-1/+1
2014-04-25serial: mux: Align SUPPORT_SYSRQ behaviour with other drivers.Daniel Thompson1-1/+1
2014-04-25serial: sh-sci: Add device tree support for r8a7779Simon Horman1-1/+9
2014-04-258250_dw: Support all baudrates on baytrailLoic Poulain1-4/+77
2014-04-25pch_uart: Add uart device to irq nameAlexander Stein1-1/+7
2014-04-25serial_core: fix uart PORT_UNKNOWN handlingThomas Pfaff1-18/+21
2014-04-25serial: samsung: Change barrier() to cpu_relax() in console outputDoug Anderson1-1/+1
2014-04-25serial: samsung: don't check config for every characterDoug Anderson1-5/+6
2014-04-25serial: samsung: Use the passed in "port", fixing kgdb w/ no consoleDoug Anderson1-6/+6
2014-04-25serial: 8250: Fix thread unsafe __dma_tx_complete functionLoic Poulain1-2/+7
2014-04-258250_core: Fix unwanted TX chars writeLoic Poulain1-1/+1
2014-04-25tty: Fix race condition between __tty_buffer_request_room and flush_to_ldiscManfred Schlaegl1-2/+14
2014-04-17Revert "serial: 8250, disable "too much work" messages"Greg Kroah-Hartman1-1/+2
2014-04-17serial: amba-pl011: fix regression, causing an Oops on rmmodGuennadi Liakhovetski1-1/+5
2014-04-17tty: fix memleak in alloc_pidChen Tingjie1-2/+2
2014-04-17serial: 8250, disable "too much work" messagesJiri Slaby1-2/+1
2014-04-17serial: omap: Fix missing pm_runtime_resume handling by simplifying codeTony Lindgren1-12/+17
2014-04-17serial_core: Fix pm imbalance on unbindGeert Uytterhoeven1-0/+2
2014-04-17serial: pl011: change Rx burst size to half of trigger levelGuennadi Liakhovetski1-1/+1
2014-04-17serial: timberdale: Depend on X86_32Jean Delvare1-0/+1
2014-04-17serial: st-asc: Fix SysRq char handlingDaniel Thompson1-2/+2
2014-04-17Revert "serial: clps711x: Give a chance to perform useful tasks during wait l...Alexander Shiyan1-14/+6
2014-04-17serial_core: Fix conditional start_tx on ring buffer not emptySeth Bollinger1-2/+1
2014-04-17serial: efm32: use $vendor,$device scheme for compatible stringUwe Kleine-König1-0/+3
2014-04-17serial: omap: free the wakeup settings in removeSanjay Singh Rawat1-0/+1
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-1/+2
2014-04-07tty/hvc_opal: Kick the HVC thread on OPAL console eventsBenjamin Herrenschmidt1-1/+21
2014-04-06Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-1/+1
2014-04-06Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-18/+31
2014-04-02Merge tag 'tty-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds29-701/+1090
2014-04-01Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+1
2014-03-31Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-11/+4
2014-03-20audit: anchor all pid references in the initial pid namespaceRichard Guy Briggs1-1/+2
2014-03-19cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Viresh Kumar1-2/+1
2014-03-18tty/serial: omap: empty the RX FIFO at the end of half-duplex TXDimitris Lampridis1-0/+6
2014-03-18tty/serial: omap: fix RX interrupt enable/disable in half-duplex TXDimitris Lampridis1-2/+3
2014-03-18serial: sh-sci: Neaten dev_<level> usesJoe Perches1-20/+18
2014-03-18serial: sh-sci: Replace hardcoded 3 by UART_PM_STATE_OFFGeert Uytterhoeven1-1/+1
2014-03-18serial: sh-sci: Add more register documentationGeert Uytterhoeven1-13/+15
2014-03-18serial: sh-sci: Remove useless castsGeert Uytterhoeven1-4/+4
2014-03-18serial: sh-sci: Replace printk() by pr_*()Geert Uytterhoeven1-4/+3
2014-03-18serial_core: Avoid NULL pointer dereference in uart_close()Geert Uytterhoeven1-2/+2
2014-03-18serial_core: Get a reference for port->tty in uart_remove_one_port()Geert Uytterhoeven1-1/+5
2014-03-18serial: clps711x: Give a chance to perform useful tasks during wait loopAlexander Shiyan1-6/+15