aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-05Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds149-1942/+3915
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds8-88/+22
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-4/+177
2021-06-30treewide: Add missing semicolons to __assign_str usesJoe Perches1-1/+1
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-5/+1
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-12/+6
2021-06-24USB: cdc-acm: blacklist Heimann USB Appset deviceHannu Hartikainen1-0/+5
2021-06-24usb: xhci-mtk: allow multiple Start-Split in a microframeChunfeng Yun2-20/+0
2021-06-24usb: ftdi-elan: remove redundant continue statement in a while-loopColin Ian King1-1/+0
2021-06-24usb: class: cdc-wdm: return the correct errno codeJunlin Yang1-2/+3
2021-06-24Merge tag 'usb-serial-5.14-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman21-174/+282
2021-06-21xhci: remove redundant continue statementColin Ian King1-1/+0
2021-06-21usb: dwc3: Fix debugfs creation flowMinas Harutyunyan1-1/+2
2021-06-21usb: gadget: hid: fix error return code in hid_bind()Yang Yingliang1-1/+3
2021-06-21usb: gadget: eem: fix echo command packet response issueLinyu Yuan1-4/+39
2021-06-21usb: gadget: f_hid: fix endianness issue with descriptorsRuslan Bilovol1-1/+1
2021-06-21Merge tag 'usb-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-nextGreg Kroah-Hartman2-7/+4
2021-06-21Merge tag 'v5.13-rc7' into usb-nextGreg Kroah-Hartman2-2/+21
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski48-158/+373
2021-06-18sched: Unbreak wakeupsPeter Zijlstra2-12/+6
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 probe()"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/peter.chen/usb into usb-linusGreg 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