This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from cb323ee75d24 Merge tag 'block-5.17-2022-01-28' of git://git.kernel.dk/l [...] new 945c37ed5647 usb: roles: fix include/linux/usb/role.h compile issue new 5638b0dfb692 usb: typec: tcpci: don't touch CC line if it's Vconn source new 7817adb03cfb usb: typec: Only attempt to link USB ports if there is fwnode new 147ab5376f18 usb: typec: Don't try to register component master without [...] new 90b8aa9f5b09 usb: typec: tcpm: Do not disconnect while receiving VBUS off new 746f96e7d6f7 usb: typec: tcpm: Do not disconnect when receiving VSAFE0V new 5b67b3150372 usb-storage: Add unusual-devs entry for VL817 USB-SATA bridge new 26fbe9772b8c USB: core: Fix hang in usb_kill_urb by adding memory barriers new 825911492eb1 ucsi_ccg: Check DEV_INT bit only when starting CCG4 new 904edf8aeb45 usb: gadget: f_sourcesink: Fix isoc transfer for USB_SPEED [...] new 2e3dd4a62469 usb: common: ulpi: Fix crash in ulpi_match() new 9df478463d9f usb: xhci-plat: fix crash when suspend if remote wake enable new 9678f3361afc usb: dwc3: xilinx: Skip resets and USB3 register settings [...] new 2cc9b1c93b1c usb: dwc3: xilinx: Fix error handling when getting USB3 PHY new 26d81b292492 usb: gadget: at91_udc: fix incorrect print type new ac55d1638559 usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspend new 79aa3e19fe8f usb: cdnsp: Fix segmentation fault in cdns_lost_power function new 44aa31a2bfaa Merge tag 'usb-5.17-rc2' of git://git.kernel.org/pub/scm/l [...] new 6a7b9f002eca Revert "tty: serial: Use fifo in 8250 console driver" new 152d1afa834c tty: Add support for Brainboxes UC cards. new f23653fe6447 tty: Partially revert the removal of the Cyclades public API new db7f19c0aa0a tty: rpmsg: Fix race condition releasing tty port new d06b1cf28297 serial: 8250: of: Fix mapped region size when using reg-of [...] new 8838b2af23ca tty: n_gsm: fix SW flow control encoding/handling new d3d079bde07e serial: stm32: prevent TDR register overwrite when sending x_char new 037b91ec7729 serial: stm32: fix software flow control transfer new 62f676ff7898 serial: pl011: Fix incorrect rs485 RTS polarity on set_mctrl new 2dd8a74fddd2 serial: core: Initialize rs485 RTS polarity already on probe new d1ad2721b1eb kbuild: remove include/linux/cyclades.h from header file check new bb37101b3633 Merge tag 'tty-5.17-rc2' of git://git.kernel.org/pub/scm/l [...] new a6501e4b380f eeprom: at25: Restore missing allocation new fc55e63e148f counter: fix an IS_ERR() vs NULL bug new e255759e5afb Merge tag 'char-misc-5.17-rc2' of git://git.kernel.org/pub [...] new dda8e14363f4 gpio: sim: check the label length when setting up device p [...] new 8aa0f94b0a8d gpio: sim: add doc file to index file new 4cd90083d325 Merge tag 'gpio-fixes-for-v5.17-rc2' of git://git.kernel.o [...]
The 36 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: Documentation/admin-guide/gpio/index.rst | 1 + drivers/counter/counter-core.c | 15 ++--- drivers/gpio/gpio-sim.c | 2 +- drivers/misc/eeprom/at25.c | 4 ++ 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 + 30 files changed, 332 insertions(+), 131 deletions(-) create mode 100644 include/uapi/linux/cyclades.h