From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Jonathan Cameron <jic23@kernel.org>,
linux-iio@vger.kernel.org, Hartmut Knaack <knaack.h@gmx.de>,
Lars-Peter Clausen <lars@metafoo.de>,
Peter Meerwald-Stadler <pmeerw@pmeerw.net>
Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Subject: Re: [PATCH v1] iio: magnetometer: ak8975: Remove wrong ACPI ID
Date: Fri, 03 Nov 2017 20:14:55 +0200 [thread overview]
Message-ID: <1509732895.10233.209.camel@linux.intel.com> (raw)
In-Reply-To: <1509732504.10233.205.camel@linux.intel.com>
On Fri, 2017-11-03 at 20:08 +0200, Andy Shevchenko wrote:
> On Fri, 2017-11-03 at 19:56 +0200, Andy Shevchenko wrote:
> > The ID is added to proper sensor by the commit 6ed5ac50a3e0
> > ("iio: imu: inv_mpu6050: ACPI enumeration").
> >
> > Remove it from wrong place, otherwise user will get:
> >
> > ak8975 i2c-INVN6500:00: mounting matrix not found: using
> > identity...
> > ak8975 i2c-INVN6500:00: Unexpected device
> >
>
> After applying I have got
>
> inv-mpu6050-i2c i2c-INVN6500:00: mounting matrix not found: using
> identity...
>
> ...
>
> i2c i2c-4: Added multiplexed i2c bus 14
> ak8975 14-000c: mounting matrix not found: using identity...
>
>
> Nevertheless, I didn't try before with both drivers enabled. It might
> be
> that my fix is not needed.
>
> Shrinivas, can you comment on this?
DSDT looks promising:
Device (SENS) {
Name (_HID, "INVN6500" /* InvenSense MPU-6500 Six Axis Gyroscope and
Accelerometer */)
...
Name (CNF0, Package (0x04) {
Package (0x04) { "MPU6500", ... },
Package (0x04) { "MPU6500", ... },
Package (0x04) { "AK8963", ... },
Thus it is properly enumerated IIUC.
I think the patch at the end is correct.
>
>
> > Fixes: 6ed5ac50a3e0 ("iio: imu: inv_mpu6050: ACPI enumeration").
> > Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> > ---
> > drivers/iio/magnetometer/ak8975.c | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/drivers/iio/magnetometer/ak8975.c
> > b/drivers/iio/magnetometer/ak8975.c
> > index 42a827a66512..f29a00729fa0 100644
> > --- a/drivers/iio/magnetometer/ak8975.c
> > +++ b/drivers/iio/magnetometer/ak8975.c
> > @@ -787,7 +787,6 @@ static const struct iio_info ak8975_info = {
> > static const struct acpi_device_id ak_acpi_match[] = {
> > {"AK8975", AK8975},
> > {"AK8963", AK8963},
> > - {"INVN6500", AK8963},
> > {"AK009911", AK09911},
> > {"AK09911", AK09911},
> > {"AK09912", AK09912},
>
>
--
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Intel Finland Oy
next prev parent reply other threads:[~2017-11-03 18:14 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-03 17:56 [PATCH v1] iio: magnetometer: ak8975: Remove wrong ACPI ID Andy Shevchenko
2017-11-03 18:08 ` Andy Shevchenko
2017-11-03 18:14 ` Andy Shevchenko [this message]
2017-11-03 18:46 ` Srinivas Pandruvada
2017-11-05 12:42 ` Andy Shevchenko
2017-11-06 2:03 ` Srinivas Pandruvada
2017-11-08 16:38 ` Andy Shevchenko
2017-11-19 15:05 ` Jonathan Cameron
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=1509732895.10233.209.camel@linux.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=jic23@kernel.org \
--cc=knaack.h@gmx.de \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=pmeerw@pmeerw.net \
--cc=srinivas.pandruvada@linux.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 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.