Commit Graph

105 Commits (lime2-spi)

Author SHA1 Message Date
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
Bin Meng 932bb668bb usb: Read device descriptor after device is addressed for xHCI 7 years ago
Bin Meng c008faa773 usb: Only get 64 bytes device descriptor for full speed devices 7 years ago
Bin Meng 2f0eb2ac4b usb: Handle audio extension endpoint descriptor in usb_parse_config() 7 years ago
Heiko Schocher 98f705c9ce powerpc: remove 4xx support 7 years ago
Masahiro Yamada 8319aeb1da usb: squash lines for immediate return 8 years ago
Masahiro Yamada 0a8cc1a3a4 usb: move CONFIG_USB_XHCI to Kconfig with renaming 8 years ago
Marek Vasut ef71290be9 usb: Assure Get Descriptor request is in separate microframe 8 years ago
Marek Vasut f647bf0ba3 usb: Wait after sending Set Configuration request 8 years ago
Marek Vasut 2f1b4302e3 usb: Don't init pointer to zero, but NULL 8 years ago
Vagrant Cascadian a6f70a3d14 Fix spelling of "transferred". 8 years ago
Stefan Roese 3ed9eb93c2 usb: Don't reset the USB hub a 2nd time 8 years ago
Peng Fan 447b9cdf2c common: usb: fix checking condition 8 years ago
Stefan Brüns faa7db24a4 usb: Move determination of TT hub address/port into separate function 8 years ago
Stefan Brüns c75f57fba4 usb: Alloc buffer for USB descriptor dynamically 8 years ago
Simon Glass cf92e05c01 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header 9 years ago
Hans de Goede 8802f56349 usb: Add an usb_device parameter to usb_reset_root_port 9 years ago
Hans de Goede 682c9f8dfc usb: Pass device instead of portnr to usb_legacy_port_reset 9 years ago
Hans de Goede 9eb72dd1f4 usb: usb_setup_device: Drop unneeded portnr function argument 9 years ago
Hans de Goede 6bfe80e754 usb: Drop device-model specific copy of usb_legacy_port_reset 9 years ago
Hans de Goede 126ca94274 usb: Remove unused variable in usb_setup_descriptor() 9 years ago
Vincent Palatin 08f3bb0bcd usb: add device connection/disconnection detection 9 years ago
Hans de Goede 651d95c8eb usb: usb_control_msg() propagate controller error code 9 years ago
Hans de Goede 2b338ef411 usb: Fix maxpacketsize for first descriptor read for low-speed usb devs 9 years ago
Simon Glass 95fbfe4298 dm: usb: Convert core usb.c file to support driver model 9 years ago
Simon Glass 0ed27905ce dm: usb: Complete the splitting up of usb_new_device() 9 years ago
Simon Glass 91398f9854 dm: usb: Split out more code from usb_new_device() 9 years ago
Simon Glass 128fcac087 dm: usb: Move descriptor setup code into its own function 9 years ago
Simon Glass 862e75c0db dm: usb: Refactor port resets 9 years ago
Simon Glass 53d8aa0f61 dm: usb: Drop the legacy USB init sequence 9 years ago
Simon Glass 79b5888729 dm: usb: Adjust usb_alloc_new_device() to return an error 9 years ago
Kishon Vijay Abraham I db378d786d common: cmd_dfu: invoke board_usb_cleanup() for cleaning up 9 years ago
Stephen Warren 25c0673635 usb: fix first descriptor fetch error handling 9 years ago
Paul Kocialkowski 04ee6ee2ca usb: Early failure when the first descriptor read fails or is invalid 9 years ago
Paul Kocialkowski 8879be8857 usb: Check usb_new_device for failure 9 years ago
Paul Kocialkowski 5a80b3449b usb: usb_new_device return codes consistency 9 years ago
Hans de Goede 90cdc1039d musb-new: Fix reset sequence when in host mode 9 years ago
Hans de Goede d906bbc262 usb: Do not log an error when no devices is plugged into a root-hub-less hcd 9 years ago
Masahiro Yamada afc366f01b Replace <compiler.h> with <linux/compiler.h> 10 years ago
Hans de Goede f7b9baf755 usb: Remove unnecessary portnr lookup from usb_new_device 10 years ago
Marek Vasut 97b9eb9e6a usb: Handle -ENODEV from usb_lowlevel_init() 10 years ago
Troy Kisky 06d513ecb6 usb: add enum usb_init_type parameter to usb_lowlevel_init 11 years ago
Troy Kisky bba679144d usb: rename board_usb_init_type to usb_init_type 11 years ago
Mateusz Zalega 16297cfb2a usb: new board-specific USB init interface 11 years ago
Vivek Gautam 5853e1335c USB: xHCI: Add stack support for xHCI 11 years ago
Julius Werner eaf3e613ea usb: Use well-known descriptor sizes when parsing configuration 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Vivek Gautam 6497c66704 USB: SS: Add support for Super Speed USB interface 11 years ago
Vivek Gautam 99c3491b78 usb: Update device class in usb device's descriptor 11 years ago
Vivek Gautam 605bd75af5 USB: Some cleanup prior to USB 3.0 interface addition 11 years ago