summaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
Commit message (Expand)AuthorAgeFilesLines
* tty: remove flags from struct tty_ldisc_opsJiri Slaby2021-09-221-1/+0
* tty: unexport tty_ldisc_releaseJiri Slaby2021-09-221-1/+0
* serial: 8250: SERIAL_8250_EM should depend on ARCH_RENESASGeert Uytterhoeven2021-09-221-1/+1
* serial: 8250: remove duplicated BRI0A49 and BDP3336 entriesKrzysztof Kozlowski2021-09-221-4/+0
* serial: 8250_fsl: Move fsl8250_data to ACPI sectionGeert Uytterhoeven2021-09-221-4/+4
* tty: moxa: merge moxa.h into moxa.cJiri Slaby2021-09-142-308/+301
* tty: n_gsm: Save dlci address open status when config requesterZhenguo Zhao2021-09-141-4/+53
* tty: n_gsm: Modify gsmtty driver register method when config requesterZhenguo Zhao2021-09-141-11/+19
* tty: n_gsm: Delete gsmtty open SABM frame when config requesterZhenguo Zhao2021-09-141-1/+3
* tty: n_gsm: Delete gsm_disconnect when config requesterZhenguo Zhao2021-09-141-1/+1
* tty: n_gsm: Modify CR,PF bit printk info when config requesterZhenguo Zhao2021-09-141-0/+4
* tty: n_gsm: Modify CR,PF bit when config requesterZhenguo Zhao2021-09-141-5/+5
* tty: n_gsm: Modify cr bit value when config requesterZhenguo Zhao2021-09-141-2/+2
* tty: serial: uartlite: Prevent changing fixed parametersSean Anderson2021-09-141-11/+80
* serial: 8250_pci: Prefer struct_size over open coded arithmeticLen Baker2021-09-141-3/+1
* Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-021-2/+1
|\
| * parisc: Make struct parisc_driver::remove() return voidUwe Kleine-König2021-08-301-2/+1
* | Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-0146-534/+804
|\ \
| * | 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
| * | 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-098-13/+37
| |\|
| * | 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-2717-39/+33
| * | tty: make tty_set_operations an inlineJiri Slaby2021-07-271-7/+0