Re: [U-Boot] [PATCH v3 04/13] dm: usb: Add a uclass for USB PHY

2017-05-09 Thread Patrice CHOTARD
Hi Simon On 05/08/2017 06:38 PM, Simon Glass wrote: > Hi Patrice, > > On 28 March 2017 at 10:03, wrote: >> From: Patrice Chotard >> >> This is a basic implementation of USB PHY which >> define a standard API that link USB PHY client to >> USB PHY

Re: [U-Boot] [PATCH v3 04/13] dm: usb: Add a uclass for USB PHY

2017-05-08 Thread Simon Glass
Hi Patrice, On 28 March 2017 at 10:03, wrote: > From: Patrice Chotard > > This is a basic implementation of USB PHY which > define a standard API that link USB PHY client to > USB PHY driver controller. > > Signed-off-by: Patrice Chotard

[U-Boot] [PATCH v3 04/13] dm: usb: Add a uclass for USB PHY

2017-03-28 Thread patrice.chotard
From: Patrice Chotard This is a basic implementation of USB PHY which define a standard API that link USB PHY client to USB PHY driver controller. Signed-off-by: Patrice Chotard --- v3: _ this patch intoduce new USB PHY uclass