aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-10usb: dwc2: host: fix dwc2 disconnect bugYunzhi Li1-0/+3
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
2015-01-30usb: dwc2: gadget: fix a typo in commentGregory Herrero1-1/+1
2015-01-30usb: dwc2: gadget: add TEST_MODE feature supportGregory Herrero2-7/+186
2015-01-30usb: dwc2: gadget: fix clear halt feature handlingGregory Herrero1-7/+13
2015-01-30usb: dwc2: host: resume root hub on remote wakeupGregory Herrero1-2/+4
2015-01-25dwc2: hcd: use HUB_CHAR_*Sergei Shtylyov1-1/+3
2015-01-19usb: dwc2: hcd: use HUB_CHAR_*Sergei Shtylyov1-1/+3
2015-01-19Revert "usb: dwc2: add bus suspend/resume for dwc2"Paul Zimmerman1-77/+11
2015-01-19Merge tag 'v3.19-rc5' into nextFelipe Balbi1-1/+5
2015-01-19usb: dwc2: call dwc2_is_controller_alive() under spinlockRobert Baldyga1-3/+3
2015-01-12usb: dwc2: gadget: report disconnection after resetMian Yousaf Kaukab1-1/+4
2015-01-12usb: dwc2: gadget: force gadget initialization in dev modeGregory Herrero1-0/+16
2015-01-12usb: dwc2: gadget: add vbus_draw supportGregory Herrero1-0/+17
2015-01-12usb: dwc2: gadget: fix pullup handlingGregory Herrero1-0/+1
2015-01-12usb: dwc2: gadget: reset fifo_map when initializing fifosGregory Herrero1-0/+4
2015-01-12usb: dwc2: gadget: fix fifo allocation leakMian Yousaf Kaukab1-1/+12
2015-01-12usb: dwc2: gadget: pick smallest acceptable fifoMian Yousaf Kaukab1-10/+15
2015-01-12usb: dwc2: gadget: rename sent_zlp to send_zlpMian Yousaf Kaukab2-6/+6
2015-01-12usb: dwc2: gadget: add vbus_session supportGregory Herrero1-0/+24
2015-01-12usb: dwc2: gadget: don't block after fifo flush timeoutGregory Herrero1-0/+1
2015-01-12usb: dwc2: gadget: dont warn if endpoint is not enabledMian Yousaf Kaukab1-1/+1
2015-01-12usb: dwc2: gadget: fix zero length packet transfersMian Yousaf Kaukab1-29/+22
2015-01-12usb: dwc2: gadget: manage ep0 state in softwareMian Yousaf Kaukab2-80/+89
2015-01-12usb: dwc2: gadget: kill requests after disabling epMian Yousaf Kaukab1-2/+3
2015-01-12usb: dwc2: gadget: consider all tx fifosMian Yousaf Kaukab1-2/+4
2015-01-12usb: dwc2: gadget: fix debug loop limitsMian Yousaf Kaukab1-4/+4
2015-01-12usb: dwc2: gadget: remove unused members from hsotg_reqMian Yousaf Kaukab1-4/+0
2015-01-12usb: dwc2: gadget: configure fifos from device treeGregory Herrero2-28/+73
2015-01-12usb: dwc2: gadget: check interrupts for all endpointsMian Yousaf Kaukab1-2/+4
2015-01-12usb: dwc2: gadget: add bi-directional endpoint supportMian Yousaf Kaukab2-119/+210
2015-01-12usb: dwc2: gadget: add device tree property to enable dmaGregory Herrero2-2/+18
2015-01-12usb: dwc2: gadget: don't erase gahbcfg register when enabling dmaGregory Herrero1-2/+2
2015-01-12usb: dwc2: gadget: write correct value in ahbcfg registerGregory Herrero1-1/+1
2015-01-12usb: dwc2: gadget: fix error path in dwc2_gadget_initMian Yousaf Kaukab1-2/+2
2015-01-12usb: dwc2: gadget: don't embed ep0 buffersMian Yousaf Kaukab2-2/+21
2015-01-12usb: dwc2: gadget: don't process XferCompl on setup packetMian Yousaf Kaukab2-0/+5
2015-01-12usb: dwc2: gadget: mask fifo empty irq with dmaMian Yousaf Kaukab1-2/+2
2015-01-12usb: dwc2: gadget: register gadget handle to the phyGregory Herrero1-0/+4