summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2019-09-24Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-113/+120
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds15-0/+16
2019-09-18vfs: Convert functionfs to use the new mount APIDavid Howells1-113/+120
2019-09-18Merge tag 'usb-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds209-15414/+9843
2019-09-17Merge tag 'devprop-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+20
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-35/+5
2019-09-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds4-11/+23
2019-09-10usb-storage: export symbols in USB_STORAGE namespaceMatthias Maennich15-0/+16
2019-09-10usb-storage: remove single-use define for debuggingMatthias Maennich2-3/+1
2019-09-05Merge tag 'usb-ci-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman4-4/+100
2019-09-04USB: usbcore: Fix slab-out-of-bounds bug during device resetAlan Stern1-4/+8
2019-09-04Merge tag 'usb-serial-5.4-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman1-0/+43
2019-09-03usb: cdns3: Remove redundant dev_err call in cdns3_probe()Wei Yongjun1-3/+1
2019-09-03USB: rio500: Fix lockdep violationAlan Stern1-31/+35
2019-09-03USB: rio500: simplify lockingOliver Neukum1-27/+16
2019-09-03usb: mtu3: register a USB Role Switch for dual role modeChunfeng Yun6-7/+60
2019-09-03usb: common: add USB GPIO based connection detection driverChunfeng Yun3-0/+298
2019-09-03usb: common: create Kconfig fileChunfeng Yun2-34/+39
2019-09-03usb: roles: get usb-role-switch from parentChunfeng Yun1-4/+21
2019-09-03Merge generic_lookup_helpers into usb-nextGreg Kroah-Hartman3-35/+5
2019-09-03usb: roles: Add fwnode_usb_role_switch_get() functionHeikki Krogerus1-0/+20
2019-09-03usbip: Implement SG support to vhci-hcd and stub driverSuwan Kim8-127/+380
2019-09-03usb: roles: intel: Enable static DRD mode for role switchSaranya Gopal1-2/+25
2019-09-03xhci-ext-caps.c: Add property to disable Intel SW switchSaranya Gopal1-0/+18
2019-09-03usb: dwc3: remove generic PHY calibrate() callsMarek Szyprowski1-2/+0
2019-09-03usb: core: phy: add support for PHY calibrationMarek Szyprowski3-0/+29
2019-09-03usb: chipidea: msm: Use device-managed registration APIChuhong Yuan1-6/+3
2019-09-03usb: host: xhci-rcar: Use xhci_plat_priv.quirks instead of code settingsYoshihiro Shimoda2-28/+14
2019-09-03usb: host: xhci-rcar: Add a helper macro to set xhci_plat_privYoshihiro Shimoda2-8/+9
2019-09-03usb: host: xhci-plat: add quirks member into struct xhci_plat_privYoshihiro Shimoda2-1/+5
2019-09-03xhci: fix possible memleak on setup address fails.Ikjoon Jang1-1/+2
2019-09-03xhci: add TSP bitflag to TRB tracingMathias Nyman1-1/+2
2019-09-03usb: xhci: dbc: Use GFP_KERNEL instead of GFP_ATOMIC in 'xhci_dbc_alloc_reque...Christophe JAILLET1-1/+1
2019-09-03usb: xhci: dbc: Simplify error handling in 'xhci_dbc_alloc_requests()'Christophe JAILLET1-1/+1
2019-09-03usb: cdns3: fix spelling mistake: "cnfiguration" -> "configuration"Colin Ian King1-1/+1
2019-09-03usb: cdns3: fix missing assignment of ret before error check on retColin Ian King1-3/+3
2019-09-03usb: cdns3: remove redundant assignment to ret on error exit pathColin Ian King1-3/+1
2019-09-03usb: typec: tps6598x: Fix build error without CONFIG_REGMAP_I2CYueHaibing1-0/+1
2019-09-03usb: cdns3: remove set but not used variable 'priv_dev'YueHaibing1-5/+0
2019-09-03usb: cdns3: Fix Wunused-but-set-variable warningYueHaibing1-3/+1
2019-09-03usb: remove commented out dma wrappersChristoph Hellwig1-222/+0
2019-09-03usb: remove a stale comment in hcd_alloc_coherentChristoph Hellwig1-3/+0
2019-09-03usb-storage: use hcd_uses_dma to check for DMA capabilitiesChristoph Hellwig1-3/+3
2019-09-03usb/ohci-tmio: remove the HCD_DMA flagChristoph Hellwig1-1/+1
2019-09-03usb/ohci-sm501: remove the HCD_DMA flagChristoph Hellwig1-1/+1
2019-09-03usb: chipidea: msm: Use device-managed registration APIChuhong Yuan1-6/+3
2019-09-02Merge 5.3-rc7 into usb-nextGreg Kroah-Hartman10-46/+81
2019-09-02Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman44-423/+7854
2019-08-30usb: gadget: net2280: Add workaround for AB chip Errata 11Benjamin Herrenschmidt1-0/+10
2019-08-30usb: gadget: net2280: Move all "ll" registers in one structureBenjamin Herrenschmidt2-20/+11