Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
57988df90b5addf81d3c852ce911d7d463af2c66
/
common
/
usb_hub.c
bd2a346
usb: Add missing guard around env_get() in usb_hub
by Marek Vasut
· 2 years, 2 months ago
ae7b281
usb: hub: introduce HUB_DEBOUNCE_TIMEOUT
by Patrick Delaunay
· 2 years, 5 months ago
5b565d0
usb: hub: Fix usb_get_port_status() for big-endian platforms
by Aaron Williams
· 3 years, 8 months ago
b75b15b
dm: treewide: Rename ..._platdata variables to just ..._plat
by Simon Glass
· 4 years ago
71fa5b4
dm: treewide: Rename 'platdata' variables to just 'plat'
by Simon Glass
· 4 years ago
8a2b47f
dm: treewide: Rename auto_alloc_size members to be shorter
by Simon Glass
· 4 years ago
dbd7954
common: Drop linux/delay.h from common header
by Simon Glass
· 4 years, 7 months ago
0f2af88
common: Drop log.h from common header
by Simon Glass
· 4 years, 7 months ago
9bc1564
dm: core: Create a new header file for 'compat' features
by Simon Glass
· 4 years, 10 months ago
0af6e2d
env: Move env_get() to env.h
by Simon Glass
· 5 years ago
93431a8
usb: Make portspeed return a read-only string
by Ismael Luceno Cortes
· 6 years ago
8a3cb9f1
usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/
by Sven Schwermer
· 6 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
bdfb5c4
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
by Tom Rini
· 7 years ago
e599972
usb: Correct use of debug()
by Simon Glass
· 7 years ago
693f492
usb: hub: identify the hub-device to usb_hub_reset_devices
by Philipp Tomsich
· 7 years ago
026465b
usb: hub: Clear BH reset status change for a 3.0 hub
by Bin Meng
· 7 years ago
dff5c16
usb: hub: Clear port reset before usb_hub_port_connect_change()
by Bin Meng
· 7 years ago
64b723f
env: Rename getenv/_f() to env_get()
by Simon Glass
· 7 years ago
a4b2bfb
usb: hub: Call usb_update_hub_device() after hub descriptor is fetched
by Bin Meng
· 7 years ago
66dcbd2
usb: hub: Parse and save TT details from device descriptor
by Bin Meng
· 7 years ago
dab7437
usb: hub: Support 'set hub depth' request for USB 3.0 hubs
by Bin Meng
· 7 years ago
2b51a1b
usb: hub: Translate USB 3.0 hub port status into old version
by Bin Meng
· 7 years ago
5ecfd5d
usb: hub: Add a new API to test if a hub device is root hub
by Bin Meng
· 7 years ago
2eee794
usb: hub: Remove hub_port_reset()
by Bin Meng
· 7 years ago
05d08d0
usb: hub: Use 'struct usb_hub_device' as hub device's uclass_priv
by Bin Meng
· 7 years ago
0d66b3a
usb: hub: Change USB hub descriptor to match USB 3.0 hubs
by Bin Meng
· 7 years ago
5003a8f
usb: hub: Revise wLength for 'get port status' request
by Bin Meng
· 7 years ago
e8930c4
usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hub
by Bin Meng
· 7 years ago
049ba14
usb: hub: Update handling connect status/change in usb_scan_port()
by Bin Meng
· 7 years ago
2028012
powerpc: remove 4xx support
by Heiko Schocher
· 7 years ago
1823034
dm: Use dm_scan_fdt_dev() directly where possible
by Simon Glass
· 8 years ago
09128c5
dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()
by Simon Glass
· 8 years ago
614d9dd
usb: hub: Don't continue on get_port_status failure
by Marek Vasut
· 9 years ago
edfdb99
Fix spelling of "occurred".
by Vagrant Cascadian
· 9 years ago
ed4823a
usb: Change power-on / scanning timeout handling
by Stefan Roese
· 9 years ago
9885801
usb: Remove 200 ms delay in usb_hub_port_connect_change()
by Stefan Roese
· 9 years ago
3678cb5
usb: legacy_hub_port_reset(): Speedup hub reset handling
by Stefan Roese
· 9 years ago
2d7c499
dm: usb: Avoid time delays in sandbox tests
by Simon Glass
· 9 years ago
de44acf
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
by Simon Glass
· 9 years ago
2dd337a
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
by Simon Glass
· 9 years ago
f390874
usb: Fix device detection code
by Marek Vasut
· 9 years ago
46952fb
dm: usb: Adjust the USB_DEVICE() macro naming
by Simon Glass
· 9 years ago
0489ee3
usb: add device connection/disconnection detection
by Vincent Palatin
· 10 years ago
63f34ca
usb: Stop reset procedure when a dev is handed over to a companion hcd
by Hans de Goede
· 10 years ago
2617752
usb: legacy_hub_port_reset() check and propagate usb_set_port_feature() errors
by Hans de Goede
· 10 years ago
6ab43b6
dm: usb: Add driver model support for hubs
by Simon Glass
· 10 years ago
f977c18
dm: usb: Split hub detection into its own function
by Simon Glass
· 10 years ago
c093d6d
dm: usb: Refactor port resets
by Simon Glass
· 10 years ago
d146113
dm: usb: Adjust usb_alloc_new_device() to return an error
by Simon Glass
· 10 years ago
acda1d5
usb: hub: allow pgood_delay to be specified via env
by Tim Harvey
· 10 years ago
db20464
linux/kernel.h: sync min, max, min3, max3 macros with Linux
by Masahiro Yamada
· 10 years ago
5893f23
usb: Do not power-cycle usb devices on init
by Hans de Goede
· 10 years ago
3a8e4fa
usb: hub: don't check CONNECTION in hub_port_reset()
by Stephen Warren
· 10 years ago
683ecd8
usb: hub: remove CONFIG_USB_HUB_MIN_POWER_ON_DELAY
by Stephen Warren
· 11 years ago
62da17c
usb: hub: fix power good delay timing
by Stephen Warren
· 11 years ago
fc4ec49
usb: Use well-known descriptor sizes when parsing configuration
by Julius Werner
· 11 years ago
2666bb1
USB: usb-hub: Add a weak function for resetting devices
by Dan Murphy
· 11 years ago
749c6d8
usb_hub: fix power cycling logic
by Nikita Kiryanov
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
b5d59de
usb: ehci: add Faraday USB 2.0 EHCI support
by Kuo-Jung Su
· 12 years ago
4e5923f
usb: hub: make minimum power-on delay configurable
by Kuo-Jung Su
· 12 years ago
86c35be
usb: fix: Fixing Port status and feature number constants
by Vivek Gautam
· 12 years ago
c9b13d6
usb: hub: Parallelize power-cycling of root-hub ports
by Vivek Gautam
· 12 years ago
df3f221
USB: SS: Add support for Super Speed USB interface
by Vivek Gautam
· 12 years ago
e6c9590
usb: hub: Fix enumration timeout
by Vivek Gautam
· 12 years ago
15e49a6
usb: hub: Power-cycle on root-hub ports
by Vivek Gautam
· 12 years ago
f94c95d
usb: common: Weed out USB_**_PRINTFs from usb framework
by Vivek Gautam
· 12 years ago
ebb2478
usb: Clean up newly allocated device nodes in case of configuration failure
by Milind Choudhary
· 12 years ago
a261282
usbh/ehci: Increase timeout for enumeration
by Vipin Kumar
· 12 years ago
a323128
usb: lowlevel interface change to support multiple controllers
by Lucas Stach
· 12 years ago
835e11e
usb: do explicit unaligned accesses
by Lucas Stach
· 12 years ago
6c9bb60
USB: Align buffers at cacheline
by Puneet Saxena
· 13 years ago
60ce19a
usb: replace wait_ms() with mdelay()
by Mike Frysinger
· 13 years ago
9bb46e0
USB: relax usbcore reset timings
by Wolfgang Grandegger
· 13 years ago
6da5af3
USB: Separate out USB hub driver
by Marek Vasut
· 13 years ago