summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-01-12105-978/+4172
|\
| * docs: ABI: fixed formatting in configfs-usb-gadget-uac2Pavel Hofman2022-01-081-2/+2
| * usb: gadget: u_audio: Subdevice 0 for capture ctlsPavel Hofman2022-01-061-2/+2
| * usb: gadget: u_audio: fix calculations for small bIntervalJohn Keeping2022-01-061-11/+13
| * usb: dwc2: gadget: initialize max_speed from paramsJohn Keeping2022-01-061-1/+12
| * usb: dwc2: do not gate off the hardware if it does not support clock gatingDinh Nguyen2022-01-061-3/+4
| * usb: dwc3: qcom: Fix NULL vs IS_ERR checking in dwc3_qcom_probeMiaoqian Lin2022-01-061-2/+5
| * headers/deps: USB: Optimize <linux/usb/ch9.h> dependencies, remove <linux/dev...Ingo Molnar2022-01-051-1/+2
| * USB: common: debug: add needed kernel.h includeGreg Kroah-Hartman2022-01-051-0/+1
| * headers/prep: Fix non-standard header section: drivers/usb/host/ohci-tmio.cIngo Molnar2022-01-051-5/+0
| * headers/prep: Fix non-standard header section: drivers/usb/cdns3/core.hIngo Molnar2022-01-051-3/+3
| * headers/prep: usb: gadget: Fix namespace collisionIngo Molnar2022-01-051-4/+4
| * USB: core: Fix bug in resuming hub's handling of wakeup requestsAlan Stern2022-01-031-1/+1
| * USB: Fix "slab-out-of-bounds Write" bug in usb_hcd_poll_rh_statusAlan Stern2022-01-031-1/+8
| * usb: dwc3: dwc3-qcom: Add missing platform_device_put() in dwc3_qcom_acpi_reg...Miaoqian Lin2022-01-031-1/+7
| * usb: gadget: clear related members when goto failHangyu Hua2022-01-031-2/+5
| * usb: gadget: don't release an existing dev->bufHangyu Hua2022-01-031-1/+2
| * Merge tag 'thunderbolt-for-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2022-01-0315-204/+1203
| |\
| | * thunderbolt: Add module parameter for CLx disablingGil Fine2021-12-281-0/+11
| | * thunderbolt: Enable CL0s for Intel Titan RidgeGil Fine2021-12-286-38/+324
| | * thunderbolt: Rename Intel TB_VSE_CAP_IECS capabilityGil Fine2021-12-221-1/+1
| | * thunderbolt: Implement TMU time disruption for Intel Titan RidgeGil Fine2021-12-224-7/+23
| | * thunderbolt: Move usb4_switch_wait_for_bit() to switch.cGil Fine2021-12-223-27/+41
| | * thunderbolt: Add CL0s support for USB4 routersGil Fine2021-12-225-1/+348
| | * thunderbolt: Add TMU uni-directional modeGil Fine2021-12-224-52/+264
| | * thunderbolt: Check return value of kmemdup() in icm_handle_event()Xiaoke Wang2021-12-151-1/+6
| | * thunderbolt: Do not dereference fwnode in struct deviceAndy Shevchenko2021-12-081-1/+1
| | * thunderbolt: Add debug logging of DisplayPort resource allocationMika Westerberg2021-12-071-2/+15
| | * thunderbolt: Do not program path HopIDs for USB4 routersMika Westerberg2021-12-071-1/+6
| | * thunderbolt: Do not allow subtracting more NFC credits than configuredMika Westerberg2021-12-071-0/+3
| | * thunderbolt: Runtime resume USB4 port when retimers are scannedMika Westerberg2021-12-071-10/+18
| | * thunderbolt: Tear down existing tunnels when resuming from hibernateMika Westerberg2021-12-075-47/+104
| | * thunderbolt: Runtime PM activate both ends of the device linkMika Westerberg2021-12-071-0/+13
| | * thunderbolt: xdomain: Avoid potential stack OOB readKees Cook2021-12-072-27/+36
| * | Merge 5.16-rc8 into usb-nextGreg Kroah-Hartman2022-01-03289-1266/+2530
| |\ \
| * | | usb: dwc2: Simplify a bitmap declarationChristophe JAILLET2021-12-301-2/+1
| * | | usb: Remove usb_for_each_port()Heikki Krogerus2021-12-302-55/+0
| * | | usb: typec: port-mapper: Convert to the component frameworkHeikki Krogerus2021-12-305-260/+46
| * | | usb: Link the ports to the connectors they are attached toHeikki Krogerus2021-12-302-0/+41
| * | | acpi: Store CRC-32 hash of the _PLD in struct acpi_deviceHeikki Krogerus2021-12-302-0/+17
| * | | acpi: Export acpi_bus_typeHeikki Krogerus2021-12-301-0/+1
| * | | docs: ABI: fixed req_number desc in UAC1Pavel Hofman2021-12-302-2/+2
| * | | docs: ABI: added missing num_requests param to UAC2Pavel Hofman2021-12-301-0/+2
| * | | usb-storage: Remove redundant assignmentsluo penghao2021-12-301-2/+0
| * | | usb: musb: dsps: Use platform_get_irq_byname() to get the interruptLad Prabhakar2021-12-211-6/+9
| * | | usb: cdns3: Use platform_get_irq_byname() to get the interruptLad Prabhakar2021-12-211-6/+8
| * | | usb: isp1760: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-211-9/+7
| * | | usb: dwc3: Drop unneeded calls to platform_get_resource_byname()Lad Prabhakar2021-12-211-19/+26
| * | | usb: renesas_usbhs: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-213-23/+6
| * | | usb: host: fotg210: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-211-8/+3