Re: [PATCH V2 3/3] net: bgmac: use PHY subsystem for initializing PHY

2017-01-31 Thread David Miller
From: Florian Fainelli Date: Tue, 31 Jan 2017 10:06:34 -0800 > On 01/31/2017 10:04 AM, David Miller wrote: >> >> This entire series is being held up because there is still questions about >> whether this is programming the internal PHYs and therefore whether the >> code

Re: [PATCH V2 3/3] net: bgmac: use PHY subsystem for initializing PHY

2017-01-31 Thread Rafał Miłecki
On 31 January 2017 at 19:16, David Miller wrote: > From: David Miller > Date: Tue, 31 Jan 2017 13:14:52 -0500 (EST) > >> From: Florian Fainelli >> Date: Tue, 31 Jan 2017 10:06:34 -0800 >> >>> On 01/31/2017 10:04 AM, David Miller

Re: [PATCH V2 3/3] net: bgmac: use PHY subsystem for initializing PHY

2017-01-31 Thread David Miller
From: David Miller Date: Tue, 31 Jan 2017 13:14:52 -0500 (EST) > From: Florian Fainelli > Date: Tue, 31 Jan 2017 10:06:34 -0800 > >> On 01/31/2017 10:04 AM, David Miller wrote: >>> >>> This entire series is being held up because there is still

Re: [PATCH V2 3/3] net: bgmac: use PHY subsystem for initializing PHY

2017-01-31 Thread Florian Fainelli
On 01/28/2017 01:08 PM, Rafał Miłecki wrote: > From: Rafał Miłecki > > This adds support for using bgmac with PHYs supported by standalone PHY > drivers. Having any PHY initialization in bgmac is hacky and shouldn't > be extended but rather removed if anyone has hardware to

Re: [PATCH V2 3/3] net: bgmac: use PHY subsystem for initializing PHY

2017-01-31 Thread Florian Fainelli
On 01/31/2017 10:04 AM, David Miller wrote: > > This entire series is being held up because there is still questions about > whether this is programming the internal PHYs and therefore whether the > code should be placed elsewhere. > > Can we please move the discussion forward? The patches are

Re: [PATCH V2 3/3] net: bgmac: use PHY subsystem for initializing PHY

2017-01-31 Thread David Miller
This entire series is being held up because there is still questions about whether this is programming the internal PHYs and therefore whether the code should be placed elsewhere. Can we please move the discussion forward? Thank you.

Re: [PATCH V2 3/3] net: bgmac: use PHY subsystem for initializing PHY

2017-01-30 Thread Florian Fainelli
On 01/29/2017 11:02 PM, Rafał Miłecki wrote: > On 29 January 2017 at 23:36, Florian Fainelli wrote: >> Le 01/29/17 à 13:31, Rafał Miłecki a écrit : >>> On 29 January 2017 at 21:22, Florian Fainelli wrote: On 01/29/2017 12:14 PM, Rafał Miłecki

Re: [PATCH V2 3/3] net: bgmac: use PHY subsystem for initializing PHY

2017-01-30 Thread Jon Mason
On Sat, Jan 28, 2017 at 10:08 PM, Florian Fainelli wrote: > > > On 01/28/2017 01:08 PM, Rafał Miłecki wrote: >> From: Rafał Miłecki >> >> This adds support for using bgmac with PHYs supported by standalone PHY >> drivers. Having any PHY initialization in

Re: [PATCH V2 3/3] net: bgmac: use PHY subsystem for initializing PHY

2017-01-29 Thread Rafał Miłecki
On 29 January 2017 at 23:36, Florian Fainelli wrote: > Le 01/29/17 à 13:31, Rafał Miłecki a écrit : >> On 29 January 2017 at 21:22, Florian Fainelli wrote: >>> On 01/29/2017 12:14 PM, Rafał Miłecki wrote: On 01/29/2017 04:08 AM, Florian Fainelli

Re: [PATCH V2 3/3] net: bgmac: use PHY subsystem for initializing PHY

2017-01-29 Thread Florian Fainelli
Le 01/29/17 à 13:31, Rafał Miłecki a écrit : > On 29 January 2017 at 21:22, Florian Fainelli wrote: >> On 01/29/2017 12:14 PM, Rafał Miłecki wrote: >>> On 01/29/2017 04:08 AM, Florian Fainelli wrote: On 01/28/2017 01:08 PM, Rafał Miłecki wrote: > From: Rafał Miłecki

Re: [PATCH V2 3/3] net: bgmac: use PHY subsystem for initializing PHY

2017-01-29 Thread Rafał Miłecki
On 29 January 2017 at 21:22, Florian Fainelli wrote: > On 01/29/2017 12:14 PM, Rafał Miłecki wrote: >> On 01/29/2017 04:08 AM, Florian Fainelli wrote: >>> On 01/28/2017 01:08 PM, Rafał Miłecki wrote: From: Rafał Miłecki This adds support for

Re: [PATCH V2 3/3] net: bgmac: use PHY subsystem for initializing PHY

2017-01-29 Thread Rafał Miłecki
On 01/29/2017 04:08 AM, Florian Fainelli wrote: On 01/28/2017 01:08 PM, Rafał Miłecki wrote: From: Rafał Miłecki This adds support for using bgmac with PHYs supported by standalone PHY drivers. Having any PHY initialization in bgmac is hacky and shouldn't be extended but

Re: [PATCH V2 3/3] net: bgmac: use PHY subsystem for initializing PHY

2017-01-28 Thread Florian Fainelli
On 01/28/2017 01:08 PM, Rafał Miłecki wrote: > From: Rafał Miłecki > > This adds support for using bgmac with PHYs supported by standalone PHY > drivers. Having any PHY initialization in bgmac is hacky and shouldn't > be extended but rather removed if anyone has hardware to

[PATCH V2 3/3] net: bgmac: use PHY subsystem for initializing PHY

2017-01-28 Thread Rafał Miłecki
From: Rafał Miłecki This adds support for using bgmac with PHYs supported by standalone PHY drivers. Having any PHY initialization in bgmac is hacky and shouldn't be extended but rather removed if anyone has hardware to test it. Signed-off-by: Rafał Miłecki