summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2014-07-02usb: ci_udc: don't assume QTDs are adjacent when transmitting ZLPsStephen Warren
2014-07-02usb: ci_udc: fix ci_flush_{qh,qtd} calls in ci_udc_probe()Stephen Warren
2014-06-25usb: eth: smsc95xx: add LAN9500A device IDIlya Ledvich
2014-06-25usb: fastboot: fix potential buffer overflowJeroen Hofstee
2014-06-25usb: xhci: (likely) fix bracket in if conditionJeroen Hofstee
2014-06-25usb:g_dnl:f_thor: remove memset before memcpyJeroen Hofstee
2014-06-25usb:composite: clear the whole common bufferJeroen Hofstee
2014-06-25usb: r8a66597: Fix initilization size of r8a66597 info structureYasuhisa Umano
2014-06-25usb: r8a66597: Fix initialization hub that using R8A66597_MAX_ROOT_HUByasuhisa umano
2014-06-25usb: cosmetic: double constJeroen Hofstee
2014-06-25usb: ci_udc: fix typo in debug messageStephen Warren
2014-06-25usb: ci_udc: fix interaction with CONFIG_USB_ETH_CDCStephen Warren
2014-06-11usb: ci_udc: terminate ep0 INs with a zlp when requiredStephen Warren
2014-06-11usb: ci_udc: clean up all allocations in unregisterStephen Warren
2014-06-11usb: ci_udc: fix probe error cleanupStephen Warren
2014-06-11usb: ci_udc: fix freeing of ep0 reqStephen Warren
2014-06-11usb: ci_udc: call udc_disconnect() from ci_pullup()Stephen Warren
2014-06-01usb: ci_udc: complete ep0 direction handlingStephen Warren
2014-06-01usb: ci_udc: pre-allocate ep0 reqStephen Warren
2014-06-01usb: ci_udc: use a single descriptor for ep0Stephen Warren
2014-06-01usb: ci_udc: detect queued requests on ep0Stephen Warren
2014-05-23Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'Albert ARIBAUD
2014-05-22Merge branch 'pr-15052014' of git://git.denx.de/u-boot-usbTom Rini
2014-05-22Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2014-05-16drivers/usb : Define usb control register mask for w1c bitsNikhil Badola
2014-05-14usb:gadget:f_thor: download_tail(): remove dfu_write with 0 sizePrzemyslaw Marczak
2014-05-14usb: ci_udc: parse QTD before over-writing itStephen Warren
2014-05-14usb: tegra: support device modeStephen Warren
2014-05-14usb: tegra: refactor PHY type selectionStephen Warren
2014-05-14usb: tegra: fix PHY selection codeStephen Warren
2014-05-14Merge remote-tracking branch 'u-boot/master' into testMarek Vasut
2014-05-14ARM: zynq: ehci: Added USB host driver supportMichal Simek
2014-05-09Merge branch 'u-boot/master'Albert ARIBAUD
2014-05-08dfu, nand: add medium specific polltimeout functionHeiko Schocher
2014-05-08musb-new, dfu: first send request answer then call completionsHeiko Schocher
2014-05-08usb/gadget: add the fastboot gadgetSebastian Siewior
2014-05-07usb: ums: remove ci_udc special caseStephen Warren
2014-05-07usb: ci_udc: allow multiple buffer allocs per epStephen Warren
2014-05-05USB: gadget: save driver name before registering itStephen Warren
2014-05-05USB: gadget: added a saner gadget downloader registration APIMateusz Zalega
2014-05-05usb: dfu: fix boards wo USB cable detectionMateusz Zalega
2014-05-01usb: gadget: allow ci_udc to build with new gadget frameworkStephen Warren
2014-04-30usb: ums: use only 1 buffer for CI_UDCStephen Warren
2014-04-30usb: ci_udc: support variants with hostpc registerStephen Warren
2014-04-30usb: ci_udc: make PHY initialization conditionalStephen Warren
2014-04-30usb: ci_udc: set ep->req.actual after transferStephen Warren
2014-04-30usb: ci_udc: Support larger packetsStephen Warren
2014-04-30exynos: usb: Fix data abort on boards w/o vbus-gpio node in the DTandrey.konovalov@linaro.org
2014-04-30usb: musb: fill in usb_gadget_unregister_driverRob Herring
2014-04-30usb: handle NULL table in usb_gadget_get_stringRob Herring