From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Dzianis Kahanovich <mahatma@bspu.unibel.by>
Cc: Rusty Russell <rusty@rustcorp.com.au>,
linux-kernel@vger.kernel.org,
Jeremy Fitzhardinge <jeremy@goop.org>,
Dmitry Torokhov <dmitry.torokhov@gmail.com>,
Andrew Morton <akpm@linux-foundation.org>,
lrg@slimlogic.co.uk
Subject: Re: i2c: Re: #2 (Re: More modaliases + patchtool))
Date: Fri, 17 Sep 2010 15:06:49 +0100 [thread overview]
Message-ID: <20100917140647.GA18367@opensource.wolfsonmicro.com> (raw)
In-Reply-To: <4C936EA5.2040506@bspu.unibel.by>
On Fri, Sep 17, 2010 at 04:35:33PM +0300, Dzianis Kahanovich wrote:
> ...
> + 1 attach for "next" branch.
Again, please try to follow the process in SubmittingPatches for sending
patches.
> I unsure in requrement of i2c modaliases, may be this bus undetectable, but I
> not play with special tools with vendors exclude VIA.
I2C is not probeable but drivers can be autoloaded since boards must
register devices before they can be probed.
> --- linux-2.6.36-rc4-git3/sound/soc/s3c24xx/neo1973_wm8753.c 2010-08-02 01:11:14.000000000 +0300
> +++ b/sound/soc/s3c24xx/neo1973_wm8753.c 2010-09-17 12:39:07.917253497 +0300
> @@ -698,6 +698,9 @@ static void __exit neo1973_exit(void)
> platform_device_unregister(neo1973_snd_device);
> }
>
> +
> +MODULE_DEVICE_TABLE(i2c, lm4857_i2c_id);
> +
No, this shouldn't be added - this driver should not be loaded based on
the presence of the LM4857 since it is specific to the OpenMoko Neo1973
system. This is largely because the LM4857 support is a hideous bodge
which should get fixed at some point (it ought to be in a separate
driver in the CODECs directory rather than part of the OpenMoko machine
driver).
> --- linux-2.6.36-rc4-git3/sound/soc/codecs/tlv320dac33.c 2010-09-17 12:30:31.000000000 +0300
> +++ b/sound/soc/codecs/tlv320dac33.c 2010-09-17 12:39:07.801200070 +0300
> @@ -1712,6 +1712,9 @@ static int __init dac33_module_init(void
> }
> return 0;
> }
> +
> +MODULE_DEVICE_TABLE(i2c, tlv320dac33_i2c_id);
> +
This change is OK but should be moved next to the actual table.
next prev parent reply other threads:[~2010-09-17 14:06 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <4C6BE292.3060307@bspu.unibel.by>
2010-08-19 0:50 ` More modaliases + patchtool Rusty Russell
2010-08-19 14:58 ` #3 (Re: More modaliases + patchtool) Dzianis Kahanovich
[not found] ` <4C6D26BC.9040805@bspu.unibel.by>
2010-09-11 2:14 ` #2 " Rusty Russell
2010-09-11 3:36 ` Jeremy Fitzhardinge
2010-09-13 3:03 ` Rusty Russell
2010-09-11 17:51 ` Dmitry Torokhov
2010-09-13 3:24 ` Rusty Russell
2010-09-17 10:55 ` pci: Re: #2 (Re: More modaliases + patchtool)) Dzianis Kahanovich
2010-09-17 13:11 ` Dzianis Kahanovich
2010-09-17 13:26 ` xenbus: " Dzianis Kahanovich
2010-09-17 18:09 ` Jeremy Fitzhardinge
2010-09-17 13:27 ` usb: " Dzianis Kahanovich
2010-09-17 13:29 ` serio: " Dzianis Kahanovich
2010-09-17 13:29 ` pnp: " Dzianis Kahanovich
2010-09-17 13:32 ` of: " Dzianis Kahanovich
2010-09-17 13:35 ` i2c: " Dzianis Kahanovich
2010-09-17 14:06 ` Mark Brown [this message]
2010-09-17 15:47 ` Dzianis Kahanovich
2010-09-17 15:54 ` Mark Brown
2010-09-17 13:36 ` hid: " Dzianis Kahanovich
2010-09-17 13:36 ` dio: " Dzianis Kahanovich
2010-09-17 13:37 ` ccw: " Dzianis Kahanovich
2010-09-17 13:38 ` acpi: " Dzianis Kahanovich
2010-09-17 13:38 ` spi " Dzianis Kahanovich
2010-09-17 13:39 ` RapidIO: " Dzianis Kahanovich
2010-09-17 13:42 ` platform: " Dzianis Kahanovich
2010-09-17 13:54 ` Mark Brown
2010-09-17 15:55 ` acpi (signed): " Dzianis Kahanovich
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=20100917140647.GA18367@opensource.wolfsonmicro.com \
--to=broonie@opensource.wolfsonmicro.com \
--cc=akpm@linux-foundation.org \
--cc=dmitry.torokhov@gmail.com \
--cc=jeremy@goop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lrg@slimlogic.co.uk \
--cc=mahatma@bspu.unibel.by \
--cc=rusty@rustcorp.com.au \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox