From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Cameron Subject: Re: [PATCH v1 2/3] iio:ak8975: add mounting matrix support Date: Sat, 23 Apr 2016 22:15:15 +0100 Message-ID: <143a4c67-de0a-6d9d-0a7d-a116e742d406@kernel.org> References: <43de59ea1cc5ba93bebd721b761da4749956afa0.1461170293.git.gregor.boirie@parrot.com> <20160422195702.GA23956@rob-hp-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20160422195702.GA23956@rob-hp-laptop> Sender: linux-iio-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Rob Herring , Gregor Boirie Cc: linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Matt Ranostay , Daniel Baluta , Vladimir Barinov , Martin Fuzzey , Cristina Opriceana , Varka Bhadram , Lucas De Marchi , Julia Lawall , Peter Rosin , Leonard Crestez List-Id: devicetree@vger.kernel.org On 22/04/16 20:57, Rob Herring wrote: > On Wed, Apr 20, 2016 at 07:23:44PM +0200, Gregor Boirie wrote: >> Expose a rotation matrix to indicate userspace the chip orientation with >> respect to the overall hardware system. >> Matrix is retrieved from "in_mount_matrix". It is declared into ak8975 DTS >> entry as a "mount-matrix" property. >> >> Signed-off-by: Gregor Boirie >> --- >> .../bindings/iio/magnetometer/ak8975.txt | 10 +++++++ > > Acked-by: Rob Herring Applied to the togreg branch of iio.git - initially pushed out as testing. Thanks! Jonathan > >> drivers/iio/magnetometer/ak8975.c | 34 +++++++++++++++++++--- >> include/linux/iio/magnetometer/ak8975.h | 16 ++++++++++ >> 3 files changed, 56 insertions(+), 4 deletions(-) >> create mode 100644 include/linux/iio/magnetometer/ak8975.h > -- > To unsubscribe from this list: send the line "unsubscribe linux-iio" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >