Re: [RFC PATCH 5/5] net: macb: Add WOL support with ARP

2018-05-15 Thread Claudiu Beznea
Hi Harini, On 10.05.2018 13:37, Harini Katakam wrote: > Hi Claudiu, > > On Fri, May 4, 2018 at 5:47 PM, Claudiu Beznea > wrote: >> >> >> On 22.03.2018 15:51, harinikatakamli...@gmail.com wrote: >>> From: Harini Katakam >>> >>> This patch enables ARP wake event support in GEM through the followi

Re: [RFC PATCH 5/5] net: macb: Add WOL support with ARP

2018-05-10 Thread Harini Katakam
Hi Claudiu, On Fri, May 4, 2018 at 5:47 PM, Claudiu Beznea wrote: > > > On 22.03.2018 15:51, harinikatakamli...@gmail.com wrote: >> From: Harini Katakam >> >> This patch enables ARP wake event support in GEM through the following: >> >> -> WOL capability can be selected based on the SoC/GEM IP v

Re: [RFC PATCH 5/5] net: macb: Add WOL support with ARP

2018-05-04 Thread Claudiu Beznea
On 22.03.2018 15:51, harinikatakamli...@gmail.com wrote: > From: Harini Katakam > > This patch enables ARP wake event support in GEM through the following: > > -> WOL capability can be selected based on the SoC/GEM IP version rather > than a devictree property alone. Hence add a new capability

[RFC PATCH 5/5] net: macb: Add WOL support with ARP

2018-03-22 Thread harinikatakamlinux
From: Harini Katakam This patch enables ARP wake event support in GEM through the following: -> WOL capability can be selected based on the SoC/GEM IP version rather than a devictree property alone. Hence add a new capability property and set device as "wakeup capable" in probe in this case. ->