aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-04Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'Albert ARIBAUD1-16/+0
2013-08-26usb: ehci-mx5: Use 'bool' instead of 'unsigned char'Fabio Estevam1-3/+3
2013-08-26usb: ehci-mx5: Remove unneeded write to cscmr1 registerFabio Estevam1-9/+0
2013-08-26usb:dfu:g_dnl: Refactoring the string definition code for g_dnl driverLukasz Majewski1-4/+7
2013-08-26usb:dfu:g_dnl: Change number of exported configurations at composite gadgetLukasz Majewski1-2/+4
2013-08-26ARM: OMAP: USB: Fix linker error when ULPI is not definedDan Murphy1-0/+7
2013-08-26ARM: OMAP5: USB: Add OMAP5 common USB EHCI informationDan Murphy1-2/+24
2013-08-22linux/compat.h: move dev_err, dev_info and dev_dbg from usb driver to compat.hWu, Josh1-16/+0
2013-08-19SPDX-License-Identifier: convert BSD-3-Clause filesWolfgang Denk1-29/+1
2013-08-19net: smsc95xx: Add support for another SMSC95xx variantStefan Roese1-0/+1
2013-08-18Merge branch 'master' of git://88.191.163.10/u-boot-armTom Rini1-12/+8
2013-08-15musb: Disable extra printsLokesh Vutla1-12/+8
2013-07-29ehci-hcd: fix memory leak in lowlevel initNikita Kiryanov1-1/+3
2013-07-29usb: ehci-omap: Don't softreset USB High-speed Host (UHH) ModuleRoger Quadros1-12/+15
2013-07-29dfu: Implementation of target reset after communication with dfu-util's -R sw...Lukasz Majewski1-0/+2
2013-07-29usb: mv_udc: Add bounce bufferMarek Vasut1-7/+77
2013-07-29usb: mv_udc: Add proper cache managementMarek Vasut1-5/+77
2013-07-29usb: mv_udc: Implement better qTD item accessorMarek Vasut1-2/+15
2013-07-29usb: mv_udc: Improve allocation of qTD itemsMarek Vasut1-2/+23
2013-07-29usb: mv_udc: Implement better QH accessorMarek Vasut1-5/+18
2013-07-29usb: mv_udc: Add cacheline length checkMarek Vasut1-0/+10
2013-07-29usb: mv_udc: Properly align the endpoint QH and qTD listMarek Vasut1-8/+18
2013-07-29usb: mv_udc: Move QH and qTD into mv_drvMarek Vasut1-13/+13
2013-07-29usb: mv_udc: Init mv_drv.gadget.ops staticallyMarek Vasut1-3/+3
2013-07-29usb: mv_udc: Remove QH_MAXNUM macroMarek Vasut1-3/+4
2013-07-29usb: mv_udc: Clean up the initial variable checkMarek Vasut1-6/+5
2013-07-29usb: mv_udc: Make use of struct ehci_ctrlMarek Vasut1-18/+23
2013-07-29usb: ehci: Split out struct ehci_ctrl definitionMarek Vasut2-10/+14
2013-07-29usb: mv_udc: Clean up the EP initializationMarek Vasut1-12/+26
2013-07-29usb: mv_udc: Move endpoint array into driver dataMarek Vasut1-24/+24
2013-07-29usb: mv_udc: Unbreak the mv_udc driverMarek Vasut2-2/+7
2013-07-24Add LGPL-2.1+ SPDX-License-Identifier to source filesWolfgang Denk1-4/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk70-972/+73
2013-07-12Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2-69/+277
2013-07-11ARM: Tegra: USB: EHCI: Add support for Tegra30/Tegra114Jim Lin1-36/+268
2013-07-10usb: pxa27x_udc: fix compiler warningsMike Dunn1-9/+5
2013-07-10dfu: Update DFU's authorship historyƁukasz Majewski1-0/+7
2013-07-02usb: omap: ulpi: fix ulpi transceiver accessMichael Trimarchi1-33/+9
2013-06-30usb: add support for the USB Ethernet adapter D-Link DUB-E100 H/W Ver C1Pierre Aubert1-0/+1
2013-06-30dfu:function: Fix number of allocated DFU function pointersLukasz Majewski1-1/+1
2013-06-30usb, musb-new: add wdt triggerHeiko Schocher1-0/+2
2013-06-30usb, g_dnl: make possibility to fixup the device_desc board specificHeiko Schocher1-0/+7
2013-06-30usb, dfu gadget: switch to dfu mode in dfu_bindHeiko Schocher1-1/+3
2013-06-30usb:composite: use memcpy to avoid unaligned accessPiotr Wilczek1-1/+2
2013-06-30drivers:usb: use get|put_unaligned_le16Piotr Wilczek1-4/+4
2013-06-26usb: musb: Use ARRAY_SIZE at appropriate placesAxel Lin2-4/+2
2013-06-13Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+3