From: Andy Whitcroft <apw@canonical.com>
To: Kay Sievers <kay.sievers@vrfy.org>
Cc: Pierre Ossman <drzeus-mmc@drzeus.cx>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/1] mmc: add MODALIAS linkage for MMC/SD devices
Date: Wed, 28 Jan 2009 15:06:39 +0000 [thread overview]
Message-ID: <20090128150639.GA31473@shadowen.org> (raw)
In-Reply-To: <ac3eb2510901271126o52eeb867q402d919c3ae6fa56@mail.gmail.com>
On Tue, Jan 27, 2009 at 08:26:26PM +0100, Kay Sievers wrote:
> On Tue, Jan 27, 2009 at 20:14, Pierre Ossman <drzeus-mmc@drzeus.cx> wrote:
> > On Sun, 25 Jan 2009 17:00:11 +0100
> > Kay Sievers <kay.sievers@vrfy.org> wrote:
> >
> >> On Sun, Jan 25, 2009 at 16:48, Pierre Ossman <drzeus-mmc@drzeus.cx> wrote:
> >> >
> >> > My point was to have the kernel explicitly ask for the module it wants
> >> > as there is no decent device to driver mapping scheme.
> >>
> >> Yep, which is what we do not want. Aliases are "aliases", and not
> >> "module names". We need to add a matching alias to the module then.
> >> Direct module names can not properly defined/blacklisted in userspace,
> >> and we would need to work around that.
> >> Every modalias should be
> >> "<subsystem>:<whatever-name-fits-for-the-subsystem>" to plug properly
> >> into the autoloading infrastructure. We rather have no modalias at
> >> all, then a kernel module name there.
> >>
> >
> > The thing is that asking for a module is the only thing we can do here.
> > We can dress it up and give it some special coding to not cause
> > problems, but the code will always be "ask userspace to load
> > mmc_block", even if we replace "mmc_block" with "mmc:foobargazonk".
> >
> > Given that, do you have any preferences for a solution? If we cannot
> > simply have "mmc_block", then I'm leaning to "mmc:block" for now. The
> > contents of the aliases is just an opaque string as far as userspace is
> > concerned, right?
>
> Right, it does not matter, we just need to be able to fnmatch()
> modalias and the string in the module.
>
> We prefer every modalias to be prefixed with the subsystem, to be able
> to hook userspace configs into the alias processing. The string itself
> is completely up to the subsystem to decide whatever fits. If there
> could ever be several types of strings per susbsystem, it is usual to
> prefix the string with some character, but some subsystems know that
> this is not needed, and just put a plain single string there.
As the contents as opaque we can put whatever we want after the mmc:,
the last patch I did simply used the mmc type string as a key in case it
were useful. Right now it is as we do only load the block for the SD
and MMC cases. But later it would be for all once the SDIO card
support, supports memory.
So asre we happy with the last textual patch or should I refactor back
to mmc:block.
-apw
next prev parent reply other threads:[~2009-01-28 15:06 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-06 18:56 [PATCH 1/1] mmc: add MODALIAS linkage for MMC/SD devices Andy Whitcroft
2009-01-12 15:05 ` Pierre Ossman
2009-01-15 15:00 ` Andy Whitcroft
2009-01-24 17:56 ` Pierre Ossman
2009-01-24 23:45 ` Kay Sievers
2009-01-25 15:48 ` Pierre Ossman
2009-01-25 16:00 ` Kay Sievers
2009-01-26 9:35 ` Andy Whitcroft
2009-01-27 12:12 ` Andy Whitcroft
2009-01-27 19:14 ` Pierre Ossman
2009-01-27 19:26 ` Kay Sievers
2009-01-28 15:06 ` Andy Whitcroft [this message]
2009-01-28 19:58 ` Pierre Ossman
[not found] <20090218205654.05896ece@mjolnir.ossman.eu>
2009-02-23 12:38 ` Andy Whitcroft
2009-03-02 21:10 ` Pierre Ossman
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=20090128150639.GA31473@shadowen.org \
--to=apw@canonical.com \
--cc=drzeus-mmc@drzeus.cx \
--cc=kay.sievers@vrfy.org \
--cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox