From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Jonathan Cameron <jic23@kernel.org>
Cc: Hartmut Knaack <knaack.h@gmx.de>,
Lars-Peter Clausen <lars@metafoo.de>,
Peter Meerwald-Stadler <pmeerw@pmeerw.net>,
linux-iio@vger.kernel.org,
Linus Walleij <linus.walleij@linaro.org>,
"H. Nikolaus Schaller" <hns@goldelico.com>
Subject: Re: [PATCH v2] iio: Allow to read mount matrix from ACPI
Date: Thu, 21 Feb 2019 13:37:44 +0200 [thread overview]
Message-ID: <20190221113744.GE9224@smile.fi.intel.com> (raw)
In-Reply-To: <20190220183128.4ff6f950@archlinux>
On Wed, Feb 20, 2019 at 06:31:28PM +0000, Jonathan Cameron wrote:
> On Wed, 20 Feb 2019 20:54:41 +0300
> Andy Shevchenko <andriy.shevchenko@linux.intel.com> wrote:
>
> > Currently mount matrix is allowed in Device Tree, though there is
> > no technical issue to extend it to support ACPI.
> >
> > Convert the function to use device_property_read_string_array() and
> > thus allow to read mount matrix from ACPI if available.
> >
> > Example of use in _DSD method:
> >
> > Name (_DSD, Package ()
> > {
> > ToUUID("daffd814-6eba-4d8c-8a91-bc9bbf4aa301"),
> > Package ()
> > {
> > Package () { "mount-matrix", Package() {
> > "1", "0", "0",
> > "0", "0.866", "0.5",
> > "0", "-0.5", "0.866",
> > } },
> > }
> > })
> >
> > At the same time drop the "of" prefix from its name and
> > convert current users.
> >
> > No functional change intended.
> >
> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> You got a stray white space. I'll fix up.
>
> Would like this to sit for a few days though before I take it.
> We have missed this merge window anyway so no rush.
Completely fine with me, thanks!
--
With Best Regards,
Andy Shevchenko
prev parent reply other threads:[~2019-02-21 11:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-20 17:54 [PATCH v2] iio: Allow to read mount matrix from ACPI Andy Shevchenko
2019-02-20 18:31 ` Jonathan Cameron
2019-02-21 11:37 ` Andy Shevchenko [this message]
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=20190221113744.GE9224@smile.fi.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=hns@goldelico.com \
--cc=jic23@kernel.org \
--cc=knaack.h@gmx.de \
--cc=lars@metafoo.de \
--cc=linus.walleij@linaro.org \
--cc=linux-iio@vger.kernel.org \
--cc=pmeerw@pmeerw.net \
/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.