public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: Zhang Rui <rui.zhang@intel.com>
To: linux-acpi@vger.kernel.org
Cc: len.brown@intel.com
Subject: [0/12] acpi: make ACPI use driver model
Date: Fri, 22 Sep 2006 17:14:20 +0800	[thread overview]
Message-ID: <1158916460.11985.45.camel@localhost.localdomain> (raw)

Make ACPI use driver model.

Patrick has posted patches on rewriting ACPI driver model in November 2005.
And recently Shaohua send me a prototype on making ACPI use driver model.
This patch series bases on both Patrick and Shaohua's previous work. 

Two features are gonna to be changed by applying this series of patches.
1.	ACPI driver model. 
	ACPI driver are made to follow Linux driver model.
	The mainly work is to convert the registeration interfaces, so that
	ACPI devices are registered with the global device tree.
	Note the new .uevent method mark ACPI drivers by PNPID 
	instead of by name. Udev script needs to look for "HWID = "
	or "COMPTID = " to load the right ACPI driver.
2.	ACPI sysfs interface. 
	As a result of using driver model, ACPI devices is added in the 
	/sys/device tree. So after _EJ0 is added as a property of 
	ACPI device in device tree, /sys/firm/acpi is deleted.
	Note that the corresponding userspace script needs to be changed 
	for hot removal.

Note that this is only the first step of ACPI sysfs convert project.
The next step is to duplicate /proc/acpi functions in /sys/device tree.

             reply	other threads:[~2006-09-22  9:12 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-22  9:14 Zhang Rui [this message]
2006-10-25 20:40 ` [0/12] acpi: make ACPI use driver model Bjorn Helgaas
2006-10-26  6:12   ` Zhang Rui
2006-10-26  8:15     ` Alexey Starikovskiy
2006-11-23  4:07 ` Len Brown
2006-11-23  4:54   ` Zhang Rui
2006-11-24  4:38     ` Len Brown
2006-11-24  6:01       ` Zhang Rui
2006-11-24 11:07         ` Henrique de Moraes Holschuh
2006-11-24 14:33           ` Henrique de Moraes Holschuh
     [not found]             ` <20061124143349.GC2287-ZGHd14iZgfaRjzvQDGKj+xxZW9W5cXbT@public.gmane.org>
2006-11-24 14:37               ` [PATCH] ACPI: ibm-acpi: do not use / in driver names Henrique de Moraes Holschuh

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=1158916460.11985.45.camel@localhost.localdomain \
    --to=rui.zhang@intel.com \
    --cc=len.brown@intel.com \
    --cc=linux-acpi@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