summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2016-09-09cdc-wdm: add terminating newlineOliver Neukum1-10/+10
2016-09-09usb: Kconfig: move ulpi bus support out of hostPeter Chen2-20/+20
2016-09-09usb: dwc3: avoid -Wmaybe-uninitialized warningArnd Bergmann1-5/+9
2016-09-09usb: gadget: NCM: Protect dev->port_usb using dev->lockHarish Jenny K N1-2/+5
2016-09-09usb: gadget: u_ether: fix another dereference after null checkHarish Jenny K N1-1/+2
2016-09-09Merge tag 'usb-ci-v4.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-0/+9
2016-09-09usb: gadget: remove variable ret and remove unnecessary if statementColin Ian King1-6/+2
2016-09-09usb: chipidea: udc: fix NULL ptr dereference in isr_setup_status_phaseClemens Gruber1-0/+9
2016-09-08usb: dwc2: Properly account for the force mode delaysJohn Youn1-17/+14
2016-09-08usb: dwc2: Add delay to core soft resetJohn Youn3-0/+97
2016-09-08usb: dwc2: gadget: Only initialize device if in device modeJohn Youn1-2/+5
2016-09-08usb: gadget: f_fs: Stop ffs_closed NULL pointer dereferenceJim Baxter1-0/+5
2016-09-08xhci: fix null pointer dereference in stop command timeout functionMathias Nyman1-1/+5
2016-09-07usb: dwc3: pci: fix build warning on !PM_SLEEPFelipe Balbi1-1/+3
2016-09-07usb: dwc3: Fix dr_mode validationThinh Nguyen2-12/+58
2016-09-06usb: dwc3: ulpi: make dwc3_ulpi_ops constantTal Shorer1-1/+1
2016-09-06usb: ulpi: make ops struct constantTal Shorer1-1/+2
2016-09-06usb: ulpi: remove "dev" field from struct ulpi_opsTal Shorer1-1/+0
2016-09-06usb: ulpi: rename operations {read|write}_dev to simply {read|write}Tal Shorer2-4/+4
2016-09-06usb: ulpi: remove calls to old api callbacksTal Shorer1-4/+0
2016-09-06usb: dwc3: ulpi: use new apiTal Shorer1-6/+6
2016-09-06usb: ulpi: add new api functions, {read|write}_dev()Tal Shorer1-2/+6
2016-09-06usb: ulpi: move setting of ulpi->dev parent up in ulpi_register()Tal Shorer1-1/+2
2016-09-06usb: gadget: prevent potenial null pointer dereference on skb->lenColin Ian King1-1/+1
2016-09-05usb: renesas_usbhs: fix clearing the {BRDY,BEMP}STS conditionYoshihiro Shimoda1-2/+9
2016-09-05usb: phy: phy-generic: Check clk_prepare_enable() errorFabio Estevam1-2/+6
2016-09-05usb: gadget: udc: renesas-usb3: clear VBOUT bit in DRD_CONYoshihiro Shimoda1-0/+2
2016-09-05Revert "usb: dwc3: gadget: always decrement by 1"John Youn1-1/+4
2016-09-05Merge 4.8-rc5 into usb-testingGreg Kroah-Hartman19-32/+92
2016-09-02usb: gadget: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-09-02usb: core: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2-2/+2
2016-08-31usb: dwc2: gadget: free TX FIFO after killing requestsRobert Baldyga1-4/+4
2016-08-31usb: dwc2: gadget: remove dead code from dwc2_hsotg_ep_enable()Robert Baldyga1-12/+1
2016-08-31usb: dwc2: gadget: change variable name to more meaningfulRobert Baldyga1-4/+4
2016-08-31usb: dwc2: gadget: fix TX FIFO size and address initializationRobert Baldyga2-46/+8
2016-08-31usb: dwc2: gadget: use ep->fifo_index in context of FIFO registersRobert Baldyga1-2/+3
2016-08-31usb: gadget: configfs: log function unbinding as debugRomain Izard1-1/+1
2016-08-31usb: gadget: uvc: Add missing call for additional setup dataPetr Cvek1-0/+7
2016-08-31usb: renesas_usbhs: set quirk_avoids_skb_reserve if USB-DMAC is usedYoshihiro Shimoda1-0/+2
2016-08-31usb: gadget: f_ncm: add support for no_skb_reserveYoshihiro Shimoda1-0/+2
2016-08-31usb: gadget: u_ether: add a flag to avoid skb_reserve() callingYoshihiro Shimoda2-1/+5
2016-08-31usb: gadget: net2280: fix typo: "Inavlid" -> "Invalid"Colin Ian King1-1/+1
2016-08-31usb: renesas_usbhs: add a compatible string for r8a7796Yoshihiro Shimoda1-0/+4
2016-08-30usb: usbip: vudc: fix left shift overflowNicolas Iooss1-1/+1
2016-08-30USB: ohci-omap - avoid including mach/irqs.hRussell King1-1/+0
2016-08-30usb: ohci-sa1111: remove mach/hardware.h includeRussell King1-1/+0
2016-08-30usb: ohci-sa1111: remove machine_has_neponset()Russell King1-2/+1
2016-08-30usb: ohci-at91: Forcibly suspend ports while USB suspendWenyou Yang1-1/+68
2016-08-30usb: wusbcore: wa-nep: don't print on ENOMEMWolfram Sang1-4/+1
2016-08-30usb: wusbcore: security: don't print on ENOMEMWolfram Sang1-3/+1