summaryrefslogtreecommitdiff
path: root/common/usb.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-18usb: fix TRB_TRANSFER return null pointer issueMinda Chen1-6/+18
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-04-09usb: Keep async schedule running only across mass storage xfersMarek Vasut1-0/+6
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-09-11usb: Add nonblock argument to submit_int_msgMichal Suchanek1-3/+6
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-7/+7
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-01usb: Read device descriptor after device is addressed for xHCIBin Meng1-0/+11
2017-10-01usb: Only get 64 bytes device descriptor for full speed devicesBin Meng1-14/+15
2017-10-01usb: Handle audio extension endpoint descriptor in usb_parse_config()Bin Meng1-2/+3
2017-07-04powerpc: remove 4xx supportHeiko Schocher1-3/+0
2016-09-24usb: squash lines for immediate returnMasahiro Yamada1-13/+7
2016-06-04usb: move CONFIG_USB_XHCI to Kconfig with renamingMasahiro Yamada1-1/+1
2016-05-06usb: Assure Get Descriptor request is in separate microframeMarek Vasut1-0/+8
2016-05-06usb: Wait after sending Set Configuration requestMarek Vasut1-0/+8
2016-05-06usb: Don't init pointer to zero, but NULLMarek Vasut1-1/+1
2016-03-22Fix spelling of "transferred".Vagrant Cascadian1-1/+1
2016-03-20usb: Don't reset the USB hub a 2nd timeStefan Roese1-12/+1
2016-01-16common: usb: fix checking conditionPeng Fan1-1/+1
2015-12-31usb: Move determination of TT hub address/port into separate functionStefan Brüns1-0/+56
2015-12-31usb: Alloc buffer for USB descriptor dynamicallyStefan Brüns1-14/+28
2015-09-12Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-07-22usb: Add an usb_device parameter to usb_reset_root_portHans de Goede1-1/+1
2015-07-22usb: Pass device instead of portnr to usb_legacy_port_resetHans de Goede1-4/+4
2015-07-22usb: usb_setup_device: Drop unneeded portnr function argumentHans de Goede1-5/+5
2015-07-22usb: Drop device-model specific copy of usb_legacy_port_resetHans de Goede1-3/+1
2015-05-29usb: Remove unused variable in usb_setup_descriptor()Hans de Goede1-2/+0
2015-05-15usb: add device connection/disconnection detectionVincent Palatin1-0/+26
2015-05-15usb: usb_control_msg() propagate controller error codeHans de Goede1-2/+4
2015-05-06usb: Fix maxpacketsize for first descriptor read for low-speed usb devsHans de Goede1-6/+11
2015-04-18dm: usb: Convert core usb.c file to support driver modelSimon Glass1-6/+25
2015-04-18dm: usb: Complete the splitting up of usb_new_device()Simon Glass1-62/+95
2015-04-18dm: usb: Split out more code from usb_new_device()Simon Glass1-30/+42
2015-04-18dm: usb: Move descriptor setup code into its own functionSimon Glass1-65/+82
2015-04-18dm: usb: Refactor port resetsSimon Glass1-14/+26
2015-04-18dm: usb: Drop the legacy USB init sequenceSimon Glass1-22/+4
2015-04-18dm: usb: Adjust usb_alloc_new_device() to return an errorSimon Glass1-10/+9
2015-04-14common: cmd_dfu: invoke board_usb_cleanup() for cleaning upKishon Vijay Abraham I1-0/+6
2015-04-14usb: fix first descriptor fetch error handlingStephen Warren1-1/+16
2015-04-14usb: Early failure when the first descriptor read fails or is invalidPaul Kocialkowski1-1/+4
2015-04-14usb: Check usb_new_device for failurePaul Kocialkowski1-4/+10
2015-04-14usb: usb_new_device return codes consistencyPaul Kocialkowski1-29/+29
2015-01-18musb-new: Fix reset sequence when in host modeHans de Goede1-0/+2
2015-01-18usb: Do not log an error when no devices is plugged into a root-hub-less hcdHans de Goede1-4/+5
2014-12-08Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada1-1/+0
2014-11-04usb: Remove unnecessary portnr lookup from usb_new_deviceHans de Goede1-17/+2
2014-08-29usb: Handle -ENODEV from usb_lowlevel_init()Marek Vasut1-2/+9
2013-10-21usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky1-1/+1