summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2015-10-17dmaengine: hsu: make the UART driver in control of selecting this driverHeikki Krogerus1-0/+2
2015-10-17serial: fix mctrl helper functionsArnd Bergmann1-2/+2
2015-10-17serial: 8250_pci: Intel MID UART support to its own driverHeikki Krogerus4-222/+273
2015-10-17serial: fsl_lpuart: add earlycon supportStefan Agner2-0/+40
2015-10-17tty: disable unbind for old 74xx based serial/mpsc console portPaul Gortmaker1-1/+2
2015-10-17n_tty: Remove reader wakeups for TTY_BREAK/TTY_PARITY charsPeter Hurley1-4/+0
2015-10-17tty: synclink, fix indentationJiri Slaby1-1/+1
2015-10-17serial: at91, fix rs485 propertiesJiri Slaby1-3/+2
2015-10-17tty: r3964: Replace/remove bogus tty lock usePeter Hurley1-7/+13
2015-10-17tty: r3964: Use tty->read_wait waitqueuePeter Hurley1-6/+4
2015-10-17tty: Remove tty_port::close_waitPeter Hurley5-6/+0
2015-10-17tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsPeter Hurley7-103/+10
2015-10-17tty: Remove tty_wait_until_sent_from_close()Peter Hurley3-11/+4
2015-10-17serial: tegra: Add helper function for handling RX bufferJon Hunter1-42/+24
2015-10-17serial: tegra: Remove redundant code and check in tegra_uart_stop_rx()Jon Hunter1-10/+7
2015-10-17serial: tegra: Remove unnecessary return statementsJon Hunter1-11/+0
2015-10-17serial: tegra: Handle another RX race conditionJon Hunter1-8/+2
2015-10-17serial: 8250_omap: Remove RTS clearPeter Hurley1-1/+0
2015-10-17serial: Enable Freescale 16550 workaround on armScott Wood2-2/+7
2015-10-17tty: serial: men_z135_uart.c: use mcb memory region size instead of hardcoded...Andreas Werner1-8/+15
2015-10-17serial: atmel: fix compiler warning on address castAndre Przywara1-1/+1
2015-10-12Merge 4.3-rc5 into tty-nextGreg Kroah-Hartman6-28/+79
2015-10-04drivers/tty: require read access for controlling terminalJann Horn1-4/+27
2015-10-04serial: 8250: add uart_config entry for PORT_RT2880Mans Rullgard1-0/+8
2015-10-04tty: serial: msm: Remove 115.2 Kbps maximum baud rate limitationIvan T. Ivanov1-3/+17
2015-10-04tty: serial: msm: Add RX DMA supportIvan T. Ivanov2-3/+233
2015-10-04tty: serial: msm: Add TX DMA supportIvan T. Ivanov2-24/+291
2015-10-04tty: serial: msm: Add msm prefix to all driver functionsIvan T. Ivanov1-21/+21
2015-10-04tty: serial: msm: replaces (1 << x) with BIT(x) macroPramod Gurav1-22/+22
2015-10-04tty: serial: msm: Add mask value for UART_DM registersPramod Gurav2-6/+22
2015-10-04sc16is7xx: null ptr checkSean Nyekjaer1-0/+6
2015-10-04serial: omap: remove warnings about unused functionsEzequiel Garcia1-0/+2
2015-10-04mpsc: use dma_set_mask insted of dma_supportedChristoph Hellwig1-1/+1
2015-10-04serial: 8250_dma: no need to sync RX bufferAndy Shevchenko1-6/+0
2015-10-04serial: 8250: Refactor serial console restore-from-suspendPeter Hurley1-14/+22
2015-10-04serial: 8250: Tolerate clock variance for max baud rateJames Hogan1-9/+19
2015-10-04serial_core: support native endiannessMax Filippov1-2/+6
2015-10-04tty/serial: st-asc: drop the use of IRQF_NO_SUSPENDSudeep Holla2-3/+2
2015-10-04MIPS: ttyFDC: replace IRQF_NO_SUSPEND with IRQF_COND_SUSPENDSudeep Holla1-2/+2
2015-10-04tty: serial: lpc32xx_hs: fix handling platform_get_irq resultAndrzej Hajda1-3/+4
2015-10-04tty: serial: cpm_uart: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-10-04tty: serial: sprd: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-10-04tty: serial: of_serial: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-10-04tty: serial: apbuart: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-10-04serial: 8250: simplify ralink/alchemy register remap selectionMans Rullgard2-6/+7
2015-10-04tty: fix data race on tty_buffer.commitDmitry Vyukov1-3/+12
2015-10-04tty: fix data race in tty_buffer_flushDmitry Vyukov1-1/+4
2015-10-04tty: fix data race in flush_to_ldiscDmitry Vyukov1-1/+1
2015-10-04tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.cKosuke Tatsukawa1-10/+5
2015-10-04serial: atmel: fix error path of probe functionUwe Kleine-König1-1/+1