summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2025-04-10tty: serial: lpuart: only disable CTS instead of overwriting the whole UARTMO...Sherry Sun
2025-04-10tty: serial: fsl_lpuart: Fix unused variable 'sport' build warningSherry Sun
2025-04-10tty: serial: fsl_lpuart: use port struct directly to simply codeSherry Sun
2025-04-10tty: serial: fsl_lpuart: Use u32 and u8 for register variablesSherry Sun
2025-04-10tty: n_tty: use uint for space returned by tty_write_room()Jiri Slaby (SUSE)
2025-04-07serial: 8250_dma: terminate correct DMA in tx_dma_flush()John Keeping
2025-04-07serial: stm32: do not deassert RS485 RTS GPIO prematurelyCheick Traore
2025-04-07tty: serial: fsl_lpuart: disable transmitter before changing RS485 related re...Sherry Sun
2025-04-07tty: serial: 8250: Add Brainboxes XC devicesCameron Williams
2025-04-07tty: serial: 8250: Add some more device IDsCameron Williams
2025-02-16Merge tag 'tty-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-02-14serial: 8250: Fix fifo underflow on flushJohn Keeping
2025-02-07fsnotify: use accessor to set FMODE_NONOTIFY_*Amir Goldstein
2025-02-04serial: 8250_pnp: Remove unneeded ->iotype assignmentAndy Shevchenko
2025-02-04serial: 8250_platform: Remove unneeded ->iotype assignmentAndy Shevchenko
2025-02-04serial: 8250_of: Remove unneeded ->iotype assignmentAndy Shevchenko
2025-02-04serial: port: Make ->iotype validation global in __uart_read_properties()Andy Shevchenko
2025-02-04serial: port: Always update ->iotype in __uart_read_properties()Andy Shevchenko
2025-02-04serial: port: Assign ->iotype correctly when ->iobase is setAndy Shevchenko
2025-02-04serial: sc16is7xx: Fix IRQ number check behaviorAndre Werner
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-28Merge tag 'tty-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-01-22Revert "serial: 8250: Switch to nbcon console"Greg Kroah-Hartman
2025-01-22Revert "serial: 8250: Revert "drop lockdep annotation from serial8250_clear_I...Greg Kroah-Hartman
2025-01-17serial: sh-sci: Increment the runtime usage counter for the earlycon deviceClaudiu Beznea
2025-01-17serial: sh-sci: Clean sci_ports[0] after at earlycon exitClaudiu Beznea
2025-01-17serial: sh-sci: Do not probe the serial port if its slot in sci_ports[] is in...Claudiu Beznea
2025-01-17serial: sh-sci: Move runtime PM enable to sci_probe_single()Claudiu Beznea
2025-01-17serial: sh-sci: Drop __initdata macro for port_cfgClaudiu Beznea
2025-01-17serial: kgdb_nmi: Remove unused knock codeDr. David Alan Gilbert
2025-01-13tty: Permit some TIOCL_SETSEL modes without CAP_SYS_ADMINGünther Noack
2025-01-13tty: xilinx_uartps: split sysrq handlingSean Anderson
2025-01-13Merge 6.13-rc7 into tty-nextGreg Kroah-Hartman
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman
2025-01-12drivers: remove get_task_comm() and print task comm directlyYafang Shao
2025-01-10serial: 8250: Revert "drop lockdep annotation from serial8250_clear_IER()"John Ogness
2025-01-10serial: 8250: Switch to nbcon consoleJohn Ogness
2025-01-10serial: 8250: Provide flag for IER toggling for RS485John Ogness
2025-01-10serial: 8250: Use high-level writing function for FIFOJohn Ogness
2025-01-10serial: 8250: Use frame time to determine timeoutJohn Ogness
2025-01-10serial: 8250: Adjust the timeout for FIFO modeJohn Ogness
2025-01-10tty: atmel_serial: Use of_property_present() for non-boolean propertiesRob Herring (Arm)
2025-01-10serial: sc16is7xx: Add polling mode if no IRQ pin is availableAndre Werner
2025-01-10tty: serial: atmel: make it selectable for ARCH_LAN969XRobert Marko
2025-01-10tty: mips_ejtag_fdc: fix one more u8 warningJiri Slaby (SUSE)
2025-01-07tty: n_gsm: Fix control dlci ADM mode processingIvaylo Dimitrov
2025-01-07tty: n_gsm: wait until channel 0 is readyIvaylo Dimitrov
2025-01-07tty: serial: fsl_lpuart: flush RX and TX FIFO when lpuart shutdownSherry Sun
2025-01-07tty: serial: fsl_lpuart: increase maximum uart_nr to 12Sherry Sun