summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc2/gadget.c
AgeCommit message (Expand)Author
2015-09-27usb: dwc2: Use platform endianness when accessing registersAntti Seppälä
2015-09-27usb: dwc2: rename all s3c_* to dwc2_*Felipe Balbi
2015-08-04usb: dwc2: gadget: add ep capabilities supportRobert Baldyga
2015-07-29usb: dwc2: gadget: use | instead of + for bitmasksFelipe Balbi
2015-04-29usb: dwc2: remove dwc2_platform.koMian Yousaf Kaukab
2015-04-29usb: dwc2: gadget: remove s3c_hsotg_ep_disable_forceMian Yousaf Kaukab
2015-04-29usb: dwc2: gadget: enable otg flag in dual role configurationGregory Herrero
2015-04-29usb: dwc2: gadget: powerup controller if neededGregory Herrero
2015-04-29usb: dwc2: gadget: prevent new request submission during suspendGregory Herrero
2015-04-29usb: dwc2: gadget: ignore pm suspend/resume in L2Gregory Herrero
2015-04-29usb: dwc2: gadget: use reset detect interruptGregory Herrero
2015-04-29usb: dwc2: move debugfs code to a separate fileMian Yousaf Kaukab
2015-02-04usb: dwc2: Fix a bug in reading the endpoint directions from reg.Roshan Pius
2015-01-30usb: dwc2: gadget: initialize controller in pullup callbackGregory Herrero
2015-01-30usb: dwc2: gadget: replace constants with definesMian Yousaf Kaukab
2015-01-30usb: dwc2: gadget: fix phy interface configurationMian Yousaf Kaukab
2015-01-30usb: dwc2: gadget: fix debug message for zlpMian Yousaf Kaukab
2015-01-30usb: dwc2: gadget: don't modify pullup status during resetGregory Herrero
2015-01-30usb: dwc2: gadget: add reset flag in init functionGregory Herrero
2015-01-30usb: dwc2: gadget: add unaligned buffers supportMian Yousaf Kaukab
2015-01-30usb: dwc2: gadget: remove hardcoded if (0) and if (1) checksMian Yousaf Kaukab
2015-01-30usb: dwc2: gadget: fix a typo in commentGregory Herrero
2015-01-30usb: dwc2: gadget: add TEST_MODE feature supportGregory Herrero
2015-01-30usb: dwc2: gadget: fix clear halt feature handlingGregory Herrero
2015-01-19Merge tag 'v3.19-rc5' into nextFelipe Balbi
2015-01-12usb: dwc2: gadget: report disconnection after resetMian Yousaf Kaukab
2015-01-12usb: dwc2: gadget: force gadget initialization in dev modeGregory Herrero
2015-01-12usb: dwc2: gadget: add vbus_draw supportGregory Herrero
2015-01-12usb: dwc2: gadget: fix pullup handlingGregory Herrero
2015-01-12usb: dwc2: gadget: reset fifo_map when initializing fifosGregory Herrero
2015-01-12usb: dwc2: gadget: fix fifo allocation leakMian Yousaf Kaukab
2015-01-12usb: dwc2: gadget: pick smallest acceptable fifoMian Yousaf Kaukab
2015-01-12usb: dwc2: gadget: rename sent_zlp to send_zlpMian Yousaf Kaukab
2015-01-12usb: dwc2: gadget: add vbus_session supportGregory Herrero
2015-01-12usb: dwc2: gadget: don't block after fifo flush timeoutGregory Herrero
2015-01-12usb: dwc2: gadget: dont warn if endpoint is not enabledMian Yousaf Kaukab
2015-01-12usb: dwc2: gadget: fix zero length packet transfersMian Yousaf Kaukab
2015-01-12usb: dwc2: gadget: manage ep0 state in softwareMian Yousaf Kaukab
2015-01-12usb: dwc2: gadget: kill requests after disabling epMian Yousaf Kaukab
2015-01-12usb: dwc2: gadget: consider all tx fifosMian Yousaf Kaukab
2015-01-12usb: dwc2: gadget: fix debug loop limitsMian Yousaf Kaukab
2015-01-12usb: dwc2: gadget: configure fifos from device treeGregory Herrero
2015-01-12usb: dwc2: gadget: check interrupts for all endpointsMian Yousaf Kaukab
2015-01-12usb: dwc2: gadget: add bi-directional endpoint supportMian Yousaf Kaukab
2015-01-12usb: dwc2: gadget: add device tree property to enable dmaGregory Herrero
2015-01-12usb: dwc2: gadget: don't erase gahbcfg register when enabling dmaGregory Herrero
2015-01-12usb: dwc2: gadget: write correct value in ahbcfg registerGregory Herrero
2015-01-12usb: dwc2: gadget: fix error path in dwc2_gadget_initMian Yousaf Kaukab
2015-01-12usb: dwc2: gadget: don't embed ep0 buffersMian Yousaf Kaukab
2015-01-12usb: dwc2: gadget: don't process XferCompl on setup packetMian Yousaf Kaukab