Re: [PATCH] b53: Add brcm5389 support

2018-05-31 Thread Damien Thébault
Hello Florian, Thanks for your feedback, I will send a v2 with those changes. Regards On Wed, 2018-05-30 at 10:46 -0700, Florian Fainelli wrote: > > On 05/30/2018 08:33 AM, Damien Thébault wrote: > > This patch adds support for the BCM5389 switch connected through > > MDIO. > > This looks good

Re: [PATCH] b53: Add brcm5389 support

2018-05-30 Thread Florian Fainelli
On 05/30/2018 08:33 AM, Damien Thébault wrote: > This patch adds support for the BCM5389 switch connected through MDIO. This looks good, please do address the following couple of things: - subject should be: net: dsa: b53: Add BCM5389 support - you also need to update Documentation/devicetree/b

[PATCH] b53: Add brcm5389 support

2018-05-30 Thread Damien Thébault
This patch adds support for the BCM5389 switch connected through MDIO. Signed-off-by: Damien Thébault --- drivers/net/dsa/b53/b53_common.c | 13 + drivers/net/dsa/b53/b53_mdio.c | 5 - drivers/net/dsa/b53/b53_priv.h | 1 + 3 files changed, 18 insertions(+), 1 deletion(-) d