summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-0165-644/+901
|\
| * tty: serial: uartlite: Use read_poll_timeout for a polling loopSean Anderson2021-08-271-13/+5
| * tty: serial: uartlite: Use constants in early_uartlite_putcSean Anderson2021-08-271-5/+4
| * tty: Fix data race between tiocsti() and flush_to_ldisc()Nguyen Dinh Phi2021-08-261-2/+2
| * serial: vt8500: Use of_device_get_match_dataTang Bin2021-08-261-5/+2
| * serial: tegra: Use of_device_get_match_dataTang Bin2021-08-261-4/+2
| * serial: 8250_ingenic: Use of_device_get_match_dataTang Bin2021-08-261-4/+2
| * tty: serial: linflexuart: Remove redundant check to simplify the codeTang Bin2021-08-261-5/+1
| * tty: serial: fsl_lpuart: do software reset for imx7ulp and imx8qxpFugang Duan2021-08-261-0/+48
| * tty: serial: fsl_lpuart: enable two stop bits for lpuart32Fugang Duan2021-08-261-2/+6
| * tty: serial: fsl_lpuart: fix the wrong mapbase valueAndy Duan2021-08-261-1/+1
| * mxser: use semi-colons instead of commasDan Carpenter2021-08-261-6/+6
| * tty: moxa: use semi-colons instead of commasDan Carpenter2021-08-261-4/+4
| * tty: serial: fsl_lpuart: check dma_tx_in_progress in tx dma callbackFugang Duan2021-08-181-0/+4
| * tty: replace in_irq() with in_hardirq()Changbin Du2021-08-161-2/+2
| * serial: sh-sci: fix break handling for sysrqUlrich Hecht2021-08-161-1/+6
| * serial: stm32: use devm_platform_get_and_ioremap_resource()Tang Bin2021-08-161-2/+1
| * serial: stm32: use the defined variable to simplify codeTang Bin2021-08-161-2/+2
| * Revert "arm pl011 serial: support multi-irq request"Qian Cai2021-08-161-31/+3
| * tty: serial: samsung: Add Exynos850 SoC dataSam Protsenko2021-08-131-0/+13
| * tty: serial: samsung: Fix driver data macros styleSam Protsenko2021-08-131-2/+2
| * tty: serial: samsung: Init USI to keep clocks runningSam Protsenko2021-08-131-1/+31
| * platform/surface: aggregator: Use serdev_acpi_get_uart_resource() helperAndy Shevchenko2021-08-131-8/+1
| * serdev: Split and export serdev_acpi_get_uart_resource()Andy Shevchenko2021-08-131-7/+29
| * serial: stm32: fix the conditional expression writingTang Bin2021-08-131-2/+2
| * Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman2021-08-09387-2439/+4179
| |\
| * | serial: 8250_omap: Handle optional overrun-throttle-ms propertyTony Lindgren2021-08-051-1/+24
| * | serial: omap: Only allow if 8250_omap is not selectedTony Lindgren2021-07-291-1/+1
| * | serial: omap: Disable PM runtime autoidle to remove pm_runtime_irq_safe()Tony Lindgren2021-07-291-73/+2
| * | vt: keyboard.c: make console an unsigned intGreg Kroah-Hartman2021-07-271-15/+15
| * | vt: keyboard: treat kbd_table as an array all the time.Greg Kroah-Hartman2021-07-271-16/+16
| * | serial: 8250_pci: make setup_port() parameters explicitly unsignedGreg Kroah-Hartman2021-07-271-1/+1
| * | tty: drop put_tty_driverJiri Slaby2021-07-2735-81/+75
| * | tty: make tty_set_operations an inlineJiri Slaby2021-07-271-7/+0
| * | tty: stop using alloc_tty_driverJiri Slaby2021-07-2725-107/+97
| * | tty: don't store semi-state into tty driversJiri Slaby2021-07-274-59/+71
| * | hvsi: don't panic on tty_register_driver failureJiri Slaby2021-07-271-3/+16
| * | serial: max310x: Use clock-names property matching to recognize EXTCLKAndy Shevchenko2021-07-271-10/+5
| * | serial: 8250_lpss: Enable DMA on Intel Elkhart LakeAndy Shevchenko2021-07-271-0/+10
| * | serial: 8250: Define RX trigger levels for OxSemi 950 devicesMaciej W. Rozycki2021-07-271-1/+2
| * | tty: hvc: replace BUG_ON() with negative return valueJuergen Gross2021-07-211-3/+14
| * | amiserial: remove unused state from shutdownJiri Slaby2021-07-211-3/+0
| * | amiserial: switch rs_table to a single stateJiri Slaby2021-07-211-7/+4
| * | amiserial: pack and sort includesJiri Slaby2021-07-211-28/+22
| * | amiserial: expand "custom"Jiri Slaby2021-07-211-44/+42
| * | amiserial: expand serial_isrootJiri Slaby2021-07-211-8/+6
| * | amiserial: use memset to zero serial_stateJiri Slaby2021-07-211-6/+1
| * | amiserial: simplify rs_openJiri Slaby2021-07-211-3/+3
| * | amiserial: remove serial_state::xmit_fifo_sizeJiri Slaby2021-07-211-10/+6
| * | amiserial: remove stale commentJiri Slaby2021-07-211-14/+1