summaryrefslogtreecommitdiff
path: root/include/usb.h
AgeCommit message (Expand)Author
2016-03-22Fix spelling of "transferred".Vagrant Cascadian
2016-03-20usb: Change power-on / scanning timeout handlingStefan Roese
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2016-01-07usb: Allow up to 7 storage devicesSimon Glass
2015-12-31usb: Move determination of TT hub address/port into separate functionStefan Brüns
2015-12-31usb: Alloc buffer for USB descriptor dynamicallyStefan Brüns
2015-11-19usb: sandbox: Add support for interrupt operationsSimon Glass
2015-11-19sandbox: usb: Allow finding a USB emulator for a deviceSimon Glass
2015-11-19usb: Refactor USB tree output code for testingSimon Glass
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass
2015-08-05usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSBPaul Kocialkowski
2015-07-21dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass
2015-07-21dm: usb: Correct the struct usb_driver_entry commentSimon Glass
2015-07-21dm: usb: Allow usb host drivers to implement usb_reset_root_portHans de Goede
2015-07-21usb: Add an usb_device parameter to usb_reset_root_portHans de Goede
2015-07-21usb: usb_setup_device: Drop unneeded portnr function argumentHans de Goede
2015-07-21usb: Drop device-model specific copy of usb_legacy_port_resetHans de Goede
2015-06-19usb.h: Always declare usb function prototypesHans de Goede
2015-05-14usb: add device connection/disconnection detectionVincent Palatin
2015-05-14dm: usb: Add support for companion controllersHans de Goede
2015-05-14dm: usb: Add support for interrupt queues to the dm usb codeHans de Goede
2015-05-05dm: usb: Copy over usb_device values from usb_scan_device() to final usb_deviceHans de Goede
2015-05-05dm: usb: Make usb_get_bus easier to use for callersHans de Goede
2015-04-18dm: usb: sandbox: Add a uclass for USB device emulationSimon Glass
2015-04-18dm: usb: Allow USB drivers to be declared and auto-probedSimon Glass
2015-04-18dm: usb: Refactor port resetsSimon Glass
2015-04-18dm: usb: Adjust usb_alloc_new_device() to return an errorSimon Glass
2015-04-18dm: usb: Add a uclass for USB controllersSimon Glass
2015-04-14usb: Convert protocol header structures to use explicitly sized variablesSergey Temerkhanov
2015-01-18musb-new: Add interrupt queue supportHans de Goede
2015-01-18musb-new: Fix reset sequence when in host modeHans de Goede
2015-01-18musb-new: Add sunxi musb controller supportHans de Goede
2015-01-18usb: Add an interval parameter to create_int_queueHans de Goede
2014-11-07usb: include <asm/cache.h> and <part.h> from include/usb.hMasahiro Yamada
2014-11-04usb: Make pollable int support available outside of ehci-hcd.cHans de Goede
2014-10-22usb: dwc2: Add driver for Synopsis DWC2 USB IP blockOleksandr Tymoshenko
2014-10-06usb: kbd: Allow "usb reset" to continue when an usb kbd is usedHans de Goede
2014-05-05usb: dfu: fix boards wo USB cable detectionMateusz Zalega
2013-11-08usb: ums: add ums exit feature by ctrl+c or by detach usb cablePrzemyslaw Marczak
2013-10-20usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky
2013-10-20usb: rename board_usb_init_type to usb_init_typeTroy Kisky
2013-10-20usb: new board-specific USB init interfaceMateusz Zalega
2013-10-20USB: xHCI: Add stack support for xHCIVivek Gautam
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-05-05USB: SS: Add support for Super Speed USB interfaceVivek Gautam
2012-12-17usb: Clean up newly allocated device nodes in case of configuration failureMilind Choudhary
2012-11-20musb-new: omap2plus backend driverIlya Yanok
2012-11-20musb-new: am35x backend driverIlya Yanok
2012-11-20musb-new: dsps backend driverIlya Yanok
2012-11-20usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok