From: ben-linux@fluff.org (Ben Dooks)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/9] ARM: S5PV210: Add audio platform devices
Date: Tue, 18 May 2010 06:39:15 +0100 [thread overview]
Message-ID: <20100518053915.GO27571@trinity.fluff.org> (raw)
In-Reply-To: <AANLkTinKcpaxhThIkUXCNgrYoXSaZUGhxkTe1u8Px6QJ@mail.gmail.com>
On Tue, May 18, 2010 at 02:34:21PM +0900, Jassi Brar wrote:
> On Tue, May 18, 2010 at 2:24 PM, Ben Dooks <ben-linux@fluff.org> wrote:
> > On Tue, May 18, 2010 at 02:10:14PM +0900, Jassi Brar wrote:
>
> .....
>
> >> +struct platform_device s5pv210_device_iis0 = {
> >> + ? ? .name ? ? ? ? ? ? = "s3c64xx-iis-v4",
> >> + ? ? .id ? ? ? ? ? ? ? = -1,
> >> + ? ? .num_resources ? ?= ARRAY_SIZE(s5pv210_iis0_resource),
> >> + ? ? .resource ? ? ? ? = s5pv210_iis0_resource,
> >> + ? ? .dev = {
> >> + ? ? ? ? ? ? .platform_data = &s3c_i2s_pdata,
> >> + ? ? },
> >> +}; EXPORT_SYMBOL(s5pv210_device_iis0);
> >
> > do we really need to be exporting these devices like this,
> > how much is needed otuside of machine support?
> Not used except by machine code. Every platform device of
> Samsung has been declared that way and I just don't wanna
> stick my neck out where I can do without :)
not all of them have, and i'll probably go around finding
and culling any more as soon as possible.
--
Ben
Q: What's a light-year?
A: One-third less calories than a regular year.
next prev parent reply other threads:[~2010-05-18 5:39 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-18 5:10 [PATCH] SAMSUNG: Audio support Jassi Brar
2010-05-18 5:10 ` [PATCH 1/9] ARM: S5PV210: Add audio platform devices Jassi Brar
2010-05-18 5:24 ` Ben Dooks
2010-05-18 5:34 ` Jassi Brar
2010-05-18 5:39 ` Ben Dooks [this message]
2010-05-18 7:01 ` Jassi Brar
2010-05-18 5:10 ` [PATCH 2/9] ARM: SMDKV210: Add audio devices on board Jassi Brar
2010-05-18 5:10 ` [PATCH 3/9] ARM: SMDKC110: " Jassi Brar
2010-05-18 5:10 ` [PATCH 4/9] ARM: S5PC100: Add audio platform devices Jassi Brar
2010-05-18 5:10 ` [PATCH 5/9] ARM: SMDKC100: Add audio devices on board Jassi Brar
2010-05-18 5:10 ` [PATCH 6/9] ARM: S5P6442: Add audio platform devices Jassi Brar
2010-05-18 5:10 ` [PATCH 7/9] ARM: SMDK6442: Add audio devices on board Jassi Brar
2010-05-18 5:10 ` [PATCH 8/9] ARM: S5P6440: Add audio platform devices Jassi Brar
2010-05-18 5:10 ` [PATCH 9/9] ARM: SMDK6440: Add audio devices on board Jassi Brar
2010-05-18 18:47 ` [PATCH] SAMSUNG: Audio support Mark Brown
-- strict thread matches above, loose matches on Subject: below --
2010-05-18 7:02 [PATCHv2] " Jassi Brar
2010-05-18 7:02 ` [PATCH 1/9] ARM: S5PV210: Add audio platform devices Jassi Brar
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=20100518053915.GO27571@trinity.fluff.org \
--to=ben-linux@fluff.org \
--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.