summaryrefslogtreecommitdiff
path: root/include/usb.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-6/+6
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-1/+1
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-2/+2
2020-09-01usb: ci_udc: Add function to remove usb deviceYe Li1-0/+9
2020-05-15usb: Update struct usb_device to indicate speed enumSimon Glass1-1/+1
2020-04-09usb: Keep async schedule running only across mass storage xfersMarek Vasut1-0/+11
2019-11-25usb: kbd: move USB_KBD_BOOT_REPORT_SIZE to usb.hHeinrich Schuchardt1-0/+6
2019-09-11usb: Add nonblock argument to submit_int_msgMichal Suchanek1-4/+5
2019-09-11usb: usb_submit_int_msg -> usb_int_msgMichal Suchanek1-2/+2
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer1-6/+6
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-01dm: usb: emul: Drop usb_emul_reset()Bin Meng1-8/+0
2017-10-01usb: emul: Expose find_descriptor() as a public APIBin Meng1-0/+11
2017-10-01usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum()Bin Meng1-2/+16
2017-10-01usb: Fix comments of usb_emul_find_for_dev()Bin Meng1-1/+0
2017-10-01usb: emul: Remove maxpacketsize in usb_emul_setup_device()Bin Meng1-3/+2
2017-09-27dm: usb: Add a new USB controller operation 'get_max_xfer_size'Bin Meng1-1/+21
2017-07-29dm: usb: Add a new USB controller operation 'update_hub_device'Bin Meng1-1/+20
2017-07-29usb: hub: Parse and save TT details from device descriptorBin Meng1-0/+16
2017-07-29usb: hub: Support 'set hub depth' request for USB 3.0 hubsBin Meng1-0/+1
2017-07-29usb: hub: Add a new API to test if a hub device is root hubBin Meng1-0/+8
2017-07-29usb: hub: Remove hub_port_reset()Bin Meng1-18/+0
2017-07-29usb: hub: Change USB hub descriptor to match USB 3.0 hubsBin Meng1-4/+14
2017-05-15Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCDTom Rini1-1/+2
2016-05-17dm: usb: Drop the get_dev() functionSimon Glass1-1/+0
2016-03-22Fix spelling of "transferred".Vagrant Cascadian1-2/+2
2016-03-20usb: Change power-on / scanning timeout handlingStefan Roese1-0/+4
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-1/+1
2016-01-07usb: Allow up to 7 storage devicesSimon Glass1-1/+1
2015-12-31usb: Move determination of TT hub address/port into separate functionStefan Brüns1-0/+12
2015-12-31usb: Alloc buffer for USB descriptor dynamicallyStefan Brüns1-2/+3
2015-11-20usb: sandbox: Add support for interrupt operationsSimon Glass1-0/+11
2015-11-20sandbox: usb: Allow finding a USB emulator for a deviceSimon Glass1-0/+10
2015-11-20usb: Refactor USB tree output code for testingSimon Glass1-0/+8
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass1-1/+1
2015-08-05usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSBPaul Kocialkowski1-2/+2
2015-07-22dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass1-1/+17
2015-07-22dm: usb: Correct the struct usb_driver_entry commentSimon Glass1-2/+2
2015-07-22dm: usb: Allow usb host drivers to implement usb_reset_root_portHans de Goede1-0/+5
2015-07-22usb: Add an usb_device parameter to usb_reset_root_portHans de Goede1-6/+2
2015-07-22usb: usb_setup_device: Drop unneeded portnr function argumentHans de Goede1-3/+3
2015-07-22usb: Drop device-model specific copy of usb_legacy_port_resetHans de Goede1-8/+0
2015-06-19usb.h: Always declare usb function prototypesHans de Goede1-15/+0
2015-05-15usb: add device connection/disconnection detectionVincent Palatin1-0/+2
2015-05-15dm: usb: Add support for companion controllersHans de Goede1-0/+3
2015-05-15dm: usb: Add support for interrupt queues to the dm usb codeHans de Goede1-1/+47
2015-05-06dm: usb: Copy over usb_device values from usb_scan_device() to final usb_deviceHans de Goede1-7/+10
2015-05-06dm: usb: Make usb_get_bus easier to use for callersHans de Goede1-4/+3
2015-04-18dm: usb: sandbox: Add a uclass for USB device emulationSimon Glass1-1/+63
2015-04-18dm: usb: Allow USB drivers to be declared and auto-probedSimon Glass1-0/+107