RE: [RFC part1/2 merge][PATCH 06/10] omap3: serial: Fix uart4 handling for 3630

2010-03-08 Thread Aguirre, Sergio
Behalf Of Aguirre, Sergio > >> Sent: Friday, March 05, 2010 5:12 PM > >> To: Kevin Hilman > >> Cc: linux-omap@vger.kernel.org > >> Subject: RE: [RFC part1/2 merge][PATCH 06/10] omap3: serial: Fix uart4 > >> handling for 3630 > >> > >&

Re: [RFC part1/2 merge][PATCH 06/10] omap3: serial: Fix uart4 handling for 3630

2010-03-08 Thread Kevin Hilman
p@vger.kernel.org >> Subject: RE: [RFC part1/2 merge][PATCH 06/10] omap3: serial: Fix uart4 >> handling for 3630 >> >> >> From: Kevin Hilman [mailto:khil...@deeprootsystems.com] >> Sent: Friday, March 05, 2010 4:38 PM >> >> >> &g

RE: [RFC part1/2 merge][PATCH 06/10] omap3: serial: Fix uart4 handling for 3630

2010-03-08 Thread Aguirre, Sergio
> -Original Message- > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of Aguirre, Sergio > Sent: Friday, March 05, 2010 5:12 PM > To: Kevin Hilman > Cc: linux-omap@vger.kernel.org > Subject: RE: [RFC part1/2 merge][PATCH

RE: [RFC part1/2 merge][PATCH 06/10] omap3: serial: Fix uart4 handling for 3630

2010-03-05 Thread Aguirre, Sergio
From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Friday, March 05, 2010 4:38 PM > > @@ -694,6 +698,10 @@ void __init omap_serial_early_init(void) > > > > if (cpu_is_omap44xx()) > > p->irq += 32; > > + > > + /* IRQ for UART4 in omap3630 is 8

Re: [RFC part1/2 merge][PATCH 06/10] omap3: serial: Fix uart4 handling for 3630

2010-03-05 Thread Kevin Hilman
Sergio Aguirre writes: > This patch makes the following: > - Adds missing wakeup padding register handling. > - Fixes a hardcode to use PER module ONLY on UART3. > - Corrects IRQ number to 80 for 3630 case. > > Signed-off-by: Sergio Aguirre > --- > arch/arm/mach-omap2/serial.c | 10 +++

[RFC part1/2 merge][PATCH 06/10] omap3: serial: Fix uart4 handling for 3630

2010-03-03 Thread Sergio Aguirre
This patch makes the following: - Adds missing wakeup padding register handling. - Fixes a hardcode to use PER module ONLY on UART3. - Corrects IRQ number to 80 for 3630 case. Signed-off-by: Sergio Aguirre --- arch/arm/mach-omap2/serial.c | 10 +- 1 files changed, 9 insertions(+), 1