summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc2
AgeCommit message (Expand)AuthorFilesLines
2015-10-01usb: dwc2: host: correctly dump urb isochronous descriptorsGregory Herrero1-5/+6
2015-10-01usb: dwc2: host: wait 3ms for controller stabilizationGregory Herrero1-1/+4
2015-10-01usb: dwc2: host: clear pending interrupts prior hibernationGregory Herrero1-0/+6
2015-10-01usb: dwc2: host: disable interrupt during stopGregory Herrero1-0/+3
2015-10-01usb: dwc2: host: add disconnect interrupt to host only interruptsMian Yousaf Kaukab1-2/+3
2015-10-01usb: dwc2: host: disconnect hcd prior stopping itGregory Herrero1-0/+5
2015-10-01usb: dwc2: host: reset frame number after suspendGregory Herrero2-0/+9
2015-10-01usb: dwc2: host: resume only if bus is suspendedGregory Herrero1-1/+2
2015-10-01usb: dwc2: host: ignore wakeup interrupt if hibernation supportedGregory Herrero1-0/+4
2015-10-01usb: dwc2: host: avoid resetting lx_state to L3 during disconnectGregory Herrero1-3/+0
2015-10-01usb: dwc2: host: update hcd and lx_state during start/stop callbacksGregory Herrero1-1/+5
2015-10-01usb: dwc2: host: enter hibernation during bus suspendGregory Herrero1-12/+128
2015-10-01usb: dwc2: host: add flag to reflect bus stateGregory Herrero2-2/+4
2015-10-01usb: dwc2: host: create a function to handle port_resumeGregory Herrero1-10/+30
2015-10-01usb: dwc2: host: don't clear hprt0 status bits when exiting hibernationGregory Herrero1-1/+1
2015-09-27usb: common: of_usb_get_dr_mode to usb_get_dr_modeHeikki Krogerus1-1/+1
2015-09-27usb: dwc2: Use platform endianness when accessing registersAntti Seppälä10-572/+591
2015-09-27usb: dwc2: rename all s3c_* to dwc2_*Felipe Balbi6-392/+392
2015-09-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2015-08-07treewide: Fix typo in printkMasanari Iida1-1/+1
2015-08-04usb: dwc2: gadget: add ep capabilities supportRobert Baldyga1-0/+13
2015-07-29usb: dwc2: gadget: use | instead of + for bitmasksFelipe Balbi1-1/+1
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/g...Greg Kroah-Hartman1-1/+1