Age | Commit message (Expand) | Author | Files | Lines |
2015-12-13 | tty: Define tty_*() printk macros | Peter Hurley | 3 | -27/+16 |
2015-12-13 | tty: core: Add helper fn to deref tty driver name | Peter Hurley | 1 | -0/+7 |
2015-12-13 | tty: core: Remove redundant oom message | Peter Hurley | 1 | -3/+1 |
2015-12-13 | tty: synclink_gt: Rename tty_driver_name | Peter Hurley | 1 | -2/+2 |
2015-12-13 | tty: Make tty_paranoia_check() file scope | Peter Hurley | 1 | -1/+1 |
2015-12-13 | tty: amba-pl011: prepare REG_* register indexes | Russell King | 2 | -97/+140 |
2015-12-13 | tty: amba-pl011: add helper to detect split LCRH register | Russell King | 1 | -2/+7 |
2015-12-13 | tty: amba-pl011: convert accessor functions to take uart_amba_port | Russell King | 1 | -102/+97 |
2015-12-13 | tty: amba-pl011: add register accessor functions | Russell King | 1 | -98/+112 |
2015-12-13 | serial: support 16-bit register interface for console | Masahiro Yamada | 6 | -9/+50 |
2015-12-13 | serial: 8250_early: squash wait_for_xmitr() into serial_putc() | Masahiro Yamada | 1 | -8/+4 |
2015-12-13 | serial: 8250_early: confirm empty transmitter after sending characters | Masahiro Yamada | 1 | -4/+1 |
2015-12-13 | serial: 8250_early: do not save and restore IER in write callback | Masahiro Yamada | 1 | -10/+1 |
2015-12-13 | vt: Deinline save_screen, save 238 bytes | Denys Vlasenko | 1 | -1/+1 |
2015-12-13 | tty: Deinline __ldsem_down_write_nested, save 128 bytes | Denys Vlasenko | 1 | -1/+1 |
2015-12-13 | tty: Deinline __ldsem_down_read_nested, save 128 bytes | Denys Vlasenko | 1 | -1/+1 |
2015-12-13 | serial/vt8500_serial: Deinline wait_for_xmitr, save 165 bytes | Denys Vlasenko | 1 | -1/+1 |
2015-12-13 | serial/sunsu: Deinline wait_for_xmitr, save 165 bytes | Denys Vlasenko | 1 | -1/+1 |
2015-12-13 | serial/sprd_serial: Deinline wait_for_xmitr, save 165 bytes | Denys Vlasenko | 1 | -1/+1 |
2015-12-13 | serial/pxa: Deinline wait_for_xmitr, save 165 bytes | Denys Vlasenko | 1 | -1/+1 |
2015-12-13 | serial/omap-serial: Deinline wait_for_xmitr, save 165 bytes | Denys Vlasenko | 1 | -1/+1 |
2015-12-13 | serial/men_z135_uart: Deinline men_z135_reg_clr, save 176 bytes | Denys Vlasenko | 1 | -1/+1 |
2015-12-13 | serial/m32r_sio: Deinline wait_for_xmitr, save 165 bytes | Denys Vlasenko | 1 | -1/+1 |
2015-12-13 | isicom: Deinline drop_dtr, save 112 bytes | Denys Vlasenko | 1 | -1/+1 |
2015-12-13 | cyclades: Deinline cyz_is_loaded, save 240 bytes | Denys Vlasenko | 1 | -1/+1 |
2015-12-13 | tty/tty_ldisc: Deinline tty_ldisc_put, save 368 bytes | Denys Vlasenko | 1 | -1/+1 |
2015-12-13 | serial_core: Deinline uart_update_mctrl, save 304 bytes | Denys Vlasenko | 1 | -1/+1 |
2015-12-13 | serial/jsm: Deinline neo_parse_isr, save 688 bytes | Denys Vlasenko | 1 | -1/+1 |
2015-12-13 | serial/bcm63xx_uart: Deinline wait_for_xmitr, save 374 bytes | Denys Vlasenko | 1 | -1/+1 |
2015-12-13 | isicom: Deinline WaitTillCardIsFree, save 1120 bytes | Denys Vlasenko | 1 | -1/+1 |
2015-12-13 | cyclades: Deinline serial_paranoia_check, save 304 bytes | Denys Vlasenko | 1 | -1/+1 |
2015-12-13 | cyclades: Deinline cyy_writeb, save 880 bytes | Denys Vlasenko | 1 | -1/+1 |
2015-12-13 | cyclades: Deinline cyy_readb, save 368 bytes | Denys Vlasenko | 1 | -1/+1 |
2015-12-13 | serial: 8250_ingenic: allow to be independent of SERIAL_8250_CONSOLE | Masahiro Yamada | 2 | -1/+3 |
2015-12-13 | serial: 8250_ingenic: delete redundant "select SERIAL_EARLYCON" | Masahiro Yamada | 1 | -1/+0 |
2015-12-13 | serial: 8250_uniphier: add earlycon support | Masahiro Yamada | 1 | -0/+24 |
2015-12-13 | drivers/tty/serial: make 8250/8250_mtk.c explicitly non-modular | Paul Gortmaker | 1 | -28/+7 |
2015-12-13 | drivers/tty/serial: make serial/atmel_serial.c explicitly non-modular | Paul Gortmaker | 1 | -41/+4 |
2015-12-13 | serial: imx: reorder functions and simplify a bit | Uwe Kleine-König | 1 | -45/+45 |
2015-12-13 | serial: imx: repair and complete handshaking | Uwe Kleine-König | 1 | -6/+17 |
2015-12-13 | serial: atmel: convert to irq handling provided mctrl-gpio | Uwe Kleine-König | 1 | -122/+18 |
2015-12-13 | serial: imx: fix a possible NULL dereference | LABBE Corentin | 1 | -5/+2 |
2015-12-13 | drivers: serial: jsm: Switch "jsm" to JSM_DRIVER_NAME | Gavin Thomas Claugus | 1 | -2/+2 |
2015-12-13 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
2015-12-13 | Merge tag 'char-misc-4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -9/+4 |
2015-12-13 | Merge tag 'staging-4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 7 | -16/+21 |
2015-12-13 | Merge tag 'usb-4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 29 | -79/+197 |
2015-12-12 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -5/+10 |
2015-12-12 | Merge tag 'powerpc-4.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -1/+1 |
2015-12-12 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+4 |