2015-12-14 |
Heikki Krogerus | serial: 8250_mid: fix broken DMA dependency |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Peter Hurley | tty: Prevent ldisc drivers from re-using stale tty... |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Ben Dooks | ARM: meson: serial: check for tx-irq enabled in irq... |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Ben Dooks | ARM: meson: serial: ensure tx irq on if more work to do |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Ben Dooks | ARM: meson: serial: disable rx/tx irqs during console... |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Ben Dooks | ARM: meson: serial: use meson_uart_tx_empty() to wait... |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Ben Dooks | ARM: meson: serial: only disable tx irq on stop |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Ben Dooks | ARM: meson: serial: ensure console port uart enabled |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Ben Dooks | ARM: meson: serial: tx_empty fails to check for transmi... |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Ben Dooks | ARM: meson: serial: don't reset port on uart startup |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Ben Dooks | ARM: meson: serial: release region on port release |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Russell King | tty: amba-pl011: switch to using relaxed IO accessors |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Russell King | tty: amba-pl011: add support for ZTE UART (EXPERIMENTAL) |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Russell King | tty: amba-pl011: add support for 32-bit register access |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Russell King | tty: amba-pl011: remove ST micro registers from standar... |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Russell King | tty: amba-pl011: clean up LCR register offsets |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Russell King | tty: amba-pl011: add ST register offset table |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Russell King | tty: amba-pl011: add register offset table to vendor... |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Russell King | tty: amba-pl011: add register lookup table |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Peter Hurley | n_tty: Reduce branching in canon_copy_from_read_buf() |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Peter Hurley | n_tty: Clarify copy_from_read_buf() |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Peter Hurley | n_tty: Uninline tty_copy_to_user() |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Arnd Bergmann | serial: 8250: move of_serial code to 8250 directory |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Arnd Bergmann | serial: of: CONFIG_SERIAL_8250 is always set |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Arnd Bergmann | serial: remove NWP serial support |
commit | commitdiff | tree | snapshot |
2015-12-14 |
DengChao | serial:bfin-uart:Remove 'struct timeval' |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Geert Uytterhoeven | serial: SERIAL_MXS_AUART should depend on HAS_DMA |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Geert Uytterhoeven | serial: SERIAL_IMX_AUART should depend on HAS_DMA |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Geert Uytterhoeven | serial: SERIAL_ATMEL should depend on HAS_DMA |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Florian Achleitner | sc16is7xx: Fix TX buffer overrun caused by wrong tx... |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Peter Hurley | tty: Simplify tty_set_ldisc() exit handling |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Peter Hurley | tty: Remove unused SERIAL_DO_RESTART define |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Peter Hurley | tty: Remove dead tty_write_flush() declaration and... |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Peter Hurley | tty: Only allow slave pty as controlling tty |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Peter Hurley | tty: core: Prefer dev_dbg() over pr_debug() |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Peter Hurley | tty: Merge conditional + error message + WARN_ON() |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Peter Hurley | tty: Remove __func__ from tty_debug() macro |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Peter Hurley | tty: core: Prefer pr_* to printk(*) |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Peter Hurley | tty: Remove unset_locked_termios() error message |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Peter Hurley | tty: core: Refactor parameters for unset_locked_termios... |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Peter Hurley | tty: core: Add driver name to invalid device registrati... |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Peter Hurley | tty: Convert SAK messages to tty_notice() |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Peter Hurley | tty: Define tty_*() printk macros |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Peter Hurley | tty: core: Add helper fn to deref tty driver name |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Peter Hurley | tty: core: Remove redundant oom message |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Peter Hurley | tty: synclink_gt: Rename tty_driver_name |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Peter Hurley | tty: Make tty_paranoia_check() file scope |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Peter Hurley | tty: Improve tty_debug() macro |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Russell King | tty: amba-pl011: prepare REG_* register indexes |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Russell King | tty: amba-pl011: add helper to detect split LCRH register |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Russell King | tty: amba-pl011: convert accessor functions to take... |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Russell King | tty: amba-pl011: add register accessor functions |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Masahiro Yamada | serial: support 16-bit register interface for console |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Masahiro Yamada | serial: 8250_early: squash wait_for_xmitr() into serial... |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Masahiro Yamada | serial: 8250_early: confirm empty transmitter after... |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Masahiro Yamada | serial: 8250_early: do not save and restore IER in... |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Denys Vlasenko | vt: Deinline save_screen, save 238 bytes |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Denys Vlasenko | tty: Deinline __ldsem_down_write_nested, save 128 bytes |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Denys Vlasenko | tty: Deinline __ldsem_down_read_nested, save 128 bytes |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Denys Vlasenko | serial/vt8500_serial: Deinline wait_for_xmitr, save... |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Denys Vlasenko | serial/sunsu: Deinline wait_for_xmitr, save 165 bytes |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Denys Vlasenko | serial/sprd_serial: Deinline wait_for_xmitr, save 165... |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Denys Vlasenko | serial/pxa: Deinline wait_for_xmitr, save 165 bytes |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Denys Vlasenko | serial/omap-serial: Deinline wait_for_xmitr, save 165... |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Denys Vlasenko | serial/men_z135_uart: Deinline men_z135_reg_clr, save... |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Denys Vlasenko | serial/m32r_sio: Deinline wait_for_xmitr, save 165... |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Denys Vlasenko | isicom: Deinline drop_dtr, save 112 bytes |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Denys Vlasenko | cyclades: Deinline cyz_is_loaded, save 240 bytes |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Denys Vlasenko | tty/tty_ldisc: Deinline tty_ldisc_put, save 368 bytes |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Denys Vlasenko | serial_core: Deinline uart_update_mctrl, save 304 bytes |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Denys Vlasenko | serial/jsm: Deinline neo_parse_isr, save 688 bytes |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Denys Vlasenko | serial/bcm63xx_uart: Deinline wait_for_xmitr, save... |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Denys Vlasenko | isicom: Deinline WaitTillCardIsFree, save 1120 bytes |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Denys Vlasenko | cyclades: Deinline serial_paranoia_check, save 304... |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Denys Vlasenko | cyclades: Deinline cyy_writeb, save 880 bytes |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Denys Vlasenko | cyclades: Deinline cyy_readb, save 368 bytes |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Masahiro Yamada | serial: 8250_ingenic: allow to be independent of SERIAL... |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Masahiro Yamada | serial: 8250_ingenic: delete redundant "select SERIAL_E... |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Masahiro Yamada | serial: 8250_uniphier: add earlycon support |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Paul Gortmaker | drivers/tty/serial: make 8250/8250_mtk.c explicitly... |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Paul Gortmaker | drivers/tty/serial: make serial/atmel_serial.c explicit... |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Uwe Kleine... | serial: imx: reorder functions and simplify a bit |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Uwe Kleine... | serial: imx: repair and complete handshaking |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Uwe Kleine... | serial: atmel: convert to irq handling provided mctrl... |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Ulrich Hecht | serial: sh-sci: Add device tree bindings for r8a7793 |
commit | commitdiff | tree | snapshot |
2015-12-14 |
LABBE Corentin | serial: imx: fix a possible NULL dereference |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Gavin Thomas... | drivers: serial: jsm: Switch "jsm" to JSM_DRIVER_NAME |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Linus Torvalds | Linux 4.4-rc5 |
commit | commitdiff | tree | snapshot |
2015-12-13 |
Peter Zijlstra | sched/wait: Fix the signal handling fix |
commit | commitdiff | tree | snapshot |
2015-12-13 |
Linus Torvalds | Merge tag 'nfs-for-4.4-3' of git://git.linux-nfs.org... |
commit | commitdiff | tree | snapshot |
2015-12-13 |
Linus Torvalds | Merge branch 'irq-urgent-for-linus' of git://git.kernel... |
commit | commitdiff | tree | snapshot |
2015-12-13 |
Linus Torvalds | Merge branch 'timers-urgent-for-linus' of git://git... |
commit | commitdiff | tree | snapshot |
2015-12-13 |
Linus Torvalds | Merge tag 'char-misc-4.4-rc5' of git://git.kernel.org... |
commit | commitdiff | tree | snapshot |
2015-12-13 |
Linus Torvalds | Merge tag 'staging-4.4-rc5' of git://git.kernel.org... |
commit | commitdiff | tree | snapshot |
2015-12-13 |
Linus Torvalds | Merge tag 'usb-4.4-rc5' of git://git.kernel.org/pub... |
commit | commitdiff | tree | snapshot |
2015-12-13 |
Linus Torvalds | Merge tag 'fixes-for-linus' of git://git.kernel.org... |
commit | commitdiff | tree | snapshot |
2015-12-12 |
Linus Torvalds | Merge tag 'powerpc-4.4-4' of git://git.kernel.org/pub... |
commit | commitdiff | tree | snapshot |
2015-12-12 |
Linus Torvalds | Merge branch 'akpm' (patches from Andrew) |
commit | commitdiff | tree | snapshot |
2015-12-12 |
Linus Torvalds | Merge branch 'parisc-4.4-3' of git://git.kernel.org... |
commit | commitdiff | tree | snapshot |
2015-12-12 |
Linus Torvalds | Merge branch 'for-linus' of git://git.kernel.dk/linux... |
commit | commitdiff | tree | snapshot |
next |