aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-01sc16is7xx: use kthread_worker for tx_work and irqJakub Kicinski1-23/+43
2015-06-01sc16is7xx: use LSR_TEMT_BIT in .tx_empty()Jakub Kicinski1-3/+2
2015-06-01sc16is7xx: add missing compatible stringsJakub Kicinski1-0/+4
2015-06-01sc16is7xx: remove RS-485 delay RTS handlingJakub Kicinski1-15/+8
2015-06-01sc16is7xx: spi interface is addedRama Kiran Kumar Indrakanti3-10/+140
2015-05-31staging: goldfish: Fix pointer cast for 32 bitsPeter Senna Tschudin1-2/+2
2015-05-28hvc_xen: avoid uninitialized variable warningJan Beulich1-1/+1
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2-2/+2
2015-05-26ttyFDC: Fix to use native endian MMIO readsJames Hogan1-8/+9
2015-05-24drivers: PL011: add ACPI probing for SBSA UARTGraeme Gregory1-0/+8
2015-05-24drivers: PL011: add support for the ARM SBSA generic UARTAndre Przywara1-0/+171
2015-05-24drivers: PL011: allow to supply fixed option stringAndre Przywara1-4/+13
2015-05-24drivers: PL011: allow avoiding UART enabling/disablingAndre Przywara1-6/+12
2015-05-24drivers: PL011: move cts_event workaround into separate functionAndre Przywara1-13/+20
2015-05-24drivers: PL011: replace UART_MIS reading with _RIS & _IMSCAndre Przywara1-2/+4
2015-05-24drivers: PL011: refactor pl011_probe()Andre Przywara1-35/+61
2015-05-24drivers: PL011: refactor pl011_set_termios()Andre Przywara1-27/+33
2015-05-24drivers: PL011: refactor pl011_shutdown()Andre Przywara1-25/+32
2015-05-24drivers: PL011: refactor pl011_startup()Andre Przywara1-20/+28
2015-05-24drivers: PL011: avoid potential unregister_driver callAndre Przywara1-16/+20
2015-05-24tty: serial/8250: remove console dependency for mediatekArnd Bergmann1-0/+2
2015-05-24serial: samsung: only use earlycon for consoleArnd Bergmann1-1/+1
2015-05-24tty: remove platform_sysrq_reset_seqArnd Bergmann1-18/+1
2015-05-24serial: mctrl-gpio: drop usages of IS_ERR_OR_NULLUwe Kleine-König1-3/+2
2015-05-24tty: Spelling s/reseved/reserved/Geert Uytterhoeven1-1/+1
2015-05-24serial: 8250_omap: provide complete custom startup & shutdown callbacksSebastian Andrzej Siewior1-9/+73
2015-05-24serial: tegra: Fix memory leak on DMA setup failureJon Hunter1-21/+11
2015-05-24serial: sirf: assign console default index if users not set a valid oneQipan Li1-1/+1
2015-05-24serial: sirf: add serial loopback function supportQipan Li2-1/+21
2015-05-24serial: sirf: add uart receive's some error counter and markQipan Li1-5/+10
2015-05-24serial: sirf: fix endless loop bug in uart receive taskletQipan Li1-0/+9
2015-05-24serial: sirf: fix the issue that HW flow control doesn't work for BTQipan Li1-1/+2
2015-05-24serial: sirf: enable ATLAS7 USP serial supportQipan Li2-47/+115
2015-05-24tty: rocket: fix comment of ROCKET_SPD_HIMasahiro Yamada1-1/+1
2015-05-24tty/serial: at91: RS485 mode: 0 is valid for delay_rts_after_sendNicolas Ferre1-6/+3
2015-05-24n_tty: Fix calculation of size in canon_copy_from_read_bufMark Tomlinson1-2/+2
2015-05-24serial: imx: Fix DMA handling for IDLE condition abortsPhilipp Zabel1-0/+8
2015-05-24serial/amba-pl011: Unconditionally poll for FIFO space before each TX charDave Martin1-8/+8
2015-05-22hvc: Convert to using interrupts instead of opal eventsAlistair Popple1-23/+10
2015-05-21Merge tag 'for-linus-4.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+1
2015-05-19serial/amba-pl011: Fix mismerge between v4.1-rc4 and tty-nextDave Martin1-3/+0
2015-05-19xen/events: don't bind non-percpu VIRQs with percpu chipDavid Vrabel1-1/+1
2015-05-18Merge 4.1-rc4 into tty-nextGreg Kroah-Hartman9-33/+76
2015-05-16Merge tag 'tty-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds8-33/+60
2015-05-11drivers/tty/hvc/hvc_tile.c: properly return -EAGAINChris Metcalf1-1/+2
2015-05-10vt: Don't check KD_GRAPHICS when binding/unbindingDaniel Vetter1-20/+2
2015-05-10vt: fix console lock vs. kernfs s_active lock orderImre Deak1-10/+51
2015-05-10pty: Fix input race when closingPeter Hurley4-22/+50
2015-05-10tty/n_gsm.c: fix a memory leak when gsmtty is removedPan Xinhui1-3/+2
2015-05-10tty/hvc: remove celleb-only beat driverDaniel Axtens3-142/+0