From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:46560 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750866AbdH1EvH (ORCPT ); Mon, 28 Aug 2017 00:51:07 -0400 Subject: Patch "iio: magnetometer: st_magn: fix status register address for LSM303AGR" has been added to the 4.12-stable tree To: lorenzo.bianconi83@gmail.com, Jonathan.Cameron@huawei.com, gregkh@linuxfoundation.org, linus.walleij@linaro.org, lorenzo.bianconi@st.com Cc: , From: Date: Mon, 28 Aug 2017 06:51:04 +0200 Message-ID: <15038958643558@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: This is a note to let you know that I've just added the patch titled iio: magnetometer: st_magn: fix status register address 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-fix-status-register-address-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 know about it. >>From 541ee9b24fca587f510fe1bc58508d5cf40707af Mon Sep 17 00:00:00 2001 From: Lorenzo Bianconi Date: Wed, 16 Aug 2017 19:02:50 +0200 Subject: iio: magnetometer: st_magn: fix status register address for LSM303AGR From: Lorenzo Bianconi commit 541ee9b24fca587f510fe1bc58508d5cf40707af upstream. Fixes: 97865fe41322 (iio: st_sensors: verify interrupt event to status) Signed-off-by: Lorenzo Bianconi Reviewed-by: Linus Walleij Signed-off-by: Jonathan Cameron Signed-off-by: Greg Kroah-Hartman --- drivers/iio/magnetometer/st_magn_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- 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 s .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, 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