From: Tony Lindgren <tony@atomide.com>
To: "Premi, Sanjeev" <premi@ti.com>
Cc: Tomi Valkeinen <tomi.valkeinen@nokia.com>,
"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>
Subject: Re: [PATCH 1/1] omap: fix section mismatch errors
Date: Fri, 24 Sep 2010 10:41:22 -0700 [thread overview]
Message-ID: <20100924174122.GD4211@atomide.com> (raw)
In-Reply-To: <B85A65D85D7EB246BE421B3FB0FBB59301F7075390@dbde02.ent.ti.com>
* Premi, Sanjeev <premi@ti.com> [100924 07:01]:
> > -----Original Message-----
> > From: Tomi Valkeinen [mailto:tomi.valkeinen@nokia.com]
> > Sent: Friday, September 24, 2010 2:10 PM
> > To: ext Tony Lindgren
> > Cc: Premi, Sanjeev; linux-omap@vger.kernel.org
> > Subject: Re: [PATCH 1/1] omap: fix section mismatch errors
> >
> > On Thu, 2010-09-23 at 18:36 +0200, ext Tony Lindgren wrote:
> > > * Sanjeev Premi <premi@ti.com> [100816 08:24]:
> > > > This patch fixes miltiple section mismatch errors
> > > > observed with the latest master.
> > >
> > > Few comments below.
> > >
> > > > @@ -134,7 +134,7 @@ static inline void board_smc91x_init(void)
> > > >
> > > > #endif
> > > >
> > > > -static struct omap_board_config_kernel sdp2430_config[] = {
> > > > +static struct omap_board_config_kernel sdp2430_config[]
> > __initdata = {
> > > > {OMAP_TAG_LCD, &sdp2430_lcd_config},
> > > > };
> > > ...
> > >
> > > Let's just get rid of omap_get_config stuff. The OMAP_TAG_LCD
> > > and OMAP_TAG_FBMEM are the last remaining legacy tags. They should
> > > be replaced with just platform_data. And while at it, it should
> > > be done for all the boards.
> > >
> > > Tomi, do you see any problems with that?
> >
> > OMAP_TAG_LCD and OMAP_TAG_FBMEM are used by the old omapfb driver.
> >
> > I don't see any problem in changing them to platform data, except that
> > it's some work and somebody should do it =).
> >
> > Tomi
> >
> Tony,
>
> Can we do this as a separate patch? Or should I go down this path in
> same context?... it may delay this patch.
Sounds like a separate patch. But let's not create noise about
OMAP_TAG_LCD related warnings if we intent to remove them later on
anyways.
Tony
prev parent reply other threads:[~2010-09-24 17:41 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-16 15:31 [PATCH 1/1] omap: fix section mismatch errors Sanjeev Premi
2010-09-23 16:36 ` Tony Lindgren
2010-09-24 8:40 ` Tomi Valkeinen
2010-09-24 14:10 ` Premi, Sanjeev
2010-09-24 17:41 ` Tony Lindgren [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100924174122.GD4211@atomide.com \
--to=tony@atomide.com \
--cc=linux-omap@vger.kernel.org \
--cc=premi@ti.com \
--cc=tomi.valkeinen@nokia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.