RE: [EXT] Re: [PATCH net v2 1/4] net: ethernet: fec: move GPR register offset and bit into DT

2020-05-25 Thread Andy Duan
From: Sascha Hauer Sent: Monday, May 25, 2020 6:49 PM > On Mon, May 25, 2020 at 03:09:26PM +0800, fugang.d...@nxp.com wrote: > > From: Fugang Duan > > > > The commit da722186f654 (net: fec: set GPR bit on suspend by DT > > configuration) set the GPR reigster offset and bit in driver for wake > >

Re: [PATCH net v2 1/4] net: ethernet: fec: move GPR register offset and bit into DT

2020-05-25 Thread Sascha Hauer
On Mon, May 25, 2020 at 03:09:26PM +0800, fugang.d...@nxp.com wrote: > From: Fugang Duan > > 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 SO

[PATCH net v2 1/4] net: ethernet: fec: move GPR register offset and bit into DT

2020-05-25 Thread fugang . duan
From: Fugang Duan 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 offs