Re: [PATCH net 2/3] lan78xx: Add support to dump lan78xx registers

2018-04-10 Thread Sasha Levin
Hi, [This is an automated email] This commit has been processed because it contains a "Fixes:" tag, fixing commit: 55d7de9de6c3 Microchip's LAN7800 family USB 2/3 to 10/100/1000 Ethernet device driver. The bot has tested the following trees: v4.16.1, v4.15.16, v4.14.33, v4.9.93, v4.4.127. v4.

RE: [PATCH net 2/3] lan78xx: Add support to dump lan78xx registers

2018-04-09 Thread RaghuramChary.Jallipalli
> If there is no PHY attached, you probably should not include PHY_REG_SIZE > here. > Sure, will address it. Thanks, Raghu

Re: [PATCH net 2/3] lan78xx: Add support to dump lan78xx registers

2018-04-06 Thread Andrew Lunn
> +static int lan78xx_get_regs_len(struct net_device *netdev) > +{ > + return (sizeof(lan78xx_regs) + PHY_REG_SIZE); If there is no PHY attached, you probably should not include PHY_REG_SIZE here. Andrew

[PATCH net 2/3] lan78xx: Add support to dump lan78xx registers

2018-04-05 Thread Raghuram Chary J
In order to dump lan78xx family registers using ethtool, add support at lan78xx driver level. Fixes: 55d7de9de6c3 ("Microchip's LAN7800 family USB 2/3 to 10/100/1000 Ethernet device driver") Signed-off-by: Raghuram Chary J --- drivers/net/usb/lan78xx.c | 51 +