Re: [PATCH] arm: pxa: fix pxa27x device-tree support kconfig

2015-01-06 Thread Robert Jarzmik
Paul Bolle writes: > Hi Robert, > This patch is not urgent, of course, but by now I would have expected it > to hit linux-next. So I decided to send out this reminder. Hi Paul, I didn't make the pull request yet. I was waiting for -rc4, but as it looks my tree is stable now, I will request

Re: [PATCH] arm: pxa: fix pxa27x device-tree support kconfig

2015-01-06 Thread Robert Jarzmik
Paul Bolle pebo...@tiscali.nl writes: Hi Robert, This patch is not urgent, of course, but by now I would have expected it to hit linux-next. So I decided to send out this reminder. Hi Paul, I didn't make the pull request yet. I was waiting for -rc4, but as it looks my tree is stable now, I

Re: [PATCH] arm: pxa: fix pxa27x device-tree support kconfig

2015-01-05 Thread Paul Bolle
Hi Robert, On Thu, 2014-12-04 at 22:18 +0100, Robert Jarzmik wrote: > Robert Jarzmik writes: > > > Remove the useless CPU_PXA27x non existing kconfig option. > > The true options is PXA27x, which is already selected. > > > > Reported-by: Paul Bolle > > Signed-off-by: Robert Jarzmik > >

Re: [PATCH] arm: pxa: fix pxa27x device-tree support kconfig

2015-01-05 Thread Paul Bolle
Hi Robert, On Thu, 2014-12-04 at 22:18 +0100, Robert Jarzmik wrote: Robert Jarzmik robert.jarz...@free.fr writes: Remove the useless CPU_PXA27x non existing kconfig option. The true options is PXA27x, which is already selected. Reported-by: Paul Bolle pebo...@tiscali.nl

Re: [PATCH] arm: pxa: fix pxa27x device-tree support kconfig

2014-12-04 Thread Robert Jarzmik
Robert Jarzmik writes: > Remove the useless CPU_PXA27x non existing kconfig option. > The true options is PXA27x, which is already selected. > > Reported-by: Paul Bolle > Signed-off-by: Robert Jarzmik Queued to pxa/for-next. -- Robert -- To unsubscribe from this list: send the line

Re: [PATCH] arm: pxa: fix pxa27x device-tree support kconfig

2014-12-04 Thread Robert Jarzmik
Robert Jarzmik robert.jarz...@free.fr writes: Remove the useless CPU_PXA27x non existing kconfig option. The true options is PXA27x, which is already selected. Reported-by: Paul Bolle pebo...@tiscali.nl Signed-off-by: Robert Jarzmik robert.jarz...@free.fr Queued to pxa/for-next. -- Robert

[PATCH] arm: pxa: fix pxa27x device-tree support kconfig

2014-11-28 Thread Robert Jarzmik
Remove the useless CPU_PXA27x non existing kconfig option. The true options is PXA27x, which is already selected. Reported-by: Paul Bolle Signed-off-by: Robert Jarzmik --- arch/arm/mach-pxa/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-pxa/Kconfig

[PATCH] arm: pxa: fix pxa27x device-tree support kconfig

2014-11-28 Thread Robert Jarzmik
Remove the useless CPU_PXA27x non existing kconfig option. The true options is PXA27x, which is already selected. Reported-by: Paul Bolle pebo...@tiscali.nl Signed-off-by: Robert Jarzmik robert.jarz...@free.fr --- arch/arm/mach-pxa/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git