From: u.kleine-koenig@pengutronix.de (Uwe Kleine-König)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: imx: change mx51.h into mx5x.h
Date: Wed, 20 Oct 2010 15:09:03 +0200 [thread overview]
Message-ID: <20101020130903.GA19834@pengutronix.de> (raw)
In-Reply-To: <20101020113550.GL2562@matterhorn.lan>
Hello Amit,
On Wed, Oct 20, 2010 at 02:35:50PM +0300, Amit Kucheria wrote:
> On 10 Oct 20, Uwe Kleine-K?nig wrote:
> > Hello Dinh,
> >
> > On Tue, Oct 19, 2010 at 04:57:03PM -0500, Dinh.Nguyen at freescale.com wrote:
> > > From: Dinh Nguyen <Dinh.Nguyen@freescale.com>
> > >
> > > In preparation for submitting i.MX53 support, change mx51.h to
> > > mx5x.h so that mx5x.h can contain MX53 information as well.
> > Last time I found time to clean up the imx ports I worked hard that e.g.
> > mx27 machines only used MX27_ prefixed symbols, not the MX2x_ ones. (I
> > don't remember off-hand if I was done, so there might be a few users
> > left.)
> >
> > I'd prefer to just add an mx53.h instead.
>
> Perhaps this is a good time to ask the question - Why?
>
> mx53.h will duplicate (almost) everything in mx51.h. And any fixes made to
> mx51.h won't make it to mx53.h
Yep, that's the pro side of having a single header file for both mx51
and mx53. On the negative side we have:
- When changing mx5x.h you always have to check (now) two reference
manuals, later maybe more.
- When Freescale decides to create a (say) mx56 that is totally
different, you can be happy not to have constants starting with MX5X.
(This happened to the MX2X constants when Freescale created mx25, not
to mention mx23 and mx28.)
I admit that *now* it would be easier to just rename mx51.h to mx5x.h,
but for the long run keeping mx51.h is better, I'm sure.
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-K?nig |
Industrial Linux Solutions | http://www.pengutronix.de/ |
WARNING: multiple messages have this Message-ID (diff)
From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: Dinh.Nguyen@freescale.com, linux-kernel@vger.kernel.org,
linux@arm.linux.org.uk, s.hauer@pengutronix.de,
grant.likely@secretlab.ca, linux-arm-kernel@lists.infradead.org,
daniel@caiaq.de, xiao-lizhang@freescale.com,
valentin.longchamp@epfl.ch
Subject: Re: [PATCH] ARM: imx: change mx51.h into mx5x.h
Date: Wed, 20 Oct 2010 15:09:03 +0200 [thread overview]
Message-ID: <20101020130903.GA19834@pengutronix.de> (raw)
In-Reply-To: <20101020113550.GL2562@matterhorn.lan>
Hello Amit,
On Wed, Oct 20, 2010 at 02:35:50PM +0300, Amit Kucheria wrote:
> On 10 Oct 20, Uwe Kleine-König wrote:
> > Hello Dinh,
> >
> > On Tue, Oct 19, 2010 at 04:57:03PM -0500, Dinh.Nguyen@freescale.com wrote:
> > > From: Dinh Nguyen <Dinh.Nguyen@freescale.com>
> > >
> > > In preparation for submitting i.MX53 support, change mx51.h to
> > > mx5x.h so that mx5x.h can contain MX53 information as well.
> > Last time I found time to clean up the imx ports I worked hard that e.g.
> > mx27 machines only used MX27_ prefixed symbols, not the MX2x_ ones. (I
> > don't remember off-hand if I was done, so there might be a few users
> > left.)
> >
> > I'd prefer to just add an mx53.h instead.
>
> Perhaps this is a good time to ask the question - Why?
>
> mx53.h will duplicate (almost) everything in mx51.h. And any fixes made to
> mx51.h won't make it to mx53.h
Yep, that's the pro side of having a single header file for both mx51
and mx53. On the negative side we have:
- When changing mx5x.h you always have to check (now) two reference
manuals, later maybe more.
- When Freescale decides to create a (say) mx56 that is totally
different, you can be happy not to have constants starting with MX5X.
(This happened to the MX2X constants when Freescale created mx25, not
to mention mx23 and mx28.)
I admit that *now* it would be easier to just rename mx51.h to mx5x.h,
but for the long run keeping mx51.h is better, I'm sure.
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-König |
Industrial Linux Solutions | http://www.pengutronix.de/ |
next prev parent reply other threads:[~2010-10-20 13:09 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-19 21:57 [PATCH] ARM: imx: change mx51.h into mx5x.h Dinh.Nguyen at freescale.com
2010-10-19 21:57 ` Dinh.Nguyen
2010-10-20 9:01 ` Uwe Kleine-König
2010-10-20 9:01 ` Uwe Kleine-König
2010-10-20 11:35 ` Amit Kucheria
2010-10-20 11:35 ` Amit Kucheria
2010-10-20 13:03 ` Nguyen Dinh-R00091
2010-10-20 13:03 ` Nguyen Dinh-R00091
2010-10-20 13:09 ` Uwe Kleine-König [this message]
2010-10-20 13:09 ` Uwe Kleine-König
2010-10-20 13:15 ` Nguyen Dinh-R00091
2010-10-20 13:15 ` Nguyen Dinh-R00091
2010-10-20 13:25 ` Uwe Kleine-König
2010-10-20 13:25 ` Uwe Kleine-König
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=20101020130903.GA19834@pengutronix.de \
--to=u.kleine-koenig@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
/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.