summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2014-09-02USB: gadget: s3c: get rid of debug compile warningBo Shen
2014-09-02USB: gadget: atmel: get rid of debug compile warningBo Shen
2014-09-02usb: ci_udc: implement dfu_usb_get_resetStephen Warren
2014-09-02udc: dfu: s3c_udc: Provide function to check if USB reset was assertedLukasz Majewski
2014-09-02dfu: Provide means to find difference between dfu-util -e and -RLukasz Majewski
2014-08-28Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2014-08-25lib, linux: move linux specific defines to linux/compat.hHeiko Schocher
2014-08-21omap: remove omap5912osk board supportMasahiro Yamada
2014-08-09omap: clean-up dead configsMasahiro Yamada
2014-08-09usb: ehci: rmobile: Remove xHCI addressNobuhiro Iwamatsu
2014-08-09usb: ehci: rmobile: Add support R8A7794Nobuhiro Iwamatsu
2014-08-09dfu: allow backend to specify a maximum buffer sizeStephen Warren
2014-08-09dfu: add write error handlingStephen Warren
2014-07-31sunxi: add USB EHCI driverRoman Byshko
2014-07-22driver/usb: include upper/lower_32_bits() from linux/compat.hLijun Pan
2014-07-09usb: phy: omap_usb_phy: implement usb_phy_power() for AM437xFelipe Balbi
2014-07-09usb: host: xhci: make sure to power up PHYFelipe Balbi
2014-07-04arm: ep9315: Return back Cirrus Logic EDB9315A board supportSergey Kostanbaev
2014-07-02usb: ci_udc: use var name ep/ci_ep consistentlyStephen Warren
2014-07-02USB: gadget: atmel: zero out allocated requestsStephen Warren
2014-07-02usb: ci_udc: don't memalign() struct ci_req allocationsStephen Warren
2014-07-02usb: ci_udc: remove controller.items arrayStephen Warren
2014-07-02usb: ci_udc: fix items array size/stride calculationStephen Warren
2014-07-02usb: ci_udc: lift ilist size calculations to global scopeStephen Warren
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-15usb:gadget:f_thor: download_tail(): remove dfu_write with 0 sizePrzemyslaw Marczak