This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c658cabbfd32 Merge tag 's390-5.19-6' of git://git.kernel.org/pub/scm/li [...] new cd16044d7c38 serial: 8250: dw: enable using pdata with ACPI new f7e35e4bf1e8 tty: serial: samsung_tty: set dma burst_size to 1 new 211565b10099 serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottle new f8d6e9d3ca5c serial: 8250: Fix __stop_tx() & DMA Tx restart races new ec5ad331680c tty: Add N_CAN327 line discipline ID for ELM327 based CAN driver new 5c5f44e36217 serial: stm32: Clear prev values before setting RTS delays new 6e690d54cfa8 serial: 8250: fix return error code in serial8250_request_ [...] new f9b11229b79c serial: 8250: Fix PM usage_count for console handover new 4f532c1e2531 serial: mvebu-uart: correctly report configured baudrate value new 39cdb68c64d8 vt: fix memory overlapping when deleting chars in the buffer new b941e487152e serial: 8250: dw: Fix the macro RZN1_UART_xDMACR_8_WORD_BURST new 716b10580283 tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push() new a501ab75e762 tty: use new tty_insert_flip_string_and_push_buffer() in p [...] new 8c91723ac9c6 Merge tag 'tty-5.19-rc7' of git://git.kernel.org/pub/scm/l [...] new 7441b273388b usb: dwc3: gadget: Fix event pending check new 5812175389e2 usb: dwc3-am62: remove unnecesary clk_put() new 6fb9e1d94789 usb: typec: add missing uevent when partner support PD new 3d0dc539029b usb: gadget: uvc: fix changing interface name via configfs new bb160ee61c04 drivers/usb/host/ehci-fsl: Fix interrupt setup in host mode. new 7e5013323400 Merge tag 'v5.19-rc6' into usb-linus new 7c239a071d1f USB: serial: ftdi_sio: add Belimo device ids new 3486af89dd3c Merge tag 'usb-serial-5.19-rc7' of https://git.kernel.org/ [...] new 9ed714dbd574 Merge tag 'usb-5.19-rc7' of git://git.kernel.org/pub/scm/l [...]
The 23 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: drivers/tty/pty.c | 14 ++------- drivers/tty/serial/8250/8250_core.c | 4 +++ drivers/tty/serial/8250/8250_dma.c | 6 ++-- drivers/tty/serial/8250/8250_dw.c | 26 ++++++++--------- drivers/tty/serial/8250/8250_port.c | 6 ++-- drivers/tty/serial/amba-pl011.c | 23 +++++++++++++-- drivers/tty/serial/mvebu-uart.c | 25 ++++++++-------- drivers/tty/serial/samsung_tty.c | 5 ++-- drivers/tty/serial/serial_core.c | 5 ---- drivers/tty/serial/stm32-usart.c | 2 ++ drivers/tty/tty.h | 3 ++ drivers/tty/tty_buffer.c | 46 ++++++++++++++++++++++++++---- drivers/tty/vt/vt.c | 2 +- drivers/usb/dwc3/dwc3-am62.c | 8 ++---- drivers/usb/dwc3/gadget.c | 4 ++- drivers/usb/gadget/function/uvc_configfs.c | 6 ++-- drivers/usb/host/ehci-fsl.c | 11 ++----- drivers/usb/host/fsl-mph-dr-of.c | 3 ++ drivers/usb/serial/ftdi_sio.c | 3 ++ drivers/usb/serial/ftdi_sio_ids.h | 6 ++++ drivers/usb/typec/class.c | 1 + include/linux/serial_core.h | 5 ++++ include/uapi/linux/tty.h | 3 +- 23 files changed, 141 insertions(+), 76 deletions(-)