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_build/master-arm in repository toolchain/ci/linux.
from cb323ee75d24 Merge tag 'block-5.17-2022-01-28' of git://git.kernel.dk/l [...] adds 945c37ed5647 usb: roles: fix include/linux/usb/role.h compile issue adds 5638b0dfb692 usb: typec: tcpci: don't touch CC line if it's Vconn source adds 7817adb03cfb usb: typec: Only attempt to link USB ports if there is fwnode adds 147ab5376f18 usb: typec: Don't try to register component master without [...] adds 90b8aa9f5b09 usb: typec: tcpm: Do not disconnect while receiving VBUS off adds 746f96e7d6f7 usb: typec: tcpm: Do not disconnect when receiving VSAFE0V adds 5b67b3150372 usb-storage: Add unusual-devs entry for VL817 USB-SATA bridge adds 26fbe9772b8c USB: core: Fix hang in usb_kill_urb by adding memory barriers adds 825911492eb1 ucsi_ccg: Check DEV_INT bit only when starting CCG4 adds 904edf8aeb45 usb: gadget: f_sourcesink: Fix isoc transfer for USB_SPEED [...] adds 2e3dd4a62469 usb: common: ulpi: Fix crash in ulpi_match() adds 9df478463d9f usb: xhci-plat: fix crash when suspend if remote wake enable adds 9678f3361afc usb: dwc3: xilinx: Skip resets and USB3 register settings [...] adds 2cc9b1c93b1c usb: dwc3: xilinx: Fix error handling when getting USB3 PHY adds 26d81b292492 usb: gadget: at91_udc: fix incorrect print type adds ac55d1638559 usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspend adds 79aa3e19fe8f usb: cdnsp: Fix segmentation fault in cdns_lost_power function adds 44aa31a2bfaa Merge tag 'usb-5.17-rc2' of git://git.kernel.org/pub/scm/l [...] adds 6a7b9f002eca Revert "tty: serial: Use fifo in 8250 console driver" adds 152d1afa834c tty: Add support for Brainboxes UC cards. adds f23653fe6447 tty: Partially revert the removal of the Cyclades public API adds db7f19c0aa0a tty: rpmsg: Fix race condition releasing tty port adds d06b1cf28297 serial: 8250: of: Fix mapped region size when using reg-of [...] adds 8838b2af23ca tty: n_gsm: fix SW flow control encoding/handling adds d3d079bde07e serial: stm32: prevent TDR register overwrite when sending x_char adds 037b91ec7729 serial: stm32: fix software flow control transfer adds 62f676ff7898 serial: pl011: Fix incorrect rs485 RTS polarity on set_mctrl adds 2dd8a74fddd2 serial: core: Initialize rs485 RTS polarity already on probe adds d1ad2721b1eb kbuild: remove include/linux/cyclades.h from header file check adds bb37101b3633 Merge tag 'tty-5.17-rc2' of git://git.kernel.org/pub/scm/l [...] adds a6501e4b380f eeprom: at25: Restore missing allocation adds fc55e63e148f counter: fix an IS_ERR() vs NULL bug adds e255759e5afb Merge tag 'char-misc-5.17-rc2' of git://git.kernel.org/pub [...] adds dda8e14363f4 gpio: sim: check the label length when setting up device p [...] adds 8aa0f94b0a8d gpio: sim: add doc file to index file adds 4cd90083d325 Merge tag 'gpio-fixes-for-v5.17-rc2' of git://git.kernel.o [...] adds 4b77e4abb32c PCI: mt7621: Drop of_match_ptr() to avoid unused variable adds c035366d9c9f PCI: mt7621: Remove unused function pcie_rmw() adds 66d28b21fe6b PCI/sysfs: Find shadow ROM before static attribute initialization adds f8c7e4ede46f Merge tag 'pci-v5.17-fixes-2' of git://git.kernel.org/pub/ [...]
No new revisions were added by this update.
Summary of changes: Documentation/admin-guide/gpio/index.rst | 1 + arch/ia64/pci/fixup.c | 4 +- arch/mips/loongson64/vbios_quirk.c | 9 ++- arch/x86/pci/fixup.c | 4 +- drivers/counter/counter-core.c | 15 ++--- drivers/gpio/gpio-sim.c | 2 +- drivers/misc/eeprom/at25.c | 4 ++ drivers/pci/controller/pcie-mt7621.c | 11 +--- drivers/tty/n_gsm.c | 4 +- drivers/tty/rpmsg_tty.c | 40 ++++++++---- drivers/tty/serial/8250/8250_of.c | 11 +++- drivers/tty/serial/8250/8250_pci.c | 100 ++++++++++++++++++++++++++++- drivers/tty/serial/8250/8250_port.c | 61 ++---------------- drivers/tty/serial/amba-pl011.c | 11 +--- drivers/tty/serial/serial_core.c | 34 ++++------ drivers/tty/serial/stm32-usart.c | 14 +++- drivers/usb/cdns3/drd.c | 6 +- drivers/usb/common/ulpi.c | 7 +- drivers/usb/core/hcd.c | 14 ++++ drivers/usb/core/urb.c | 12 ++++ drivers/usb/dwc2/gadget.c | 2 +- drivers/usb/dwc3/dwc3-xilinx.c | 23 +++++-- drivers/usb/gadget/function/f_sourcesink.c | 1 + drivers/usb/gadget/udc/at91_udc.c | 2 +- drivers/usb/host/xhci-plat.c | 3 + drivers/usb/storage/unusual_devs.h | 10 +++ drivers/usb/typec/port-mapper.c | 8 ++- drivers/usb/typec/tcpm/tcpci.c | 26 ++++++++ drivers/usb/typec/tcpm/tcpci.h | 1 + drivers/usb/typec/tcpm/tcpm.c | 7 +- drivers/usb/typec/ucsi/ucsi_ccg.c | 2 +- include/linux/usb/role.h | 6 ++ include/uapi/linux/cyclades.h | 35 ++++++++++ usr/include/Makefile | 1 + 34 files changed, 341 insertions(+), 150 deletions(-) create mode 100644 include/uapi/linux/cyclades.h