Re: [PATCH] irqchip/mmp: use cpu_is_pj4() instead of CONFIG_CPU_MMP2

2018-09-17 Thread kbuild test robot
Hi Lubomir, I love your patch! Yet something to improve: [auto build test ERROR on tip/irq/core] [also build test ERROR on v4.19-rc4 next-20180913] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commit

Re: [PATCH] irqchip/mmp: use cpu_is_pj4() instead of CONFIG_CPU_MMP2

2018-09-17 Thread Lubomir Rintel
On Mon, 2018-09-10 at 14:13 +0200, Lubomir Rintel wrote: > CONFIG_CPU_MMP2 is not there on multiplatform kernels with > MACH_MMP2_DT. > The MMP2 platform uses the PJ4 CPU. Actually, this patch breaks the DT-only build. Please ignore it, sorry for the noise. Lubo > > Signed-off-by: Lubomir Rint

[PATCH] irqchip/mmp: use cpu_is_pj4() instead of CONFIG_CPU_MMP2

2018-09-10 Thread Lubomir Rintel
CONFIG_CPU_MMP2 is not there on multiplatform kernels with MACH_MMP2_DT. The MMP2 platform uses the PJ4 CPU. Signed-off-by: Lubomir Rintel --- drivers/irqchip/irq-mmp.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/drivers/irqchip/irq-mmp.c b/drivers/irqchip/irq