[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <79CD15C6BA57404B839C016229A409A83EAB2BB0@DBDE01.ent.ti.com>
Date: Wed, 12 Sep 2012 22:02:03 +0000
From: "Hiremath, Vaibhav" <hvaibhav@...com>
To: Tony Lindgren <tony@...mide.com>
CC: "linux-omap@...r.kernel.org" <linux-omap@...r.kernel.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"paul@...an.com" <paul@...an.com>
Subject: RE: [PATCH 2/2] ARM: AM33XX: hwmod: Add OMAP_INTC_START offset to
all module int nos
On Thu, Sep 13, 2012 at 03:22:32, Tony Lindgren wrote:
> * Vaibhav Hiremath <hvaibhav@...com> [120912 14:17]:
> > With recent migration of omap architectures to SPARSE_IRQ framework,
> > it is important to add OMAP_INTC_START to all interrupt numbers
> > which will be eventually requested by drivers.
> >
> > This is required in order to get AM33XX boot functionality.
> >
> > Signed-off-by: Vaibhav Hiremath <hvaibhav@...com>
> > Cc: Paul Walmsley <paul@...an.com>
> > ---
> > arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 168 ++++++++++++++--------------
> > 1 files changed, 84 insertions(+), 84 deletions(-)
> >
> > diff --git a/arch/arm/mach-omap2/omap_hwmod_33xx_data.c b/arch/arm/mach-omap2/omap_hwmod_33xx_data.c
> > index 7b7ed08..3c320f4 100644
> > --- a/arch/arm/mach-omap2/omap_hwmod_33xx_data.c
> > +++ b/arch/arm/mach-omap2/omap_hwmod_33xx_data.c
>
> You should just have on top of this file:
>
> #define OMAP_INTC_START 0
>
> Then Paul can apply this, and while merging with the sparseirq
> changes, the above can be removed.
>
Ok, I will add this at the top of the file and resend this patch.
> > @@ -72,7 +72,7 @@ static struct omap_hwmod_class am33xx_emif_hwmod_class = {
> > };
> >
> > static struct omap_hwmod_irq_info am33xx_emif_irqs[] = {
> > - { .name = "ddrerr0", .irq = 101 },
> > + { .name = "ddrerr0", .irq = 101 + OMAP_INTC_START },
> > { .irq = -1 }
> > };
> >
>
> Then these should be fixed up to have trailing commas
> as requested by Russell earlier on several occasions.
>
Ok, I will fix this and all other places as well and resend.
Thanks,
Vaibhav
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists