From: Christian Schmidt <schmidt@digadd.de>
To: linux-kernel@vger.kernel.org
Subject: i2c-i801 vs. ACPI driver to access SMBUS
Date: Wed, 06 Aug 2014 12:25:42 +0200 [thread overview]
Message-ID: <53E202A6.3080002@digadd.de> (raw)
Hi all,
I have a small issue with the i2c-i801 driver. It does not register the
i2c adaptor due to an ACPI resource conflict:
[11074.459747] ACPI Warning: SystemIO range
0x000000000000f000-0x000000000000f01f conflicts with OpRegion
0x000000000000f000-0x000000000000f00f (\_SB_.PCI0.SBUS.SMBI)
(20140214/utaddress-258)
[11074.459761] ACPI: If an ACPI driver is available for this device, you
should use it instead of the native driver
With the code:
err = acpi_check_resource_conflict(&dev->resource[SMBBAR]);
if (err) {
err = -ENODEV;
goto exit;
}
silently not activating the driver, however it still shows up in lspci
-k. Commenting out the above code makes the driver provide the smbus
interface as expected,
The question is: Is there any existing ACPI driver for this? I can't
find any either under ACPI or i2c (i2c-scmi does not work for this).
Regards,
Christian
PS: Please CC: me on replies as I am not subscribed to the list.
reply other threads:[~2014-08-06 10:46 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=53E202A6.3080002@digadd.de \
--to=schmidt@digadd.de \
--cc=linux-kernel@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.