summaryrefslogtreecommitdiff
path: root/common/usb.c
AgeCommit message (Expand)Author
2016-09-23usb: squash lines for immediate returnMasahiro Yamada
2016-06-04usb: move CONFIG_USB_XHCI to Kconfig with renamingMasahiro Yamada
2016-05-06usb: Assure Get Descriptor request is in separate microframeMarek Vasut
2016-05-06usb: Wait after sending Set Configuration requestMarek Vasut
2016-05-06usb: Don't init pointer to zero, but NULLMarek Vasut
2016-03-22Fix spelling of "transferred".Vagrant Cascadian
2016-03-20usb: Don't reset the USB hub a 2nd timeStefan Roese
2016-01-16common: usb: fix checking conditionPeng Fan
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-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-07-21usb: Add an usb_device parameter to usb_reset_root_portHans de Goede
2015-07-21usb: Pass device instead of portnr to usb_legacy_port_resetHans 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-05-29usb: Remove unused variable in usb_setup_descriptor()Hans de Goede
2015-05-14usb: add device connection/disconnection detectionVincent Palatin
2015-05-14usb: usb_control_msg() propagate controller error codeHans de Goede
2015-05-06usb: Fix maxpacketsize for first descriptor read for low-speed usb devsHans de Goede
2015-04-18dm: usb: Convert core usb.c file to support driver modelSimon Glass
2015-04-18dm: usb: Complete the splitting up of usb_new_device()Simon Glass
2015-04-18dm: usb: Split out more code from usb_new_device()Simon Glass
2015-04-18dm: usb: Move descriptor setup code into its own functionSimon Glass
2015-04-18dm: usb: Refactor port resetsSimon Glass
2015-04-18dm: usb: Drop the legacy USB init sequenceSimon Glass
2015-04-18dm: usb: Adjust usb_alloc_new_device() to return an errorSimon Glass
2015-04-14common: cmd_dfu: invoke board_usb_cleanup() for cleaning upKishon Vijay Abraham I
2015-04-14usb: fix first descriptor fetch error handlingStephen Warren
2015-04-14usb: Early failure when the first descriptor read fails or is invalidPaul Kocialkowski
2015-04-14usb: Check usb_new_device for failurePaul Kocialkowski
2015-04-14usb: usb_new_device return codes consistencyPaul Kocialkowski
2015-01-18musb-new: Fix reset sequence when in host modeHans de Goede
2015-01-18usb: Do not log an error when no devices is plugged into a root-hub-less hcdHans de Goede
2014-12-08Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada
2014-11-04usb: Remove unnecessary portnr lookup from usb_new_deviceHans de Goede
2014-08-29usb: Handle -ENODEV from usb_lowlevel_init()Marek Vasut
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-08-26usb: Use well-known descriptor sizes when parsing configurationJulius Werner
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
2013-05-05usb: Update device class in usb device's descriptorVivek Gautam
2013-05-05USB: Some cleanup prior to USB 3.0 interface additionVivek Gautam
2013-05-05usb: common: Weed out USB_**_PRINTFs from usb frameworkVivek Gautam
2012-12-17usb: Clean up newly allocated device nodes in case of configuration failureMilind Choudhary
2012-11-20usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok
2012-10-22usb: fallback safely when a configuration descriptor is too largeVincent Palatin
2012-10-15usb: add support for multiple usb controllersLucas Stach