Re: [PATCH net] net: bcmgenet: power on MII block for all MII modes

2015-06-29 Thread Florian Fainelli
On 28/06/15 20:27, David Miller wrote: > From: Florian Fainelli > Date: Fri, 26 Jun 2015 10:38:31 -0700 > >> The RGMII block is currently only powered on when using RGMII or >> RGMII_NO_ID, which is not correct when using the GENET interface in MII >> or Reverse MII modes. We always need to power

Re: [PATCH net] net: bcmgenet: power on MII block for all MII modes

2015-06-28 Thread David Miller
From: Florian Fainelli Date: Fri, 26 Jun 2015 10:38:31 -0700 > The RGMII block is currently only powered on when using RGMII or > RGMII_NO_ID, which is not correct when using the GENET interface in MII > or Reverse MII modes. We always need to power on the RGMII interface for > this block to prop

[PATCH net] net: bcmgenet: power on MII block for all MII modes

2015-06-26 Thread Florian Fainelli
The RGMII block is currently only powered on when using RGMII or RGMII_NO_ID, which is not correct when using the GENET interface in MII or Reverse MII modes. We always need to power on the RGMII interface for this block to properly work, regardless of the MII mode in which we operate. Fixes: aa09

Re: [PATCH net] net: bcmgenet: power on MII block for all MII modes

2015-06-08 Thread David Miller
From: Florian Fainelli Date: Mon, 8 Jun 2015 10:47:57 -0700 > The RGMII block is currently only powered on when using RGMII or > RGMII_NO_ID, which is not correct when using the GENET interface in MII > or Reverse MII modes. We always need to power on the RGMII interface for > this block to prop

[PATCH net] net: bcmgenet: power on MII block for all MII modes

2015-06-08 Thread Florian Fainelli
The RGMII block is currently only powered on when using RGMII or RGMII_NO_ID, which is not correct when using the GENET interface in MII or Reverse MII modes. We always need to power on the RGMII interface for this block to properly work, regardless of the MII mode in which we operate. Fixes: aa09