From: <gregkh@linuxfoundation.org>
To: lorenzo.bianconi83@gmail.com, Jonathan.Cameron@huawei.com,
gregkh@linuxfoundation.org, linus.walleij@linaro.org,
lorenzo.bianconi@st.com
Cc: <stable@vger.kernel.org>, <stable-commits@vger.kernel.org>
Subject: Patch "iio: magnetometer: st_magn: remove ihl property for LSM303AGR" has been added to the 4.12-stable tree
Date: Mon, 28 Aug 2017 06:51:05 +0200 [thread overview]
Message-ID: <1503895865185143@kroah.com> (raw)
This is a note to let you know that I've just added the patch titled
iio: magnetometer: st_magn: remove ihl property for LSM303AGR
to the 4.12-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
iio-magnetometer-st_magn-remove-ihl-property-for-lsm303agr.patch
and it can be found in the queue-4.12 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.
>From 8b35a5f87a73842601cd376e0f5b9b25831390f4 Mon Sep 17 00:00:00 2001
From: Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
Date: Wed, 16 Aug 2017 19:02:51 +0200
Subject: iio: magnetometer: st_magn: remove ihl property for LSM303AGR
From: Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
commit 8b35a5f87a73842601cd376e0f5b9b25831390f4 upstream.
Remove IRQ active low support for LSM303AGR since the sensor does not
support that capability for data-ready line
Fixes: a9fd053b56c6 (iio: st_sensors: support active-low interrupts)
Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@st.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/iio/magnetometer/st_magn_core.c | 2 --
1 file changed, 2 deletions(-)
--- a/drivers/iio/magnetometer/st_magn_core.c
+++ b/drivers/iio/magnetometer/st_magn_core.c
@@ -356,8 +356,6 @@ static const struct st_sensor_settings s
.drdy_irq = {
.addr = 0x62,
.mask_int1 = 0x01,
- .addr_ihl = 0x63,
- .mask_ihl = 0x04,
.addr_stat_drdy = 0x67,
},
.multi_read_bit = false,
Patches currently in stable-queue which might be from lorenzo.bianconi83@gmail.com are
queue-4.12/iio-magnetometer-st_magn-fix-status-register-address-for-lsm303agr.patch
queue-4.12/iio-magnetometer-st_magn-remove-ihl-property-for-lsm303agr.patch
reply other threads:[~2017-08-28 4:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1503895865185143@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=Jonathan.Cameron@huawei.com \
--cc=linus.walleij@linaro.org \
--cc=lorenzo.bianconi83@gmail.com \
--cc=lorenzo.bianconi@st.com \
--cc=stable-commits@vger.kernel.org \
--cc=stable@vger.kernel.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.