aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2021-06-18Revert "USB: misc: Add onboard_usb_hub driver"Greg Kroah-Hartman3-515/+0
2021-06-18Revert "usb: host: xhci-plat: Create platform device for onboard hubs in prob...Greg Kroah-Hartman3-9/+0
2021-06-17xhci: solve a double free problem while doing s4Zhangjiantao (Kirin, nanjing)1-0/+1
2021-06-17xhci: handle failed buffer copy to URB sg list and fix a W=1 copiler warningMathias Nyman1-2/+7
2021-06-17xhci: Add adaptive interrupt rate for isoch TRBs with XHCI_AVOID_BEI quirkMathias Nyman3-1/+15
2021-06-17xhci: Remove unused defines for ERST_SIZE and ERST_ENTRIESMathias Nyman1-4/+0
2021-06-17usb: typec: Add the missed altmode_id_remove() in typec_register_altmode()Jing Xiangfeng1-1/+3
2021-06-17usb: typec: tcpm: Relax disconnect threshold during power negotiationKyle Tso1-0/+27
2021-06-17usb: typec: tcpm: Ignore Vsafe0v in PR_SWAP_SNK_SRC_SOURCE_ON stateKyle Tso1-0/+1
2021-06-17usb: typec: tcpci: Fix up sink disconnect thresholds for PDBadhri Jagan Sridharan1-6/+12
2021-06-17usb: core: hub: Disable autosuspend for Cypress CY7C65632Andrew Lunn1-0/+7
2021-06-17USB: UDC: net2280: remove redundant continue statementColin Ian King1-2/+0
2021-06-17usb: host: u132-hcd: remove redundant continue statementsColin Ian King1-4/+2
2021-06-17usb: host: xhci-tegra: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-06-17usb: host: xhci-tegra: Add missing of_node_put() in tegra_xusb_probe()Yang Yingliang1-0/+1
2021-06-17usb: host: xhci-tegra: add missing put_device() in tegra_xusb_probe()Yang Yingliang1-4/+8
2021-06-17usb: renesas-xhci: Fix handling of unknown ROM stateMoritz Fischer1-8/+8
2021-06-16USB: serial: cp210x: add support for GPIOs on CP2108Pho Tran1-19/+170
2021-06-16Merge tag 'usb-v5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman1-2/+14
2021-06-16usb: chipidea: imx: Fix Battery Charger 1.2 CDP detectionBreno Lima1-2/+14
2021-06-15usb: host: xhci-plat: Create platform device for onboard hubs in probe()Matthias Kaehlcke3-0/+9
2021-06-15USB: misc: Add onboard_usb_hub driverMatthias Kaehlcke3-0/+515
2021-06-15usb: mtu3: use clock bulk to get clocksChunfeng Yun2-80/+18
2021-06-15usb: mtu3: rebuild role switch get/set hooksChunfeng Yun1-10/+3
2021-06-15usb: mtu3: use force mode for dual role switchChunfeng Yun2-12/+4
2021-06-15usb: mtu3: add helper to get pointer of ssusb_mtk structChunfeng Yun1-10/+10
2021-06-15usb: mtu3: rebuild role switch flow of extconChunfeng Yun2-32/+38
2021-06-15usb: mtu3: use enum usb_role instead of private defined onesChunfeng Yun1-37/+15
2021-06-15usb: mtu3: drop support vbus detectionChunfeng Yun2-55/+2
2021-06-15usb: mtu3: remove wakelockChunfeng Yun1-3/+0
2021-06-15usb: mtu3: power down port when power down device IPChunfeng Yun1-0/+9
2021-06-15usb: mtu3: power down device IP by defaultChunfeng Yun1-4/+3
2021-06-15usb: isp1760: Fix meaningless check in isp1763_run()Tong Tiangen1-1/+0
2021-06-15usb: renesas-xhci: Replace BIT(15) with macroMoritz Fischer1-1/+1
2021-06-15usb: phy: tegra: Correct definition of B_SESS_VLD_WAKEUP_EN bitDmitry Osipenko1-3/+2
2021-06-15usb: phy: tegra: Wait for VBUS wakeup status deassertion on suspendDmitry Osipenko1-0/+10
2021-06-15tty: make use of tty_get_{char,frame}_sizeJiri Slaby5-73/+7
2021-06-15cypress_m8: switch data_bits to real character bitsJiri Slaby1-6/+6
2021-06-15usb: dwc3: core: fix kernel panic when do rebootPeter Chen1-1/+1
2021-06-14usb: gadget: fsl: properly remove remnant of MXC supportLi Yang2-49/+6
2021-06-14Merge tag 'for-5.14-usb' of git://git.kernel.org/pub/scm/linux/kernel/git/teg...Greg Kroah-Hartman1-131/+482
2021-06-14usb: musb: Implement tracing for state change eventsTony Lindgren2-16/+35
2021-06-14usb: musb: Simplify cable state handlingTony Lindgren1-20/+20
2021-06-14Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman33-107/+250
2021-06-14Merge tag 'v5.13-rc6' into tty-nextGreg Kroah-Hartman35-126/+258
2021-06-11usb: xhci: tegra: Enable ELPG for runtime/system PMJC Kuo1-37/+370
2021-06-11usb: xhci: tegra: Unlink power domain devicesJC Kuo1-94/+112
2021-06-11Merge tag 'usb-serial-5.13-rc6' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman1-6/+78
2021-06-11Revert "usb: gadget: fsl: Re-enable driver for ARM SoCs"Greg Kroah-Hartman1-1/+1
2021-06-10usb: typec: mux: Fix copy-paste mistake in typec_mux_matchBjorn Andersson1-1/+1