This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/linux.
from 47700948a4ab Merge tag 'drm-fixes-2022-06-17' of git://anongit.freedesk [...] adds 908e698f2149 USB: serial: io_ti: add Agilent E5805A support adds 158f7585bfce USB: serial: option: add support for Cinterion MV31 with n [...] adds 1d9e615f1ab3 Merge tag 'usb-serial-5.19-rc2' of https://git.kernel.org/ [...] adds 9c1e916960c1 usb: dwc3: gadget: Fix IN endpoint max packet size allocation adds 7ddda2614d62 usb: dwc3: pci: Restore line lost in merge conflict resolution adds 3755278f0784 usb: dwc2: Fix memory leak in dwc2_hcd_init adds 4757c9ade341 usb: gadget: lpc32xx_udc: Fix refcount leak in lpc32xx_udc_probe adds b337af3a4d61 usb: gadget: u_ether: fix regression in setting fixed MAC address adds 5c7578c39c3f usb: cdnsp: Fixed setting last_trb incorrectly adds 8bd6b8c4b100 USB: fixup for merge issue with "usb: dwc3: Don't switch O [...] adds 802dcafc420a xhci: Fix null pointer dereference in resume if xhci has o [...] adds fb1f16d74e26 usb: gadget: f_fs: change ep->status safe in ffs_epfile_io() adds 0698f0209d80 usb: gadget: f_fs: change ep->ep safe in ffs_epfile_io() new 9057a646446c Merge tag 'usb-5.19-rc3' of git://git.kernel.org/pub/scm/l [...] adds e74024b2eccb tty: n_gsm: Debug output allocation must use GFP_ATOMIC adds cfab87c2c271 serial: core: Introduce callback for start_rx and do stop_ [...] adds 654a8d6c93e7 tty: serial: qcom-geni-serial: Implement start_rx callback adds 499e13aac6c7 tty: goldfish: Fix free_irq() on remove adds be03b0651ffd serial: 8250: Store to lsr_save_flags after lsr read new 62dcd5e198af Merge tag 'tty-5.19-rc3' of git://git.kernel.org/pub/scm/l [...] adds 5b7419ae1d20 staging: r8188eu: fix rtw_alloc_hwxmits error detection for now adds 96f0a54e8e65 staging: r8188eu: Fix warning of array overflow in ioctl_linux.c adds de0952f267ff staging: olpc_dcon: mark driver as broken adds 67ea0a2adbf6 staging: rtl8723bs: Allocate full pwep structure adds cd756dafd86e staging: Also remove the Unisys visorbus.h new 9afc441c3c9c Merge tag 'staging-5.19-rc3' of git://git.kernel.org/pub/s [...] adds 6497e7776441 char: lp: remove redundant initialization of err adds 1c245358ce0b misc: atmel-ssc: Fix IRQ check in ssc_probe adds 0a35780c755c eeprom: at25: Split reads into chunks and cap write size new f0ec9c65a8d6 Merge tag 'char-misc-5.19-rc3' of git://git.kernel.org/pub [...]
The 4 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/char/lp.c | 2 +- drivers/misc/atmel-ssc.c | 4 +- drivers/misc/eeprom/at25.c | 93 ++++--- drivers/staging/olpc_dcon/Kconfig | 2 +- drivers/staging/r8188eu/core/rtw_xmit.c | 20 +- drivers/staging/r8188eu/os_dep/ioctl_linux.c | 2 +- drivers/staging/rtl8723bs/os_dep/ioctl_linux.c | 6 +- drivers/tty/goldfish.c | 2 +- drivers/tty/n_gsm.c | 2 +- drivers/tty/serial/8250/8250_port.c | 2 + drivers/tty/serial/qcom_geni_serial.c | 1 + drivers/tty/serial/serial_core.c | 9 +- drivers/usb/cdns3/cdnsp-ring.c | 19 +- drivers/usb/dwc2/hcd.c | 2 +- drivers/usb/dwc3/core.c | 9 +- drivers/usb/dwc3/dwc3-pci.c | 1 + drivers/usb/dwc3/gadget.c | 26 +- drivers/usb/gadget/function/f_fs.c | 40 +-- drivers/usb/gadget/function/u_ether.c | 12 +- drivers/usb/gadget/udc/lpc32xx_udc.c | 1 + drivers/usb/host/xhci.c | 15 +- drivers/usb/serial/io_ti.c | 2 + drivers/usb/serial/io_usbvend.h | 1 + drivers/usb/serial/option.c | 6 + include/linux/serial_core.h | 1 + include/linux/visorbus.h | 344 ------------------------- 26 files changed, 159 insertions(+), 465 deletions(-) delete mode 100644 include/linux/visorbus.h