Re: [U-Boot] [PATCH 7/8] mips: bmips: fix ioremap for BCM6358

2017-04-15 Thread Álvaro Fernández Rojas
Hi, El 15/04/2017 a las 20:48, Daniel Schwierzeck escribió: > > > Am 15.04.2017 um 20:08 schrieb Álvaro Fernández Rojas: >> Hi again, >> >> El 15/04/2017 a las 19:18, Álvaro Fernández Rojas escribió: >>> Hi Daniel, >>> >>> El 14/04/2017 a las 20:26, Daniel Schwierzeck escribió: Am

Re: [U-Boot] [PATCH 7/8] mips: bmips: fix ioremap for BCM6358

2017-04-15 Thread Daniel Schwierzeck
Am 15.04.2017 um 20:08 schrieb Álvaro Fernández Rojas: > Hi again, > > El 15/04/2017 a las 19:18, Álvaro Fernández Rojas escribió: >> Hi Daniel, >> >> El 14/04/2017 a las 20:26, Daniel Schwierzeck escribió: >>> >>> >>> Am 13.04.2017 um 17:52 schrieb Álvaro Fernández Rojas: BCM6358 has its i

Re: [U-Boot] [PATCH 7/8] mips: bmips: fix ioremap for BCM6358

2017-04-15 Thread Álvaro Fernández Rojas
Hi again, El 15/04/2017 a las 19:18, Álvaro Fernández Rojas escribió: > Hi Daniel, > > El 14/04/2017 a las 20:26, Daniel Schwierzeck escribió: >> >> >> Am 13.04.2017 um 17:52 schrieb Álvaro Fernández Rojas: >>> BCM6358 has its internal registers mapped to 0xfffe, which is changed to >>> 0x1ff

Re: [U-Boot] [PATCH 7/8] mips: bmips: fix ioremap for BCM6358

2017-04-15 Thread Álvaro Fernández Rojas
Hi Daniel, El 14/04/2017 a las 20:26, Daniel Schwierzeck escribió: > > > Am 13.04.2017 um 17:52 schrieb Álvaro Fernández Rojas: >> BCM6358 has its internal registers mapped to 0xfffe, which is changed to >> 0x1ffe when ioremap is called. >> >> Signed-off-by: Álvaro Fernández Rojas >> --

Re: [U-Boot] [PATCH 7/8] mips: bmips: fix ioremap for BCM6358

2017-04-14 Thread Daniel Schwierzeck
Am 13.04.2017 um 17:52 schrieb Álvaro Fernández Rojas: > BCM6358 has its internal registers mapped to 0xfffe, which is changed to > 0x1ffe when ioremap is called. > > Signed-off-by: Álvaro Fernández Rojas > --- > arch/mips/include/asm/mach-generic/ioremap.h | 15 ++- > 1 fi

[U-Boot] [PATCH 7/8] mips: bmips: fix ioremap for BCM6358

2017-04-13 Thread Álvaro Fernández Rojas
BCM6358 has its internal registers mapped to 0xfffe, which is changed to 0x1ffe when ioremap is called. Signed-off-by: Álvaro Fernández Rojas --- arch/mips/include/asm/mach-generic/ioremap.h | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/arch/mips/inc