summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/gadget.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: remove dwc2_platform.koMian Yousaf Kaukab2015-04-291-5/+0Star
* usb: dwc2: gadget: remove s3c_hsotg_ep_disable_forceMian Yousaf Kaukab2015-04-291-5/+1Star
* 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: move debugfs code to a separate fileMian Yousaf Kaukab2015-04-291-404/+1Star
* usb: dwc2: Fix a bug in reading the endpoint directions from reg.Roshan Pius2015-02-041-1/+1
* usb: dwc2: gadget: initialize controller in pullup callbackGregory Herrero2015-01-301-0/+1
* usb: dwc2: gadget: replace constants with definesMian Yousaf Kaukab2015-01-301-12/+12
* usb: dwc2: gadget: fix phy interface configurationMian Yousaf Kaukab2015-01-301-3/+7
* usb: dwc2: gadget: fix debug message for zlpMian Yousaf Kaukab2015-01-301-1/+6
* usb: dwc2: gadget: don't modify pullup status during resetGregory Herrero2015-01-301-1/+0Star
* usb: dwc2: gadget: add reset flag in init functionGregory Herrero2015-01-301-12/+21
* usb: dwc2: gadget: add unaligned buffers supportMian Yousaf Kaukab2015-01-301-1/+61
* usb: dwc2: gadget: remove hardcoded if (0) and if (1) checksMian Yousaf Kaukab2015-01-301-13/+1Star
* usb: dwc2: gadget: fix a typo in commentGregory Herrero2015-01-301-1/+1
* usb: dwc2: gadget: add TEST_MODE feature supportGregory Herrero2015-01-301-7/+182
* usb: dwc2: gadget: fix clear halt feature handlingGregory Herrero2015-01-301-7/+13
* Merge tag 'v3.19-rc5' into nextFelipe Balbi2015-01-191-1/+5
|\
| * usb: dwc2: gadget: kill requests with 'force' in s3c_hsotg_udc_stop()Robert Baldyga2014-12-221-3/+7
* | usb: dwc2: gadget: report disconnection after resetMian Yousaf Kaukab2015-01-121-1/+4
* | usb: dwc2: gadget: force gadget initialization in dev modeGregory Herrero2015-01-121-0/+16
* | usb: dwc2: gadget: add vbus_draw supportGregory Herrero2015-01-121-0/+17
* | usb: dwc2: gadget: fix pullup handlingGregory Herrero2015-01-121-0/+1
* | usb: dwc2: gadget: reset fifo_map when initializing fifosGregory Herrero2015-01-121-0/+4
* | usb: dwc2: gadget: fix fifo allocation leakMian Yousaf Kaukab2015-01-121-1/+12
* | usb: dwc2: gadget: pick smallest acceptable fifoMian Yousaf Kaukab2015-01-121-10/+15
* | usb: dwc2: gadget: rename sent_zlp to send_zlpMian Yousaf Kaukab2015-01-121-4/+4
* | usb: dwc2: gadget: add vbus_session supportGregory Herrero2015-01-121-0/+24
* | usb: dwc2: gadget: don't block after fifo flush timeoutGregory Herrero2015-01-121-0/+1
* | usb: dwc2: gadget: dont warn if endpoint is not enabledMian Yousaf Kaukab2015-01-121-1/+1
* | usb: dwc2: gadget: fix zero length packet transfersMian Yousaf Kaukab2015-01-121-29/+22Star
* | usb: dwc2: gadget: manage ep0 state in softwareMian Yousaf Kaukab2015-01-121-78/+78
* | usb: dwc2: gadget: kill requests after disabling epMian Yousaf Kaukab2015-01-121-2/+3
* | usb: dwc2: gadget: consider all tx fifosMian Yousaf Kaukab2015-01-121-2/+4
* | usb: dwc2: gadget: fix debug loop limitsMian Yousaf Kaukab2015-01-121-4/+4
* | usb: dwc2: gadget: configure fifos from device treeGregory Herrero2015-01-121-28/+60
* | usb: dwc2: gadget: check interrupts for all endpointsMian Yousaf Kaukab2015-01-121-2/+4
* | usb: dwc2: gadget: add bi-directional endpoint supportMian Yousaf Kaukab2015-01-121-118/+208
* | usb: dwc2: gadget: add device tree property to enable dmaGregory Herrero2015-01-121-2/+16
* | usb: dwc2: gadget: don't erase gahbcfg register when enabling dmaGregory Herrero2015-01-121-2/+2
* | usb: dwc2: gadget: write correct value in ahbcfg registerGregory Herrero2015-01-121-1/+1
* | usb: dwc2: gadget: fix error path in dwc2_gadget_initMian Yousaf Kaukab2015-01-121-2/+2
* | usb: dwc2: gadget: don't embed ep0 buffersMian Yousaf Kaukab2015-01-121-0/+16
* | usb: dwc2: gadget: don't process XferCompl on setup packetMian Yousaf Kaukab2015-01-121-0/+4
* | usb: dwc2: gadget: mask fifo empty irq with dmaMian Yousaf Kaukab2015-01-121-2/+2
* | usb: dwc2: gadget: register gadget handle to the phyGregory Herrero2015-01-121-0/+4
* | drivers: usb: dwc2: remove 'force' parameter from kill_all_requests()Robert Baldyga2015-01-121-15/+8Star