summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorLines
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman-1/+1
2024-07-01Merge 6.10-rc6 into tty-nextGreg Kroah-Hartman-177/+41
2024-06-25Revert "serial: core: Add support for DEVNAME:0.0 style naming for kernel con...Greg Kroah-Hartman-86/+0
2024-06-25Revert "serial: core: Handle serial console options"Greg Kroah-Hartman-49/+0
2024-06-25Revert "serial: 8250: Add preferred console in serial8250_isa_init_ports()"Greg Kroah-Hartman-34/+0
2024-06-25Revert "serial: 8250: Fix add preferred console for serial8250_isa_init_ports()"Greg Kroah-Hartman-10/+11
2024-06-25Revert "serial: core: Fix ifdef for serial base console functions"Greg Kroah-Hartman-2/+2
2024-06-24serial: bcm63xx-uart: fix tx after conversion to uart_port_tx_limited()Jonas Gorski-2/+5
2024-06-24serial: imx: set receiver level before starting uartStefan Eichenberger-1/+3
2024-06-24tty: mcf: MCF54418 has 10 UARTSJean-Michel Hautbois-1/+1
2024-06-24serial: 8250_omap: Implementation of Errata i2310Udit Kumar-5/+20
2024-06-24tty: serial: 8250: Fix port count mismatch with the deviceCrescent Hsieh-1/+12
2024-06-24serial: sc16is7xx: hardware reset chip if reset-gpios is defined in DTHui Wang-3/+28
2024-06-24serial: 8250_platform: Explicitly show we initialise ISA ports only onceAndy Shevchenko-6/+7
2024-06-24tty: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+9
2024-06-24serial: sh-sci: Add support for RZ/V2H(P) SoCLad Prabhakar-5/+50
2024-06-24serial: 8250_dw: Use reset array API to get resetsHal Feng-1/+1
2024-06-18Merge tag 'v6.10-rc4' into tty-nextGreg Kroah-Hartman-39/+48
2024-06-04serial: drop debugging WARN_ON_ONCE() from uart_write()Tetsuo Handa-1/+1
2024-06-04serial: sc16is7xx: re-add Kconfig SPI or I2C dependencyHugo Villeneuve-0/+1
2024-06-04serial: sc16is7xx: rename Kconfig CONFIG_SERIAL_SC16IS7XX_COREHugo Villeneuve-2/+2
2024-06-04serial: port: Don't block system suspend even if bytes are left to xmitDouglas Anderson-0/+7
2024-06-04serial: 8250_pxa: Configure tx_loadsz to match FIFO IRQ levelDoug Brown-0/+1
2024-06-04serial: 8250_dw: Revert "Move definitions to the shared header"Andy Shevchenko-32/+27
2024-06-04serial: 8250_dw: Don't use struct dw8250_data outside of 8250_dwAndy Shevchenko-5/+10
2024-06-04serial: 8250: Extract platform driverAndy Shevchenko-339/+369
2024-06-04serial: 8250: Extract RSA bitsAndy Shevchenko-120/+145
2024-06-04serial: imx: stop casting struct uart_port to struct imx_portRasmus Villemoes-18/+23
2024-06-04tty: sunsu: Simplify device_node cleanup by using __freeShresth Prasad-26/+11
2024-05-24Merge tag 'tty-6.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-48/+84
2024-05-22Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1537/+2474
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2024-05-19Merge tag 'kgdb-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds-1/+29
2024-05-13Merge tag 'asm-generic-alpha' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-30/+0
2024-05-10serial: Clear UPF_DEAD before calling tty_port_register_device_attr_serdev()Hans de Goede-2/+4
2024-05-10serial: imx: Raise TX trigger level to 8Matthias Schiffer-1/+1
2024-05-10serial: 8250_pnp: Simplify "line" related codeIlpo Järvinen-10/+6
2024-05-10serial: sh-sci: simplify locking when re-issuing RXDMA failsWolfram Sang-3/+1
2024-05-10serial: sh-sci: let timeout timer only run when DMA is scheduledWolfram Sang-2/+5
2024-05-10serial: sh-sci: describe locking requirements for invalidating RXDMAWolfram Sang-0/+1
2024-05-10serial: sh-sci: protect invalidating RXDMA on shutdownWolfram Sang-0/+5
2024-05-04serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescalerHugo Villeneuve-5/+18
2024-05-04serial: 8250_bcm7271: use default_mux_rate if possibleDoug Berger-41/+60
2024-05-04serial: 8520_mtk: Set RTS on shutdown for Rx in-band wakeupPin-yen Lin-2/+6
2024-05-04serial: core: Call device_set_awake_path() for console portClaudiu Beznea-0/+1
2024-05-04tty: serial: uartps: Add support for uartps controller resetManikanta Guntupalli-0/+15
2024-05-04serial: 8250_pnp: Switch to DEFINE_SIMPLE_DEV_PM_OPS()Andy Shevchenko-4/+5
2024-05-04serial: 8250_exar: Keep the includes sortedAndy Shevchenko-1/+1
2024-05-04serial: 8250_exar: Make type of bit the same in exar_ee_*_bit()Andy Shevchenko-1/+1
2024-05-04serial: 8250_exar: Use BIT() in exar_ee_read()Andy Shevchenko-6/+7