From: Padmini Krishnamurthy <krishpm@yahoo.com>
To: linux-hotplug@vger.kernel.org
Subject: Re: sending uevent form SATA promise driver.
Date: Mon, 27 Oct 2008 17:35:18 +0000 [thread overview]
Message-ID: <967971.69465.qm@web33102.mail.mud.yahoo.com> (raw)
In-Reply-To: <889538.92627.qm@web33104.mail.mud.yahoo.com>
Our test device is connected to the promise card which sits on a PCI slot on the PC. Our test SATA driver drives this device. The driver is loaded during bootup. I am seeing output of both udevadm and /var/log/messages when I turn on the device. I see the interrupt handling messages on /var/log/messages but udevadm does not report any event recived.
So, I ported some of the hotplug support from libata. But there I see that the hotplug event notification is handled in acpi. So, I am not sure, if I have to add this in our driver at the device attach routine?
How would the uevent be sent to udev when the device is attached?
Thanks,
Padmini
--- On Mon, 10/27/08, Kay Sievers <kay.sievers@vrfy.org> wrote:
> From: Kay Sievers <kay.sievers@vrfy.org>
> Subject: Re: sending uevent form SATA promise driver.
> To: "Padmini Krishnamurthy" <krishpm@yahoo.com>
> Cc: linux-hotplug@vger.kernel.org
> Date: Monday, October 27, 2008, 9:50 AM
> On Mon, Oct 27, 2008 at 17:42, Padmini Krishnamurthy
> <krishpm@yahoo.com> wrote:
> > I am adding hotplug support to our SATA promise
> driver. Can I send a uevent
> > from promise driver directly instead of using the
> hotplug support provided
> > by acpi?. We do not have acpi support .
>
> What do you mean? I guess you create and remove devices in
> the kernel
> device tree, which represent the hotplugged devices
> connected to your
> controller. These devices will send uevents on their own,
> there is
> usually no need to send any events with the driver. Just
> run "udevadm
> monitor" while you connect/diconnect any device, and
> you will see
> hotplugged devices coming and going depending on the bus
> they live on.
>
> Kay
next prev parent reply other threads:[~2008-10-27 17:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-27 16:42 sending uevent form SATA promise driver Padmini Krishnamurthy
2008-10-27 16:50 ` Kay Sievers
2008-10-27 17:35 ` Padmini Krishnamurthy [this message]
2008-10-27 22:33 ` Kay Sievers
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=967971.69465.qm@web33102.mail.mud.yahoo.com \
--to=krishpm@yahoo.com \
--cc=linux-hotplug@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 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.