aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-Hartman48-383/+341
2019-09-03usb: roles: Add fwnode_usb_role_switch_get() functionHeikki Krogerus2-0/+27
2019-09-03device connection: Add fwnode_connection_find_match()Heikki Krogerus2-15/+38
2019-09-03usb: roles: Introduce stubs for the exiting functions in role.hYu Chen1-0/+30
2019-09-03dt-bindings: usb: mtu3: add properties about USB Role SwitchChunfeng Yun1-0/+10
2019-09-03dt-bindings: usb: add binding for USB GPIO based connection detection driverChunfeng Yun1-0/+30
2019-09-03dt-bindings: connector: add optional properties for Type-BChunfeng Yun1-0/+14
2019-09-03dt-binding: usb: add usb-role-switch propertyChunfeng Yun1-0/+4
2019-09-03usbip: Implement SG support to vhci-hcd and stub driverSuwan Kim8-125/+378
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_requests()'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-03mfd: don't select DMA_DECLARE_COHERENT for the sm501 and tc6393xb driversChristoph Hellwig1-2/+0
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-02Merge 5.3-rc7 into usb-nextGreg Kroah-Hartman591-3025/+5901
2019-09-02Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman51-476/+7960
2019-09-02Linux 5.3-rc7Linus Torvalds1-1/+1
2019-09-02Merge tag 'char-misc-5.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds12-18/+328
2019-09-02Merge tag 'usb-5.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds11-47/+82
2019-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds89-486/+760
2019-09-01net: seeq: Fix the function used to release some memory in an error handling pathChristophe JAILLET1-3/+4
2019-09-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-39/+43
2019-09-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-7/+24
2019-09-01Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds5-47/+90
2019-08-31enetc: Add missing call to 'pci_free_irq_vectors()' in probe and remove functionsChristophe JAILLET1-1/+4
2019-08-31net: bcmgenet: use ethtool_op_get_ts_info()Ryan M. Collins1-0/+1
2019-08-31tc-testing: don't hardcode 'ip' in nsPlugin.pyDavide Caratti1-11/+11
2019-08-31Merge branch 'net-dsa-microchip-add-KSZ8563-support'David S. Miller2-0/+2
2019-08-31net: dsa: microchip: add KSZ8563 compatibility stringRazvan Stefanescu1-0/+1