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
|
10 years ago |
Hans de Goede
|
682c9f8dfc
usb: Pass device instead of portnr to usb_legacy_port_reset
|
10 years ago |
Hans de Goede
|
9eb72dd1f4
usb: usb_setup_device: Drop unneeded portnr function argument
|
10 years ago |
Hans de Goede
|
6bfe80e754
usb: Drop device-model specific copy of usb_legacy_port_reset
|
10 years ago |
Hans de Goede
|
126ca94274
usb: Remove unused variable in usb_setup_descriptor()
|
10 years ago |
Vincent Palatin
|
08f3bb0bcd
usb: add device connection/disconnection detection
|
10 years ago |
Hans de Goede
|
651d95c8eb
usb: usb_control_msg() propagate controller error code
|
10 years ago |
Hans de Goede
|
2b338ef411
usb: Fix maxpacketsize for first descriptor read for low-speed usb devs
|
10 years ago |
Simon Glass
|
95fbfe4298
dm: usb: Convert core usb.c file to support driver model
|
10 years ago |
Simon Glass
|
0ed27905ce
dm: usb: Complete the splitting up of usb_new_device()
|
10 years ago |
Simon Glass
|
91398f9854
dm: usb: Split out more code from usb_new_device()
|
10 years ago |
Simon Glass
|
128fcac087
dm: usb: Move descriptor setup code into its own function
|
10 years ago |
Simon Glass
|
862e75c0db
dm: usb: Refactor port resets
|
10 years ago |
Simon Glass
|
53d8aa0f61
dm: usb: Drop the legacy USB init sequence
|
10 years ago |
Simon Glass
|
79b5888729
dm: usb: Adjust usb_alloc_new_device() to return an error
|
10 years ago |
Kishon Vijay Abraham I
|
db378d786d
common: cmd_dfu: invoke board_usb_cleanup() for cleaning up
|
10 years ago |
Stephen Warren
|
25c0673635
usb: fix first descriptor fetch error handling
|
10 years ago |
Paul Kocialkowski
|
04ee6ee2ca
usb: Early failure when the first descriptor read fails or is invalid
|
10 years ago |
Paul Kocialkowski
|
8879be8857
usb: Check usb_new_device for failure
|
10 years ago |
Paul Kocialkowski
|
5a80b3449b
usb: usb_new_device return codes consistency
|
10 years ago |
Hans de Goede
|
90cdc1039d
musb-new: Fix reset sequence when in host mode
|
10 years ago |
Hans de Goede
|
d906bbc262
usb: Do not log an error when no devices is plugged into a root-hub-less hcd
|
10 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 |