aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-06usb: dwc2: embed storage for reg backup in struct dwc2_hsotgMian Yousaf Kaukab2-43/+21
2015-07-06usb: dwc2: host: allocate qtd before atomic enqueueMian Yousaf Kaukab1-10/+16
2015-07-06usb: dwc2: host: allocate qh before atomic enqueueMian Yousaf Kaukab3-42/+43
2015-05-13usb: dwc2: hcd: fix build warningFelipe Balbi1-1/+1
2015-04-29usb: dwc2: host: ensure qtb exists before dereferencing itGregory Herrero1-0/+10
2015-04-29usb: dwc2: add hibernation core parameterGregory Herrero4-3/+37
2015-04-29usb: dwc2: remove dwc2_platform.koMian Yousaf Kaukab7-25/+1
2015-04-29usb: dwc2: host: implement test modeJingwu Lin1-0/+9
2015-04-29usb: dwc2: host: don't use dma_alloc_coherent with irqs disabledGregory Herrero3-22/+54
2015-04-29usb: dwc2: host: spinlock urb_enqueueGregory Herrero2-16/+7
2015-04-29usb: dwc2: host: resume root hub on port connectGregory Herrero1-0/+3
2015-04-29usb: dwc2: host: add bus_suspend/bus_resume callbackGregory Herrero1-0/+19
2015-04-29usb: dwc2: host: register handle to the phyMian Yousaf Kaukab1-0/+6
2015-04-29usb: dwc2: gadget: remove s3c_hsotg_ep_disable_forceMian Yousaf Kaukab1-5/+1
2015-04-29usb: dwc2: gadget: enable otg flag in dual role configurationGregory Herrero1-0/+2
2015-04-29usb: dwc2: gadget: powerup controller if neededGregory Herrero1-0/+9
2015-04-29usb: dwc2: gadget: prevent new request submission during suspendGregory Herrero1-0/+7
2015-04-29usb: dwc2: gadget: ignore pm suspend/resume in L2Gregory Herrero1-0/+6
2015-04-29usb: dwc2: gadget: use reset detect interruptGregory Herrero1-3/+16
2015-04-29usb: dwc2: set parameter values in probe functionMian Yousaf Kaukab5-45/+47
2015-04-29usb: dwc2: add external_id_pin_ctl core parameterGregory Herrero3-1/+29
2015-04-29usb: dwc2: controller must update lx_state before releasing lockGregory Herrero1-3/+8
2015-04-29usb: dwc2: implement hibernation during bus suspend/resumeGregory Herrero2-0/+34
2015-04-29usb: dwc2: add controller hibernation supportGregory Herrero2-0/+461
2015-04-29usb: dwc2: debugfs: add support for complete register dumpMian Yousaf Kaukab2-0/+358
2015-04-29usb: dwc2: move debugfs code to a separate fileMian Yousaf Kaukab6-407/+456
2015-04-10usb: dwc2: host: sleep USB_RESUME_TIMEOUT during resumeGregory Herrero1-2/+2
2015-04-10Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-testingGreg Kroah-Hartman1-1/+1
2015-04-07usb: dwc2: hcd: use new USB_RESUME_TIMEOUTFelipe Balbi1-1/+1
2015-04-03dwc2: hcd: use USB_DT_HUBSergei Shtylyov1-1/+1
2015-03-24Merge tag 'usb-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman6-103/+110
2015-03-19usb: dwc2: pci: Correctly compile dwc2-pci as a module or built-inJohn Youn1-4/+2
2015-03-19usb: dwc2: avoid leaking DMA channels on disconnectionVincent Palatin1-0/+8
2015-03-13usb: dwc2: pci: Select the generic PHY for dwc2-pci driverJohn Youn1-0/+1
2015-03-12usb: dwc2: rework initialization of host and gadget in dual-role modeMarek Szyprowski2-8/+23
2015-03-11usb: dwc2: pci: Add device mode to the dwc2-pci driverJohn Youn2-90/+76
2015-03-10usb: dwc2: host: fix dwc2 disconnect bugYunzhi Li1-0/+3
2015-03-10usb: move definition of PCI_VENDOR_ID_SYNOPSYS to linux/pci_ids.hJoseph Kogut1-1/+0
2015-02-04Merge tag 'usb-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman7-459/+932
2015-02-04usb: dwc2: Fix a bug in reading the endpoint directions from reg.Roshan Pius1-1/+1
2015-02-02Merge 3.19-rc7 into usb-nextGreg Kroah-Hartman1-3/+3
2015-01-30usb: dwc2: fix USB core dependenciesArnd Bergmann1-2/+2
2015-01-30usb: dwc2: gadget: initialize controller in pullup callbackGregory Herrero1-0/+1
2015-01-30usb: dwc2: gadget: replace constants with definesMian Yousaf Kaukab2-12/+13
2015-01-30usb: dwc2: gadget: fix phy interface configurationMian Yousaf Kaukab1-3/+7
2015-01-30usb: dwc2: gadget: fix debug message for zlpMian Yousaf Kaukab1-1/+6
2015-01-30usb: dwc2: gadget: don't modify pullup status during resetGregory Herrero1-1/+0
2015-01-30usb: dwc2: gadget: add reset flag in init functionGregory Herrero3-15/+26
2015-01-30usb: dwc2: gadget: add unaligned buffers supportMian Yousaf Kaukab2-1/+63
2015-01-30usb: dwc2: gadget: remove hardcoded if (0) and if (1) checksMian Yousaf Kaukab1-13/+1