From: Rob Herring <robh@kernel.org>
To: Gregor Boirie <gregor.boirie@parrot.com>
Cc: linux-iio@vger.kernel.org, devicetree@vger.kernel.org,
Jonathan Cameron <jic23@kernel.org>,
Hartmut Knaack <knaack.h@gmx.de>,
Lars-Peter Clausen <lars@metafoo.de>,
Peter Meerwald-Stadler <pmeerw@pmeerw.net>,
Matt Ranostay <mranostay@gmail.com>,
Daniel Baluta <daniel.baluta@intel.com>,
Vladimir Barinov <vladimir.barinov@cogentembedded.com>,
Martin Fuzzey <mfuzzey@parkeon.com>,
Cristina Opriceana <cristina.opriceana@gmail.com>,
Varka Bhadram <varkabhadram@gmail.com>,
Lucas De Marchi <lucas.demarchi@intel.com>,
Julia Lawall <Julia.Lawall@lip6.fr>,
Peter Rosin <peda@axentia.se>,
Leonard Crestez <leonard.crestez@intel.com>
Subject: Re: [PATCH v1 3/3] iio:imu:mpu6050: enhance mounting matrix support
Date: Fri, 22 Apr 2016 15:05:08 -0500 [thread overview]
Message-ID: <20160422200508.GA28036@rob-hp-laptop> (raw)
In-Reply-To: <09429500c3879ba07731ce170d0a2242a0399422.1461170293.git.gregor.boirie@parrot.com>
On Wed, Apr 20, 2016 at 07:23:45PM +0200, Gregor Boirie wrote:
> Add a new rotation matrix sysfs attribute compliant with IIO core
> mounting matrix API.
> Matrix is retrieved from "in_anglvel_mount_matrix" and
> "in_accel_mount_matrix" sysfs attributes. It is declared into mpu6050 DTS
> entry as a "mount-matrix" property.
>
> Old interface is kept for backward userspace compatibility and may be
> retrieved from legacy platform_data mechanism only.
>
> Signed-off-by: Gregor Boirie <gregor.boirie@parrot.com>
> ---
> Documentation/ABI/testing/sysfs-bus-iio | 2 ++
> .../devicetree/bindings/iio/imu/inv_mpu6050.txt | 13 ++++++++
> drivers/iio/imu/inv_mpu6050/inv_mpu_core.c | 36 ++++++++++++++++++++--
> drivers/iio/imu/inv_mpu6050/inv_mpu_iio.h | 4 ++-
> include/linux/platform_data/invensense_mpu6050.h | 5 ++-
> 5 files changed, 55 insertions(+), 5 deletions(-)
Acked-by: Rob Herring <robh@kernel.org>
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Gregor Boirie <gregor.boirie-ITF29qwbsa/QT0dZR+AlfA@public.gmane.org>
Cc: linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Hartmut Knaack <knaack.h-Mmb7MZpHnFY@public.gmane.org>,
Lars-Peter Clausen <lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org>,
Peter Meerwald-Stadler
<pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org>,
Matt Ranostay <mranostay-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Daniel Baluta
<daniel.baluta-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
Vladimir Barinov
<vladimir.barinov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>,
Martin Fuzzey <mfuzzey-mB3Nsq4MPf1BDgjK7y7TUQ@public.gmane.org>,
Cristina Opriceana
<cristina.opriceana-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Varka Bhadram
<varkabhadram-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Lucas De Marchi
<lucas.demarchi-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
Julia Lawall <Julia.Lawall-L2FTfq7BK8M@public.gmane.org>,
Peter Rosin <peda-koto5C5qi+TLoDKTGw+V6w@public.gmane.org>,
Leonard Crestez
<leonard.crestez-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Subject: Re: [PATCH v1 3/3] iio:imu:mpu6050: enhance mounting matrix support
Date: Fri, 22 Apr 2016 15:05:08 -0500 [thread overview]
Message-ID: <20160422200508.GA28036@rob-hp-laptop> (raw)
In-Reply-To: <09429500c3879ba07731ce170d0a2242a0399422.1461170293.git.gregor.boirie-ITF29qwbsa/QT0dZR+AlfA@public.gmane.org>
On Wed, Apr 20, 2016 at 07:23:45PM +0200, Gregor Boirie wrote:
> Add a new rotation matrix sysfs attribute compliant with IIO core
> mounting matrix API.
> Matrix is retrieved from "in_anglvel_mount_matrix" and
> "in_accel_mount_matrix" sysfs attributes. It is declared into mpu6050 DTS
> entry as a "mount-matrix" property.
>
> Old interface is kept for backward userspace compatibility and may be
> retrieved from legacy platform_data mechanism only.
>
> Signed-off-by: Gregor Boirie <gregor.boirie-ITF29qwbsa/QT0dZR+AlfA@public.gmane.org>
> ---
> Documentation/ABI/testing/sysfs-bus-iio | 2 ++
> .../devicetree/bindings/iio/imu/inv_mpu6050.txt | 13 ++++++++
> drivers/iio/imu/inv_mpu6050/inv_mpu_core.c | 36 ++++++++++++++++++++--
> drivers/iio/imu/inv_mpu6050/inv_mpu_iio.h | 4 ++-
> include/linux/platform_data/invensense_mpu6050.h | 5 ++-
> 5 files changed, 55 insertions(+), 5 deletions(-)
Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
next prev parent reply other threads:[~2016-04-22 20:05 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-20 17:04 [PATCH v1 0/3] iio sensor mounting matrix support Gregor Boirie
2016-04-20 17:04 ` Gregor Boirie
2016-04-20 17:23 ` [PATCH v1 1/3] iio:core: " Gregor Boirie
2016-04-20 17:23 ` Gregor Boirie
2016-04-23 21:14 ` Jonathan Cameron
2016-04-23 21:14 ` Jonathan Cameron
2016-04-20 17:23 ` [PATCH v1 2/3] iio:ak8975: add " Gregor Boirie
2016-04-20 17:23 ` Gregor Boirie
2016-04-22 19:57 ` Rob Herring
2016-04-22 19:57 ` Rob Herring
2016-04-23 21:15 ` Jonathan Cameron
2016-04-23 21:15 ` Jonathan Cameron
2016-04-20 17:23 ` [PATCH v1 3/3] iio:imu:mpu6050: enhance " Gregor Boirie
2016-04-20 17:23 ` Gregor Boirie
2016-04-22 20:05 ` Rob Herring [this message]
2016-04-22 20:05 ` Rob Herring
2016-04-23 21:16 ` Jonathan Cameron
2016-04-23 21:16 ` 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=20160422200508.GA28036@rob-hp-laptop \
--to=robh@kernel.org \
--cc=Julia.Lawall@lip6.fr \
--cc=cristina.opriceana@gmail.com \
--cc=daniel.baluta@intel.com \
--cc=devicetree@vger.kernel.org \
--cc=gregor.boirie@parrot.com \
--cc=jic23@kernel.org \
--cc=knaack.h@gmx.de \
--cc=lars@metafoo.de \
--cc=leonard.crestez@intel.com \
--cc=linux-iio@vger.kernel.org \
--cc=lucas.demarchi@intel.com \
--cc=mfuzzey@parkeon.com \
--cc=mranostay@gmail.com \
--cc=peda@axentia.se \
--cc=pmeerw@pmeerw.net \
--cc=varkabhadram@gmail.com \
--cc=vladimir.barinov@cogentembedded.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.