On Wed, 20 May 2020 16:31:53 +0800 [email protected] wrote:
> From: Fugang Duan <[email protected]>
>
> The commit da722186f654(net: fec: set GPR bit on suspend by DT
> configuration) set the GPR reigster offset and bit in driver for
> wake on lan feature.
>
> But it introduces two issues here:
> - one SOC has two instances, they have different bit
> - different SOCs may have different offset and bit
>
> So to support wake-on-lan feature on other i.MX platforms, it should
> configure the GPR reigster offset and bit from DT.
>
> Fixes: da722186f654(net: fec: set GPR bit on suspend by DT configuration)
> Signed-off-by: Fugang Duan <[email protected]>
Fixes tag: Fixes: da722186f654(net: fec: set GPR bit on suspend by DT
configuration)
Has these problem(s):
- missing space between the SHA1 and the subject