From: Sergei Shtylyov <sshtylyov@ru.mvista.com>
To: Manuel Lauss <mano@roarinelk.homelinux.net>
Cc: Linux-MIPS <linux-mips@linux-mips.org>
Subject: Re: [PATCH 0/3] Alchemy: platform updates
Date: Mon, 30 Mar 2009 00:48:02 +0400 [thread overview]
Message-ID: <49CFDE82.4030606@ru.mvista.com> (raw)
In-Reply-To: <49CF71BE.2070109@ru.mvista.com>
Hello, I wrote:
>>>> Patch overview:
>>>>
>>>> #1: eliminate alchemy/common/platform.c. Add platform device
>>>> registration to all boards instead.
>>>>
>>> I'm strongly voting against this, as it causes totally unneeded
>>> code duplication. Please don't apply.
>>
>> I know it seems like a lot of unecessary duplication. My reasons for
>> doing this are
>>
>> a) I want to get rid of the various cpu-type specific config symbols,
>> (i.e. I want one kernel binary to run on 2 or more Alchemy boards
>> with different cpu models. There's no technical reason this
>> shouldn't work. The OHCI block for instance has different addresses
>> on pre-Au1200 silicon; the easiest solution to that (for me) is
>> to simply move device registration to the boards that need/want
>> it.)
>
> Well, then create several files (like
> arch/mips/alchemy/common/au1200.c) for SoC specific platfrom device
> sets variations but don't move all platform devices into the board
> files. This will be a cleaner solution.
Another solution would be "tuning up" the platform device resources
depending on the detected SoC type.
>> have a chance to get your approval on this, so I can stop wasting
>> my and everybody else's time as soon as possible).
>>
> (BTW, what do you think about this? Please tell me now if I ever
>
> Single kernel binary? If it's at all possible, I am all for it.
That doesn't mean however that SoC type options need to go -- we
could allow the user a flexibility (like is curretnly done on ARM
DaVinci) of choosing an arbotrary set of supported SoCs, so that he
could have the choice to exclude the code for the ones he doesn't need.
WBR, Sergei
prev parent reply other threads:[~2009-03-29 20:48 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-29 9:26 [PATCH 0/3] Alchemy: platform updates Manuel Lauss
2009-03-29 9:27 ` [PATCH 1/3] Alchemy: get rid of common/platform.c Manuel Lauss
2009-03-29 9:27 ` [PATCH 2/3] Alchemy: add RTC device to devboards Manuel Lauss
2009-03-29 9:27 ` [PATCH 3/3] Alchemy: convert to physmap flash Manuel Lauss
2009-04-06 7:57 ` Florian Fainelli
2009-03-29 11:36 ` [PATCH 1/3] Alchemy: get rid of common/platform.c Sergei Shtylyov
2009-03-29 11:37 ` Sergei Shtylyov
2009-03-29 11:35 ` [PATCH 0/3] Alchemy: platform updates Sergei Shtylyov
2009-03-29 12:38 ` Manuel Lauss
2009-03-29 13:03 ` Sergei Shtylyov
2009-03-29 15:27 ` Kevin Hickey
2009-03-29 15:52 ` Manuel Lauss
2009-03-30 8:39 ` Florian Fainelli
2009-03-30 16:23 ` Ralf Baechle
2009-03-29 15:43 ` Manuel Lauss
2009-03-29 20:48 ` Sergei Shtylyov [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=49CFDE82.4030606@ru.mvista.com \
--to=sshtylyov@ru.mvista.com \
--cc=linux-mips@linux-mips.org \
--cc=mano@roarinelk.homelinux.net \
/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.