summaryrefslogtreecommitdiff
path: root/include/usb.h
AgeCommit message (Expand)Author
2017-10-01dm: usb: emul: Drop usb_emul_reset()Bin Meng
2017-10-01usb: emul: Expose find_descriptor() as a public APIBin Meng
2017-10-01usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum()Bin Meng
2017-10-01usb: Fix comments of usb_emul_find_for_dev()Bin Meng
2017-10-01usb: emul: Remove maxpacketsize in usb_emul_setup_device()Bin Meng
2017-09-27dm: usb: Add a new USB controller operation 'get_max_xfer_size'Bin Meng
2017-07-28dm: usb: Add a new USB controller operation 'update_hub_device'Bin Meng
2017-07-28usb: hub: Parse and save TT details from device descriptorBin Meng
2017-07-28usb: hub: Support 'set hub depth' request for USB 3.0 hubsBin Meng
2017-07-28usb: hub: Add a new API to test if a hub device is root hubBin Meng
2017-07-28usb: hub: Remove hub_port_reset()Bin Meng
2017-07-28usb: hub: Change USB hub descriptor to match USB 3.0 hubsBin Meng
2017-05-15Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCDTom Rini
2016-05-17dm: usb: Drop the get_dev() functionSimon Glass
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