public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@suse.de>
To: Rene Herman <rene.herman@keyaccess.nl>,
	Ingo Oeser <ioe-lkml@rameria.de>,
	linux-kernel@vger.kernel.org, Takashi Iwai <tiwai@suse.de>,
	ALSA devel <alsa-devel@alsa-project.org>
Subject: Re: [ALSA STABLE 3/3] a few more -- unregister platform device again if probe was unsuccessful
Date: Thu, 13 Apr 2006 15:02:05 -0700	[thread overview]
Message-ID: <20060413220205.GA1770@suse.de> (raw)
In-Reply-To: <20060413170549.GB7805@flint.arm.linux.org.uk>

On Thu, Apr 13, 2006 at 06:05:50PM +0100, Russell King wrote:
> On Thu, Apr 13, 2006 at 06:17:49PM +0200, Rene Herman wrote:
> > Russell King wrote:
> > 
> > >On Thu, Apr 13, 2006 at 04:05:33PM +0200, Rene Herman wrote:
> > 
> > >>Not honouring/passing up probe() method error returns, not even -ENODEV, 
> > >>makes some sense for discoverable busses such as PCI where you at least 
> > >>have a driver independent bus_id sitting in /sys/devices/pci* that you 
> > >>can later echo into /sys/bus/pci/drivers/*/bind to make the driver bind 
> > >>to a device, but not much sense for the platform bus. Platform devices 
> > >>only "exist" (in /sys/devices/platform) due to the driver creating them 
> > >>itself and keeping them after failing a probe means that directory 
> > >>becomes an enumeration of the drivers we loaded, rather than a view of 
> > >>what's present in the system.
> > >
> > >Incorrect.  In some circumstances, they may be created by architecture
> > >support code, and might be created and destroyed dynamically by
> > >architecture support code.
> > 
> > Okay, thanks, that's relevant information. Please explain though what's 
> > incorrect about the fact that for these ISA devices on the plain old PC, 
> > with nothing other than the driver available to probe for them, just 
> > keeping them registered after failing a probe turns 
> > /sys/devices/platform into a view of "what drivers did we load".
> 
> If a driver for an ISA device only wants to register a device and driver
> if the hardware exists, it needs to handle behaviour itself and not force
> such behaviour on the upper layers (which is what you're arguing for.)
> 
> > >>The driver model crowd did not seem exceedingly interested in the 
> > >>problem though:
> > >>
> > >>http://marc.theaimsgroup.com/?l=linux-kernel&m=114417829014332&w=2
> > >
> > >Incorrect summary.  The ALSA use model of the driver model doesn't fit
> > >with the driver model use model.  It's not that we're not interested
> > >in it - it's that it's perverted to the way driver model folk intend
> > >the subsystem to work, and the way that platform devices are used on
> > >some architectures.
> > 
> > And I take it that interest is reflected in getting a grand total of 0 
> > comments from anyone on my own feeble attempts to suggest things in that 
> > thread such as the settable flag that would make the driver model pass 
> > up the error return from probe when set, or having an additional 
> > .discover method, or ..
> 
> I never commented on it because I'm not specifically a driver model
> person - I just happen to be one of the major users of platform devices,
> though I have put forward some changes to the platform driver model to
> facilitate getting rid of quite frankly some extremely poor and buggy
> driver code (and fixed up that crap code in the process.)
> 
> Greg is the maintainer of the driver model, and it's Greg who needs to
> comment on changes to the way it works.

Hm, I didn't see any patches sent to comment on :)

Anyway, no, no wierd flags to make the core pass stuff up on probe,
that's just a mess.

I still really don't understand why these ALSA drivers are so unlike any
of the zillion other drivers we have in the kernel that work just fine
today.  But to be fair, I've only been barely paying attention to this
thread.  Once the bad driver core patch was dropped from my tree, I've
been off doing other things...

> > M'kay. I believe there's one clean way out of this. We could add an "isa 
> > bus", where the _user_ would first need to setup the hardware from 
> > userspace by echoing values into sysfs. Say, something like:
> 
> Maybe this is the best solution for ISA devices - they do appear to
> have differing semantics at the probe level from platform devices.
> Maybe this "discovery" should be part of the bus matching method, prior
> to the driver probe method being called?  With an ISA bus type, you can
> certainly arrange for that to happen without changing existing driver
> model behaviour.

I know that Adam Belay had some work for ISA devices along these lines.
You might want to ask him, as he understands the issues involved here.

thanks,

greg k-h

  parent reply	other threads:[~2006-04-13 22:03 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-13  1:46 [ALSA STABLE 3/3] a few more -- unregister platform device again if probe was unsuccessful Rene Herman
2006-04-13  9:26 ` Ingo Oeser
2006-04-13  9:31   ` Russell King
2006-04-13 14:05   ` Rene Herman
2006-04-13 14:57     ` Russell King
2006-04-13 16:17       ` Rene Herman
2006-04-13 17:05         ` Russell King
2006-04-13 18:47           ` Rene Herman
2006-04-13 22:02           ` Greg KH [this message]
2006-04-13 23:12             ` Rene Herman
2006-04-15 13:16               ` Takashi Iwai

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=20060413220205.GA1770@suse.de \
    --to=gregkh@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=ioe-lkml@rameria.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rene.herman@keyaccess.nl \
    --cc=tiwai@suse.de \
    /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