summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2013-10-31drivers: usb: convert makefiles to Kbuild styleMasahiro Yamada7-224/+69
2013-10-24powerpc/usb:Differentiate USB controller base addressramneek mehresh2-4/+15
2013-10-23usb: rename board_usb_init_type to usb_init_typeTroy Kisky1-2/+2
2013-10-21usb: udc: add udc.h include fileTroy Kisky5-1/+6
2013-10-21usb: gadget: mv_udc: split mv_udc.h fileTroy Kisky2-0/+121
2013-10-21usb: gadget: mv_udc: optimize ep_enableTroy Kisky1-2/+2
2013-10-21usb: gadget: mv_udc: optimize bounceTroy Kisky1-21/+16
2013-10-21usb: gadget: mv_udc: fix full speed connectionsTroy Kisky1-14/+34
2013-10-21usb: ehci-mx6: add support for otg portTroy Kisky1-40/+91
2013-10-21usb: gadget: mv_udc: don't check CONFIG_USB_MAX_CONTROLLER_COUNTTroy Kisky1-4/+0
2013-10-21usb: ehci-hcd: add enum usb_init_type parameter to ehci_hcd_init.Troy Kisky19-25/+46
2013-10-21usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky10-10/+10
2013-10-21usb: am437x: Add support for am437x xhci USB hostDan Murphy1-0/+23
2013-10-21usb: dra7xx: Add support for dra7xx xhci USB hostDan Murphy2-6/+45
2013-10-21usb: omap: Move the usb phy code to the usb/phy directoryDan Murphy3-169/+200
2013-10-21usb: omap5: Update the board_usb_init apiDan Murphy1-3/+4
2013-10-21usb: omap: Move the xhci-omap header file to common locationDan Murphy1-1/+1
2013-10-21usb:g_dnl: Support for TIZEN's THOR function in generic download codeLukasz Majewski1-2/+8
2013-10-21usb:g_dnl:f_thor: USB download function to support TIZEN's THOR protocolLukasz Majewski3-0/+1128
2013-10-21usb:g_dnl: Add name parameter to g_dnl_bind_fixup functionLukasz Majewski1-2/+2
2013-10-21usb:g_dnl: Replace static usb_configuration structure with dynamically alloca...Lukasz Majewski1-8/+16
2013-10-21usb:udc:s3c: Reduce dcache invalidate range for UDC receive bufferLukasz Majewski1-1/+2
2013-10-21usb:smsx95xx LED activity for USB net driverSuriyan Ramasami1-0/+14
2013-10-21usb: new board-specific USB init interfaceMateusz Zalega4-19/+10
2013-10-21usb: gadget: mv_udc: clear desc upon ep_disableTroy Kisky1-0/+3
2013-10-21usb: gadget: mv_udc: zero transfer descriptor memory on probeTroy Kisky1-0/+1
2013-10-21usb: gadget: mv_udc: flush item before headTroy Kisky1-3/+2
2013-10-21usb: gadget: mv_udc: set is_dualspeed = 1Troy Kisky1-0/+1
2013-10-21usb: gadget: mv_udc: fix typo in error messageTroy Kisky1-2/+2
2013-10-21usb: gadget: ether: return error from rx_submit if no requestTroy Kisky1-0/+2
2013-10-21usb: gadget: ether set wMaxPacketSizeTroy Kisky1-0/+2
2013-10-21OMAP5: USB: Add OMAP xHCI file and headerDan Murphy2-0/+327
2013-10-21exynos: usb: Switch USB VBUS GPIOs to be device tree configuredJulius Werner2-0/+22
2013-10-21USB: XHCI: Add xHCI host controller support for Exynos5Vivek Gautam2-0/+317
2013-10-21USB: xHCI: Add stack support for xHCIVivek Gautam5-0/+3947
2013-10-21usb: Move 'bmRequestType' USB device request macros from EHCI headerVivek Gautam1-16/+0
2013-10-15Coding Style cleanup: drop some excessive empty linesWolfgang Denk1-5/+0
2013-10-15Coding Style cleanup: remove trailing empty linesWolfgang Denk1-1/+0
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk3-3/+3
2013-10-10usb: Prevent using reserved registers on DM36x usbAndrew Murray1-5/+14
2013-10-08Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-5/+5
2013-10-07usb: Fix error handling in musb_hcd.cAndrew Murray1-5/+5
2013-09-27usb: ehci: Fix test mode for connected portsJulius Werner1-0/+38
2013-09-24USB: gadget: atmel: disconnect before unbindBo Shen1-1/+2
2013-09-24usb:g_dnl:dfu: Download gadget and DFU function code clean upLukasz Majewski2-4/+1
2013-09-24usb:gadget:Remove redundant #includes for USB composite gadget and its functionsLukasz Majewski1-1/+0
2013-09-24usb:g_dnl:ums: Conditional compilation for mass storage function (f_mass_stor...Lukasz Majewski2-1/+2
2013-09-24USB: gadget: add atmel usba udc driverBo Shen3-0/+1632
2013-09-24usb: gadget: config: fix unaligned access issuesTroy Kisky1-2/+4
2013-09-24usb: gadget: Fix data aborts during USB ethernet bootJoel Fernandes1-2/+3