This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e2ee2e9b1590 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm [...] new b8c8748b60ac serial: altera_jtaguart: Use device name when requesting IRQ new fcf5402d7878 serial: altera_jtaguart: Use KBUILD_MODNAME new c1117a2fefbc serial: sh-sci: Use plain struct copy in early_console_setup() new be0cf8437060 serial: 8250_port: Assign UPIO_UNKNOWN instead of its dire [...] new d828c6726fe5 dt-bindings: serial: renesas: Document RZ/G3E (r9a09g047) scif new 5a6a3b0a5268 serial: mpc52xx: Fix typo in mpc52xx_uart.c new 16076ca3a156 serial: 8250_pci: Resolve WCH vendor ID ambiguity new 535a07698b8b serial: 8250_pci: Share WCH IDs with parport_serial driver new bc9c7e56a14b serial: altera_uart: Use KBUILD_MODNAME new e52ed2dd8287 tty: serial_core: use more guard(mutex) new 4d0e56d571b8 tty: serial: get rid of exit label from uart_set_info() new d2740f7d8789 tty: serial: extract uart_change_port() from uart_set_info() new aea2654cce40 tty: Make sysctl table const new 30691a59c85c Merge 6.13-rc3 into tty-next new e95cb63e5738 8250: microchip: pci1xxxx: Add workaround for RTS bit toggle new c9f49e3e45fc serial: 8250: Use @ier bits to determine if Rx is stopped new 9d31746b5385 serial: 8250: Do not set UART_LSR_THRE in @read_status_mask new 9c76c0fa8181 serial: 8250: Never adjust UART_LSR_DR in @read_status_mask new b3ee0bc1a065 serial: 8250: Explain the role of @read_status_mask new 2c1fd53af21b serial: amba-pl011: Fix RTS handling in RS485 mode new 79d65fda55cf tty: serial: fsl_lpuart: increase maximum uart_nr to 12 new d78a89990986 tty: serial: fsl_lpuart: flush RX and TX FIFO when lpuart [...] new e2e4025bc546 tty: n_gsm: wait until channel 0 is ready new 4a495b97b273 tty: n_gsm: Fix control dlci ADM mode processing new 6dd1de91e7a6 tty: mips_ejtag_fdc: fix one more u8 warning new 2b6b523ce8d0 tty: serial: atmel: make it selectable for ARCH_LAN969X new 4dd7c9d94806 dt-bindings: serial: sc16is7xx: Add description for polling mode new 104c1b9dde9d serial: sc16is7xx: Add polling mode if no IRQ pin is available new ac753e1f38a1 tty: atmel_serial: Use of_property_present() for non-boole [...] new d91f98be2651 serial: 8250: Adjust the timeout for FIFO mode new 8d5cfb1fe5d8 serial: 8250: Use frame time to determine timeout new 95a1b409ba08 serial: 8250: Use high-level writing function for FIFO new 910ef438e93c serial: 8250: Provide flag for IER toggling for RS485 new b63e6f60eab4 serial: 8250: Switch to nbcon console new 422c9727b07f serial: 8250: Revert "drop lockdep annotation from serial8 [...] new 568bfce07873 Merge 6.13-rc7 into tty-next new b06f38899450 tty: xilinx_uartps: split sysrq handling new 2f83e38a095f tty: Permit some TIOCL_SETSEL modes without CAP_SYS_ADMIN new 39d0be87438a serial: kgdb_nmi: Remove unused knock code new eaeee4225dba serial: sh-sci: Drop __initdata macro for port_cfg new 239f11209e5f serial: sh-sci: Move runtime PM enable to sci_probe_single() new 9f7dea875cc7 serial: sh-sci: Do not probe the serial port if its slot i [...] new 5f1017069933 serial: sh-sci: Clean sci_ports[0] after at earlycon exit new 651dee03696e serial: sh-sci: Increment the runtime usage counter for th [...] new 244eb5c6ec62 Revert "serial: 8250: Revert "drop lockdep annotation from [...] new f79b163c4231 Revert "serial: 8250: Switch to nbcon console" new 58f504efcda5 Merge tag 'tty-6.14-rc1' of git://git.kernel.org/pub/scm/l [...] new f6ab7384d554 tools/bootconfig: Fix the wrong format specifier new cd45f362fc1f Merge tag 'bootconfig-fixes-v6.13' of git://git.kernel.org [...]
The 49 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../devicetree/bindings/serial/nxp,sc16is7xx.yaml | 3 +- .../devicetree/bindings/serial/renesas,scif.yaml | 5 + drivers/parport/parport_serial.c | 12 +- drivers/tty/mips_ejtag_fdc.c | 4 +- drivers/tty/n_gsm.c | 39 ++- drivers/tty/serial/8250/8250.h | 4 +- drivers/tty/serial/8250/8250_bcm2835aux.c | 4 +- drivers/tty/serial/8250/8250_core.c | 1 - drivers/tty/serial/8250/8250_omap.c | 11 +- drivers/tty/serial/8250/8250_pci.c | 76 +++--- drivers/tty/serial/8250/8250_pci1xxxx.c | 60 ++++- drivers/tty/serial/8250/8250_port.c | 97 +++++--- drivers/tty/serial/Kconfig | 2 +- drivers/tty/serial/altera_jtaguart.c | 10 +- drivers/tty/serial/altera_uart.c | 7 +- drivers/tty/serial/amba-pl011.c | 126 +++++++--- drivers/tty/serial/atmel_serial.c | 18 +- drivers/tty/serial/fsl_lpuart.c | 7 +- drivers/tty/serial/kgdb_nmi.c | 101 -------- drivers/tty/serial/mpc52xx_uart.c | 2 +- drivers/tty/serial/sc16is7xx.c | 37 +++ drivers/tty/serial/serial_core.c | 261 +++++++++------------ drivers/tty/serial/sh-sci.c | 95 ++++++-- drivers/tty/serial/xilinx_uartps.c | 8 +- drivers/tty/tty_io.c | 2 +- drivers/tty/vt/selection.c | 14 ++ drivers/tty/vt/vt.c | 2 - include/linux/kgdb.h | 2 - include/linux/pci_ids.h | 11 + include/linux/serial_8250.h | 4 +- tools/bootconfig/main.c | 4 +- 31 files changed, 594 insertions(+), 435 deletions(-)