summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc2
AgeCommit message (Expand)Author
2015-04-10usb: dwc2: host: sleep USB_RESUME_TIMEOUT during resumeGregory Herrero
2015-04-10Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2015-04-07usb: dwc2: hcd: use new USB_RESUME_TIMEOUTFelipe Balbi
2015-04-03dwc2: hcd: use USB_DT_HUBSergei Shtylyov
2015-03-24Merge tag 'usb-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2015-03-19usb: dwc2: pci: Correctly compile dwc2-pci as a module or built-inJohn Youn
2015-03-19usb: dwc2: avoid leaking DMA channels on disconnectionVincent Palatin
2015-03-13usb: dwc2: pci: Select the generic PHY for dwc2-pci driverJohn Youn
2015-03-12usb: dwc2: rework initialization of host and gadget in dual-role modeMarek Szyprowski
2015-03-11usb: dwc2: pci: Add device mode to the dwc2-pci driverJohn Youn
2015-03-10usb: dwc2: host: fix dwc2 disconnect bugYunzhi Li
2015-03-10usb: move definition of PCI_VENDOR_ID_SYNOPSYS to linux/pci_ids.hJoseph Kogut
2015-02-04Merge tag 'usb-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2015-02-04usb: dwc2: Fix a bug in reading the endpoint directions from reg.Roshan Pius
2015-02-02Merge 3.19-rc7 into usb-nextGreg Kroah-Hartman
2015-01-30usb: dwc2: fix USB core dependenciesArnd Bergmann
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-30usb: dwc2: host: resume root hub on remote wakeupGregory Herrero
2015-01-25dwc2: hcd: use HUB_CHAR_*Sergei Shtylyov
2015-01-19usb: dwc2: hcd: use HUB_CHAR_*Sergei Shtylyov
2015-01-19Revert "usb: dwc2: add bus suspend/resume for dwc2"Paul Zimmerman
2015-01-19Merge tag 'v3.19-rc5' into nextFelipe Balbi
2015-01-19usb: dwc2: call dwc2_is_controller_alive() under spinlockRobert Baldyga
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: remove unused members from hsotg_reqMian Yousaf Kaukab