All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Cc: Lorenzo Bianconi
	<lorenzo.bianconi83-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	"linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Lorenzo Bianconi <lorenzo.bianconi-qxv4g6HH51o@public.gmane.org>
Subject: Re: [PATCH v3 1/4] iio: accel: st_accel_spi: add OF capability to st_accel_spi
Date: Sat, 1 Jul 2017 13:13:34 +0100	[thread overview]
Message-ID: <20170701131334.7dc77c12@kernel.org> (raw)
In-Reply-To: <CACRpkdbF3iVLSr3kBNGmoZjoPX=1KOO74OS3wmTSxFrzqwak3A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

On Thu, 29 Jun 2017 14:48:31 +0200
Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> wrote:

> On Tue, Jun 27, 2017 at 12:53 AM, Lorenzo Bianconi
> <lorenzo.bianconi83-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> 
> > Add device tree support for LIS3DH, LSM330D, LSM330DL, LSM330DLC,
> > LIS331DLH, LSM330, LSM303AGR, LIS2DH12, LIS3L02DQ, LNG2DM accel sensors.
> > Fix LIS302DL support defining of_device_id data field in st_accel_of_match
> > table
> >
> > Fixes: 762227721fe6 (iio: accel: st_accel: handle deprecated bindings)
> > Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi-qxv4g6HH51o@public.gmane.org>  
> 
> Looks right.
> 
> Reviewed-by: Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
> 
> Yours,
> Linus Walleij

Applied to the togreg branch of iio.git and pushed out as testing
for the autobuilders to play with it.

Thanks,

Jonathan

WARNING: multiple messages have this Message-ID (diff)
From: Jonathan Cameron <jic23@kernel.org>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>,
	"linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	Lorenzo Bianconi <lorenzo.bianconi@st.com>
Subject: Re: [PATCH v3 1/4] iio: accel: st_accel_spi: add OF capability to st_accel_spi
Date: Sat, 1 Jul 2017 13:13:34 +0100	[thread overview]
Message-ID: <20170701131334.7dc77c12@kernel.org> (raw)
In-Reply-To: <CACRpkdbF3iVLSr3kBNGmoZjoPX=1KOO74OS3wmTSxFrzqwak3A@mail.gmail.com>

On Thu, 29 Jun 2017 14:48:31 +0200
Linus Walleij <linus.walleij@linaro.org> wrote:

> On Tue, Jun 27, 2017 at 12:53 AM, Lorenzo Bianconi
> <lorenzo.bianconi83@gmail.com> wrote:
> 
> > Add device tree support for LIS3DH, LSM330D, LSM330DL, LSM330DLC,
> > LIS331DLH, LSM330, LSM303AGR, LIS2DH12, LIS3L02DQ, LNG2DM accel sensors.
> > Fix LIS302DL support defining of_device_id data field in st_accel_of_match
> > table
> >
> > Fixes: 762227721fe6 (iio: accel: st_accel: handle deprecated bindings)
> > Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@st.com>  
> 
> Looks right.
> 
> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
> 
> Yours,
> Linus Walleij

Applied to the togreg branch of iio.git and pushed out as testing
for the autobuilders to play with it.

Thanks,

Jonathan

  parent reply	other threads:[~2017-07-01 12:13 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-26 22:53 [PATCH v3 0/4] Add OF support to ST sensor framework Lorenzo Bianconi
2017-06-26 22:53 ` Lorenzo Bianconi
     [not found] ` <20170626225346.12019-1-lorenzo.bianconi-qxv4g6HH51o@public.gmane.org>
2017-06-26 22:53   ` [PATCH v3 1/4] iio: accel: st_accel_spi: add OF capability to st_accel_spi Lorenzo Bianconi
2017-06-26 22:53     ` Lorenzo Bianconi
     [not found]     ` <20170626225346.12019-2-lorenzo.bianconi-qxv4g6HH51o@public.gmane.org>
2017-06-29 12:48       ` Linus Walleij
2017-06-29 12:48         ` Linus Walleij
     [not found]         ` <CACRpkdbF3iVLSr3kBNGmoZjoPX=1KOO74OS3wmTSxFrzqwak3A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-07-01 12:13           ` Jonathan Cameron [this message]
2017-07-01 12:13             ` Jonathan Cameron
2017-06-26 22:53   ` [PATCH v3 2/4] iio: magnetometer: st_magn_spi: add OF capability to st_magn_spi Lorenzo Bianconi
2017-06-26 22:53     ` Lorenzo Bianconi
     [not found]     ` <20170626225346.12019-3-lorenzo.bianconi-qxv4g6HH51o@public.gmane.org>
2017-06-29 12:49       ` Linus Walleij
2017-06-29 12:49         ` Linus Walleij
     [not found]         ` <CACRpkdZ=5VbnMLVG6=AjaZoD2eO25jVDcz6R9Xy-q3h1-49-Vw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-07-01 12:14           ` Jonathan Cameron
2017-07-01 12:14             ` Jonathan Cameron
2017-06-26 22:53   ` [PATCH v3 3/4] iio: gyro: st_gyro_spi: add OF capability to st_gyro_spi Lorenzo Bianconi
2017-06-26 22:53     ` Lorenzo Bianconi
     [not found]     ` <20170626225346.12019-4-lorenzo.bianconi-qxv4g6HH51o@public.gmane.org>
2017-06-29 12:50       ` Linus Walleij
2017-06-29 12:50         ` Linus Walleij
2017-06-26 22:53   ` [PATCH v3 4/4] iio: pressure: st_pressure_spi: add OF capability to st_pressure_spi Lorenzo Bianconi
2017-06-26 22:53     ` Lorenzo Bianconi
     [not found]     ` <20170626225346.12019-5-lorenzo.bianconi-qxv4g6HH51o@public.gmane.org>
2017-06-29 12:51       ` Linus Walleij
2017-06-29 12:51         ` Linus Walleij
     [not found]         ` <CACRpkdaEVNz+0rrq1B9PkNFxoyAMvpeiTiv3qUyT_F-ct0PLiA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-07-01 12:15           ` Jonathan Cameron
2017-07-01 12:15             ` 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=20170701131334.7dc77c12@kernel.org \
    --to=jic23-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=lorenzo.bianconi-qxv4g6HH51o@public.gmane.org \
    --cc=lorenzo.bianconi83-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.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.