Re: [PATCH RFC russell-king 0/4] Support for RollBall 10G copper SFP modules

2020-08-19 Thread Marek Behún
Btw if you want to check out the current status of my work, you can find it at https://gitlab.nic.cz/turris/mox-kernel/-/tree/sfp-2020-08-work the last patch is the one for marvell10g On Wed, 19 Aug 2020 17:49:50 +0200 Marek Behún wrote: > Russell, > > if you have time please rebase your work

Re: [PATCH RFC russell-king 0/4] Support for RollBall 10G copper SFP modules

2020-08-19 Thread Marek Behún
On Tue, 18 Aug 2020 17:34:15 +0100 Russell King - ARM Linux admin wrote: > On Tue, Aug 18, 2020 at 05:47:24PM +0200, Marek Behún wrote: > > On Tue, 18 Aug 2020 16:36:49 +0100 > > Russell King - ARM Linux admin wrote: > > > > > On Tue, Aug 18, 2020 at 05:30:55PM +0200, Marek Behún wrote: > >

Re: [PATCH RFC russell-king 0/4] Support for RollBall 10G copper SFP modules

2020-08-18 Thread Russell King - ARM Linux admin
On Tue, Aug 18, 2020 at 05:47:24PM +0200, Marek Behún wrote: > On Tue, 18 Aug 2020 16:36:49 +0100 > Russell King - ARM Linux admin wrote: > > > On Tue, Aug 18, 2020 at 05:30:55PM +0200, Marek Behún wrote: > > > On Tue, 18 Aug 2020 16:08:35 +0100 > > > Russell King - ARM Linux admin wrote: > > >

Re: [PATCH RFC russell-king 0/4] Support for RollBall 10G copper SFP modules

2020-08-18 Thread Marek Behún
On Tue, 18 Aug 2020 16:36:49 +0100 Russell King - ARM Linux admin wrote: > On Tue, Aug 18, 2020 at 05:30:55PM +0200, Marek Behún wrote: > > On Tue, 18 Aug 2020 16:08:35 +0100 > > Russell King - ARM Linux admin wrote: > > > > > > Otherwise it looks nice. I will test this. On what branch does >

Re: [PATCH RFC russell-king 0/4] Support for RollBall 10G copper SFP modules

2020-08-18 Thread Russell King - ARM Linux admin
On Tue, Aug 18, 2020 at 05:30:55PM +0200, Marek Behún wrote: > On Tue, 18 Aug 2020 16:08:35 +0100 > Russell King - ARM Linux admin wrote: > > > > Otherwise it looks nice. I will test this. On what branch does this > > > apply? > > > > My unpublished tip of the universe development. Here's a v

Re: [PATCH RFC russell-king 0/4] Support for RollBall 10G copper SFP modules

2020-08-18 Thread Marek Behún
On Tue, 18 Aug 2020 16:08:35 +0100 Russell King - ARM Linux admin wrote: > > Otherwise it looks nice. I will test this. On what branch does this > > apply? > > My unpublished tip of the universe development. Here's a version on > the clearfog branch: Russell, it seems you do not have commit

Re: [PATCH RFC russell-king 0/4] Support for RollBall 10G copper SFP modules

2020-08-18 Thread Russell King - ARM Linux admin
On Tue, Aug 18, 2020 at 03:43:05PM +0200, Marek Behún wrote: > On Mon, 17 Aug 2020 14:49:09 +0100 > Russell King - ARM Linux admin wrote: > > @@ -710,6 +738,20 @@ static int mv3310_config_init(struct phy_device > > *phydev) if (err) > > return err; > > > > + if (mac_type != -1) { >

Re: [PATCH RFC russell-king 0/4] Support for RollBall 10G copper SFP modules

2020-08-18 Thread Marek Behún
On Mon, 17 Aug 2020 14:49:09 +0100 Russell King - ARM Linux admin wrote: > On Tue, Aug 11, 2020 at 12:06:41AM +0200, Marek Behún wrote: > > Hi Russell, > > > > this series should apply on linux-arm git repository, on branch > > clearfog. > > How about something like this - only build tested,

Re: [PATCH RFC russell-king 0/4] Support for RollBall 10G copper SFP modules

2020-08-17 Thread Russell King - ARM Linux admin
On Tue, Aug 11, 2020 at 12:06:41AM +0200, Marek Behún wrote: > Hi Russell, > > this series should apply on linux-arm git repository, on branch > clearfog. How about something like this - only build tested, and you may encounter fuzz with this: diff --git a/drivers/net/phy/marvell10g.c b/drivers/

Re: [PATCH RFC russell-king 0/4] Support for RollBall 10G copper SFP modules

2020-08-12 Thread Marek Behún
On Tue, 11 Aug 2020 16:08:09 +0100 Russell King - ARM Linux admin wrote: > On Tue, Aug 11, 2020 at 12:06:41AM +0200, Marek Behún wrote: > > Hi Russell, > > > > this series should apply on linux-arm git repository, on branch > > clearfog. > > > > Some internet providers are already starting to o

Re: [PATCH RFC russell-king 0/4] Support for RollBall 10G copper SFP modules

2020-08-12 Thread Marek Behún
On Wed, 12 Aug 2020 14:31:03 +0200 Marek Behún wrote: > On Tue, 11 Aug 2020 16:08:09 +0100 > Russell King - ARM Linux admin wrote: > > > Are you sure they are 10GBASE-KR, and not 10GBASE-R ? Please send > > me the contents of MMD 31 register 0xf001. Also knowing MMD 1 > > registers 2 and 3 wo

Re: [PATCH RFC russell-king 0/4] Support for RollBall 10G copper SFP modules

2020-08-12 Thread Marek Behún
On Tue, 11 Aug 2020 16:08:09 +0100 Russell King - ARM Linux admin wrote: > Are you sure they are 10GBASE-KR, and not 10GBASE-R ? Please send me > the contents of MMD 31 register 0xf001. Also knowing MMD 1 registers > 2 and 3 would be useful to confirm exactly which version of the PHY > has been

Re: [PATCH RFC russell-king 0/4] Support for RollBall 10G copper SFP modules

2020-08-11 Thread Russell King - ARM Linux admin
On Tue, Aug 11, 2020 at 12:06:41AM +0200, Marek Behún wrote: > Hi Russell, > > this series should apply on linux-arm git repository, on branch > clearfog. > > Some internet providers are already starting to offer 2.5G copper > connectivity to their users. On Turris Omnia the SFP port is capable >

[PATCH RFC russell-king 0/4] Support for RollBall 10G copper SFP modules

2020-08-10 Thread Marek Behún
Hi Russell, this series should apply on linux-arm git repository, on branch clearfog. Some internet providers are already starting to offer 2.5G copper connectivity to their users. On Turris Omnia the SFP port is capable of 2.5G speed, so we tested some copper SFP modules. This adds support to t