| Commit message (Expand) | Author | Age | Lines |
* | usb: pci: Add XHCI driver for PCI | Simon Glass | 2015-02-05 | -0/+61 |
* | usb: pci: Use pci_find_class() to find the device | Simon Glass | 2015-02-05 | -52/+1 |
* | dm: usb: Remove use of fdtdec GPIO support | Simon Glass | 2015-01-29 | -30/+28 |
* | usb: eth: asix88179: add ability to modify MAC address | Rene Griessl | 2015-01-18 | -0/+14 |
* | musb-new: Add interrupt queue support | Hans de Goede | 2015-01-18 | -0/+65 |
* | musb-new: Add urb and hep parameters to construct_urb | Hans de Goede | 2015-01-18 | -32/+31 |
* | musb-new: Properly remove a transfer from the schedule on timeout | Hans de Goede | 2015-01-18 | -3/+14 |
* | musb-new: Fix reset sequence when in host mode | Hans de Goede | 2015-01-18 | -11/+20 |
* | musb-new: Fix interrupt transfers not working | Hans de Goede | 2015-01-18 | -1/+1 |
* | musb-new: Use time based timeouts rather then cpu-cycles based timeouts | Hans de Goede | 2015-01-18 | -8/+8 |
* | musb-new: Add sunxi musb controller support | Hans de Goede | 2015-01-18 | -0/+280 |
* | musb-new: Add register defines for different reg layout on sunxi | Hans de Goede | 2015-01-18 | -0/+92 |
* | usb: Add an interval parameter to create_int_queue | Hans de Goede | 2015-01-18 | -2/+2 |
* | usb: gadget: pxa25x_udc: fix use-before-initialized bug | Alex Sadovsky | 2015-01-18 | -2/+2 |
* | usb: gadget: f_dfu: Add get_alt function to pass the USB compliance test | Stefan Roese | 2015-01-18 | -0/+8 |
* | usb: gadget: composite: Fix NULL pointer crash in USB compliance test | Stefan Roese | 2015-01-18 | -0/+8 |
* | sunxi: Move usb-controller init code out of ehci-sunxi.c for reuse for otg | Hans de Goede | 2015-01-14 | -203/+10 |
* | usb: eth: add ASIX AX88179 DRIVER | Rene Griessl | 2014-12-31 | -0/+708 |
* | gadget: f_thor: check pointers before use in download_tail() | Przemyslaw Marczak | 2014-12-18 | -2/+14 |
* | fastboot: add support for continue command | Rob Herring | 2014-12-18 | -0/+14 |
* | usb, g_dnl: generalize DFU detach functions | Rob Herring | 2014-12-18 | -1/+18 |
* | USB: gadget: atmel_usba_udc: fix transfer hang issue | Bo Shen | 2014-12-16 | -1/+0 |
* | Merge git://git.denx.de/u-boot-dm | Tom Rini | 2014-12-11 | -24/+0 |
|\ |
|
| * | lib: string: move strlcpy() to a common place | Masahiro Yamada | 2014-12-11 | -24/+0 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini | 2014-12-11 | -3/+25 |
|\ \ |
|
| * | | usb: ehci: do not set the LSB of Current qTD pointer | Masahiro Yamada | 2014-11-19 | -1/+0 |
| * | | usb:ehci-mx6 add phy mode query function | Peng Fan | 2014-11-14 | -2/+25 |
* | | | drivers: usb: fsl: Check USB Erratum A007792 applicability | Nikhil Badola | 2014-12-11 | -0/+9 |
* | | | drivers: usb: fsl: Add USB device-tree errata framework | Nikhil Badola | 2014-12-11 | -0/+64 |
* | | | drivers: usb: Make usb device-tree fixup code architecture independent | Nikhil Badola | 2014-12-11 | -0/+113 |
| |/
|/| |
|
* | | usb: phy: omap_usb_phy: fix build breakage | Felipe Balbi | 2014-12-04 | -2/+0 |
* | | usb: UniPhier: support OF configuration | Masahiro Yamada | 2014-11-28 | -1/+37 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq | Tom Rini | 2014-11-26 | -3/+2 |
|\ \ |
|
| * | | drivers : usb: fsl: Implement usb Erratum A007798 workaround | Nikhil Badola | 2014-11-24 | -2/+1 |
| * | | drivers: usb: fsl: Move USB Errata checking code | Nikhil Badola | 2014-11-21 | -1/+1 |
| |/ |
|
* | | Merge branch 'master' of http://git.denx.de/u-boot-samsung | Tom Rini | 2014-11-26 | -8/+47 |
|\ \ |
|
| * | | arm: odroid: usb: add support for usb host including ethernet | Suriyan Ramasami | 2014-11-17 | -8/+47 |
| |/ |
|
* | | linux/kernel.h: sync min, max, min3, max3 macros with Linux | Masahiro Yamada | 2014-11-23 | -17/+18 |
* | | include: move various macros to include/linux/kernel.h | Masahiro Yamada | 2014-11-20 | -18/+0 |
* | | ARM: remove CONFIG_ARM920T defines | Masahiro Yamada | 2014-11-20 | -1/+1 |
|/ |
|
* | Merge branch 'master' of git://git.denx.de/u-boot-sunxi | Tom Rini | 2014-11-13 | -26/+54 |
|\ |
|
| * | sun6i: ehci: Add sun6i ehci support | Hans de Goede | 2014-11-13 | -16/+29 |
| * | sunxi: ehci: Add proper Kconfig options to select the usb Vbus gpio-s | Hans de Goede | 2014-11-13 | -10/+25 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini | 2014-11-11 | -75/+124 |
|\ \
| |/
|/| |
|
| * | usb: eth: fix Makefile | Rene Griessl | 2014-11-07 | -3/+1 |
| * | usb: rmobile: Use ARRAY_SIZE(usb_base_address) instead of CONFIG_USB_MAX_CONT... | Nobuhiro Iwamatsu | 2014-11-07 | -4/+4 |
| * | usb: ehci: fix Interrupt on Doorbell flag of USBCMD | Masahiro Yamada | 2014-11-07 | -2/+2 |
| * | usb: s3c-otg: Allow custom gusbcfg | Marek Vasut | 2014-11-07 | -7/+13 |
| * | usb: s3c-otg: Split out PHY control | Marek Vasut | 2014-11-07 | -62/+104 |
| * | usb: s3c-otg: Encapsulate PHY control | Marek Vasut | 2014-11-06 | -4/+8 |