[U-Boot] [PATCH v2 19/80] dm: usb: Complete the splitting up of usb_new_device()

Simon Glass sjg at chromium.org
Tue Apr 7 20:41:35 CEST 2015


On 25 March 2015 at 12:22, Simon Glass <sjg at chromium.org> wrote:
> This function now calls usb_setup_device() to set up the device and
> usb_hub_probe() to check if it is a hub. The XHCI special case is now a
> parameter to usb_setup_device(). The latter will be used by the USB uclass
> when it is added, since it does not rely on any CONFIGs or legacy data
> structures.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
>  common/usb.c | 114 +++++++++++++++++++++++++++++++++++------------------------
>  1 file changed, 68 insertions(+), 46 deletions(-)

Applied to u-boot-dm/next.


More information about the U-Boot mailing list