aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2025-01-17serial: sh-sci: Move runtime PM enable to sci_probe_single()Claudiu Beznea1-18/+6
2025-01-17serial: sh-sci: Drop __initdata macro for port_cfgClaudiu Beznea1-1/+1
2025-01-17serial: kgdb_nmi: Remove unused knock codeDr. David Alan Gilbert1-101/+0
2025-01-13tty: Permit some TIOCL_SETSEL modes without CAP_SYS_ADMINGünther Noack2-2/+14
2025-01-13tty: xilinx_uartps: split sysrq handlingSean Anderson1-5/+3
2025-01-13Merge 6.13-rc7 into tty-nextGreg Kroah-Hartman3-4/+7
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman3-4/+7
2025-01-12drivers: remove get_task_comm() and print task comm directlyYafang Shao1-2/+1
2025-01-10serial: 8250: Revert "drop lockdep annotation from serial8250_clear_IER()"John Ogness1-0/+3
2025-01-10serial: 8250: Switch to nbcon consoleJohn Ogness2-39/+176
2025-01-10serial: 8250: Provide flag for IER toggling for RS485John Ogness4-16/+20
2025-01-10serial: 8250: Use high-level writing function for FIFOJohn Ogness1-4/+10
2025-01-10serial: 8250: Use frame time to determine timeoutJohn Ogness1-2/+10
2025-01-10serial: 8250: Adjust the timeout for FIFO modeJohn Ogness1-6/+26
2025-01-10tty: atmel_serial: Use of_property_present() for non-boolean propertiesRob Herring (Arm)1-14/+4
2025-01-10serial: sc16is7xx: Add polling mode if no IRQ pin is availableAndre Werner1-0/+37
2025-01-10tty: serial: atmel: make it selectable for ARCH_LAN969XRobert Marko1-1/+1
2025-01-10tty: mips_ejtag_fdc: fix one more u8 warningJiri Slaby (SUSE)1-2/+2
2025-01-07tty: n_gsm: Fix control dlci ADM mode processingIvaylo Dimitrov1-7/+7
2025-01-07tty: n_gsm: wait until channel 0 is readyIvaylo Dimitrov1-8/+23
2025-01-07tty: serial: fsl_lpuart: flush RX and TX FIFO when lpuart shutdownSherry Sun1-0/+5
2025-01-07tty: serial: fsl_lpuart: increase maximum uart_nr to 12Sherry Sun1-1/+1
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu1-2/+2
2024-12-23serial: amba-pl011: Fix RTS handling in RS485 modeMiroslav Ondra1-30/+96
2024-12-23serial: stm32: use port lock wrappers for break controlBen Wolsieffer1-2/+2
2024-12-23serial: imx: Use uart_port_lock_irq() instead of uart_port_lock()Xiaolei Wang1-2/+2
2024-12-23tty: serial: 8250: Fix another runtime PM usage counter underflowIlpo Järvinen1-0/+3
2024-12-23serial: 8250: Explain the role of @read_status_maskJohn Ogness2-0/+12
2024-12-23serial: 8250: Never adjust UART_LSR_DR in @read_status_maskJohn Ogness3-3/+0
2024-12-23serial: 8250: Do not set UART_LSR_THRE in @read_status_maskJohn Ogness2-2/+2
2024-12-23serial: 8250: Use @ier bits to determine if Rx is stoppedJohn Ogness1-1/+1
2024-12-238250: microchip: pci1xxxx: Add workaround for RTS bit toggleRengarajan S1-1/+59
2024-12-16Merge 6.13-rc3 into tty-nextGreg Kroah-Hartman3-2/+32
2024-12-14Merge tag 'tty-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-1/+31
2024-12-14tty: Make sysctl table constRicardo B. Marliere1-1/+1
2024-12-14tty: serial: extract uart_change_port() from uart_set_info()Jiri Slaby (SUSE)1-56/+58
2024-12-14tty: serial: get rid of exit label from uart_set_info()Jiri Slaby (SUSE)1-62/+48
2024-12-14tty: serial_core: use more guard(mutex)Jiri Slaby (SUSE)1-52/+31
2024-12-14serial: altera_uart: Use KBUILD_MODNAMETobias Klauser1-4/+3
2024-12-06tty: serial: Work around warning backtrace in serial8250_set_defaultsGuenter Roeck1-1/+2
2024-12-04serial: sh-sci: Check if TX data was written to device in .tx_empty()Claudiu Beznea1-0/+29
2024-12-04serial: 8250_pci: Share WCH IDs with parport_serial driverAndy Shevchenko1-8/+2
2024-12-04serial: 8250_pci: Resolve WCH vendor ID ambiguityAndy Shevchenko1-41/+41
2024-12-04serial: mpc52xx: Fix typo in mpc52xx_uart.cZhu Jun1-1/+1
2024-12-04serial: 8250_port: Assign UPIO_UNKNOWN instead of its direct valueAndy Shevchenko1-1/+1
2024-12-04serial: sh-sci: Use plain struct copy in early_console_setup()Geert Uytterhoeven1-1/+1
2024-12-04serial: altera_jtaguart: Use KBUILD_MODNAMETobias Klauser1-5/+3
2024-12-04serial: altera_jtaguart: Use device name when requesting IRQTobias Klauser1-1/+1
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada1-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra8-9/+9