Re: [U-Boot] [PATCH 1/5 V2] PXA: Cleanup serial_pxa

2011-08-28 Thread Marek Vasut
On Sunday, August 28, 2011 10:58:37 PM Wolfgang Denk wrote: > Dear Marek Vasut, > > In message <201108282048.02525.marek.va...@gmail.com> you wrote: > > > All in all, this is a terrible mess, and in violation of patch > > > submission rules. > > > > > > Please consider both patch series NAKed. >

Re: [U-Boot] [PATCH 1/5 V2] PXA: Cleanup serial_pxa

2011-08-28 Thread Wolfgang Denk
Dear Marek Vasut, In message <201108282048.02525.marek.va...@gmail.com> you wrote: > > > All in all, this is a terrible mess, and in violation of patch > > submission rules. > > > > Please consider both patch series NAKed. > > > > Can you just review this series and scrap the other one please?

Re: [U-Boot] [PATCH 1/5 V2] PXA: Cleanup serial_pxa

2011-08-28 Thread Marek Vasut
On Sunday, August 28, 2011 12:16:18 PM Wolfgang Denk wrote: > Dear Marek Vasut, > [...] > > V2: Add missing regs-uart.h > > Your patch stacks are a mess. It's impossible for mne to tell what > you actually intend. Yes, it didn't work out a bit here. I tried to split the stuff so Albert can p

Re: [U-Boot] [PATCH 1/5 V2] PXA: Cleanup serial_pxa

2011-08-28 Thread Wolfgang Denk
Dear Marek Vasut, In message <1314507088-1472-1-git-send-email-marek.va...@gmail.com> you wrote: > * Cleanup register definitions by introducing new regs-uart.h, compliant with > rest of U-Boot. > * Remove old register definitions from pxa-regs.h > * Convert serial_pxa to new regs-uart.h > * Cle

[U-Boot] [PATCH 1/5 V2] PXA: Cleanup serial_pxa

2011-08-27 Thread Marek Vasut
* Cleanup register definitions by introducing new regs-uart.h, compliant with rest of U-Boot. * Remove old register definitions from pxa-regs.h * Convert serial_pxa to new regs-uart.h * Cleanup serial_pxa Signed-off-by: Marek Vasut --- arch/arm/include/asm/arch-pxa/pxa-regs.h | 111 ---