summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* usb: dwc2: host: use correct frame number during qh initGregory Herrero2015-10-011-0/+3
* usb: dwc2: host: correctly dump urb isochronous descriptorsGregory Herrero2015-10-011-5/+6
* usb: dwc2: host: wait 3ms for controller stabilizationGregory Herrero2015-10-011-1/+4
* usb: dwc2: host: clear pending interrupts prior hibernationGregory Herrero2015-10-011-0/+6
* usb: dwc2: host: disable interrupt during stopGregory Herrero2015-10-011-0/+3
* usb: dwc2: host: add disconnect interrupt to host only interruptsMian Yousaf Kaukab2015-10-011-2/+3
* usb: dwc2: host: disconnect hcd prior stopping itGregory Herrero2015-10-011-0/+5
* usb: dwc2: host: reset frame number after suspendGregory Herrero2015-10-012-0/+9
* usb: dwc2: host: resume only if bus is suspendedGregory Herrero2015-10-011-1/+2
* usb: dwc2: host: ignore wakeup interrupt if hibernation supportedGregory Herrero2015-10-011-0/+4
* usb: dwc2: host: avoid resetting lx_state to L3 during disconnectGregory Herrero2015-10-011-3/+0
* usb: dwc2: host: update hcd and lx_state during start/stop callbacksGregory Herrero2015-10-011-1/+5
* usb: dwc2: host: enter hibernation during bus suspendGregory Herrero2015-10-011-12/+128
* usb: dwc2: host: add flag to reflect bus stateGregory Herrero2015-10-012-2/+4
* usb: dwc2: host: create a function to handle port_resumeGregory Herrero2015-10-011-10/+30
* usb: dwc2: host: don't clear hprt0 status bits when exiting hibernationGregory Herrero2015-10-011-1/+1
* usb: common: of_usb_get_dr_mode to usb_get_dr_modeHeikki Krogerus2015-09-271-1/+1
* usb: dwc2: Use platform endianness when accessing registersAntti Seppälä2015-09-2710-572/+591
* usb: dwc2: rename all s3c_* to dwc2_*Felipe Balbi2015-09-276-392/+392
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2015-09-021-1/+1
|\
| * treewide: Fix typo in printkMasanari Iida2015-08-071-1/+1
* | usb: dwc2: gadget: add ep capabilities supportRobert Baldyga2015-08-041-0/+13
* | usb: dwc2: gadget: use | instead of + for bitmasksFelipe Balbi2015-07-291-1/+1
|/
* usb: dwc2: embed storage for reg backup in struct dwc2_hsotgMian Yousaf Kaukab2015-07-062-43/+21
* usb: dwc2: host: allocate qtd before atomic enqueueMian Yousaf Kaukab2015-07-061-10/+16
* usb: dwc2: host: allocate qh before atomic enqueueMian Yousaf Kaukab2015-07-063-42/+43
* usb: dwc2: hcd: fix build warningFelipe Balbi2015-05-131-1/+1
* usb: dwc2: host: ensure qtb exists before dereferencing itGregory Herrero2015-04-291-0/+10
* usb: dwc2: add hibernation core parameterGregory Herrero2015-04-294-3/+37
* usb: dwc2: remove dwc2_platform.koMian Yousaf Kaukab2015-04-297-25/+1
* usb: dwc2: host: implement test modeJingwu Lin2015-04-291-0/+9
* usb: dwc2: host: don't use dma_alloc_coherent with irqs disabledGregory Herrero2015-04-293-22/+54
* usb: dwc2: host: spinlock urb_enqueueGregory Herrero2015-04-292-16/+7
* usb: dwc2: host: resume root hub on port connectGregory Herrero2015-04-291-0/+3
* usb: dwc2: host: add bus_suspend/bus_resume callbackGregory Herrero2015-04-291-0/+19
* usb: dwc2: host: register handle to the phyMian Yousaf Kaukab2015-04-291-0/+6
* usb: dwc2: gadget: remove s3c_hsotg_ep_disable_forceMian Yousaf Kaukab2015-04-291-5/+1
* usb: dwc2: gadget: enable otg flag in dual role configurationGregory Herrero2015-04-291-0/+2
* usb: dwc2: gadget: powerup controller if neededGregory Herrero2015-04-291-0/+9
* usb: dwc2: gadget: prevent new request submission during suspendGregory Herrero2015-04-291-0/+7
* usb: dwc2: gadget: ignore pm suspend/resume in L2Gregory Herrero2015-04-291-0/+6
* usb: dwc2: gadget: use reset detect interruptGregory Herrero2015-04-291-3/+16
* usb: dwc2: set parameter values in probe functionMian Yousaf Kaukab2015-04-295-45/+47
* usb: dwc2: add external_id_pin_ctl core parameterGregory Herrero2015-04-293-1/+29
* usb: dwc2: controller must update lx_state before releasing lockGregory Herrero2015-04-291-3/+8
* usb: dwc2: implement hibernation during bus suspend/resumeGregory Herrero2015-04-292-0/+34
* usb: dwc2: add controller hibernation supportGregory Herrero2015-04-292-0/+461
* usb: dwc2: debugfs: add support for complete register dumpMian Yousaf Kaukab2015-04-292-0/+358
* usb: dwc2: move debugfs code to a separate fileMian Yousaf Kaukab2015-04-296-407/+456
* usb: dwc2: host: sleep USB_RESUME_TIMEOUT during resumeGregory Herrero2015-04-101-2/+2