summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2015-07-22dm: usb: Add driver-model support to ehci-pciSimon Glass1-20/+77
2015-07-22dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass2-4/+4
2015-07-22dm: usb: eth: Support driver model with USB EthernetSimon Glass1-0/+127
2015-07-22usb: Update some EHCI driver licenses to use SPDXSimon Glass5-68/+5
2015-07-22usb: ehci: Correct a missing hypen in an error messageSimon Glass1-1/+1
2015-07-22musb: Add device-model support to the musb-host u-boot glueHans de Goede2-1/+73
2015-07-22musb: Add musb_host_data struct to hold global dataHans de Goede2-54/+77
2015-07-22musb: Rename and wrap public functionsHans de Goede1-11/+59
2015-07-22musb: Update usb-compat to work with struct usb_device without a parent ptrHans de Goede3-1/+75
2015-07-22musb: Allow musb_platform_enable to return an error codeHans de Goede7-3/+64
2015-07-22dm: usb: Do not assume that first child is always a hubHans de Goede1-5/+5
2015-07-22dm: usb: Allow usb host drivers to implement usb_reset_root_portHans de Goede1-5/+11
2015-07-22dm: usb: Rename usb_find_child to usb_find_emul_childHans de Goede1-10/+9
2015-07-22dm: usb: Use device_unbind_children to clean up usb devs on stopHans de Goede1-0/+3
2015-07-22usb: Add an usb_device parameter to usb_reset_root_portHans de Goede2-3/+3
2015-07-22usb: usb_setup_device: Drop unneeded portnr function argumentHans de Goede1-1/+1
2015-07-22usb: Drop device-model specific copy of usb_legacy_port_resetHans de Goede1-29/+0
2015-07-10usb: Add EHCI support for Armada 38x (mvebu)Stefan Roese1-0/+36
2015-06-19usb: ehci: Properly deal with data toggle for interrupt endpointsHans de Goede1-7/+19
2015-06-17sunxi: musb: Remove unused sunxi_musb_exit methodHans de Goede1-34/+0
2015-06-17sunxi: musb: Do not fully reset the controler from sunxi_musb_disableHans de Goede1-21/+31
2015-06-16Merge git://git.denx.de/u-boot-usbTom Rini4-2/+81
2015-06-11dm: usb: tegra: Drop legacy USB codeSimon Glass1-150/+0
2015-06-11dm: usb: Implement usb_detect_change() for driver modelSimon Glass1-0/+43
2015-06-08usb: f_mass_storage: sleep_thread: decrease the interval for check ctrlc()Inha Song1-1/+1
2015-06-08samsung: usb: phy: Support for DWC3 PHYLukasz Majewski2-0/+79
2015-06-08Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-0/+8
2015-06-08usb: ehci-vf: Add weak function for board specific initialisationSanchayan Maity1-0/+8
2015-06-07drivers: usb: fsl: Return if USB_MAX_CONTROLLER_COUNT is incorrectNikhil Badola1-1/+1
2015-05-31Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini3-13/+8
2015-05-30ARM: UniPhier: update the vendor name of UniPhier in KconfigMasahiro Yamada1-6/+4
2015-05-30ARM: UniPhier: replace <asm/io.h> with <linux/io.h>Masahiro Yamada2-7/+4
2015-05-29usb: dwc2: Add support for v3 snpsid valuePeter Griffin2-1/+3
2015-05-29ci_udc: Update the ci_udc driver to support bulk transfersSiva Durga Prasad Paladugu2-19/+117
2015-05-15usb: ohci: Add support for interrupt queuesHans de Goede1-0/+132
2015-05-15usb: ohci: Add an ohci_alloc_urb() functionHans de Goede1-8/+23
2015-05-15usb: ohci: Do not reuse ed for interrupt endpoints of different devicesHans de Goede2-1/+38
2015-05-15sunxi: ohci: Add ohci usb host controller supportHans de Goede2-0/+105
2015-05-15sunxi: ehci: Convert to the driver-modelHans de Goede1-29/+64
2015-05-15usb: ohci: Add dm supportHans de Goede2-0/+91
2015-05-15usb: ohci: Skip unnecessary mdelay(1) calls in various placesHans de Goede1-9/+20
2015-05-15usb: ohci: Remove unnecessary delays from hc_start and power power-on pathsHans de Goede1-4/+0
2015-05-15usb: ohci: Do not resubmit and leak urbs for interrupt packetsHans de Goede1-39/+2
2015-05-15dm: usb: Do not scan companion buses if no devices where handed overHans de Goede1-8/+34
2015-05-15dm: usb: Add support for companion controllersHans de Goede1-5/+28
2015-05-15dm: usb: Move printing of usb scan status to usb_scan_bus()Hans de Goede1-13/+9
2015-05-15dm: usb: Add support for interrupt queues to the dm usb codeHans de Goede2-0/+62
2015-05-15dm: usb: Prefix ehci interrupt-queue functions with _ehci_Hans de Goede1-9/+28
2015-05-15usb: Stop reset procedure when a dev is handed over to a companion hcdHans de Goede1-1/+2
2015-05-15usb: Fix handover of full-speed devices from ehci to companionHans de Goede1-3/+13