summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-05-01Fix OpenSSH pty regression on closeBrian Bloniarz6-74/+43
2016-05-01serial: mctrl_gpio: add IRQ lockingYegor Yefremov1-0/+5
2016-04-30serial: 8250: Integrate Fintek into 8250_baseRicardo Ribalda Delgado5-111/+42
2016-04-30serial: mps2-uart: add support for early consoleVladimir Murzin2-0/+29
2016-04-30serial: mps2-uart: add MPS2 UART driverVladimir Murzin4-0/+613
2016-04-30dt-bindings: document the MPS2 UART bindingsVladimir Murzin1-0/+19
2016-04-30serial: sirf: Use generic uart-has-rtscts DT propertyGeert Uytterhoeven2-5/+6
2016-04-30serial: sirf: Introduce helper variable struct device_node *npGeert Uytterhoeven1-20/+18
2016-04-30serial: mxs-auart: Use generic uart-has-rtscts DT propertyGeert Uytterhoeven2-2/+3
2016-04-30serial: imx: Use generic uart-has-rtscts DT propertyGeert Uytterhoeven2-3/+4
2016-04-30doc: DT: Add Generic Serial Device Tree BindingsGeert Uytterhoeven1-0/+57
2016-04-30serial: 8250: of: Make tegra_serial_handle_break() staticThierry Reding1-1/+1
2016-04-30serial: omap8250: Terminate rx dma only for flushesPeter Hurley1-1/+1
2016-04-30serial: 8250: Extract IIR logic steering from rx dmaPeter Hurley4-63/+58
2016-04-30serial: omap8250: Simplify rx dma completion interfacePeter Hurley1-6/+4
2016-04-30serial: omap8250: Drop rx buffer syncPeter Hurley1-6/+0
2016-04-30serial: 8250: Validate dmaengine tx chan meets requirementsPeter Hurley1-0/+9
2016-04-30serial: 8250: Validate dmaengine rx chan meets requirementsPeter Hurley1-6/+21
2016-04-30serial: tegra: Remove unused variableThierry Reding1-2/+0
2016-04-30serial: Move Marvell UART DT bindings to correct locationGeert Uytterhoeven1-0/+0
2016-04-30serial-uartlite: Constify uartlite_be/uartlite_leMaarten Brock1-6/+6
2016-04-30serial: 8250_uniphier: add "\n" at the end of error logMasahiro Yamada1-1/+1
2016-04-30tty: hvc_console: silence unintialized variable warningDan Carpenter1-1/+1
2016-04-30tty: synclink: remove unneeded testSudip Mukherjee1-2/+1
2016-04-30tty: ipwireless: fix possible NULL dereferenceSudip Mukherjee1-0/+5
2016-04-30serial: 8250: Remove unused definePeter Hurley1-1/+0
2016-04-30serial: omap8250: Eliminate local in omap8250_runtime_resume()Peter Hurley1-3/+1
2016-04-30serial: 8250: Reduce expr in 8250 irq handlerPeter Hurley1-2/+1
2016-04-30serial: 8250: Eliminate needless local in irq handlersPeter Hurley2-11/+3
2016-04-30serial: 8250_mid: correct comment regarding Tangier HSUAndy Shevchenko1-1/+5
2016-04-30serial: 8250_mid: make module available only on X86Andy Shevchenko1-1/+3
2016-04-30serial: 8250_mid: include missed linux/bitops.hAndy Shevchenko1-1/+2
2016-04-30serial: 8250_mid: recognize interrupt source in handlerAndy Shevchenko1-10/+11
2016-04-30serial: 8250_mid: use proper bar for DNV platformAndy Shevchenko1-3/+11
2016-04-30serial: 8250_pci: report DCD and DSR signals as active for Bay TrailWan Ahmad Zainie1-0/+12
2016-04-30serial: 8250: export get_mctrl functionWan Ahmad Zainie4-1/+15
2016-04-30TTY: serial/ifx6x60, initialize moreJiri Slaby1-1/+1
2016-04-30tty: vt, use proper type for default colorsJiri Slaby2-13/+20
2016-04-30tty: vt, make color_table constJiri Slaby9-12/+11
2016-04-30tty: vt, get rid of weird source code flowJiri Slaby1-31/+39
2016-04-30tty: vt, remove reduntant checkJiri Slaby2-5/+0
2016-04-30serial: samsung: Reorder the sequence of clock control when call s3c24xx_seri...Chanwoo Choi1-2/+2
2016-04-30MIPS: ath79: make bootconsole wait for both THRE and TEMTMatthias Schiffer1-2/+4
2016-04-30tty: serial: msm: Support more baudsStephen Boyd1-33/+66
2016-04-30serial: imx: implement DSR irq handling for DTE modeUwe Kleine-König1-3/+17
2016-04-30serial: imx: reorder functions to simplify next patchUwe Kleine-König1-49/+49
2016-04-30serial: imx: only count 0->1 transitions for RNGUwe Kleine-König1-1/+1
2016-04-30serial: imx: make sure unhandled irqs are disabledUwe Kleine-König1-1/+22
2016-04-30serial: imx: let irq handler return IRQ_NONE if no event was handledUwe Kleine-König1-4/+13
2016-04-30serial: imx: fix polarity of RIUwe Kleine-König1-3/+3