This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 8ce3648158d7 Merge tag 'timers-urgent-2021-05-16' of git://git.kernel.o [...] new 18abf8743674 cdc-wdm: untangle a circular dependency between callback a [...] new 04357fafea9c usb: dwc3: pci: Enable usb2-gadget-lpm-disable for Intel M [...] new 9cbc7eb17cdf usb: dwc3: core: Add missing GHWPARAMS9 doc new 6c05cdbb9ef1 usb: Restore the reference to ch9.h new d1d90dd27254 usb: dwc3: gadget: Enable suspend events new 6f26ebb79a84 usb: dwc3: gadget: Rename EOPF event macros to Suspend new 75a41ce46bae usb: dwc2: Fix gadget DMA unmap direction new bb9c74a5bd14 usb: dwc3: gadget: Free gadget structure only after freein [...] new 18ffa988dbae usb: dwc3: gadget: Return success always for kick transfer [...] new b96992081fde usb: dwc3: imx8mp: detect dwc3 core node via compatible string new 0b2b149e918f usb: dwc3: imx8mp: fix error return code in dwc3_imx8mp_probe() new e89baeba4f64 usb: dwc2: Remove obsolete MODULE_ constants from platform.c new 2e2b8d15adc2 usb: typec: tcpm: Fix wrong handling in GET_SINK_CAP new b9a0866a5bdf usb: typec: ucsi: Put fwnode in any case during ->probe() new e17b02d49709 usb: dwc3: omap: improve extcon initialization new f75297853470 docs: usb: function: Modify path name new a60a34366e0d usb: fotg210-hcd: Fix an error message new 1f4642b72be7 usb: typec: ucsi: Retrieve all the PDOs instead of just th [...] new c34e85fa69b9 usb: typec: tcpm: Send DISCOVER_IDENTITY from dedicated work new f1fbd950b59b usb: typec: tcpm: Fix wrong handling for Not_Supported in VDM AMS new d9ff1096a840 usb: musb: Fix an error message new b813511135e8 xhci-pci: Allow host runtime PM as default for Intel Alder [...] new 9b6a126ae58d xhci: Fix giving back cancelled URBs even if halted endpoi [...] new dda32c00c9a0 xhci: Do not use GFP_KERNEL in (potentially) atomic context new ca09b1bea63a usb: xhci: Increase timeout for HC halt new 3c128781d8da xhci: Add reset resume quirk for AMD xhci controller. new 12701ce524bc usb: typec: tcpm: Fix SINK_DISCOVERY current limit for Rp-default new 975f94c7d6c3 usb: core: hub: fix race condition about TRSMRCY of resume new 4a668429e0d3 Merge tag 'usb-5.13-rc2' of git://git.kernel.org/pub/scm/l [...] new 14b6cff54eda staging: rtl8723bs: avoid bogus gcc warning new 8edb79af88ef iio: light: gp2ap002: Fix rumtime PM imbalance on error new a2fa9242e89f iio: proximity: pulsedlight: Fix rumtime PM imbalance on error new 7061803522ee iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SE [...] new f73c730774d8 iio: gyro: mpu3050: Fix reported temperature value new 901f84de0e16 iio: core: fix ioctl handlers removal new af0670b0bf1b iio: core: return ENODEV if ioctl is unknown new af0e1871d79c iio: tsl2583: Fix division by a zero lux_val new ba9c25d94dea Merge tag 'iio-fixes-5.13a' of https://git.kernel.org/pub/ [...] new 6942d81a8faa Merge tag 'staging-5.13-rc2' of git://git.kernel.org/pub/s [...] new 28ec344bb891 usb: typec: tcpm: Don't block probing of consumers of "con [...] new bb4031b8af80 clk: Skip clk provider registration when np is NULL new 28183dbf54ed Merge tag 'driver-core-5.13-rc2' of git://git.kernel.org/p [...]
The 42 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/driver-api/usb/usb.rst | 15 +-- Documentation/usb/gadget_configfs.rst | 2 +- drivers/base/core.c | 3 +- drivers/clk/clk.c | 9 ++ drivers/iio/accel/Kconfig | 1 - drivers/iio/common/hid-sensors/Kconfig | 1 + drivers/iio/gyro/Kconfig | 1 - drivers/iio/gyro/mpu3050-core.c | 13 ++- drivers/iio/humidity/Kconfig | 1 - drivers/iio/industrialio-core.c | 9 +- drivers/iio/light/Kconfig | 2 - drivers/iio/light/gp2ap002.c | 5 +- drivers/iio/light/tsl2583.c | 8 ++ drivers/iio/magnetometer/Kconfig | 1 - drivers/iio/orientation/Kconfig | 2 - drivers/iio/pressure/Kconfig | 1 - drivers/iio/proximity/pulsedlight-lidar-lite-v2.c | 1 + drivers/iio/temperature/Kconfig | 1 - drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 23 +++-- drivers/staging/rtl8723bs/os_dep/ioctl_linux.c | 21 ++-- drivers/usb/class/cdc-wdm.c | 30 ++++-- drivers/usb/core/hub.c | 6 +- drivers/usb/dwc2/core.h | 2 + drivers/usb/dwc2/gadget.c | 3 +- drivers/usb/dwc2/platform.c | 4 - drivers/usb/dwc3/core.h | 7 +- drivers/usb/dwc3/debug.h | 8 +- drivers/usb/dwc3/dwc3-imx8mp.c | 3 +- drivers/usb/dwc3/dwc3-omap.c | 5 + drivers/usb/dwc3/dwc3-pci.c | 1 + drivers/usb/dwc3/gadget.c | 13 ++- drivers/usb/host/fotg210-hcd.c | 4 +- drivers/usb/host/xhci-ext-caps.h | 5 +- drivers/usb/host/xhci-pci.c | 8 +- drivers/usb/host/xhci-ring.c | 16 +++- drivers/usb/host/xhci.c | 6 +- drivers/usb/musb/mediatek.c | 2 +- drivers/usb/typec/tcpm/tcpm.c | 112 +++++++++++++++++++--- drivers/usb/typec/ucsi/ucsi.c | 46 +++++++-- drivers/usb/typec/ucsi/ucsi.h | 6 +- include/linux/fwnode.h | 1 + 41 files changed, 291 insertions(+), 117 deletions(-)