summaryrefslogtreecommitdiff
path: root/drivers/usb
Commit message (Expand)AuthorAgeLines
...
* | 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
|\
| * usb: Fix error handling in musb_hcd.cAndrew Murray2013-10-07-5/+5
* | usb: ehci: Fix test mode for connected portsJulius Werner2013-09-27-0/+38
* | USB: gadget: atmel: disconnect before unbindBo Shen2013-09-24-1/+2
* | usb:g_dnl:dfu: Download gadget and DFU function code clean upLukasz Majewski2013-09-24-4/+1
* | usb:gadget:Remove redundant #includes for USB composite gadget and its functionsLukasz Majewski2013-09-24-1/+0
* | usb:g_dnl:ums: Conditional compilation for mass storage function (f_mass_stor...Lukasz Majewski2013-09-24-1/+2
* | USB: gadget: add atmel usba udc driverBo Shen2013-09-24-0/+1632
* | usb: gadget: config: fix unaligned access issuesTroy Kisky2013-09-24-2/+4
* | usb: gadget: Fix data aborts during USB ethernet bootJoel Fernandes2013-09-24-2/+3
|/
* Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'Albert ARIBAUD2013-09-04-16/+0
|\
| * linux/compat.h: move dev_err, dev_info and dev_dbg from usb driver to compat.hWu, Josh2013-08-22-16/+0
* | usb: ehci-mx5: Use 'bool' instead of 'unsigned char'Fabio Estevam2013-08-26-3/+3
* | usb: ehci-mx5: Remove unneeded write to cscmr1 registerFabio Estevam2013-08-26-9/+0
* | usb:dfu:g_dnl: Refactoring the string definition code for g_dnl driverLukasz Majewski2013-08-26-4/+7
* | usb:dfu:g_dnl: Change number of exported configurations at composite gadgetLukasz Majewski2013-08-26-2/+4
* | ARM: OMAP: USB: Fix linker error when ULPI is not definedDan Murphy2013-08-26-0/+7
* | ARM: OMAP5: USB: Add OMAP5 common USB EHCI informationDan Murphy2013-08-26-2/+24
* | SPDX-License-Identifier: convert BSD-3-Clause filesWolfgang Denk2013-08-19-29/+1
* | net: smsc95xx: Add support for another SMSC95xx variantStefan Roese2013-08-19-0/+1
* | Merge branch 'master' of git://88.191.163.10/u-boot-armTom Rini2013-08-18-12/+8
|\ \ | |/
| * musb: Disable extra printsLokesh Vutla2013-08-15-12/+8
* | ehci-hcd: fix memory leak in lowlevel initNikita Kiryanov2013-07-29-1/+3
* | usb: ehci-omap: Don't softreset USB High-speed Host (UHH) ModuleRoger Quadros2013-07-29-12/+15
* | dfu: Implementation of target reset after communication with dfu-util's -R sw...Lukasz Majewski2013-07-29-0/+2
* | usb: mv_udc: Add bounce bufferMarek Vasut2013-07-29-7/+77
* | usb: mv_udc: Add proper cache managementMarek Vasut2013-07-29-5/+77