From: jason77.wang@gmail.com (jason)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V2 1/2] mxc: add common debug board for 3-stack platforms
Date: Wed, 23 Jun 2010 22:54:19 +0800 [thread overview]
Message-ID: <4C22201B.7080906@gmail.com> (raw)
In-Reply-To: <20100623065914.GO12115@pengutronix.de>
Sascha Hauer wrote:
> On Tue, Jun 22, 2010 at 10:27:30PM +0800, Jason Wang wrote:
>
>> The debug board is little different for all mxc 3-stack(PDK)
>> platforms, it is possible here to add a common implementation to
>> support this board.
>>
>> +
>> +void __init mxc_expio_lan_init(void)
>> +{
>> + platform_device_register(&smsc_lan9217_device);
>> +}
>>
>
> What do we need this for? Can't we just call this from
> mxc_expio_init()?
>
>
>
I add this function for lan because on the debugboard there are other
potential
useful devices(like UART or keys). In future if we add these device
definitions, we can select
which one will be registered to the system instead of all devices.
Currently only lan device is implemented, it is reasonable to move it to
mxc_expio_init() and
let them to bind together. I will fix it.
Thanks,
Jason.
prev parent reply other threads:[~2010-06-23 14:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-22 14:27 [PATCH V2 0/2]Add mxc 3ds CPLD debugboard support Jason Wang
2010-06-22 14:27 ` [PATCH V2 1/2] mxc: add common debug board for 3-stack platforms Jason Wang
2010-06-22 14:27 ` [PATCH V2 2/2] mx31_3ds: revert 3ds debug board relate code Jason Wang
2010-06-23 6:59 ` [PATCH V2 1/2] mxc: add common debug board for 3-stack platforms Sascha Hauer
2010-06-23 14:54 ` jason [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=4C22201B.7080906@gmail.com \
--to=jason77.wang@gmail.com \
--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.