lkml.org 
[lkml]   [2017]   [Nov]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Date
    Subject[PATCH 3.16 032/133] iio: pressure: st_pressure: fix drdy configuration for LPS22HB and LPS25H
    3.16.51-rc1 review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>

    commit ef0bc2e83966b5aed055acb6d16a3788de5205f4 upstream.

    Remove int2 configuration parameter for LPS22HB and LPS25H since
    these devices export just int1 as data-ready line

    Fixes: 931878405b86 (iio:pressure: Add support for LPS25H pressure sensor)
    Fixes: e039e2f5b4da (iio:st_pressure:initial lps22hb sensor support)
    Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@st.com>
    Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
    [bwh: Backported to 3.16:
    - Update the macro used to fill in this field
    - Drop change for LPS22HB]
    Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
    ---
    --- a/drivers/iio/pressure/st_pressure_core.c
    +++ b/drivers/iio/pressure/st_pressure_core.c
    @@ -104,7 +104,7 @@
    #define ST_PRESS_LPS25H_BDU_MASK 0x04
    #define ST_PRESS_LPS25H_DRDY_IRQ_ADDR 0x23
    #define ST_PRESS_LPS25H_DRDY_IRQ_INT1_MASK 0x01
    -#define ST_PRESS_LPS25H_DRDY_IRQ_INT2_MASK 0x10
    +#define ST_PRESS_LPS25H_DRDY_IRQ_INT2_MASK 0x00
    #define ST_PRESS_LPS25H_MULTIREAD_BIT true
    #define ST_PRESS_LPS25H_OUT_XL_ADDR 0x28
    #define ST_TEMP_LPS25H_OUT_L_ADDR 0x2b
    \
     
     \ /
      Last update: 2017-11-22 03:43    [W:4.038 / U:0.064 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site