linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Matthew Garrett <mjg@redhat.com>
To: yakui.zhao@intel.com
Cc: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org,
	cminyard@mvista.com
Subject: [RFC] ACPI IPMI changes
Date: Mon, 24 Sep 2012 11:05:36 -0400	[thread overview]
Message-ID: <1348499140-13550-1-git-send-email-mjg@redhat.com> (raw)

The ACPI IPMI code doesn't seem to work on many real-world devices. Part of
that is because many shipping systems have a _CID of PNP0C01 or PNP0C02 and
the PNP core never lets the IPMI driver bind, but it's also a problem if
it's being used for AC adapter state (since they're typically built in)
and on some systems that have IPMI opregions declared outside the IPMI
device's scope (spec violation, but what else is new). These patches don't
do anything for the first problem (that's going to have to be handled in
the PNP core) but handle the latter two by ensuring that IPMI can be
initialised before any built-in ACPI drivers, and by providing support for
a fallback IPMI handler that just uses the first IPMI device in the system.

-- 
Matthew Garrett | mjg59@srcf.ucam.org


             reply	other threads:[~2012-09-24 15:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-24 15:05 Matthew Garrett [this message]
2012-09-24 15:05 ` [PATCH 1/4] ACPI: Reorder IPMI driver before any other ACPI drivers Matthew Garrett
2012-09-24 15:05 ` [PATCH 2/4] IPMI: Change link order Matthew Garrett
2012-09-24 15:05 ` [PATCH 3/4] IPMI: Add a callback to indicate that probing has finished Matthew Garrett
2012-09-24 15:05 ` [PATCH 4/4] ACPI: Add a default handler for IPMI operation regions Matthew Garrett

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=1348499140-13550-1-git-send-email-mjg@redhat.com \
    --to=mjg@redhat.com \
    --cc=cminyard@mvista.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=yakui.zhao@intel.com \
    /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;
as well as URLs for NNTP newsgroup(s).