From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 28 Aug 2011 04:02:14 +0200 Subject: [U-Boot] [PATCH 5/6] PXA: Cleanup serial_pxa In-Reply-To: <1314495737-29436-5-git-send-email-marek.vasut@gmail.com> References: <1314495737-29436-1-git-send-email-marek.vasut@gmail.com> <1314495737-29436-5-git-send-email-marek.vasut@gmail.com> Message-ID: <201108280402.14358.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sunday, August 28, 2011 03:42:16 AM Marek Vasut 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 > * Cleanup serial_pxa > > Signed-off-by: Marek Vasut > --- > arch/arm/include/asm/arch-pxa/pxa-regs.h | 111 ------- > drivers/serial/serial_pxa.c | 464 > ++++++++++++------------------ 2 files changed, 188 insertions(+), 387 > deletions(-) > Ah right, this one will come with proper header in regs-uart.h Cheers