[U-Boot] [PATCH v4 0/5] Extend xhci-dwc3

Patrice CHOTARD patrice.chotard at st.com
Thu Jun 1 08:16:37 UTC 2017


Hi All

A v5 has been send and rebase on dm/master to use the last livetree update

Patrice


On 05/29/2017 09:57 AM, patrice.chotard at st.com wrote:
> From: Patrice Chotard <patrice.chotard at st.com>
> 
> This series extend xhci-dwc3.c drivers by :
> 	_ converting it to DM model,
> 	_ adding dual role mode support from DT
> 	_ adding new generic_phy_valid() method in PHY framework
> 	_ adding support of generic PHY framework
> 
> v4:     _ set phy->dev to NULL in case of generic_phy_get_by_index()
> v3:	_ introduce generic_phy_valid() method
> 	_ add Reviewed-by
> v2:	_ use dev_get_addr() in PATCH 1 and removed useless piece of code
> 
> Patrice Chotard (5):
>    usb: host: xhci-dwc3: Convert driver to DM
>    usb: host: xhci-dwc3: Add dual role mode support from DT
>    drivers: phy: Set phy->dev to NULL when generic_phy_get_by_index()
>      fails
>    drivers: phy: add generic_phy_valid() method
>    usb: host: xhci-dwc3: Add generic PHY support
> 
>   drivers/phy/phy-uclass.c     |  7 ++++
>   drivers/usb/host/xhci-dwc3.c | 91 ++++++++++++++++++++++++++++++++++++++++++++
>   include/generic-phy.h        |  8 ++++
>   3 files changed, 106 insertions(+)
> 


More information about the U-Boot mailing list