Age | Commit message (Expand) | Author | Files | Lines |
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 | tty: vt, remove unused vc_deccolm | Jiri Slaby | 1 | -1/+0 |
2016-06-25 | tty: vt, ignore PIO_UNIMAPCLR param | Jiri Slaby | 2 | -14/+7 |
2016-06-25 | tty: vt, convert more macros to functions | Jiri Slaby | 1 | -28/+34 |
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, consw->con_set_palette cleanup | Jiri Slaby | 1 | -1/+1 |
2016-06-25 | tty: vt, consw->con_scrolldelta cleanup | Jiri Slaby | 1 | -1/+1 |
2016-06-25 | vt: remove lines parameter from scrollback | Jiri Slaby | 2 | -5/+3 |
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 |
2016-06-25 | tty: 8250, kill DEBUG_INTR | Jiri Slaby | 3 | -11/+5 |
2016-06-25 | tty: 8250, drop unused members from struct old_serial_port | Jiri Slaby | 2 | -4/+2 |
2016-06-25 | tty: stop defining STD_COM_FLAGS in drivers | Jiri Slaby | 2 | -7/+1 |
2016-06-25 | tty: cyclades+mxser, do not initialize to zero | Jiri Slaby | 2 | -2/+0 |
2016-06-25 | tty: ipwireless, cleanup TIOCGSERIAL | Jiri Slaby | 1 | -10/+1 |
2016-06-05 | devpts: Make each mount of devpts an independent filesystem. | Eric W. Biederman | 2 | -18/+8 |
2016-05-27 | remove lots of IS_ERR_VALUE abuses | Arnd Bergmann | 2 | -2/+2 |
2016-05-20 | Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 58 | -1027/+2213 |
2016-05-19 | Merge tag 'dmaengine-4.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -4/+4 |
2016-05-19 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 4 | -0/+1108 |
2016-05-17 | Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2 | -16/+12 |
2016-05-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -2/+2 |
2016-05-13 | serial: pic32_uart: Add PIC32 UART driver | Andrei Pistirica | 4 | -0/+1108 |
2016-05-09 | Merge 4.6-rc7 into tty-next | Greg Kroah-Hartman | 2 | -13/+11 |
2016-05-04 | treewide: replace dev->trans_start update with helper | Florian Westphal | 4 | -7/+7 |
2016-05-03 | serial: core: Fix port mutex assert if lockdep disabled | Peter Hurley | 1 | -3/+1 |
2016-05-03 | serial: 8250_dw: fix wrong logic in dw8250_check_lcr() | Kefeng Wang | 1 | -3/+4 |
2016-05-03 | tty: vt, finish looping on duplicate | Jiri Slaby | 1 | -5/+4 |
2016-05-03 | tty: vt, return error when con_startup fails | Jiri Slaby | 1 | -2/+3 |
2016-05-01 | QE-UART: add "fsl,t1040-ucc-uart" to of_device_id | Zhao Qiang | 1 | -0/+3 |
2016-05-01 | serial: mctrl_gpio: Drop support for out1-gpios and out2-gpios | Geert Uytterhoeven | 2 | -4/+0 |
2016-05-01 | serial: 8250dw: Add device HID for future AMD UART controller | Wang Hongcheng | 1 | -0/+1 |
2016-05-01 | Fix OpenSSH pty regression on close | Brian Bloniarz | 4 | -70/+42 |
2016-05-01 | serial: mctrl_gpio: add IRQ locking | Yegor Yefremov | 1 | -0/+5 |
2016-04-30 | serial: 8250: Integrate Fintek into 8250_base | Ricardo Ribalda Delgado | 5 | -111/+42 |
2016-04-30 | serial: mps2-uart: add support for early console | Vladimir Murzin | 2 | -0/+29 |
2016-04-30 | serial: mps2-uart: add MPS2 UART driver | Vladimir Murzin | 3 | -0/+610 |
2016-04-30 | serial: sirf: Use generic uart-has-rtscts DT property | Geert Uytterhoeven | 1 | -1/+2 |
2016-04-30 | serial: sirf: Introduce helper variable struct device_node *np | Geert Uytterhoeven | 1 | -20/+18 |