summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* kconfig: add blank Kconfig filesMasahiro Yamada2014-09-241-0/+0
* usb/gadget: fastboot: minor cleanupSteve Rae2014-09-241-5/+10
* usb/gadget: fastboot: add support for flash commandSteve Rae2014-09-241-0/+31
* USB: ehci-atmel: use pcr to enable or disable clockBo Shen2014-09-191-0/+8
* USB: ohci-at91: use pcr to enable or disable clockBo Shen2014-09-191-4/+4
* net: usb: Add SMSC copyright to smsc95xx driverSimon Glass2014-09-161-0/+1
* kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada2014-09-168-8/+0
* USB: gadget: s3c: get rid of debug compile warningBo Shen2014-09-022-8/+8
* USB: gadget: atmel: get rid of debug compile warningBo Shen2014-09-021-6/+6
* usb: ci_udc: implement dfu_usb_get_resetStephen Warren2014-09-021-0/+7
* udc: dfu: s3c_udc: Provide function to check if USB reset was assertedLukasz Majewski2014-09-021-0/+5
* dfu: Provide means to find difference between dfu-util -e and -RLukasz Majewski2014-09-021-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-08-282-0/+202
|\
| * sunxi: add USB EHCI driverRoman Byshko2014-07-312-0/+202
* | lib, linux: move linux specific defines to linux/compat.hHeiko Schocher2014-08-253-68/+0
* | omap: remove omap5912osk board supportMasahiro Yamada2014-08-212-1507/+0
* | omap: clean-up dead configsMasahiro Yamada2014-08-092-50/+0
* | usb: ehci: rmobile: Remove xHCI addressNobuhiro Iwamatsu2014-08-091-3/+0
* | usb: ehci: rmobile: Add support R8A7794Nobuhiro Iwamatsu2014-08-091-0/+6
* | dfu: allow backend to specify a maximum buffer sizeStephen Warren2014-08-091-2/+3
* | dfu: add write error handlingStephen Warren2014-08-091-4/+16
|/
* driver/usb: include upper/lower_32_bits() from linux/compat.hLijun Pan2014-07-221-4/+2
* usb: phy: omap_usb_phy: implement usb_phy_power() for AM437xFelipe Balbi2014-07-091-1/+16
* usb: host: xhci: make sure to power up PHYFelipe Balbi2014-07-091-0/+1
* arm: ep9315: Return back Cirrus Logic EDB9315A board supportSergey Kostanbaev2014-07-042-0/+39
* usb: ci_udc: use var name ep/ci_ep consistentlyStephen Warren2014-07-021-9/+9
* USB: gadget: atmel: zero out allocated requestsStephen Warren2014-07-021-1/+1
* usb: ci_udc: don't memalign() struct ci_req allocationsStephen Warren2014-07-021-2/+1
* usb: ci_udc: remove controller.items arrayStephen Warren2014-07-022-6/+3
* usb: ci_udc: fix items array size/stride calculationStephen Warren2014-07-021-15/+15
* usb: ci_udc: lift ilist size calculations to global scopeStephen Warren2014-07-021-14/+14
* usb: ci_udc: don't assume QTDs are adjacent when transmitting ZLPsStephen Warren2014-07-021-3/+4
* usb: ci_udc: fix ci_flush_{qh,qtd} calls in ci_udc_probe()Stephen Warren2014-07-021-2/+2
* usb: eth: smsc95xx: add LAN9500A device IDIlya Ledvich2014-06-251-0/+1
* usb: fastboot: fix potential buffer overflowJeroen Hofstee2014-06-251-4/+7
* usb: xhci: (likely) fix bracket in if conditionJeroen Hofstee2014-06-251-2/+2
* usb:g_dnl:f_thor: remove memset before memcpyJeroen Hofstee2014-06-251-1/+0
* usb:composite: clear the whole common bufferJeroen Hofstee2014-06-251-2/+2
* usb: r8a66597: Fix initilization size of r8a66597 info structureYasuhisa Umano2014-06-251-1/+1
* usb: r8a66597: Fix initialization hub that using R8A66597_MAX_ROOT_HUByasuhisa umano2014-06-251-2/+2
* usb: cosmetic: double constJeroen Hofstee2014-06-252-2/+2
* usb: ci_udc: fix typo in debug messageStephen Warren2014-06-251-2/+2
* usb: ci_udc: fix interaction with CONFIG_USB_ETH_CDCStephen Warren2014-06-251-1/+7
* usb: ci_udc: terminate ep0 INs with a zlp when requiredStephen Warren2014-06-111-3/+35
* usb: ci_udc: clean up all allocations in unregisterStephen Warren2014-06-111-0/+6
* usb: ci_udc: fix probe error cleanupStephen Warren2014-06-111-0/+1
* usb: ci_udc: fix freeing of ep0 reqStephen Warren2014-06-111-2/+7
* usb: ci_udc: call udc_disconnect() from ci_pullup()Stephen Warren2014-06-111-16/+12
* usb: ci_udc: complete ep0 direction handlingStephen Warren2014-06-012-7/+42
* usb: ci_udc: pre-allocate ep0 reqStephen Warren2014-06-012-1/+17
OpenPOWER on IntegriCloud