aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2014-10-06usb: ehci: Make periodic_schedules a per controller variableHans de Goede2-5/+5
2014-10-06usb: ehci: poll_int_queue check real qtd, not the overlayHans de Goede1-8/+10
2014-10-06usb: ehci: Add missing cache flush to destroy_int_queueHans de Goede1-0/+2
2014-10-06usb: ehci: Properly set hub devnum and portnr with usb-1 hubs in the chainHans de Goede1-8/+28
2014-09-29usb: ehci-mx6: Rename the USB register base addressYe.Li1-2/+2
2014-09-29usb: ehci: mxs: Add board-specific callbacksMarek Vasut1-0/+16
2014-09-24cosmetic: replace MIN, MAX with min, maxMasahiro Yamada4-6/+6
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada1-0/+0
2014-09-24usb/gadget: fastboot: minor cleanupSteve Rae1-5/+10
2014-09-24usb/gadget: fastboot: add support for flash commandSteve Rae1-0/+31
2014-09-19USB: ehci-atmel: use pcr to enable or disable clockBo Shen1-0/+8
2014-09-19USB: ohci-at91: use pcr to enable or disable clockBo Shen1-4/+4
2014-09-16net: usb: Add SMSC copyright to smsc95xx driverSimon Glass1-0/+1
2014-09-16kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada8-8/+0
2014-09-02USB: gadget: s3c: get rid of debug compile warningBo Shen2-8/+8
2014-09-02USB: gadget: atmel: get rid of debug compile warningBo Shen1-6/+6
2014-09-02usb: ci_udc: implement dfu_usb_get_resetStephen Warren1-0/+7
2014-09-02udc: dfu: s3c_udc: Provide function to check if USB reset was assertedLukasz Majewski1-0/+5
2014-09-02dfu: Provide means to find difference between dfu-util -e and -RLukasz Majewski1-1/+1
2014-08-28Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2-0/+202
2014-08-25lib, linux: move linux specific defines to linux/compat.hHeiko Schocher3-68/+0
2014-08-21omap: remove omap5912osk board supportMasahiro Yamada2-1507/+0
2014-08-09omap: clean-up dead configsMasahiro Yamada2-50/+0
2014-08-09usb: ehci: rmobile: Remove xHCI addressNobuhiro Iwamatsu1-3/+0
2014-08-09usb: ehci: rmobile: Add support R8A7794Nobuhiro Iwamatsu1-0/+6
2014-08-09dfu: allow backend to specify a maximum buffer sizeStephen Warren1-2/+3
2014-08-09dfu: add write error handlingStephen Warren1-4/+16
2014-07-31sunxi: add USB EHCI driverRoman Byshko2-0/+202
2014-07-22driver/usb: include upper/lower_32_bits() from linux/compat.hLijun Pan1-4/+2
2014-07-09usb: phy: omap_usb_phy: implement usb_phy_power() for AM437xFelipe Balbi1-1/+16
2014-07-09usb: host: xhci: make sure to power up PHYFelipe Balbi1-0/+1
2014-07-04arm: ep9315: Return back Cirrus Logic EDB9315A board supportSergey Kostanbaev2-0/+39
2014-07-02usb: ci_udc: use var name ep/ci_ep consistentlyStephen Warren1-9/+9
2014-07-02USB: gadget: atmel: zero out allocated requestsStephen Warren1-1/+1
2014-07-02usb: ci_udc: don't memalign() struct ci_req allocationsStephen Warren1-2/+1
2014-07-02usb: ci_udc: remove controller.items arrayStephen Warren2-6/+3
2014-07-02usb: ci_udc: fix items array size/stride calculationStephen Warren1-15/+15
2014-07-02usb: ci_udc: lift ilist size calculations to global scopeStephen Warren1-14/+14
2014-07-02usb: ci_udc: don't assume QTDs are adjacent when transmitting ZLPsStephen Warren1-3/+4
2014-07-02usb: ci_udc: fix ci_flush_{qh,qtd} calls in ci_udc_probe()Stephen Warren1-2/+2
2014-06-25usb: eth: smsc95xx: add LAN9500A device IDIlya Ledvich1-0/+1
2014-06-25usb: fastboot: fix potential buffer overflowJeroen Hofstee1-4/+7
2014-06-25usb: xhci: (likely) fix bracket in if conditionJeroen Hofstee1-2/+2
2014-06-25usb:g_dnl:f_thor: remove memset before memcpyJeroen Hofstee1-1/+0
2014-06-25usb:composite: clear the whole common bufferJeroen Hofstee1-2/+2
2014-06-25usb: r8a66597: Fix initilization size of r8a66597 info structureYasuhisa Umano1-1/+1
2014-06-25usb: r8a66597: Fix initialization hub that using R8A66597_MAX_ROOT_HUByasuhisa umano1-2/+2
2014-06-25usb: cosmetic: double constJeroen Hofstee2-2/+2
2014-06-25usb: ci_udc: fix typo in debug messageStephen Warren1-2/+2
2014-06-25usb: ci_udc: fix interaction with CONFIG_USB_ETH_CDCStephen Warren1-1/+7