Re: [PATCH v2 net-next 02/15] MIPS: SGI-IP27: restructure ioc3 register access

2019-08-29 Thread Shannon Nelson
On 8/29/19 8:50 AM, Thomas Bogendoerfer wrote: Break up the big ioc3 register struct into functional pieces to make use in sub-function drivers more straightforward. And while doing that get rid of all volatile access by using readX/writeX. Signed-off-by: Thomas Bogendoerfer --- diff --git

[PATCH v2 net-next 02/15] MIPS: SGI-IP27: restructure ioc3 register access

2019-08-29 Thread Thomas Bogendoerfer
Break up the big ioc3 register struct into functional pieces to make use in sub-function drivers more straightforward. And while doing that get rid of all volatile access by using readX/writeX. Signed-off-by: Thomas Bogendoerfer --- arch/mips/include/asm/sn/ioc3.h | 357