[U-Boot] [PATCH] net: phy: genphy: Allow overwriting features

2015-12-23 Thread Alexey Brodkin
From: Sascha Hauer of_set_phy_supported allows overwiting hardware capabilities of a phy with values from the devicetree. This does not work with the genphy driver though because the genphys config_init function will overwrite all values adjusted by of_set_phy_supported. Fix this by initialising

Re: [U-Boot] [PATCH] net: phy: genphy: Allow overwriting features

2016-01-11 Thread Alexey Brodkin
Hi Joe, On Wed, 2015-12-23 at 19:44 +0300, Alexey Brodkin wrote: > From: Sascha Hauer > > of_set_phy_supported allows overwiting hardware capabilities of > a phy with values from the devicetree. This does not work with > the genphy driver though because the genphys config_init function > will ov

Re: [U-Boot] [PATCH] net: phy: genphy: Allow overwriting features

2016-01-11 Thread Joe Hershberger
Hi Alexey, On Mon, Jan 11, 2016 at 3:45 AM, Alexey Brodkin wrote: > Hi Joe, > > On Wed, 2015-12-23 at 19:44 +0300, Alexey Brodkin wrote: >> From: Sascha Hauer >> >> of_set_phy_supported allows overwiting hardware capabilities of >> a phy with values from the devicetree. This does not work with >

Re: [U-Boot] [PATCH] net: phy: genphy: Allow overwriting features

2016-01-11 Thread Alexey Brodkin
Hi Joe, On Mon, 2016-01-11 at 10:54 -0600, Joe Hershberger wrote: > Hi Alexey, > > On Mon, Jan 11, 2016 at 3:45 AM, Alexey Brodkin > wrote: > > Hi Joe, > > > > On Wed, 2015-12-23 at 19:44 +0300, Alexey Brodkin wrote: > > > From: Sascha Hauer > > > > > > of_set_phy_supported allows overwiting

Re: [U-Boot] [PATCH] net: phy: genphy: Allow overwriting features

2016-01-11 Thread Joe Hershberger
Hi Alexey, On Mon, Jan 11, 2016 at 11:50 AM, Alexey Brodkin wrote: > Hi Joe, > > On Mon, 2016-01-11 at 10:54 -0600, Joe Hershberger wrote: >> Hi Alexey, >> >> On Mon, Jan 11, 2016 at 3:45 AM, Alexey Brodkin >> wrote: >> > Hi Joe, >> > >> > On Wed, 2015-12-23 at 19:44 +0300, Alexey Brodkin wrote:

Re: [U-Boot] [PATCH] net: phy: genphy: Allow overwriting features

2016-01-11 Thread Alexey Brodkin
Hi Joe, On Mon, 2016-01-11 at 11:55 -0600, Joe Hershberger wrote: > Hi Alexey, > > On Mon, Jan 11, 2016 at 11:50 AM, Alexey Brodkin > wrote: > > Hi Joe, > > > > On Mon, 2016-01-11 at 10:54 -0600, Joe Hershberger wrote: > > > Hi Alexey, > > > > > > On Mon, Jan 11, 2016 at 3:45 AM, Alexey Brodki