summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* sunxi: musb: Improve output during probingHans de Goede2015-07-251-5/+6
* sunxi: musb: Use device-model for musb host modeHans de Goede2015-07-251-0/+57
* sunxi: musb: Move musb config and platdata to the sunxi-musb glueHans de Goede2015-07-251-10/+25
* sunxi: musb: Add id pin supportHans de Goede2015-07-251-0/+5
* sunxi: musb: Move vbus check to sunxi_musb_enableHans de Goede2015-07-251-10/+9
* linux_compat: remove cpu_relax() defineMasahiro Yamada2015-07-221-0/+1
* dm: usb: eth: Add driver-model support to the asix driverSimon Glass2015-07-211-21/+216
* dm: usb: Add driver-model support to ehci-pciSimon Glass2015-07-211-20/+77
* dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass2015-07-212-4/+4
* dm: usb: eth: Support driver model with USB EthernetSimon Glass2015-07-211-0/+127
* usb: Update some EHCI driver licenses to use SPDXSimon Glass2015-07-215-68/+5
* usb: ehci: Correct a missing hypen in an error messageSimon Glass2015-07-211-1/+1
* musb: Add device-model support to the musb-host u-boot glueHans de Goede2015-07-212-1/+73
* musb: Add musb_host_data struct to hold global dataHans de Goede2015-07-212-54/+77
* musb: Rename and wrap public functionsHans de Goede2015-07-211-11/+59
* musb: Update usb-compat to work with struct usb_device without a parent ptrHans de Goede2015-07-213-1/+75
* musb: Allow musb_platform_enable to return an error codeHans de Goede2015-07-217-3/+64
* dm: usb: Do not assume that first child is always a hubHans de Goede2015-07-211-5/+5
* dm: usb: Allow usb host drivers to implement usb_reset_root_portHans de Goede2015-07-211-5/+11
* dm: usb: Rename usb_find_child to usb_find_emul_childHans de Goede2015-07-211-10/+9
* dm: usb: Use device_unbind_children to clean up usb devs on stopHans de Goede2015-07-211-0/+3
* usb: Add an usb_device parameter to usb_reset_root_portHans de Goede2015-07-212-3/+3
* usb: usb_setup_device: Drop unneeded portnr function argumentHans de Goede2015-07-211-1/+1
* usb: Drop device-model specific copy of usb_legacy_port_resetHans de Goede2015-07-211-29/+0
* usb: Add EHCI support for Armada 38x (mvebu)Stefan Roese2015-07-101-0/+36
* usb: ehci: Properly deal with data toggle for interrupt endpointsHans de Goede2015-06-191-7/+19
* sunxi: musb: Remove unused sunxi_musb_exit methodHans de Goede2015-06-171-34/+0
* sunxi: musb: Do not fully reset the controler from sunxi_musb_disableHans de Goede2015-06-171-21/+31
* Merge git://git.denx.de/u-boot-usbTom Rini2015-06-154-2/+81
|\
| * usb: f_mass_storage: sleep_thread: decrease the interval for check ctrlc()Inha Song2015-06-081-1/+1
| * samsung: usb: phy: Support for DWC3 PHYLukasz Majewski2015-06-082-0/+79
| * drivers: usb: fsl: Return if USB_MAX_CONTROLLER_COUNT is incorrectNikhil Badola2015-06-071-1/+1
* | dm: usb: tegra: Drop legacy USB codeSimon Glass2015-06-101-150/+0
* | dm: usb: Implement usb_detect_change() for driver modelSimon Glass2015-06-101-0/+43
* | Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2015-06-081-0/+8
|\ \ | |/ |/|
| * usb: ehci-vf: Add weak function for board specific initialisationSanchayan Maity2015-06-081-0/+8
* | Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2015-05-303-13/+8
|\ \
| * | ARM: UniPhier: update the vendor name of UniPhier in KconfigMasahiro Yamada2015-05-311-6/+4
| * | ARM: UniPhier: replace <asm/io.h> with <linux/io.h>Masahiro Yamada2015-05-312-7/+4
| |/
* | usb: dwc2: Add support for v3 snpsid valuePeter Griffin2015-05-292-1/+3
* | ci_udc: Update the ci_udc driver to support bulk transfersSiva Durga Prasad Paladugu2015-05-292-19/+117
|/
* usb: ohci: Add support for interrupt queuesHans de Goede2015-05-141-0/+132
* usb: ohci: Add an ohci_alloc_urb() functionHans de Goede2015-05-141-8/+23
* usb: ohci: Do not reuse ed for interrupt endpoints of different devicesHans de Goede2015-05-142-1/+38
* sunxi: ohci: Add ohci usb host controller supportHans de Goede2015-05-142-0/+105
* sunxi: ehci: Convert to the driver-modelHans de Goede2015-05-141-29/+64
* usb: ohci: Add dm supportHans de Goede2015-05-142-0/+91
* usb: ohci: Skip unnecessary mdelay(1) calls in various placesHans de Goede2015-05-141-9/+20
* usb: ohci: Remove unnecessary delays from hc_start and power power-on pathsHans de Goede2015-05-141-4/+0
* usb: ohci: Do not resubmit and leak urbs for interrupt packetsHans de Goede2015-05-141-39/+2
OpenPOWER on IntegriCloud