Re: [U-Boot] [PATCH] net: phy: marvell: Add functions to read PHY's extended registers

2017-10-26 Thread Lukasz Majewski
Hi York, > On 10/26/2017 08:16 AM, Lukasz Majewski wrote: > > On Thu, 26 Oct 2017 17:15:19 +0200 > > Lukasz Majewski wrote: > > > >> On Thu, 26 Oct 2017 15:05:18 + > >> York Sun wrote: > >> > >>> On 09/29/2017 07:48 AM, Lukasz Majewski wrote: > This

Re: [U-Boot] [PATCH] net: phy: marvell: Add functions to read PHY's extended registers

2017-10-26 Thread York Sun
On 10/26/2017 08:16 AM, Lukasz Majewski wrote: > On Thu, 26 Oct 2017 17:15:19 +0200 > Lukasz Majewski wrote: > >> On Thu, 26 Oct 2017 15:05:18 + >> York Sun wrote: >> >>> On 09/29/2017 07:48 AM, Lukasz Majewski wrote: This commit allows extended Marvell

Re: [U-Boot] [PATCH] net: phy: marvell: Add functions to read PHY's extended registers

2017-10-26 Thread Lukasz Majewski
On Thu, 26 Oct 2017 17:15:19 +0200 Lukasz Majewski wrote: > On Thu, 26 Oct 2017 15:05:18 + > York Sun wrote: > > > On 09/29/2017 07:48 AM, Lukasz Majewski wrote: > > > This commit allows extended Marvell registers to be read with: > > > > > > foo > mdio rx

Re: [U-Boot] [PATCH] net: phy: marvell: Add functions to read PHY's extended registers

2017-10-26 Thread Lukasz Majewski
On Thu, 26 Oct 2017 15:05:18 + York Sun wrote: > On 09/29/2017 07:48 AM, Lukasz Majewski wrote: > > This commit allows extended Marvell registers to be read with: > > > > foo > mdio rx FEC 3.10 > > Reading from bus FEC > > PHY at address 0: > > 3.16 - 0x1063 > > foo > mdio

Re: [U-Boot] [PATCH] net: phy: marvell: Add functions to read PHY's extended registers

2017-10-26 Thread York Sun
On 09/29/2017 07:48 AM, Lukasz Majewski wrote: > This commit allows extended Marvell registers to be read with: > > foo > mdio rx FEC 3.10 > Reading from bus FEC > PHY at address 0: > 3.16 - 0x1063 > foo > mdio wx FEC 3.10 0x1011 > > The above code changes the way ETH connector LEDs blink. > >

Re: [U-Boot] [PATCH] net: phy: marvell: Add functions to read PHY's extended registers

2017-10-26 Thread Lukasz Majewski
Dear All, > [PATCH] net: phy: marvell: Add functions to read PHY's extended > registers Gentle ping about this patch. Best regards, Lukasz Majewski -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

[U-Boot] [PATCH] net: phy: marvell: Add functions to read PHY's extended registers

2017-09-29 Thread Lukasz Majewski
This commit allows extended Marvell registers to be read with: foo > mdio rx FEC 3.10 Reading from bus FEC PHY at address 0: 3.16 - 0x1063 foo > mdio wx FEC 3.10 0x1011 The above code changes the way ETH connector LEDs blink. Signed-off-by: Lukasz Majewski ---