Re: [U-Boot] [PATCH 2/3] net: phy: xilinx_phy: Add suuport for livetree

2018-07-09 Thread Grygorii Strashko
On 07/06/2018 05:10 AM, Siva Durga Prasad Paladugu wrote: This patch adds support for livetree by using dev_.. calls instead of fdtdec_.. . Signed-off-by: Siva Durga Prasad Paladugu --- drivers/net/phy/xilinx_phy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dri

Re: [U-Boot] [PATCH 2/3] net: phy: xilinx_phy: Add suuport for livetree

2018-07-09 Thread Michal Simek
On 6.7.2018 12:10, Siva Durga Prasad Paladugu wrote: > This patch adds support for livetree by using dev_.. > calls instead of fdtdec_.. . > typo in subject. M > Signed-off-by: Siva Durga Prasad Paladugu > --- > drivers/net/phy/xilinx_phy.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 delet

[U-Boot] [PATCH 2/3] net: phy: xilinx_phy: Add suuport for livetree

2018-07-06 Thread Siva Durga Prasad Paladugu
This patch adds support for livetree by using dev_.. calls instead of fdtdec_.. . Signed-off-by: Siva Durga Prasad Paladugu --- drivers/net/phy/xilinx_phy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/phy/xilinx_phy.c b/drivers/net/phy/xilinx_phy.c index 0