summaryrefslogtreecommitdiff
path: root/drivers/usb
Commit message (Expand)AuthorAgeLines
* usb, g_dnl: make bcdDevice value configurableHeiko Schocher2013-11-12-4/+19
* Merge branch 'iu-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2013-11-09-9/+10
|\
| * arm: atmel: get rid of too many ifdefferyBo Shen2013-11-04-10/+4
| * arm: atmel: at91sam9n12ek: add usb host supportBo Shen2013-11-04-2/+9
* | usb, g_dnl: make iSerialNumber board configurableHeiko Schocher2013-11-08-0/+20
* | usb: ohci-hcd: submit_common_msg: report actual_length properlyMateusz Kulikowski2013-11-08-1/+1
* | usb: ums: add ums exit feature by ctrl+c or by detach usb cablePrzemyslaw Marczak2013-11-08-3/+21
* | usb: ums: fix disk capacity miscalculation and code cleanupPrzemyslaw Marczak2013-11-08-23/+3
* | usb: ums: code refactoring to improve reusability on other boards.Przemyslaw Marczak2013-11-08-23/+23
* | drivers: usb: convert makefiles to Kbuild styleMasahiro Yamada2013-10-31-224/+69
* | powerpc/usb:Differentiate USB controller base addressramneek mehresh2013-10-24-4/+15
* | usb: rename board_usb_init_type to usb_init_typeTroy Kisky2013-10-22-2/+2
* | usb: udc: add udc.h include fileTroy Kisky2013-10-20-1/+6
* | usb: gadget: mv_udc: split mv_udc.h fileTroy Kisky2013-10-20-0/+121
* | usb: gadget: mv_udc: optimize ep_enableTroy Kisky2013-10-20-2/+2
* | usb: gadget: mv_udc: optimize bounceTroy Kisky2013-10-20-21/+16
* | usb: gadget: mv_udc: fix full speed connectionsTroy Kisky2013-10-20-14/+34
* | usb: ehci-mx6: add support for otg portTroy Kisky2013-10-20-40/+91
* | usb: gadget: mv_udc: don't check CONFIG_USB_MAX_CONTROLLER_COUNTTroy Kisky2013-10-20-4/+0
* | usb: ehci-hcd: add enum usb_init_type parameter to ehci_hcd_init.Troy Kisky2013-10-20-25/+46
* | usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky2013-10-20-10/+10
* | usb: am437x: Add support for am437x xhci USB hostDan Murphy2013-10-20-0/+23
* | usb: dra7xx: Add support for dra7xx xhci USB hostDan Murphy2013-10-20-6/+45
* | usb: omap: Move the usb phy code to the usb/phy directoryDan Murphy2013-10-20-169/+200
* | usb: omap5: Update the board_usb_init apiDan Murphy2013-10-20-3/+4
* | usb: omap: Move the xhci-omap header file to common locationDan Murphy2013-10-20-1/+1
* | usb:g_dnl: Support for TIZEN's THOR function in generic download codeLukasz Majewski2013-10-20-2/+8
* | usb:g_dnl:f_thor: USB download function to support TIZEN's THOR protocolLukasz Majewski2013-10-20-0/+1128
* | usb:g_dnl: Add name parameter to g_dnl_bind_fixup functionLukasz Majewski2013-10-20-2/+2
* | usb:g_dnl: Replace static usb_configuration structure with dynamically alloca...Lukasz Majewski2013-10-20-8/+16
* | usb:udc:s3c: Reduce dcache invalidate range for UDC receive bufferLukasz Majewski2013-10-20-1/+2
* | usb:smsx95xx LED activity for USB net driverSuriyan Ramasami2013-10-20-0/+14
* | usb: new board-specific USB init interfaceMateusz Zalega2013-10-20-19/+10
* | usb: gadget: mv_udc: clear desc upon ep_disableTroy Kisky2013-10-20-0/+3
* | usb: gadget: mv_udc: zero transfer descriptor memory on probeTroy Kisky2013-10-20-0/+1
* | usb: gadget: mv_udc: flush item before headTroy Kisky2013-10-20-3/+2
* | usb: gadget: mv_udc: set is_dualspeed = 1Troy Kisky2013-10-20-0/+1
* | usb: gadget: mv_udc: fix typo in error messageTroy Kisky2013-10-20-2/+2
* | usb: gadget: ether: return error from rx_submit if no requestTroy Kisky2013-10-20-0/+2
* | usb: gadget: ether set wMaxPacketSizeTroy Kisky2013-10-20-0/+2
* | OMAP5: USB: Add OMAP xHCI file and headerDan Murphy2013-10-20-0/+327
* | exynos: usb: Switch USB VBUS GPIOs to be device tree configuredJulius Werner2013-10-20-0/+22
* | USB: XHCI: Add xHCI host controller support for Exynos5Vivek Gautam2013-10-20-0/+317
* | USB: xHCI: Add stack support for xHCIVivek Gautam2013-10-20-0/+3947
* | usb: Move 'bmRequestType' USB device request macros from EHCI headerVivek Gautam2013-10-20-16/+0
|/
* Coding Style cleanup: drop some excessive empty linesWolfgang Denk2013-10-14-5/+0
* Coding Style cleanup: remove trailing empty linesWolfgang Denk2013-10-14-1/+0
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-14-3/+3
* usb: Prevent using reserved registers on DM36x usbAndrew Murray2013-10-10-5/+14
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-10-08-5/+5
|\