| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 4.20-rc2 into tty-next | Greg Kroah-Hartman | 2018-11-11 | 3 | -7/+7 |
|\ |
|
| * | Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2018-11-10 | 3 | -7/+7 |
| |\ |
|
| | * | serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeout | Yoshihiro Shimoda | 2018-11-09 | 1 | -2/+2 |
| | * | termios, tty/tty_baudrate.c: fix buffer overrun | H. Peter Anvin | 2018-11-08 | 1 | -2/+2 |
| | * | vt: fix broken display when running aptitude | Mikulas Patocka | 2018-11-08 | 1 | -1/+1 |
| | * | serial: sh-sci: Fix receive on SCIFA/SCIFB variants with DMA | Geert Uytterhoeven | 2018-10-15 | 1 | -2/+2 |
* | | | serial: 8250: Process sysrq at port unlock time | Douglas Anderson | 2018-11-09 | 4 | -8/+18 |
* | | | serial: qcom_geni_serial: Process sysrq at port unlock time | Douglas Anderson | 2018-11-09 | 1 | -4/+3 |
* | | | serial: qcom_geni_serial: Finish supporting sysrq | Douglas Anderson | 2018-11-09 | 1 | -0/+7 |
* | | | serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250 | Florian Fainelli | 2018-11-09 | 1 | -0/+1 |
* | | | serial: set suppress_bind_attrs flag only if builtin | Anders Roxell | 2018-11-09 | 3 | -0/+4 |
* | | | pch_uart: remove set but not used variable 'tx_empty' | zhong jiang | 2018-11-09 | 1 | -3/+0 |
* | | | tty: serial: qcom_geni_serial: simplify getting .driver_data | Wolfram Sang | 2018-11-09 | 1 | -4/+2 |
* | | | tty: serial: qcom_geni_serial: Rectify UART suspend mechanism | Mukesh Kumar Savaliya | 2018-11-09 | 1 | -30/+6 |
* | | | tty: serial: qcom_geni_serial: Don't slow all ports just for kgdb | Douglas Anderson | 2018-11-09 | 1 | -5/+7 |
* | | | serial: tegra: fix some spelling mistakes | Marcel Ziswiler | 2018-11-09 | 1 | -5/+5 |
* | | | serial: fsl_lpuart: clear parity enable bit when disable parity | Andy Duan | 2018-11-09 | 1 | -0/+4 |
* | | | serial: fsl_lpuart: fix the typo: UARTCR1_PE -> UARTCTRL_PE | Andy Duan | 2018-11-09 | 1 | -1/+1 |
* | | | serial-uartlite: Fix the unbind path | Shubhrajyoti Datta | 2018-11-09 | 1 | -1/+1 |
* | | | serial-uartlite: Add runtime support | Shubhrajyoti Datta | 2018-11-09 | 1 | -9/+43 |
* | | | serial-uartlite: Do not use static struct uart_driver out of probe() | Shubhrajyoti Datta | 2018-11-09 | 1 | -3/+8 |
* | | | serial-uartlite: Add get serial id if not provided | Shubhrajyoti Datta | 2018-11-09 | 1 | -0/+7 |
* | | | serial-uartlite: Move the uart register | Shubhrajyoti Datta | 2018-11-09 | 1 | -9/+9 |
* | | | serial: lantiq: Change init_lqasc to static declaration | Songjun Wu | 2018-11-09 | 1 | -1/+1 |
* | | | serial: lantiq: Replace lantiq_soc.h with lantiq.h | Songjun Wu | 2018-11-09 | 1 | -2/+1 |
* | | | serial: lantiq: Reorder the head files | Songjun Wu | 2018-11-09 | 1 | -12/+12 |
* | | | serial: lantiq: Add CCF support | Songjun Wu | 2018-11-09 | 1 | -2/+10 |
* | | | serial: lantiq: Replace clk_enable/clk_disable with clk generic API | Songjun Wu | 2018-11-09 | 1 | -3/+3 |
* | | | serial: lantiq: Rename fpiclk to freqclk | Songjun Wu | 2018-11-09 | 1 | -5/+5 |
* | | | serial: lantiq: Use readl/writel instead of ltq_r32/ltq_w32 | Songjun Wu | 2018-11-09 | 1 | -19/+19 |
* | | | serial: lantiq: Change ltq_w32_mask to asc_update_bits | Songjun Wu | 2018-11-09 | 1 | -13/+20 |
* | | | serial: lantiq: Get serial id from dts | Songjun Wu | 2018-11-09 | 1 | -4/+15 |
* | | | serial: sh-sci: Improve type-safety calling sci_receive_chars() | Geert Uytterhoeven | 2018-11-09 | 1 | -2/+2 |
|/ / |
|
* | | mm: remove include/linux/bootmem.h | Mike Rapoport | 2018-10-31 | 3 | -3/+3 |
* | | Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2018-10-29 | 27 | -377/+786 |
|\ \ |
|
| * | | of: base: Change logic in of_alias_get_alias_list() | Michal Simek | 2018-10-15 | 1 | -1/+1 |
| * | | serial: sh-sci: do not warn if DMA transfers are not supported | Ulrich Hecht | 2018-10-15 | 1 | -1/+1 |
| * | | serial: uartps: Do not allow use aliases >= MAX_UART_INSTANCES | Michal Simek | 2018-10-11 | 1 | -2/+4 |
| * | | tty: check name length in tty_find_polling_driver() | Miles Chen | 2018-10-11 | 1 | -1/+1 |
| * | | tty: wipe buffer if not echoing data | Greg KH | 2018-10-11 | 1 | -3/+17 |
| * | | tty: wipe buffer. | Linus Torvalds | 2018-10-11 | 1 | -1/+5 |
| * | | serial: fsl_lpuart: Remove the alias node dependence | Vabhav Sharma | 2018-10-10 | 1 | -2/+10 |
| * | | Merge 4.19-rc7 into tty-next | Greg Kroah-Hartman | 2018-10-08 | 1 | -4/+0 |
| |\ \
| | |/ |
|
| * | | TTY: sn_console: Replace spin_is_locked() with spin_trylock() | Lance Roy | 2018-10-04 | 1 | -9/+6 |
| * | | Revert "serial:serial_core: Allow use of CTS for PPS line discipline" | Greg Kroah-Hartman | 2018-10-04 | 1 | -69/+1 |
| * | | serial: 8250_uniphier: add auto-flow-control support | Dai Okamura | 2018-10-02 | 1 | -0/+3 |
| * | | serial: 8250_uniphier: flatten probe function | Masahiro Yamada | 2018-10-02 | 1 | -32/+17 |
| * | | serial: 8250_uniphier: remove unused "fifo-size" property | Masahiro Yamada | 2018-10-02 | 1 | -9/+1 |
| * | | serial: uartps: Fix missing unlock on error in cdns_get_id() | Wei Yongjun | 2018-10-02 | 1 | -1/+3 |
| * | | tty/serial: atmel: add ISO7816 support | Nicolas Ferre | 2018-10-02 | 2 | -12/+181 |