Re: [U-Boot] [PATCH 12/16] dm: usb: Add a new USB controller operation 'update_hub_device'

2017-07-05 Thread Simon Glass
On 23 June 2017 at 03:54, Bin Meng wrote: > For USB host controllers like xHC, its internal representation of > hub needs to be updated after the hub descriptor is fetched. This > adds a new op that does this. > > Signed-off-by: Bin Meng > --- > > drivers/usb/host/usb-uclass.c | 11 +++ >

[U-Boot] [PATCH 12/16] dm: usb: Add a new USB controller operation 'update_hub_device'

2017-06-23 Thread Bin Meng
For USB host controllers like xHC, its internal representation of hub needs to be updated after the hub descriptor is fetched. This adds a new op that does this. Signed-off-by: Bin Meng --- drivers/usb/host/usb-uclass.c | 11 +++ include/usb.h | 21 -