]> www.infradead.org Git - users/willy/pagecache.git/commitdiff
Merge tag 'usb-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 29 Nov 2024 19:19:31 +0000 (11:19 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 29 Nov 2024 19:19:31 +0000 (11:19 -0800)
Pull USB / Thunderbolt updates from Greg KH:
 "Here is the big set of USB and Thunderbolt changes for 6.13-rc1.

  Overall, a pretty slow development cycle, the majority of the work
  going into the debugfs interface for the thunderbolt (i.e. USB4) code,
  to help with debugging the myrad ways that hardware vendors get their
  interfaces messed up. Other than that, here's the highlights:

   - thunderbolt changes and additions to debugfs interfaces

   - lots of device tree updates for new and old hardware

   - UVC configfs gadget updates and new apis for features

   - xhci driver updates and fixes

   - dwc3 driver updates and fixes

   - typec driver updates and fixes

   - lots of other small updates and fixes, full details in the shortlog

  All of these have been in linux-next for a while with no reported
  problems"

* tag 'usb-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (148 commits)
  usb: typec: tcpm: Add support for sink-bc12-completion-time-ms DT property
  dt-bindings: usb: maxim,max33359: add usage of sink bc12 time property
  dt-bindings: connector: Add time property for Sink BC12 detection completion
  usb: dwc3: gadget: Remove dwc3_request->needs_extra_trb
  usb: dwc3: gadget: Cleanup SG handling
  usb: dwc3: gadget: Fix looping of queued SG entries
  usb: dwc3: gadget: Fix checking for number of TRBs left
  usb: dwc3: ep0: Don't clear ep0 DWC3_EP_TRANSFER_STARTED
  Revert "usb: gadget: composite: fix OS descriptors w_value logic"
  usb: ehci-spear: fix call balance of sehci clk handling routines
  USB: make to_usb_device_driver() use container_of_const()
  USB: make to_usb_driver() use container_of_const()
  USB: properly lock dynamic id list when showing an id
  USB: make single lock for all usb dynamic id lists
  drivers/usb/storage: refactor min with min_t
  drivers/usb/serial: refactor min with min_t
  drivers/usb/musb: refactor min/max with min_t/max_t
  drivers/usb/mon: refactor min with min_t
  drivers/usb/misc: refactor min with min_t
  drivers/usb/host: refactor min/max with min_t/max_t
  ...

15 files changed:
1  2 
Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml
Documentation/devicetree/bindings/usb/generic-ehci.yaml
Documentation/devicetree/bindings/usb/generic-ohci.yaml
Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
MAINTAINERS
drivers/phy/realtek/phy-rtk-usb2.c
drivers/phy/realtek/phy-rtk-usb3.c
drivers/thunderbolt/usb4.c
drivers/usb/dwc3/core.c
drivers/usb/gadget/udc/pxa27x_udc.c
drivers/usb/musb/sunxi.c
drivers/usb/serial/io_edgeport.c
drivers/usb/typec/tcpm/wcove.c
drivers/usb/typec/ucsi/ucsi_ccg.c
include/linux/pci_ids.h

index bb5010dcefe187ce7f0c4fd4674bbc3463b6ad59,57c17d5a62d63f83b7e0c7baa23a12b0c6061017..7ffcd236d7bb45057b91a4daeeb83460601887a2
@@@ -23,8 -23,8 +23,9 @@@ properties
            - enum:
                - allwinner,sun8i-a83t-musb
                - allwinner,sun20i-d1-musb
 +              - allwinner,sun50i-a100-musb
                - allwinner,sun50i-h6-musb
+               - allwinner,sun55i-a523-musb
            - const: allwinner,sun8i-a33-musb
        - items:
            - const: allwinner,sun50i-h616-musb
index f7be056419307069c67b8f2d53bc88417a19b9ce,42603e0f4d846ad5b6a316785db6bb88e5a3064c..935e204b607bbd3bc9bfbdcd03519202197c9eb4
@@@ -26,9 -26,9 +26,10 @@@ properties
            - qcom,msm8998-dwc3
            - qcom,qcm2290-dwc3
            - qcom,qcs404-dwc3
 +          - qcom,qcs8300-dwc3
            - qcom,qdu1000-dwc3
            - qcom,sa8775p-dwc3
+           - qcom,sar2130p-dwc3
            - qcom,sc7180-dwc3
            - qcom,sc7280-dwc3
            - qcom,sc8180x-dwc3
diff --cc MAINTAINERS
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge