Re: [PATCH] MIPS: mscc: ocelot: fix length of memory address space for MIIM

2018-07-26 Thread Paul Burton
Hi Quentin, On Wed, Jul 25, 2018 at 02:21:32PM +0200, Quentin Schulz wrote: > The length of memory address space for MIIM0 is from 0x7107009c to > 0x710700bf included which is 36 bytes long in decimal, or 0x24 bytes in > hexadecimal and not 0x36. > > Fixes: 49b031690abe ("MIPS: mscc: Add switch t

Re: [PATCH] MIPS: mscc: ocelot: fix length of memory address space for MIIM

2018-07-25 Thread Alexandre Belloni
On 25/07/2018 14:21:32+0200, Quentin Schulz wrote: > The length of memory address space for MIIM0 is from 0x7107009c to > 0x710700bf included which is 36 bytes long in decimal, or 0x24 bytes in > hexadecimal and not 0x36. > > Fixes: 49b031690abe ("MIPS: mscc: Add switch to ocelot") > > Signed-off