summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2013-10-20usb: gadget: mv_udc: flush item before headTroy Kisky
2013-10-20usb: gadget: mv_udc: set is_dualspeed = 1Troy Kisky
2013-10-20usb: gadget: mv_udc: fix typo in error messageTroy Kisky
2013-10-20usb: gadget: ether: return error from rx_submit if no requestTroy Kisky
2013-10-20usb: gadget: ether set wMaxPacketSizeTroy Kisky
2013-10-20OMAP5: USB: Add OMAP xHCI file and headerDan Murphy
2013-10-20exynos: usb: Switch USB VBUS GPIOs to be device tree configuredJulius Werner
2013-10-20USB: XHCI: Add xHCI host controller support for Exynos5Vivek Gautam
2013-10-20USB: xHCI: Add stack support for xHCIVivek Gautam
2013-10-20usb: Move 'bmRequestType' USB device request macros from EHCI headerVivek Gautam
2013-10-14Coding Style cleanup: drop some excessive empty linesWolfgang Denk
2013-10-14Coding Style cleanup: remove trailing empty linesWolfgang Denk
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk
2013-10-10usb: Prevent using reserved registers on DM36x usbAndrew Murray
2013-10-08Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2013-10-07usb: Fix error handling in musb_hcd.cAndrew Murray
2013-09-27usb: ehci: Fix test mode for connected portsJulius Werner
2013-09-24USB: gadget: atmel: disconnect before unbindBo Shen
2013-09-24usb:g_dnl:dfu: Download gadget and DFU function code clean upLukasz Majewski
2013-09-24usb:gadget:Remove redundant #includes for USB composite gadget and its functionsLukasz Majewski
2013-09-24usb:g_dnl:ums: Conditional compilation for mass storage function (f_mass_stor...Lukasz Majewski
2013-09-24USB: gadget: add atmel usba udc driverBo Shen
2013-09-24usb: gadget: config: fix unaligned access issuesTroy Kisky
2013-09-24usb: gadget: Fix data aborts during USB ethernet bootJoel Fernandes
2013-09-04Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'Albert ARIBAUD
2013-08-26usb: ehci-mx5: Use 'bool' instead of 'unsigned char'Fabio Estevam
2013-08-26usb: ehci-mx5: Remove unneeded write to cscmr1 registerFabio Estevam
2013-08-26usb:dfu:g_dnl: Refactoring the string definition code for g_dnl driverLukasz Majewski
2013-08-26usb:dfu:g_dnl: Change number of exported configurations at composite gadgetLukasz Majewski
2013-08-26ARM: OMAP: USB: Fix linker error when ULPI is not definedDan Murphy
2013-08-26ARM: OMAP5: USB: Add OMAP5 common USB EHCI informationDan Murphy
2013-08-22linux/compat.h: move dev_err, dev_info and dev_dbg from usb driver to compat.hWu, Josh
2013-08-19SPDX-License-Identifier: convert BSD-3-Clause filesWolfgang Denk
2013-08-19net: smsc95xx: Add support for another SMSC95xx variantStefan Roese
2013-08-18Merge branch 'master' of git://88.191.163.10/u-boot-armTom Rini
2013-08-15musb: Disable extra printsLokesh Vutla
2013-07-29ehci-hcd: fix memory leak in lowlevel initNikita Kiryanov
2013-07-29usb: ehci-omap: Don't softreset USB High-speed Host (UHH) ModuleRoger Quadros
2013-07-29dfu: Implementation of target reset after communication with dfu-util's -R sw...Lukasz Majewski
2013-07-29usb: mv_udc: Add bounce bufferMarek Vasut
2013-07-29usb: mv_udc: Add proper cache managementMarek Vasut
2013-07-29usb: mv_udc: Implement better qTD item accessorMarek Vasut
2013-07-29usb: mv_udc: Improve allocation of qTD itemsMarek Vasut
2013-07-29usb: mv_udc: Implement better QH accessorMarek Vasut
2013-07-29usb: mv_udc: Add cacheline length checkMarek Vasut
2013-07-29usb: mv_udc: Properly align the endpoint QH and qTD listMarek Vasut
2013-07-29usb: mv_udc: Move QH and qTD into mv_drvMarek Vasut
2013-07-29usb: mv_udc: Init mv_drv.gadget.ops staticallyMarek Vasut
2013-07-29usb: mv_udc: Remove QH_MAXNUM macroMarek Vasut
2013-07-29usb: mv_udc: Clean up the initial variable checkMarek Vasut