aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2021-07-05Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 149-1942/+3915
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 8-88/+22
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-1/+1
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-2/+2
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-4/+177
2021-06-30treewide: Add missing semicolons to __assign_str usesGravatar Joe Perches 1-1/+1
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-5/+1
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-12/+6
2021-06-24USB: cdc-acm: blacklist Heimann USB Appset deviceGravatar Hannu Hartikainen 1-0/+5
2021-06-24usb: xhci-mtk: allow multiple Start-Split in a microframeGravatar Chunfeng Yun 2-20/+0
2021-06-24usb: ftdi-elan: remove redundant continue statement in a while-loopGravatar Colin Ian King 1-1/+0
2021-06-24usb: class: cdc-wdm: return the correct errno codeGravatar Junlin Yang 1-2/+3
2021-06-24Merge tag 'usb-serial-5.14-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Gravatar Greg Kroah-Hartman 21-174/+282
2021-06-21xhci: remove redundant continue statementGravatar Colin Ian King 1-1/+0
2021-06-21usb: dwc3: Fix debugfs creation flowGravatar Minas Harutyunyan 1-1/+2
2021-06-21usb: gadget: hid: fix error return code in hid_bind()Gravatar Yang Yingliang 1-1/+3
2021-06-21usb: gadget: eem: fix echo command packet response issueGravatar Linyu Yuan 1-4/+39
2021-06-21usb: gadget: f_hid: fix endianness issue with descriptorsGravatar Ruslan Bilovol 1-1/+1
2021-06-21Merge tag 'usb-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Gravatar Greg Kroah-Hartman 2-7/+4
2021-06-21Merge tag 'v5.13-rc7' into usb-nextGravatar Greg Kroah-Hartman 2-2/+21
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 48-158/+373
2021-06-18sched: Unbreak wakeupsGravatar Peter Zijlstra 2-12/+6
2021-06-18Revert "USB: misc: Add onboard_usb_hub driver"Gravatar Greg Kroah-Hartman 3-515/+0
2021-06-18Revert "usb: host: xhci-plat: Create platform device for onboard hubs in prob...Gravatar Greg Kroah-Hartman 3-9/+0
2021-06-17xhci: solve a double free problem while doing s4Gravatar Zhangjiantao (Kirin, nanjing) 1-0/+1
2021-06-17xhci: handle failed buffer copy to URB sg list and fix a W=1 copiler warningGravatar Mathias Nyman 1-2/+7
2021-06-17xhci: Add adaptive interrupt rate for isoch TRBs with XHCI_AVOID_BEI quirkGravatar Mathias Nyman 3-1/+15
2021-06-17xhci: Remove unused defines for ERST_SIZE and ERST_ENTRIESGravatar Mathias Nyman 1-4/+0
2021-06-17usb: typec: Add the missed altmode_id_remove() in typec_register_altmode()Gravatar Jing Xiangfeng 1-1/+3
2021-06-17usb: typec: tcpm: Relax disconnect threshold during power negotiationGravatar Kyle Tso 1-0/+27
2021-06-17usb: typec: tcpm: Ignore Vsafe0v in PR_SWAP_SNK_SRC_SOURCE_ON stateGravatar Kyle Tso 1-0/+1
2021-06-17usb: typec: tcpci: Fix up sink disconnect thresholds for PDGravatar Badhri Jagan Sridharan 1-6/+12
2021-06-17usb: core: hub: Disable autosuspend for Cypress CY7C65632Gravatar Andrew Lunn 1-0/+7
2021-06-17USB: UDC: net2280: remove redundant continue statementGravatar Colin Ian King 1-2/+0
2021-06-17usb: host: u132-hcd: remove redundant continue statementsGravatar Colin Ian King 1-4/+2
2021-06-17usb: host: xhci-tegra: Use devm_platform_get_and_ioremap_resource()Gravatar Yang Yingliang 1-2/+1
2021-06-17usb: host: xhci-tegra: Add missing of_node_put() in tegra_xusb_probe()Gravatar Yang Yingliang 1-0/+1
2021-06-17usb: host: xhci-tegra: add missing put_device() in tegra_xusb_probe()Gravatar Yang Yingliang 1-4/+8
2021-06-17usb: renesas-xhci: Fix handling of unknown ROM stateGravatar Moritz Fischer 1-8/+8
2021-06-16USB: serial: cp210x: add support for GPIOs on CP2108Gravatar Pho Tran 1-19/+170
2021-06-16Merge tag 'usb-v5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Gravatar Greg Kroah-Hartman 1-2/+14
2021-06-16usb: chipidea: imx: Fix Battery Charger 1.2 CDP detectionGravatar Breno Lima 1-2/+14
2021-06-15usb: host: xhci-plat: Create platform device for onboard hubs in probe()Gravatar Matthias Kaehlcke 3-0/+9
2021-06-15USB: misc: Add onboard_usb_hub driverGravatar Matthias Kaehlcke 3-0/+515
2021-06-15usb: mtu3: use clock bulk to get clocksGravatar Chunfeng Yun 2-80/+18
2021-06-15usb: mtu3: rebuild role switch get/set hooksGravatar Chunfeng Yun 1-10/+3
2021-06-15usb: mtu3: use force mode for dual role switchGravatar Chunfeng Yun 2-12/+4
2021-06-15usb: mtu3: add helper to get pointer of ssusb_mtk structGravatar Chunfeng Yun 1-10/+10
2021-06-15usb: mtu3: rebuild role switch flow of extconGravatar Chunfeng Yun 2-32/+38
2021-06-15usb: mtu3: use enum usb_role instead of private defined onesGravatar Chunfeng Yun 1-37/+15