Re: [PATCH net-next] net: macb: make magic-packet property generic

2016-02-16 Thread Sergei Shtylyov
Hello. On 2/16/2016 3:13 AM, Sergio Prado wrote: Signed-off-by: Sergio Prado --- As requested by Rob Herring on patch https://patchwork.ozlabs.org/patch/580862/ --- Documentation/devicetree/bindings/net/macb.txt | 2 +- drivers/net/ethernet/cadence/macb.c| 2 +- 2 files changed

Re: [PATCH net-next] net: macb: make magic-packet property generic

2016-02-16 Thread Arnd Bergmann
On Monday 15 February 2016 22:13:58 Sergio Prado wrote: > Signed-off-by: Sergio Prado > --- > As requested by Rob Herring on patch > https://patchwork.ozlabs.org/patch/580862/ > This needs a changelog comment, at least clarify that the existing value has never been used in production, so we are

[PATCH net-next] net: macb: make magic-packet property generic

2016-02-15 Thread Sergio Prado
Signed-off-by: Sergio Prado --- As requested by Rob Herring on patch https://patchwork.ozlabs.org/patch/580862/ --- Documentation/devicetree/bindings/net/macb.txt | 2 +- drivers/net/ethernet/cadence/macb.c| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Document