Re: [PATCH net] xgene: Always get clk source, but ignore if it's missing for SGMII ports

2017-08-04 Thread David Miller
From: Thomas Bogendoerfer Date: Thu, 3 Aug 2017 15:43:14 +0200 > From: Thomas Bogendoerfer > > Even the driver doesn't do anything with the clk source for SGMII > ports it needs to be enabled by doing a devm_clk_get(), if there is > a clk source in DT. > > Fixes: 0db01097cabd ('xgene: Don't fa

Re: [PATCH net] xgene: Always get clk source, but ignore if it's missing for SGMII ports

2017-08-04 Thread Will Deacon
On Thu, Aug 03, 2017 at 03:43:14PM +0200, Thomas Bogendoerfer wrote: > From: Thomas Bogendoerfer > > Even the driver doesn't do anything with the clk source for SGMII > ports it needs to be enabled by doing a devm_clk_get(), if there is > a clk source in DT. > > Fixes: 0db01097cabd ('xgene: Don'

[PATCH net] xgene: Always get clk source, but ignore if it's missing for SGMII ports

2017-08-03 Thread Thomas Bogendoerfer
From: Thomas Bogendoerfer Even the driver doesn't do anything with the clk source for SGMII ports it needs to be enabled by doing a devm_clk_get(), if there is a clk source in DT. Fixes: 0db01097cabd ('xgene: Don't fail probe, if there is no clk resource for SGMII interfaces') Signed-off-by: Th