Re: [APPLIED] [PATCH] [RFC] OMAP: eliminate OMAP_MAX_NR_PORTS

2009-10-21 Thread Ladislav . Michl
On Tue, Oct 20, 2009 at 05:40:17PM -0700, Tony Lindgren wrote: > > > > Unable to handle kernel NULL pointer dereference at virtual address > > > > 0028 > > > > pgd = c0004000 > > > > [0028] *pgd= > > > > Internal error: Oops: 8005 [#1] > > > > last sysfs file: > > > > Modules l

Re: [APPLIED] [PATCH] [RFC] OMAP: eliminate OMAP_MAX_NR_PORTS

2009-10-20 Thread Tony Lindgren
* Tony Lindgren [091020 16:01]: > * Tony Lindgren [091020 15:15]: > > * ladislav.mi...@seznam.cz [091020 14:53]: > > > On Fri, Oct 09, 2009 at 06:46:23PM -0400, Tony Lindgren wrote: > > > > This patch has been applied to the linux-omap > > > > by youw fwiendly patch wobot. > > > > > > > > Branc

Re: [APPLIED] [PATCH] [RFC] OMAP: eliminate OMAP_MAX_NR_PORTS

2009-10-20 Thread Tony Lindgren
* Tony Lindgren [091020 15:15]: > * ladislav.mi...@seznam.cz [091020 14:53]: > > On Fri, Oct 09, 2009 at 06:46:23PM -0400, Tony Lindgren wrote: > > > This patch has been applied to the linux-omap > > > by youw fwiendly patch wobot. > > > > > > Branch in linux-omap: omap2-upstream > > > > > > In

Re: [APPLIED] [PATCH] [RFC] OMAP: eliminate OMAP_MAX_NR_PORTS

2009-10-20 Thread Tony Lindgren
* ladislav.mi...@seznam.cz [091020 14:53]: > On Fri, Oct 09, 2009 at 06:46:23PM -0400, Tony Lindgren wrote: > > This patch has been applied to the linux-omap > > by youw fwiendly patch wobot. > > > > Branch in linux-omap: omap2-upstream > > > > Initial commit ID (Likely to change): > > 439d2c69

Re: [APPLIED] [PATCH] [RFC] OMAP: eliminate OMAP_MAX_NR_PORTS

2009-10-20 Thread Ladislav . Michl
On Fri, Oct 09, 2009 at 06:46:23PM -0400, Tony Lindgren wrote: > This patch has been applied to the linux-omap > by youw fwiendly patch wobot. > > Branch in linux-omap: omap2-upstream > > Initial commit ID (Likely to change): 439d2c69335a28ffdb5a9795ff384b6755ca0f7f > > PatchWorks > http://patch

[APPLIED] [PATCH] [RFC] OMAP: eliminate OMAP_MAX_NR_PORTS

2009-10-09 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap2-upstream Initial commit ID (Likely to change): 439d2c69335a28ffdb5a9795ff384b6755ca0f7f PatchWorks http://patchwork.kernel.org/patch/52477/ Git (Likely to change, and takes a while to get mir

Re: [PATCH] [RFC] OMAP: eliminate OMAP_MAX_NR_PORTS

2009-10-09 Thread Kevin Hilman
virtu...@slind.org writes: > From: Alexander Shishkin > > Signed-off-by: Alexander Shishkin Looks like a good cleanup to me. Acked-by: Kevin Hilman > --- > arch/arm/mach-omap1/serial.c |2 +- > arch/arm/mach-omap2/serial.c |6 +++--- > arch/arm/plat-omap/incl

[PATCH] [RFC] OMAP: eliminate OMAP_MAX_NR_PORTS

2009-10-08 Thread virtuoso
From: Alexander Shishkin Signed-off-by: Alexander Shishkin --- arch/arm/mach-omap1/serial.c |2 +- arch/arm/mach-omap2/serial.c |6 +++--- arch/arm/plat-omap/include/mach/serial.h |4 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/arch/ar