Re: [U-Boot] [PATCH v2 1/2] dm: mdio: add a uclass for MDIO

2018-06-11 Thread Joe Hershberger
Hi Ken, Thanks for tackling this. On Wed, Jun 6, 2018 at 9:08 PM, wrote: > From: Ken Ma > > Add a uclass which provides access to MDIO busses and includes > operations required by MDIO. > The implementation is based on the existing mii/phy/mdio data > structures and APIs. > This patch also

Re: [U-Boot] [PATCH v2 1/2] dm: mdio: add a uclass for MDIO

2018-06-08 Thread Simon Glass
Hi Ken, On 6 June 2018 at 18:08, wrote: > From: Ken Ma > > Add a uclass which provides access to MDIO busses and includes > operations required by MDIO. > The implementation is based on the existing mii/phy/mdio data > structures and APIs. > This patch also adds evice tree binding for MDIO

[U-Boot] [PATCH v2 1/2] dm: mdio: add a uclass for MDIO

2018-06-06 Thread make
From: Ken Ma Add a uclass which provides access to MDIO busses and includes operations required by MDIO. The implementation is based on the existing mii/phy/mdio data structures and APIs. This patch also adds evice tree binding for MDIO bus. Signed-off-by: Ken Ma --- Changes in v2: None

[U-Boot] [PATCH v2 1/2] dm: mdio: add a uclass for MDIO

2018-06-06 Thread make
From: Ken Ma Add a uclass which provides access to MDIO busses and includes operations required by MDIO. The implementation is based on the existing mii/phy/mdio data structures and APIs. This patch also adds evice tree binding for MDIO bus. Signed-off-by: Ken Ma --- Changes in v2: None