summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | usb: gadget: hid: fix error return code in hid_bind()Yang Yingliang2021-06-211-1/+3
| * | | usb: gadget: eem: fix echo command packet response issueLinyu Yuan2021-06-211-4/+39
| * | | usb: gadget: f_hid: fix endianness issue with descriptorsRuslan Bilovol2021-06-211-1/+1
| * | | Merge tag 'usb-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman2021-06-212-7/+4
| |\ \ \
| | * | | usb: cdns3: cdns3-gadget: Use list_move_tail instead of list_del/list_add_tailBaokun Li2021-06-101-3/+1
| | * | | doc: dt-binding: cdns,usb3: Add interrupt-names property under requiredAswath Govindraju2021-05-311-0/+1
| | * | | usb: cdnsp: Useless condition has been removedPawel Laszczak2021-05-111-3/+2
| | * | | usb: cdns3: Corrected comment to align with kernel-doc commentSouptick Joarder2021-05-111-1/+1
| * | | | Merge tag 'v5.13-rc7' into usb-nextGreg Kroah-Hartman2021-06-21244-1297/+2690
| |\ \ \ \
| * | | | | Revert "USB: misc: Add onboard_usb_hub driver"Greg Kroah-Hartman2021-06-186-548/+0
| * | | | | Revert "of/platform: Add stubs for of_platform_device_create/destroy()"Greg Kroah-Hartman2021-06-181-18/+4
| * | | | | Revert "usb: host: xhci-plat: Create platform device for onboard hubs in prob...Greg Kroah-Hartman2021-06-183-9/+0
| * | | | | Revert "arm64: dts: qcom: sc7180-trogdor: Add nodes for onboard USB hub"Greg Kroah-Hartman2021-06-184-39/+30
| * | | | | xhci: solve a double free problem while doing s4Zhangjiantao (Kirin, nanjing)2021-06-171-0/+1
| * | | | | xhci: handle failed buffer copy to URB sg list and fix a W=1 copiler warningMathias Nyman2021-06-171-2/+7
| * | | | | xhci: Add adaptive interrupt rate for isoch TRBs with XHCI_AVOID_BEI quirkMathias Nyman2021-06-173-1/+15
| * | | | | xhci: Remove unused defines for ERST_SIZE and ERST_ENTRIESMathias Nyman2021-06-171-4/+0
| * | | | | usb: typec: Add the missed altmode_id_remove() in typec_register_altmode()Jing Xiangfeng2021-06-171-1/+3
| * | | | | usb: typec: tcpm: Relax disconnect threshold during power negotiationKyle Tso2021-06-171-0/+27
| * | | | | usb: typec: tcpm: Ignore Vsafe0v in PR_SWAP_SNK_SRC_SOURCE_ON stateKyle Tso2021-06-171-0/+1
| * | | | | usb: typec: tcpci: Fix up sink disconnect thresholds for PDBadhri Jagan Sridharan2021-06-171-6/+12
| * | | | | USB: UDC: net2280: remove redundant continue statementColin Ian King2021-06-171-2/+0
| * | | | | usb: host: u132-hcd: remove redundant continue statementsColin Ian King2021-06-171-4/+2
| * | | | | usb: host: xhci-tegra: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-171-2/+1
| * | | | | usb: host: xhci-tegra: Add missing of_node_put() in tegra_xusb_probe()Yang Yingliang2021-06-171-0/+1
| * | | | | usb: host: xhci-tegra: add missing put_device() in tegra_xusb_probe()Yang Yingliang2021-06-171-4/+8
| * | | | | usb: renesas-xhci: Fix handling of unknown ROM stateMoritz Fischer2021-06-171-8/+8
| * | | | | arm64: dts: qcom: sc7180-trogdor: Add nodes for onboard USB hubMatthias Kaehlcke2021-06-154-30/+39
| * | | | | usb: host: xhci-plat: Create platform device for onboard hubs in probe()Matthias Kaehlcke2021-06-153-0/+9
| * | | | | of/platform: Add stubs for of_platform_device_create/destroy()Matthias Kaehlcke2021-06-151-4/+18
| * | | | | USB: misc: Add onboard_usb_hub driverMatthias Kaehlcke2021-06-156-0/+548
| * | | | | dt-bindings: usb: Add binding for Realtek RTS5411 hub controllerMatthias Kaehlcke2021-06-151-0/+62
| * | | | | usb: mtu3: use clock bulk to get clocksChunfeng Yun2021-06-152-80/+18
| * | | | | usb: mtu3: rebuild role switch get/set hooksChunfeng Yun2021-06-151-10/+3
| * | | | | usb: mtu3: use force mode for dual role switchChunfeng Yun2021-06-152-12/+4
| * | | | | usb: mtu3: add helper to get pointer of ssusb_mtk structChunfeng Yun2021-06-151-10/+10
| * | | | | usb: mtu3: rebuild role switch flow of extconChunfeng Yun2021-06-152-32/+38
| * | | | | usb: mtu3: use enum usb_role instead of private defined onesChunfeng Yun2021-06-151-37/+15
| * | | | | usb: mtu3: drop support vbus detectionChunfeng Yun2021-06-152-55/+2
| * | | | | usb: mtu3: remove wakelockChunfeng Yun2021-06-151-3/+0
| * | | | | usb: mtu3: power down port when power down device IPChunfeng Yun2021-06-151-0/+9
| * | | | | usb: mtu3: power down device IP by defaultChunfeng Yun2021-06-151-4/+3
| * | | | | usb: isp1760: Fix meaningless check in isp1763_run()Tong Tiangen2021-06-151-1/+0
| * | | | | usb: renesas-xhci: Replace BIT(15) with macroMoritz Fischer2021-06-151-1/+1
| * | | | | usb: phy: tegra: Correct definition of B_SESS_VLD_WAKEUP_EN bitDmitry Osipenko2021-06-151-3/+2
| * | | | | usb: phy: tegra: Wait for VBUS wakeup status deassertion on suspendDmitry Osipenko2021-06-151-0/+10
| * | | | | usb: gadget: fsl: properly remove remnant of MXC supportLi Yang2021-06-142-49/+6
| * | | | | Merge tag 'for-5.14-usb' of git://git.kernel.org/pub/scm/linux/kernel/git/teg...Greg Kroah-Hartman2021-06-146-383/+2437
| |\ \ \ \ \
| | * | | | | usb: xhci: tegra: Enable ELPG for runtime/system PMJC Kuo2021-06-111-37/+370
| | * | | | | usb: xhci: tegra: Unlink power domain devicesJC Kuo2021-06-111-94/+112