Re: [PATCH 03/15] net: bcm63xx_enet: Utilize phy_ethtool_nway_reset

2016-11-15 Thread Florian Fainelli
On 11/15/2016 11:59 AM, Heinrich Schuchardt wrote: > On 11/15/2016 07:06 PM, Florian Fainelli wrote: >> Signed-off-by: Florian Fainelli > > Each patch of your patch series should have a commit message. It's pretty obvious what this does, really. > > You can add the missing commit messages with

Re: [PATCH 03/15] net: bcm63xx_enet: Utilize phy_ethtool_nway_reset

2016-11-15 Thread Heinrich Schuchardt
On 11/15/2016 07:06 PM, Florian Fainelli wrote: > Signed-off-by: Florian Fainelli Each patch of your patch series should have a commit message. You can add the missing commit messages with git rebase -i HEAD~15 choosing reword. Please, add a cover letter message describing the patch series usin

[PATCH 03/15] net: bcm63xx_enet: Utilize phy_ethtool_nway_reset

2016-11-15 Thread Florian Fainelli
Signed-off-by: Florian Fainelli --- drivers/net/ethernet/broadcom/bcm63xx_enet.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/net/ethernet/broadcom/bcm63xx_enet.c b/drivers/net/ethernet/broadcom/bcm63xx_enet.c index 5c7acef1de2e..a43ab90c051e 100644 --- a/dr