summaryrefslogtreecommitdiff
path: root/drivers/usb
Commit message (Expand)AuthorAgeLines
...
| * | sunxi: musb: Use device-model for musb host modeHans de Goede2015-07-25-0/+57
| * | sunxi: musb: Move musb config and platdata to the sunxi-musb glueHans de Goede2015-07-25-10/+25
| * | sunxi: musb: Add id pin supportHans de Goede2015-07-25-0/+5
| * | sunxi: musb: Move vbus check to sunxi_musb_enableHans de Goede2015-07-25-10/+9
* | | Merge git://git.denx.de/u-boot-usbTom Rini2015-07-24-285/+345
|\ \ \ | |/ / |/| |
| * | usb: ci_udc: fix request allocation when endpoints are disabledRob Herring2015-07-24-4/+8
| * | ci_udc: fix 64-bit compile warningsStephen Warren2015-07-23-9/+10
| * | usb: ehci-marvell: Drop wrl accessor functionStefan Roese2015-07-22-14/+12
| * | usb: CONFIG_USB_FASTBOOT prefix replacement for consistencyPaul Kocialkowski2015-07-22-4/+4
| * | implement Fastboot via USB OTG on bcm28155_ap boardsJiandong Zheng2015-07-22-0/+1
| * | usb: gadget: bcm_udc_otg filesJiandong Zheng2015-07-22-0/+73
| * | usb: gadget: fastboot: Dequeue the previous IN request for the current requestPaul Kocialkowski2015-07-22-0/+3
| * | usb: gadget: fastboot: Request status and length check in rx handlerPaul Kocialkowski2015-07-22-5/+6
| * | usb: gadget: Weak board_usb_init/cleanup definitions in USB download gadget codePaul Kocialkowski2015-07-22-0/+13
| * | usb: Fastboot function config for better consistency with other functionsPaul Kocialkowski2015-07-22-1/+1
| * | usb: USB download gadget and functions config options coherent namingPaul Kocialkowski2015-07-22-4/+4
| * | drivers: usb: fsl: Remove LS102XA immap inclusionNikhil Badola2015-07-22-1/+0
| * | drivers: usb: fsl: Implement Erratum A-009116 for XHCI controllerNikhil Badola2015-07-22-0/+9
| * | drivers: usb: fsl: Remove warnings for 64-bit architecturesNikhil Badola2015-07-22-4/+4
| * | usb: fsl: Add XHCI driver supportRamneek Mehresh2015-07-22-0/+110
| * | usb: xhci: keystone: Remove common dwc3 drv functions callsRamneek Mehresh2015-07-22-88/+0
| * | usb: xhci: omap: Remove common dwc3 drv functions callsRamneek Mehresh2015-07-22-78/+0
| * | usb: xhci: exynos: Remove common dwc3 drv functions callsRamneek Mehresh2015-07-22-78/+0
| * | usb: dwc3: Add DWC3 controller driver supportRamneek Mehresh2015-07-22-0/+92
| |/
* | linux_compat: remove cpu_relax() defineMasahiro Yamada2015-07-22-0/+1
* | dm: usb: eth: Add driver-model support to the asix driverSimon Glass2015-07-21-21/+216
* | dm: usb: Add driver-model support to ehci-pciSimon Glass2015-07-21-20/+77
* | dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass2015-07-21-4/+4
* | dm: usb: eth: Support driver model with USB EthernetSimon Glass2015-07-21-0/+127
* | usb: Update some EHCI driver licenses to use SPDXSimon Glass2015-07-21-68/+5
* | usb: ehci: Correct a missing hypen in an error messageSimon Glass2015-07-21-1/+1
* | musb: Add device-model support to the musb-host u-boot glueHans de Goede2015-07-21-1/+73
* | musb: Add musb_host_data struct to hold global dataHans de Goede2015-07-21-54/+77
* | musb: Rename and wrap public functionsHans de Goede2015-07-21-11/+59
* | musb: Update usb-compat to work with struct usb_device without a parent ptrHans de Goede2015-07-21-1/+75
* | musb: Allow musb_platform_enable to return an error codeHans de Goede2015-07-21-3/+64
* | dm: usb: Do not assume that first child is always a hubHans de Goede2015-07-21-5/+5
* | dm: usb: Allow usb host drivers to implement usb_reset_root_portHans de Goede2015-07-21-5/+11
* | dm: usb: Rename usb_find_child to usb_find_emul_childHans de Goede2015-07-21-10/+9
* | dm: usb: Use device_unbind_children to clean up usb devs on stopHans de Goede2015-07-21-0/+3
* | usb: Add an usb_device parameter to usb_reset_root_portHans de Goede2015-07-21-3/+3
* | usb: usb_setup_device: Drop unneeded portnr function argumentHans de Goede2015-07-21-1/+1
* | usb: Drop device-model specific copy of usb_legacy_port_resetHans de Goede2015-07-21-29/+0
|/
* usb: Add EHCI support for Armada 38x (mvebu)Stefan Roese2015-07-10-0/+36
* usb: ehci: Properly deal with data toggle for interrupt endpointsHans de Goede2015-06-19-7/+19
* sunxi: musb: Remove unused sunxi_musb_exit methodHans de Goede2015-06-17-34/+0
* sunxi: musb: Do not fully reset the controler from sunxi_musb_disableHans de Goede2015-06-17-21/+31
* Merge git://git.denx.de/u-boot-usbTom Rini2015-06-15-2/+81
|\
| * usb: f_mass_storage: sleep_thread: decrease the interval for check ctrlc()Inha Song2015-06-08-1/+1
| * samsung: usb: phy: Support for DWC3 PHYLukasz Majewski2015-06-08-0/+79