summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tty: vt: keyboard: reject invalid keycodesDmitry Torokhov2019-11-231-1/+1
* tty: don't crash in tty_init_dev when missing tty_portJiri Slaby2019-11-221-3/+6
* serial: stm32: fix clearing interrupt error flagsFabrice Gasnier2019-11-211-3/+3
* tty: Fix Kconfig indentation, continuedKrzysztof Kozlowski2019-11-212-28/+28
* serial: serial_core: Perform NULL checks for break_ctl opsJiangfeng Xiao2019-11-211-1/+1
* tty: remove unused argument from tty_open_by_driver()Sudip Mukherjee2019-11-201-3/+2
* tty: Fix Kconfig indentationKrzysztof Kozlowski2019-11-204-64/+64
* {tty: serial, nand: onenand}: samsung: rename to fix build warningSudip Mukherjee2019-11-184-2/+2
* serial: ifx6x60: add missed pm_runtime_disableChuhong Yuan2019-11-181-0/+3
* serial: pl011: Fix DMA ->flush_buffer()Vincent Whitchurch2019-11-181-4/+2
* Revert "serial-uartlite: Move the uart register"Greg Kroah-Hartman2019-11-131-9/+9
* Revert "serial-uartlite: Add get serial id if not provided"Greg Kroah-Hartman2019-11-131-7/+0
* Revert "serial-uartlite: Do not use static struct uart_driver out of probe()"Greg Kroah-Hartman2019-11-131-15/+5
* Revert "serial-uartlite: Add runtime support"Greg Kroah-Hartman2019-11-131-43/+9
* Revert "serial-uartlite: Change logic how console_port is setup"Greg Kroah-Hartman2019-11-131-8/+2
* Revert "serial-uartlite: Use allocated structure instead of static ones"Greg Kroah-Hartman2019-11-131-2/+2
* tty: serial: msm_serial: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-131-2/+2
* tty: serial: tegra: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-131-2/+1
* tty: serial: amba-pl011: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-131-1/+1
* serial-uartlite: Use allocated structure instead of static onesShubhrajyoti Datta2019-11-131-2/+2
* serial-uartlite: Change logic how console_port is setupShubhrajyoti Datta2019-11-131-2/+8
* tty: serial: pch_uart: correct usage of dma_unmap_sgPeng Fan2019-11-131-1/+4
* tty: serial: imx: use the sg count from dma_map_sgPeng Fan2019-11-131-1/+1
* Remove every trace of SERIAL_MAGICPascal Terjan2019-11-135-89/+0
* tty: serial: fsl_lpuart: use the sg count from dma_map_sgPeng Fan2019-11-051-2/+2
* Revert "tty:n_gsm.c: destroy port by tty_port_destroy()"Greg Kroah-Hartman2019-11-041-1/+0
* tty: serial: uartlite: use clk_disable_unprepare to match clk_prepare_enableChuhong Yuan2019-11-041-1/+1
* serial: 8250-mtk: Use platform_get_irq_optional() for optional irqFrank Wunderlich2019-11-041-1/+1
* serial: 8250_dw: Avoid double error messaging when IRQ absentAndy Shevchenko2019-11-041-5/+3
* tty: serial: msm_serial: Fix flow controlJeffrey Hugo2019-11-041-1/+5
* tty: rocket: reduce stack usageSudip Mukherjee2019-11-041-13/+19
* dt-bindings: serial: sh-sci: Document r8a77961 bindingsGeert Uytterhoeven2019-11-041-2/+4
* dt-bindings: serial: lpuart: Drop unsupported RS485 bindingsAndrey Smirnov2019-11-041-2/+1
* tty: serial: lpuart: Add RS485 support for 32-bit uart flavourPhilippe Schenker2019-11-041-2/+63
* tty: serial: lpuart: Use defines that correspond to correct registerPhilippe Schenker2019-11-041-2/+2
* tty: serial: lpuart: Remove unnecessary code from set_mctrlPhilippe Schenker2019-11-041-11/+0
* Merge 5.4-rc5 into tty-nextGreg Kroah-Hartman2019-10-27594-3244/+5348
|\
| * Linux 5.4-rc5v5.4-rc5Linus Torvalds2019-10-271-2/+2
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-10-271-5/+9
| |\
| | * x86/cpu/vmware: Fix platform detection VMWARE_PORT macroThomas Hellstrom2019-10-221-5/+8
| | * x86/cpu/vmware: Use the full form of INL in VMWARE_HYPERCALL, for clang/llvmThomas Hellstrom2019-10-221-1/+2
| * | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-10-273-7/+10
| |\ \
| | * | posix-cpu-timers: Fix two trivial commentsYi Wang2019-10-231-3/+3
| | * | timers/sched_clock: Include local timekeeping.h for missing declarationsBen Dooks (Codethink)2019-10-231-0/+2
| | * | lib/vdso: Make clock_getres() POSIX compliant againThomas Gleixner2019-10-231-4/+5
| | |/
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-10-2714-21/+71
| |\ \
| | * | perf/aux: Fix AUX output stoppingAlexander Shishkin2019-10-221-1/+1
| | * | perf/aux: Fix tracking of auxiliary trace buffer allocationThomas Richter2019-10-211-2/+4
| | * | Merge tag 'perf-urgent-for-mingo-5.4-20191017' of git://git.kernel.org/pub/sc...Ingo Molnar2019-10-2112-17/+65
| | |\ \
| | | * | perf kmem: Fix memory leak in compact_gfp_flags()Yunfeng Ye2019-10-161-0/+1