linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
Cc: linux-iio@vger.kernel.org, linus.walleij@linaro.org,
	lorenzo.bianconi@st.com
Subject: Re: [PATCH 1/4] iio: magnetometer: st_magn: fix status register address for LSM303AGR
Date: Thu, 17 Aug 2017 15:43:29 +0100	[thread overview]
Message-ID: <20170817154329.21f6c953@archlinux> (raw)
In-Reply-To: <20170816170253.8382-2-lorenzo.bianconi@st.com>

On Wed, 16 Aug 2017 19:02:50 +0200
Lorenzo Bianconi <lorenzo.bianconi83@gmail.com> wrote:

> Fixes: 97865fe41322 (iio: st_sensors: verify interrupt event to status)
> Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@st.com>
Applied to the fixes-togreg branch of iio.git and marked for stable.

Jonathan
> ---
>  drivers/iio/magnetometer/st_magn_core.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/magnetometer/st_magn_core.c b/drivers/iio/magnetometer/st_magn_core.c
> index 3573636bad8e..039b0e94420a 100644
> --- a/drivers/iio/magnetometer/st_magn_core.c
> +++ b/drivers/iio/magnetometer/st_magn_core.c
> @@ -358,7 +358,7 @@ static const struct st_sensor_settings st_magn_sensors_settings[] = {
>  			.mask_int1 = 0x01,
>  			.addr_ihl = 0x63,
>  			.mask_ihl = 0x04,
> -			.addr_stat_drdy = ST_SENSORS_DEFAULT_STAT_ADDR,
> +			.addr_stat_drdy = 0x67,
>  		},
>  		.multi_read_bit = false,
>  		.bootime = 2,


  reply	other threads:[~2017-08-17 14:43 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-16 17:02 [PATCH 0/4] Add support to LIS2MDL magnetometer sensor Lorenzo Bianconi
2017-08-16 17:02 ` [PATCH 1/4] iio: magnetometer: st_magn: fix status register address for LSM303AGR Lorenzo Bianconi
2017-08-17 14:43   ` Jonathan Cameron [this message]
2017-08-16 17:02 ` [PATCH 2/4] iio: magnetometer: st_magn: remove ihl property " Lorenzo Bianconi
2017-08-17 14:48   ` Jonathan Cameron
2017-08-16 17:02 ` [PATCH 3/4] iio: magnetometer: add support to LIS2MDL Lorenzo Bianconi
2017-08-17 14:52   ` Jonathan Cameron
2017-08-16 17:02 ` [PATCH 4/4] dt-bindings: iio: magn: add LIS2MDL sensor device binding Lorenzo Bianconi
2017-08-17  7:01   ` Lorenzo Bianconi
2017-08-17 14:55     ` Jonathan Cameron
2017-08-16 18:52 ` [PATCH 0/4] Add support to LIS2MDL magnetometer sensor Lorenzo Bianconi
2017-08-16 23:21   ` Jonathan Cameron
2017-08-16 21:07 ` Linus Walleij

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=20170817154329.21f6c953@archlinux \
    --to=jic23@kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=lorenzo.bianconi83@gmail.com \
    --cc=lorenzo.bianconi@st.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).