summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2015-07-24usb: ci_udc: fix request allocation when endpoints are disabledRob Herring
2015-07-23ci_udc: fix 64-bit compile warningsStephen Warren
2015-07-22usb: ehci-marvell: Drop wrl accessor functionStefan Roese
2015-07-22usb: CONFIG_USB_FASTBOOT prefix replacement for consistencyPaul Kocialkowski
2015-07-22implement Fastboot via USB OTG on bcm28155_ap boardsJiandong Zheng
2015-07-22usb: gadget: bcm_udc_otg filesJiandong Zheng
2015-07-22usb: gadget: fastboot: Dequeue the previous IN request for the current requestPaul Kocialkowski
2015-07-22usb: gadget: fastboot: Request status and length check in rx handlerPaul Kocialkowski
2015-07-22usb: gadget: Weak board_usb_init/cleanup definitions in USB download gadget codePaul Kocialkowski
2015-07-22usb: Fastboot function config for better consistency with other functionsPaul Kocialkowski
2015-07-22usb: USB download gadget and functions config options coherent namingPaul Kocialkowski
2015-07-22drivers: usb: fsl: Remove LS102XA immap inclusionNikhil Badola
2015-07-22drivers: usb: fsl: Implement Erratum A-009116 for XHCI controllerNikhil Badola
2015-07-22drivers: usb: fsl: Remove warnings for 64-bit architecturesNikhil Badola
2015-07-22usb: fsl: Add XHCI driver supportRamneek Mehresh
2015-07-22usb: xhci: keystone: Remove common dwc3 drv functions callsRamneek Mehresh
2015-07-22usb: xhci: omap: Remove common dwc3 drv functions callsRamneek Mehresh
2015-07-22usb: xhci: exynos: Remove common dwc3 drv functions callsRamneek Mehresh
2015-07-22usb: dwc3: Add DWC3 controller driver supportRamneek Mehresh
2015-07-10usb: Add EHCI support for Armada 38x (mvebu)Stefan Roese
2015-06-19usb: ehci: Properly deal with data toggle for interrupt endpointsHans de Goede
2015-06-17sunxi: musb: Remove unused sunxi_musb_exit methodHans de Goede
2015-06-17sunxi: musb: Do not fully reset the controler from sunxi_musb_disableHans de Goede
2015-06-16Merge git://git.denx.de/u-boot-usbTom Rini
2015-06-11dm: usb: tegra: Drop legacy USB codeSimon Glass
2015-06-11dm: usb: Implement usb_detect_change() for driver modelSimon Glass
2015-06-08usb: f_mass_storage: sleep_thread: decrease the interval for check ctrlc()Inha Song
2015-06-08samsung: usb: phy: Support for DWC3 PHYLukasz Majewski
2015-06-08Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2015-06-08usb: ehci-vf: Add weak function for board specific initialisationSanchayan Maity
2015-06-07drivers: usb: fsl: Return if USB_MAX_CONTROLLER_COUNT is incorrectNikhil Badola
2015-05-31Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini
2015-05-30ARM: UniPhier: update the vendor name of UniPhier in KconfigMasahiro Yamada
2015-05-30ARM: UniPhier: replace <asm/io.h> with <linux/io.h>Masahiro Yamada
2015-05-29usb: dwc2: Add support for v3 snpsid valuePeter Griffin
2015-05-29ci_udc: Update the ci_udc driver to support bulk transfersSiva Durga Prasad Paladugu
2015-05-15usb: ohci: Add support for interrupt queuesHans de Goede
2015-05-15usb: ohci: Add an ohci_alloc_urb() functionHans de Goede
2015-05-15usb: ohci: Do not reuse ed for interrupt endpoints of different devicesHans de Goede
2015-05-15sunxi: ohci: Add ohci usb host controller supportHans de Goede
2015-05-15sunxi: ehci: Convert to the driver-modelHans de Goede
2015-05-15usb: ohci: Add dm supportHans de Goede
2015-05-15usb: ohci: Skip unnecessary mdelay(1) calls in various placesHans de Goede
2015-05-15usb: ohci: Remove unnecessary delays from hc_start and power power-on pathsHans de Goede
2015-05-15usb: ohci: Do not resubmit and leak urbs for interrupt packetsHans de Goede
2015-05-15dm: usb: Do not scan companion buses if no devices where handed overHans de Goede
2015-05-15dm: usb: Add support for companion controllersHans de Goede
2015-05-15dm: usb: Move printing of usb scan status to usb_scan_bus()Hans de Goede
2015-05-15dm: usb: Add support for interrupt queues to the dm usb codeHans de Goede
2015-05-15dm: usb: Prefix ehci interrupt-queue functions with _ehci_Hans de Goede