Re: [U-Boot] [PATCH 3/4] net: phy: b53: Add b53_reg read/write commands

2017-12-05 Thread Joe Hershberger
On Sat, Oct 14, 2017 at 3:20 PM, Florian Fainelli wrote: > Add a b53_reg read/write command which allows inspecting the switch > registers. Because the Broadcom BCM53xx registers have different sizes, > we need to split the accesses in 8, 16, 32, 48 or 64 bits to obtain >

Re: [U-Boot] [PATCH 3/4] net: phy: b53: Add b53_reg read/write commands

2017-10-16 Thread Stefan Roese
On 15.10.2017 03:00, Florian Fainelli wrote: Add a b53_reg read/write command which allows inspecting the switch registers. Because the Broadcom BCM53xx registers have different sizes, we need to split the accesses in 8, 16, 32, 48 or 64 bits to obtain expected results. Signed-off-by: Florian

[U-Boot] [PATCH 3/4] net: phy: b53: Add b53_reg read/write commands

2017-10-15 Thread Florian Fainelli
Add a b53_reg read/write command which allows inspecting the switch registers. Because the Broadcom BCM53xx registers have different sizes, we need to split the accesses in 8, 16, 32, 48 or 64 bits to obtain expected results. Signed-off-by: Florian Fainelli ---

[U-Boot] [PATCH 3/4] net: phy: b53: Add b53_reg read/write commands

2017-10-14 Thread Florian Fainelli
Add a b53_reg read/write command which allows inspecting the switch registers. Because the Broadcom BCM53xx registers have different sizes, we need to split the accesses in 8, 16, 32, 48 or 64 bits to obtain expected results. Signed-off-by: Florian Fainelli ---