summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2025-04-10tty: serial: lpuart: only disable CTS instead of overwriting the whole UARTMO...Sherry Sun1-5/+7
2025-04-10tty: serial: fsl_lpuart: Fix unused variable 'sport' build warningSherry Sun1-3/+0
2025-04-10tty: serial: fsl_lpuart: use port struct directly to simply codeSherry Sun1-108/+102
2025-04-10tty: serial: fsl_lpuart: Use u32 and u8 for register variablesSherry Sun1-47/+46
2025-04-10tty: n_tty: use uint for space returned by tty_write_room()Jiri Slaby (SUSE)1-6/+7
2025-04-07serial: 8250_dma: terminate correct DMA in tx_dma_flush()John Keeping1-1/+1
2025-04-07serial: stm32: do not deassert RS485 RTS GPIO prematurelyCheick Traore1-3/+1
2025-04-07tty: serial: fsl_lpuart: disable transmitter before changing RS485 related re...Sherry Sun1-0/+17
2025-04-07tty: serial: 8250: Add Brainboxes XC devicesCameron Williams1-0/+30
2025-04-07tty: serial: 8250: Add some more device IDsCameron Williams1-0/+16
2025-02-16Merge tag 'tty-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds8-26/+35
2025-02-14serial: 8250: Fix fifo underflow on flushJohn Keeping3-0/+27
2025-02-07fsnotify: use accessor to set FMODE_NONOTIFY_*Amir Goldstein1-1/+1
2025-02-04serial: 8250_pnp: Remove unneeded ->iotype assignmentAndy Shevchenko1-10/+0
2025-02-04serial: 8250_platform: Remove unneeded ->iotype assignmentAndy Shevchenko1-9/+0
2025-02-04serial: 8250_of: Remove unneeded ->iotype assignmentAndy Shevchenko1-1/+0
2025-02-04serial: port: Make ->iotype validation global in __uart_read_properties()Andy Shevchenko1-4/+5
2025-02-04serial: port: Always update ->iotype in __uart_read_properties()Andy Shevchenko1-1/+1
2025-02-04serial: port: Assign ->iotype correctly when ->iobase is setAndy Shevchenko1-1/+2
2025-02-04serial: sc16is7xx: Fix IRQ number check behaviorAndre Werner1-1/+1
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2025-01-28Merge tag 'tty-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds24-424/+564
2025-01-27Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+1
2025-01-22Revert "serial: 8250: Switch to nbcon console"Greg Kroah-Hartman2-176/+39
2025-01-22Revert "serial: 8250: Revert "drop lockdep annotation from serial8250_clear_I...Greg Kroah-Hartman1-3/+0
2025-01-17serial: sh-sci: Increment the runtime usage counter for the earlycon deviceClaudiu Beznea1-0/+16
2025-01-17serial: sh-sci: Clean sci_ports[0] after at earlycon exitClaudiu Beznea1-2/+30
2025-01-17serial: sh-sci: Do not probe the serial port if its slot in sci_ports[] is in...Claudiu Beznea1-0/+23
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-13drivers: 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