| Commit message (Expand) | Author | Files | Lines |
2016-06-25 | serial: 8250_fintek: fix the mismatched IRQ mode | Ji-Ze Hong (Peter Hong) | 1 | -1/+35 |
2016-06-25 | MAINTAINERS: Add file patterns for serial device tree bindings | Geert Uytterhoeven | 1 | -0/+1 |
2016-06-25 | serial: pic32_uart: Fix double free of 'sport->irq_fault_name'. | Purna Chandra Mandal | 1 | -1/+0 |
2016-06-25 | tty: xuartps: disable clocks when not used | Shubhrajyoti Datta | 1 | -6/+24 |
2016-06-25 | tty/serial: atmel: fix RS485 half duplex with DMA | Alexandre Belloni | 1 | -6/+8 |
2016-06-25 | tty/serial: atmel: add comment for the ring buffer size macro | Ludovic Desroches | 1 | -0/+6 |
2016-06-25 | tty/serial: atmel: split tx and rx paths | Nicolas Ferre | 1 | -19/+34 |
2016-06-25 | tty/serial: atmel: re-integrate status check in irq handler | Nicolas Ferre | 1 | -26/+17 |
2016-06-25 | tty/vt/keyboard: use memdup_user(). | Muhammad Falak R Wani | 1 | -10/+4 |
2016-06-25 | serial: serial_core: Perform NULL checks for release/request_port ops | Fabio Estevam | 1 | -4/+4 |
2016-06-25 | serial: Make SERIAL_MPS2_UART depend on ARCH_MPS2 | Geert Uytterhoeven | 1 | -1/+1 |
2016-06-25 | tty: serial: msm: fix definition of msm_stop_dma | Ben Dooks | 1 | -1/+1 |
2016-06-25 | tty: serial: msm: Don't read off end of tx fifo | Bjorn Andersson | 1 | -1/+1 |
2016-06-25 | tty:serial:msm:Do not restore Rx interrupts in DMA | Charanya Venkatraman | 1 | -4/+0 |
2016-06-25 | tty: serial: msm: Cleanup include usage | Stephen Boyd | 1 | -3/+3 |
2016-06-25 | tty: serial: msm: Only configure MND registers on hw that has it | Stephen Boyd | 1 | -0/+9 |
2016-06-25 | tty: serial: msm: Move header file into driver | Stephen Boyd | 2 | -190/+166 |
2016-06-25 | serial: 8250_early: Add earlycon support for Synopsys DesignWare ABP UART | Kefeng Wang | 1 | -0/+1 |
2016-06-25 | serial: sh-sci: Clear (H)SCIF timeout and overrun during reset | Geert Uytterhoeven | 2 | -0/+6 |
2016-06-25 | serial: sh-sci: Clear RX, error, and break flags during reset | Geert Uytterhoeven | 1 | -0/+4 |
2016-06-25 | serial: sh-sci: Do not start transfers from sci_startup() | Geert Uytterhoeven | 1 | -6/+0 |
2016-06-25 | serial: sh-sci: Document SoC specific bindings for r8a7796 | Hiromitsu Yamasaki | 1 | -0/+2 |
2016-06-25 | serial: sh-sci: Add DT support for dedicated RTS/CTS | Geert Uytterhoeven | 1 | -0/+3 |
2016-06-25 | serial: sh-sci: Fix support for hardware-assisted RTS/CTS | Geert Uytterhoeven | 1 | -7/+83 |
2016-06-25 | serial: sh-sci: Add pin initialization for SCIFA/SCIFB | Geert Uytterhoeven | 1 | -1/+15 |
2016-06-25 | serial: sh-sci: Correct pin initialization on (H)SCIF | Geert Uytterhoeven | 1 | -15/+8 |
2016-06-25 | serial: sh-sci: Add more Serial Port Control/Data Register documentation | Geert Uytterhoeven | 1 | -4/+10 |
2016-06-25 | serial: sh-sci: Add more Serial Port Register documentation | Geert Uytterhoeven | 1 | -4/+6 |
2016-06-25 | serial: sh-sci: Do not open-code sci_getreg() | Geert Uytterhoeven | 1 | -5/+2 |
2016-06-25 | serial: sh-sci: Add support for GPIO-controlled modem lines | Geert Uytterhoeven | 2 | -1/+46 |
2016-06-25 | serial: sh-sci: Always set TIOCM_CTS in .get_mctrl() callback | Geert Uytterhoeven | 1 | -2/+2 |
2016-06-25 | serial: sh-sci: Update DT binding documentation for dedicated RTS/CTS | Geert Uytterhoeven | 1 | -0/+2 |
2016-06-25 | serial: sh-sci: Update DT binding documentation for GPIO modem lines | Geert Uytterhoeven | 1 | -0/+2 |
2016-06-25 | tty: vt, remove unused vc_deccolm | Jiri Slaby | 2 | -2/+0 |
2016-06-25 | tty: vt, ignore PIO_UNIMAPCLR param | Jiri Slaby | 3 | -17/+9 |
2016-06-25 | tty: vt, convert more macros to functions | Jiri Slaby | 5 | -48/+57 |
2016-06-25 | tty: vt, whitespace cleanup in csi_m | Jiri Slaby | 1 | -84/+85 |
2016-06-25 | tty: vt, too many commands per line in rgb_foreground | Jiri Slaby | 1 | -11/+16 |
2016-06-25 | tty: vt, do not pass structure over stack | Jiri Slaby | 1 | -33/+33 |
2016-06-25 | tty: vt, separate T.416 high colors handler | Jiri Slaby | 1 | -48/+37 |
2016-06-25 | tty: vt, get rid of ugly FLUSH macro | Jiri Slaby | 1 | -13/+18 |
2016-06-25 | tty: vt, drop VT_BUF_VRAM_ONLY | Jiri Slaby | 1 | -19/+3 |
2016-06-25 | tty: vt, remove consw->con_bmove | Jiri Slaby | 8 | -118/+0 |
2016-06-25 | tty: vt, consw->con_set_palette cleanup | Jiri Slaby | 9 | -38/+15 |
2016-06-25 | tty: vt, consw->con_scrolldelta cleanup | Jiri Slaby | 9 | -47/+23 |
2016-06-25 | sisusb: remove dummy variables | Jiri Slaby | 3 | -34/+24 |
2016-06-25 | vt: document vc_data by example | Jiri Slaby | 1 | -0/+32 |
2016-06-25 | vt: remove lines parameter from scrollback | Jiri Slaby | 3 | -6/+4 |
2016-06-25 | tty: 8250, remove shadow and unused variables | Jiri Slaby | 2 | -9/+6 |
2016-06-25 | TTY: serial, handle platform_get_irq retval properly | Jiri Slaby | 4 | -4/+21 |