aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2015-03-29sunxi: musb: Fix some lo speed devices not working with musb hostHans de Goede1-0/+14
2015-03-24net: Add ethernet FCS length macro in net.hBin Meng2-2/+0
2015-03-21sunxi: musb: Return early on VBUS GPIO error instead of on a positive valuePaul Kocialkowski1-1/+1
2015-03-15ARM: UniPhier: adjust device trees for business transferMasahiro Yamada2-4/+6
2015-03-10sunxi: musb: Support checking VBUS using AXP221 PMICChen-Yu Tsai1-14/+38
2015-03-02Merge git://git.denx.de/u-boot-usbTom Rini3-6/+95
2015-03-01usb: UniPhier: add UniPhier on-chip xHCI host driver supportMasahiro Yamada3-0/+94
2015-03-01ARM: UniPhier: move uniphier_ehci_reset() functionMasahiro Yamada1-1/+14
2015-03-01ARM: UniPhier: remove EHCI platform devicesMasahiro Yamada2-14/+2
2015-03-01ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h>Masahiro Yamada1-1/+1
2015-02-25usb: gadget: fastboot: Set the Serial Number for Fastboot GadgetDileep Katta1-0/+5
2015-02-25fastboot: OUT transaction length must be aligned to wMaxPacketSizeDileep Katta1-5/+22
2015-02-25usb: gadget: fastboot: Add fastboot eraseDileep Katta1-0/+25
2015-02-25fastboot: add support for "oem format" commandRob Herring1-0/+11
2015-02-25fastboot: add "fastboot oem" command supportMichael Scott1-0/+15
2015-02-24usb: musb-new: omap2430: Reset the MUSB controller earlyPaul Kocialkowski1-0/+16
2015-02-24exynos: usb: make dwc3_set_mode to staticJoonyoung Shim1-1/+1
2015-02-21sunxi: musb: Check Vbus-det before enabling otg port powerHans de Goede1-0/+29
2015-02-16sunxi: otg: Fix peripheral modeHans de Goede1-12/+1
2015-02-05usb: pci: Add XHCI driver for PCISimon Glass2-0/+61
2015-02-05usb: pci: Use pci_find_class() to find the deviceSimon Glass1-52/+1
2015-01-29dm: usb: Remove use of fdtdec GPIO supportSimon Glass3-30/+28
2015-01-18usb: eth: asix88179: add ability to modify MAC addressRene Griessl1-0/+14
2015-01-18musb-new: Add interrupt queue supportHans de Goede1-0/+65
2015-01-18musb-new: Add urb and hep parameters to construct_urbHans de Goede1-32/+31
2015-01-18musb-new: Properly remove a transfer from the schedule on timeoutHans de Goede4-3/+14
2015-01-18musb-new: Fix reset sequence when in host modeHans de Goede1-11/+20
2015-01-18musb-new: Fix interrupt transfers not workingHans de Goede1-1/+1
2015-01-18musb-new: Use time based timeouts rather then cpu-cycles based timeoutsHans de Goede1-8/+8
2015-01-18musb-new: Add sunxi musb controller supportHans de Goede2-0/+280
2015-01-18musb-new: Add register defines for different reg layout on sunxiHans de Goede1-0/+92
2015-01-18usb: Add an interval parameter to create_int_queueHans de Goede1-2/+2
2015-01-18usb: gadget: pxa25x_udc: fix use-before-initialized bugAlex Sadovsky1-2/+2
2015-01-18usb: gadget: f_dfu: Add get_alt function to pass the USB compliance testStefan Roese1-0/+8
2015-01-18usb: gadget: composite: Fix NULL pointer crash in USB compliance testStefan Roese1-0/+8
2015-01-14sunxi: Move usb-controller init code out of ehci-sunxi.c for reuse for otgHans de Goede1-203/+10
2014-12-31usb: eth: add ASIX AX88179 DRIVERRene Griessl3-0/+708
2014-12-18gadget: f_thor: check pointers before use in download_tail()Przemyslaw Marczak1-2/+14
2014-12-18fastboot: add support for continue commandRob Herring1-0/+14
2014-12-18usb, g_dnl: generalize DFU detach functionsRob Herring2-1/+18
2014-12-16USB: gadget: atmel_usba_udc: fix transfer hang issueBo Shen1-1/+0
2014-12-11Merge git://git.denx.de/u-boot-dmTom Rini1-24/+0
2014-12-11Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2-3/+25
2014-12-11lib: string: move strlcpy() to a common placeMasahiro Yamada1-24/+0
2014-12-11drivers: usb: fsl: Check USB Erratum A007792 applicabilityNikhil Badola1-0/+9
2014-12-11drivers: usb: fsl: Add USB device-tree errata frameworkNikhil Badola1-0/+64
2014-12-11drivers: usb: Make usb device-tree fixup code architecture independentNikhil Badola1-0/+113
2014-12-04usb: phy: omap_usb_phy: fix build breakageFelipe Balbi1-2/+0
2014-11-28usb: UniPhier: support OF configurationMasahiro Yamada1-1/+37
2014-11-26Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini1-3/+2