Re: [PATCH v1 3/4] powerpc: Add support for GENERIC_EARLY_IOREMAP

2019-11-25 Thread Michael Ellerman
On Thu, 2019-09-12 at 13:49:43 UTC, Christophe Leroy wrote: > Add support for GENERIC_EARLY_IOREMAP. > > Let's define 16 slots of 256Kbytes each for early ioremap. > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks.

Re: [PATCH v1 3/4] powerpc: Add support for GENERIC_EARLY_IOREMAP

2019-09-12 Thread Christophe Leroy
Le 12/09/2019 à 17:50, Aneesh Kumar K.V a écrit : Christophe Leroy writes: Le 12/09/2019 à 17:37, Aneesh Kumar K.V a écrit : Christophe Leroy writes: Add support for GENERIC_EARLY_IOREMAP. Let's define 16 slots of 256Kbytes each for early ioremap. Signed-off-by: Christophe Leroy ---

Re: [PATCH v1 3/4] powerpc: Add support for GENERIC_EARLY_IOREMAP

2019-09-12 Thread Christophe Leroy
Le 12/09/2019 à 17:37, Aneesh Kumar K.V a écrit : Christophe Leroy writes: Add support for GENERIC_EARLY_IOREMAP. Let's define 16 slots of 256Kbytes each for early ioremap. Signed-off-by: Christophe Leroy --- arch/powerpc/Kconfig | 1 + arch/powerpc/include/asm/Kbuild

Re: [PATCH v1 3/4] powerpc: Add support for GENERIC_EARLY_IOREMAP

2019-09-12 Thread Aneesh Kumar K.V
Christophe Leroy writes: > Add support for GENERIC_EARLY_IOREMAP. > > Let's define 16 slots of 256Kbytes each for early ioremap. > > Signed-off-by: Christophe Leroy > --- > arch/powerpc/Kconfig | 1 + > arch/powerpc/include/asm/Kbuild | 1 + > arch/powerpc/include/asm/fixmap.h

[PATCH v1 3/4] powerpc: Add support for GENERIC_EARLY_IOREMAP

2019-09-12 Thread Christophe Leroy
Add support for GENERIC_EARLY_IOREMAP. Let's define 16 slots of 256Kbytes each for early ioremap. Signed-off-by: Christophe Leroy --- arch/powerpc/Kconfig | 1 + arch/powerpc/include/asm/Kbuild | 1 + arch/powerpc/include/asm/fixmap.h | 12