[U-Boot] [PATCH 0/4] Fix compile failure encountered on u-boot-usb tree (2017-07-20)

Patrice CHOTARD patrice.chotard at st.com
Tue Jul 25 11:22:18 UTC 2017


Hi Marek

On 07/25/2017 11:12 AM, Marek Vasut wrote:
> On 07/25/2017 11:01 AM, Patrice CHOTARD wrote:
>> Hi Marek
>>
>> On 07/24/2017 11:11 PM, Marek Vasut wrote:
>>> On 07/24/2017 05:07 PM, patrice.chotard at st.com wrote:
>>>> From: Patrice Chotard <patrice.chotard at st.com>
>>>>
>>>> This series fixes :
>>>> 	_ compilation issue reported by Ran Wang on u-boot-usb branch
>>>> 	_ add last minute fixes for both generic-ehci and generic_ohci drivers
>>>> 	  which avoid to init a generic PHY if not found, reported by Patrick
>>>> 	  Delaunay
>>>>
>>>> This series need an additionnal patch from Jean-Jacques Hiblot :
>>>> [PATCH v2] phy: add a NO-OP phy driver	
>>>>
>>>>
>>>> Patrice Chotard (4):
>>>>     dm: phy: add missing #ifdef CONFIG_PHY
>>>>     dm: usb: host: xhci-dwc3: add missing #ifdef CONFIG_DM_USB
>>>>     usb: host: ehci-generic: initialize PHY only when found
>>>>     usb: host: ohci-generic: initialize PHY only when found
>>>>
>>>>    drivers/usb/host/ehci-generic.c | 11 ++++++-----
>>>>    drivers/usb/host/ohci-generic.c | 11 ++++++-----
>>>>    drivers/usb/host/xhci-dwc3.c    |  2 ++
>>>>    include/generic-phy.h           | 42 +++++++++++++++++++++++++++++++++++++++++
>>>>    4 files changed, 56 insertions(+), 10 deletions(-)
>>>>
>>>
>>> FYI, poplar, dra7xx_evm, evb-rk3328 still have errors.
>>> Just try building the entirety of ARM and ARM64 and you'll see them.
>>>
>>
>> Ok i will submit fixes to fix error poplar and warnings for dra7xx_evm
>> platforms.
> 
> Can you please run buildman to see if there are any failures remaining ?

Of course, buildman becomes my friends ;-)

> 
>> Regarding  evb-rk3328, warnings are not link with my series
> 
> OK
> 
>> Patrice
>>
> 
> 


More information about the U-Boot mailing list