summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2024-07-27Merge tag 'devicetree-fixes-for-6.11-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+1
2024-07-25Merge tag 'printk-for-6.11-trivial' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+2
2024-07-25of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli1-3/+1
2024-07-20Merge tag 'tty-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds29-510/+697
2024-07-04serial: core: Add serial_base_match_and_update_preferred_console()Tony Lindgren3-0/+57
2024-07-04serial: qcom-geni: do not kill the machine on fifo underrunJohan Hovold1-1/+1
2024-07-04serial: qcom-geni: fix hard lockup on buffer flushJohan Hovold1-3/+13
2024-07-04serial: qcom-geni: fix soft lockup on sw flow control and suspendJohan Hovold1-9/+24
2024-07-03serial: imx: ensure RTS signal is not left active after shutdownRasmus Villemoes1-0/+51
2024-07-03tty: serial: ma35d1: Add a NULL check for of_nodeJacky Huang1-6/+7
2024-07-03serial: 8250_omap: Fix Errata i2310 with RX FIFO level checkUdit Kumar1-1/+2
2024-07-03serial: imx: only set receiver level if it is zeroStefan Eichenberger1-2/+6
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2-2/+2
2024-07-01Merge 6.10-rc6 into tty-nextGreg Kroah-Hartman11-178/+42
2024-06-30Merge tag 'tty-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds9-178/+41
2024-06-29Merge tag 'hardening-v6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-06-28tty: mxser: Remove __counted_by from mxser_board.ports[]Nathan Chancellor1-1/+1
2024-06-25Revert "serial: core: Add support for DEVNAME:0.0 style naming for kernel con...Greg Kroah-Hartman3-86/+0
2024-06-25Revert "serial: core: Handle serial console options"Greg Kroah-Hartman1-49/+0
2024-06-25Revert "serial: 8250: Add preferred console in serial8250_isa_init_ports()"Greg Kroah-Hartman3-34/+0
2024-06-25Revert "serial: 8250: Fix add preferred console for serial8250_isa_init_ports()"Greg Kroah-Hartman2-10/+11
2024-06-25Revert "serial: core: Fix ifdef for serial base console functions"Greg Kroah-Hartman1-2/+2
2024-06-24serial: bcm63xx-uart: fix tx after conversion to uart_port_tx_limited()Jonas Gorski1-2/+5
2024-06-24serial: imx: set receiver level before starting uartStefan Eichenberger1-1/+3
2024-06-24tty: mcf: MCF54418 has 10 UARTSJean-Michel Hautbois1-1/+1
2024-06-24serial: 8250_omap: Implementation of Errata i2310Udit Kumar1-5/+20
2024-06-24tty: serial: 8250: Fix port count mismatch with the deviceCrescent Hsieh1-1/+12
2024-06-24serial: sc16is7xx: hardware reset chip if reset-gpios is defined in DTHui Wang1-3/+28
2024-06-24serial: 8250_platform: Explicitly show we initialise ISA ports only onceAndy Shevchenko1-6/+7
2024-06-24tty: add missing MODULE_DESCRIPTION() macrosJeff Johnson15-0/+15
2024-06-24serial: sh-sci: Add support for RZ/V2H(P) SoCLad Prabhakar1-5/+50
2024-06-24serial: 8250_dw: Use reset array API to get resetsHal Feng1-1/+1
2024-06-18Merge tag 'v6.10-rc4' into tty-nextGreg Kroah-Hartman9-45/+64
2024-06-04serial: drop debugging WARN_ON_ONCE() from uart_write()Tetsuo Handa1-1/+1
2024-06-04serial: sc16is7xx: re-add Kconfig SPI or I2C dependencyHugo Villeneuve1-0/+1
2024-06-04serial: sc16is7xx: rename Kconfig CONFIG_SERIAL_SC16IS7XX_COREHugo Villeneuve2-2/+2
2024-06-04serial: port: Don't block system suspend even if bytes are left to xmitDouglas Anderson1-0/+7
2024-06-04serial: 8250_pxa: Configure tx_loadsz to match FIFO IRQ levelDoug Brown1-0/+1
2024-06-04serial: 8250_dw: Revert "Move definitions to the shared header"Andy Shevchenko2-32/+27
2024-06-04serial: 8250_dw: Don't use struct dw8250_data outside of 8250_dwAndy Shevchenko3-5/+10
2024-06-04tty: n_tty: Fix buffer offsets when lookahead is usedIlpo Järvinen1-6/+16
2024-06-04serial: 8250: Extract platform driverAndy Shevchenko4-339/+369
2024-06-04serial: 8250: Extract RSA bitsAndy Shevchenko4-120/+145
2024-06-04serial: imx: stop casting struct uart_port to struct imx_portRasmus Villemoes1-18/+23
2024-06-04vt: keyboard: Use led_set_brightness() in LED trigger activate() callbackHans de Goede1-3/+1
2024-06-04tty: sunsu: Simplify device_node cleanup by using __freeShresth Prasad1-26/+11
2024-06-03printk: Rename console_replay_all() and update contextSreenath Vijayan1-1/+1
2024-05-24Merge tag 'tty-6.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-91/+181
2024-05-22Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds77-1543/+2524