[U-Boot] [RFC 01/10] New board-specific USB initialization interface

Mateusz Zalega m.zalega at samsung.com
Wed Aug 7 19:09:47 CEST 2013


On 08/07/13 18:23, Stephen Warren wrote:
>> This commit unifies board-specific USB initialization implementations
>> under one symbol (usb_board_init), declaration of which is available in
>> usb.h.
> 
>> diff --git a/drivers/usb/host/ehci-tegra.c b/drivers/usb/host/ehci-tegra.c
> 
>> -int board_usb_init(const void *blob)
>> +int usb_process_devicetree(const void *blob)
>>  {
>>  	int node_list[USB_PORTS_MAX];
>>  	int count, err = 0;
> 
> With just this patch applied, nothing calls that function. This breaks
> "git bisect".
> 

Yup, I suppose I should squash this RFC PATCH. It's not so large anyway.

Thanks,

-- 
Mateusz Zalega
Samsung R&D Institute Poland (SRPOL) | Kernel and System Framework group




More information about the U-Boot mailing list