All of lore.kernel.org
 help / color / mirror / Atom feed
From: matthieu castet <castet.matthieu@free.fr>
To: linux-acpi@vger.kernel.org
Subject: acpi resource reservation
Date: Wed, 24 Sep 2008 19:36:03 +0000 (UTC)	[thread overview]
Message-ID: <loom.20080924T193444-211@post.gmane.org> (raw)

Hi,

I wonder why acpi doesn't use request_region/request_mem_region on the resource
used by the interpreter. 

For example ioport resource are declared in dsdt with OperationRegion.

A good place to do that could be acpi_os_validate_address.

I believe by doing that acpi will avoid that other drivers try to use the same r
esource. And it will avoid the acpi_check_region hack that need to be added in e
ach driver instead of relying with the standard
request_region/request_mem_region mecanism.


Matthieu


             reply	other threads:[~2008-09-24 19:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-24 19:36 matthieu castet [this message]
2008-09-24 21:46 ` acpi resource reservation 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=loom.20080924T193444-211@post.gmane.org \
    --to=castet.matthieu@free.fr \
    --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 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.