This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 486291a0e624 Merge tag 'drm-fixes-2024-03-30' of https://gitlab.freedes [...] new ef25725b7f8a staging: vc04_services: changen strncpy() to strscpy_pad() new f37e76abd614 staging: vc04_services: fix information leak in create_com [...] new 4e6e42298551 Merge tag 'staging-6.9-rc2' of git://git.kernel.org/pub/sc [...] new cd5432c71235 USB: UAS: return ENODEV when submit urbs fail with device [...] new 893cd9469c68 usb: typec: tcpm: Correct port source pdo array in pd_set [...] new f5e9bda03aa5 usb: typec: ucsi: Fix race between typec_switch and role_switch new 7c9631969287 usb: misc: ljca: Fix double free in error handling path new b63f90487bdf usb: typec: tcpm: fix double-free issue in tcpm_port_unreg [...] new 17af5050dead usb: typec: tcpm: Update PD of Type-C port upon pd_set new 80ba43e9f799 USB: core: Fix deadlock in usb_deauthorize_interface() new 3c7b9856a822 usb: dwc2: host: Fix hibernation flow new bae2bc73a59c usb: dwc2: host: Fix remote wakeup from hibernation new b258e4268850 usb: dwc2: host: Fix ISOC flow in DDMA mode new 31f42da31417 usb: dwc2: gadget: Fix exiting from clock gating new 5d69a3b54e5a usb: dwc2: gadget: LPM flow fix new 339f83612f3a usb: cdc-wdm: close race between read and workqueue new fdada0db0b2a Revert "usb: phy: generic: Get the vbus supply" new f9aa41130ac6 usb: dwc3: Properly set system wakeup new f121531703ae usb: dwc3: pci: Drop duplicate ID new 2a587a035214 usb: udc: remove warning when queue disabled ep new 53f5094fdf5d usb: typec: Return size of buffer if pd_set operation succeeds new 15b2e71b4653 usb: typec: ucsi: Clear EVENT_PENDING under PPM lock new 808a8b9e0b87 usb: typec: ucsi: Check for notifications after init new 6b5c85ddeea7 usb: typec: ucsi: Ack unsupported commands new 6aaceb7d9cd0 usb: typec: ucsi_acpi: Refactor and fix DELL quirk new 3de4f996a0b5 usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before reset new 0be3870f7cbb usb: typec: ucsi: Check capabilities before cable and iden [...] new ee113b860aa1 USB: core: Add hub_get() and hub_put() routines new f4d1960764d8 USB: core: Fix deadlock in port "disable" sysfs attribute new ff789a26cc37 Merge tag 'usb-6.9-rc2' of git://git.kernel.org/pub/scm/li [...] new d1ef7a9ca867 i2c: i801: Fix a refactoring that broke a touchpad on Lenovo P1 new 2953eb02875b Merge tag 'i2c-host-fixes-6.9-rc2' of git://git.kernel.org [...] new ac6727189c07 Merge tag 'i2c-for-6.9-rc2' of git://git.kernel.org/pub/sc [...]
The 33 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/i2c/busses/i2c-i801.c | 7 +- .../staging/vc04_services/vchiq-mmal/mmal-vchiq.c | 5 +- drivers/usb/class/cdc-wdm.c | 6 +- drivers/usb/core/hub.c | 23 ++++-- drivers/usb/core/hub.h | 2 + drivers/usb/core/port.c | 38 ++++++++- drivers/usb/core/sysfs.c | 16 +++- drivers/usb/dwc2/core.h | 14 ++++ drivers/usb/dwc2/core_intr.c | 72 +++++++++++------ drivers/usb/dwc2/gadget.c | 10 +++ drivers/usb/dwc2/hcd.c | 49 +++++++++--- drivers/usb/dwc2/hcd_ddma.c | 17 ++-- drivers/usb/dwc2/hw.h | 2 +- drivers/usb/dwc2/platform.c | 2 +- drivers/usb/dwc3/core.c | 2 + drivers/usb/dwc3/core.h | 2 + drivers/usb/dwc3/dwc3-pci.c | 2 - drivers/usb/dwc3/gadget.c | 10 +++ drivers/usb/dwc3/host.c | 11 +++ drivers/usb/gadget/udc/core.c | 4 +- drivers/usb/misc/usb-ljca.c | 22 +++--- drivers/usb/phy/phy-generic.c | 7 -- drivers/usb/storage/uas.c | 28 ++++--- drivers/usb/typec/class.c | 7 +- drivers/usb/typec/tcpm/tcpm.c | 6 +- drivers/usb/typec/ucsi/ucsi.c | 90 +++++++++++++++++----- drivers/usb/typec/ucsi/ucsi.h | 5 +- drivers/usb/typec/ucsi/ucsi_acpi.c | 75 ++++++++---------- drivers/usb/typec/ucsi/ucsi_glink.c | 14 ++++ 29 files changed, 383 insertions(+), 165 deletions(-)