summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usb: chipidea: msm: Use device-managed registration APIChuhong Yuan2019-09-031-6/+3
* usb: host: xhci-rcar: Use xhci_plat_priv.quirks instead of code settingsYoshihiro Shimoda2019-09-032-28/+14
* usb: host: xhci-rcar: Add a helper macro to set xhci_plat_privYoshihiro Shimoda2019-09-032-8/+9
* usb: host: xhci-plat: add quirks member into struct xhci_plat_privYoshihiro Shimoda2019-09-032-1/+5
* xhci: fix possible memleak on setup address fails.Ikjoon Jang2019-09-031-1/+2
* xhci: add TSP bitflag to TRB tracingMathias Nyman2019-09-031-1/+2
* usb: xhci: dbc: Use GFP_KERNEL instead of GFP_ATOMIC in 'xhci_dbc_alloc_reque...Christophe JAILLET2019-09-031-1/+1
* usb: xhci: dbc: Simplify error handling in 'xhci_dbc_alloc_requests()'Christophe JAILLET2019-09-031-1/+1
* usb: cdns3: fix spelling mistake: "cnfiguration" -> "configuration"Colin Ian King2019-09-031-1/+1
* usb: cdns3: fix missing assignment of ret before error check on retColin Ian King2019-09-031-3/+3
* usb: cdns3: remove redundant assignment to ret on error exit pathColin Ian King2019-09-031-3/+1
* usb: typec: tps6598x: Fix build error without CONFIG_REGMAP_I2CYueHaibing2019-09-031-0/+1
* usb: cdns3: remove set but not used variable 'priv_dev'YueHaibing2019-09-031-5/+0
* usb: cdns3: Fix Wunused-but-set-variable warningYueHaibing2019-09-031-3/+1
* mfd: don't select DMA_DECLARE_COHERENT for the sm501 and tc6393xb driversChristoph Hellwig2019-09-031-2/+0
* usb: remove commented out dma wrappersChristoph Hellwig2019-09-031-222/+0
* usb: remove a stale comment in hcd_alloc_coherentChristoph Hellwig2019-09-031-3/+0
* usb-storage: use hcd_uses_dma to check for DMA capabilitiesChristoph Hellwig2019-09-031-3/+3
* usb/ohci-tmio: remove the HCD_DMA flagChristoph Hellwig2019-09-031-1/+1
* usb/ohci-sm501: remove the HCD_DMA flagChristoph Hellwig2019-09-031-1/+1
* Merge 5.3-rc7 into usb-nextGreg Kroah-Hartman2019-09-02591-3029/+5905
|\
| * Linux 5.3-rc7v5.3-rc7Linus Torvalds2019-09-021-1/+1
| * Merge tag 'char-misc-5.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-0212-18/+328
| |\
| | * fsi: scom: Don't abort operations for minor errorsEddie James2019-08-281-7/+1
| | * vmw_balloon: Fix offline page marking with compactionNadav Amit2019-08-281-2/+8
| | * VMCI: Release resource if the work is already queuedNadav Amit2019-08-281-2/+4
| | * Documentation/process: Embargoed hardware security issuesThomas Gleixner2019-08-282-0/+280
| | * lkdtm/bugs: fix build error in lkdtm_EXHAUST_STACKRaul E Rangel2019-08-281-2/+2
| | * mei: me: add Tiger Lake point LP device IDTomas Winkler2019-08-282-0/+4
| | * intel_th: pci: Add Tiger Lake supportAlexander Shishkin2019-08-281-0/+5
| | * intel_th: pci: Add support for another Lewisburg PCHAlexander Shishkin2019-08-281-0/+5
| | * stm class: Fix a double free of stm_source_deviceDing Xiang2019-08-281-1/+0
| | * Merge tag 'fpga-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2019-08-281-4/+7
| | |\
| | | * fpga: altera-ps-spi: Fix getting of optional confd gpioPhil Reid2019-08-181-4/+7
| | * | MAINTAINERS: add entry for LICENSES and SPDX stuffGreg Kroah-Hartman2019-08-281-0/+12
| * | | Merge tag 'usb-5.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-09-0211-47/+82
| |\ \ \
| | * | | USB: cdc-wdm: fix race between write and disconnect due to flag abuseOliver Neukum2019-08-281-4/+12
| | * | | usb: host: xhci: rcar: Fix typo in compatible string matchingGeert Uytterhoeven2019-08-281-1/+1
| | * | | usb: host: xhci-tegra: Set DMA mask correctlyNagarjuna Kristam2019-08-281-0/+10
| | * | | USB: storage: ums-realtek: Whitelist auto-delink supportKai-Heng Feng2019-08-281-5/+8
| | * | | USB: storage: ums-realtek: Update module parameter description for auto_delin...Kai-Heng Feng2019-08-281-1/+1
| | * | | usb: host: ohci: fix a race condition between shutdown and irqYoshihiro Shimoda2019-08-281-3/+12
| | * | | usb: hcd: use managed device resourcesSchmid, Carsten2019-08-281-22/+8
| | * | | typec: tcpm: fix a typo in the comparison of pdo_max_voltageColin Ian King2019-08-281-1/+1
| | * | | usb-storage: Add new JMS567 revision to unusual_devsHenk van der Laan2019-08-211-1/+1
| | * | | usb: chipidea: udc: don't do hardware access if gadget has stoppedPeter Chen2019-08-211-8/+24
| | * | | usbtmc: more sanity checking for packet sizeOliver Neukum2019-08-211-0/+3
| | * | | usb: udc: lpc32xx: silence fall-through warningGustavo A. R. Silva2019-08-211-1/+1
| | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-0189-487/+761
| |\ \ \
| | * | | net: seeq: Fix the function used to release some memory in an error handling ...Christophe JAILLET2019-09-011-3/+4