<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>96666f05 - iio: accel: kx022a: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/accel/Kconfig#96666f05</link>
        <description>iio: accel: kx022a: add missing select IIO_(TRIGGERED_)BUFFER in KconfigThis driver makes use of triggered buffers, but does not select therequired modules.Add the missing &apos;select IIO_BUFFER&apos; and &apos;select IIO_TRIGGERED_BUFFER&apos;.Fixes: 7c1d1677b322 (&quot;iio: accel: Support Kionix/ROHM KX022A accelerometer&quot;)Signed-off-by: Javier Carrasco &lt;javier.carrasco.cruz@gmail.com&gt;Acked-by: Matti Vaittinen &lt;mazziesaccount@gmail.com&gt;Link: https://patch.msgid.link/20241003-iio-select-v1-1-67c0385197cd@gmail.comCc: &lt;Stable@vger.kernel.org&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/accel/Kconfig</description>
        <pubDate>Thu, 03 Oct 2024 21:04:47 +0000</pubDate>
        <dc:creator>Javier Carrasco &lt;javier.carrasco.cruz@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>df36de13 - iio: accel: add ADXL380 driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/accel/Kconfig#df36de13</link>
        <description>iio: accel: add ADXL380 driverThe ADXL380/ADXL382 is a low noise density, low power, 3-axisaccelerometer with selectable measurement ranges. The ADXL380 supportsthe +/-4 g, +/-8 g, and +/-16 g ranges, and the ADXL382 supports+/-15 g, +/-30 g and +/-60 g ranges.The ADXL380/ADXL382 offers industry leading noise, enabling precisionapplications with minimal calibration. The low noise, and low powerADXL380/ADXL382 enables accurate measurement in an environment withhigh vibration, heart sounds and audio.In addition to its low power consumption, the ADXL380/ADXL382 has manyfeatures to enable true system level performance. These include abuilt-in micropower temperature sensor, single / double / triple tapdetection and a state machine to prevent a false triggering. Inaddition, the ADXL380/ADXL382 has provisions for external control ofthe sampling time and/or an external clock.Signed-off-by: Ramona Gradinariu &lt;ramona.gradinariu@analog.com&gt;Signed-off-by: Antoniu Miclaus &lt;antoniu.miclaus@analog.com&gt;Link: https://patch.msgid.link/20240708104114.29894-2-antoniu.miclaus@analog.comSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/accel/Kconfig</description>
        <pubDate>Mon, 08 Jul 2024 10:40:12 +0000</pubDate>
        <dc:creator>Antoniu Miclaus &lt;antoniu.miclaus@analog.com&gt;</dc:creator>
    </item>
<item>
        <title>a821d711 - iio: accel: fxls8962af: select IIO_BUFFER &amp; IIO_KFIFO_BUF</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/accel/Kconfig#a821d711</link>
        <description>iio: accel: fxls8962af: select IIO_BUFFER &amp; IIO_KFIFO_BUFProvide missing symbols to the module:ERROR: modpost: iio_push_to_buffers [drivers/iio/accel/fxls8962af-core.ko] undefined!ERROR: modpost: devm_iio_kfifo_buffer_setup_ext [drivers/iio/accel/fxls8962af-core.ko] undefined!Cc: stable@vger.kernel.orgFixes: 79e3a5bdd9ef (&quot;iio: accel: fxls8962af: add hw buffered sampling&quot;)Signed-off-by: Alexander Sverdlin &lt;alexander.sverdlin@siemens.com&gt;Reviewed-by: Sean Nyekjaer &lt;sean@geanix.com&gt;Link: https://lore.kernel.org/r/20240605203810.2908980-2-alexander.sverdlin@siemens.comSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/accel/Kconfig</description>
        <pubDate>Wed, 05 Jun 2024 20:38:06 +0000</pubDate>
        <dc:creator>Alexander Sverdlin &lt;alexander.sverdlin@siemens.com&gt;</dc:creator>
    </item>
<item>
        <title>4cb81840 - iio: accel: bma400: Fix a compilation problem</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/accel/Kconfig#4cb81840</link>
        <description>iio: accel: bma400: Fix a compilation problemThe kernel fails when compiling without `CONFIG_REGMAP_I2C` but with`CONFIG_BMA400`.```ld: drivers/iio/accel/bma400_i2c.o: in function `bma400_i2c_probe&apos;:bma400_i2c.c:(.text+0x23): undefined reference to `__devm_regmap_init_i2c&apos;```Link: https://download.01.org/0day-ci/archive/20240131/202401311634.FE5CBVwe-lkp@intel.com/configFixes: 465c811f1f20 (&quot;iio: accel: Add driver for the BMA400&quot;)Fixes: 9bea10642396 (&quot;iio: accel: bma400: add support for bma400 spi&quot;)Signed-off-by: Mario Limonciello &lt;mario.limonciello@amd.com&gt;Link: https://lore.kernel.org/r/20240131225246.14169-1-mario.limonciello@amd.comCc: &lt;Stable@vger.kernel.org&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/accel/Kconfig</description>
        <pubDate>Wed, 31 Jan 2024 22:52:46 +0000</pubDate>
        <dc:creator>Mario Limonciello &lt;mario.limonciello@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>b2463c49 - iio: accel: bmi088: add i2c support for bmi088 accel driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/accel/Kconfig#b2463c49</link>
        <description>iio: accel: bmi088: add i2c support for bmi088 accel driverThe BMI088, BMI085 and BMI090L accelerometer also supportI2C protocol, so let&apos;s add the missing I2C support.The I2C interface of the {BMI085,BMI088,BMI090L} is compatible withthe I2C Specification UM10204 Rev. 03 (19 June 2007), available athttp://www.nxp.com. The {BMI085,BMI088,BMI090L} supports I2C standardmode and fast mode, only 7-bit address mode is supported.Datasheet: https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmi085-ds001.pdfDatasheet: https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmi088-ds001.pdfDatasheet: https://mm.digikey.com/Volume0/opasdata/d220001/medias/docus/4807/BST-BMI090L-DS000-00.pdfSigned-off-by: Jun Yan &lt;jerrysteve1101@gmail.com&gt;Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202312191325.jfiyeL5F-lkp@intel.com/Link: https://lore.kernel.org/r/20231219150440.264033-1-jerrysteve1101@gmail.comSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/accel/Kconfig</description>
        <pubDate>Tue, 19 Dec 2023 15:04:40 +0000</pubDate>
        <dc:creator>Jun Yan &lt;jerrysteve1101@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>38f0bd4c - iio: accel: bmi088: update comments and Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/accel/Kconfig#38f0bd4c</link>
        <description>iio: accel: bmi088: update comments and Kconfigupdate the comments and Kconfig file with more descriptive andaccurate information about newly added device: BMI085, BMI090L.Signed-off-by: Jun Yan &lt;jerrysteve1101@gmail.com&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/accel/Kconfig</description>
        <pubDate>Thu, 14 Dec 2023 14:27:33 +0000</pubDate>
        <dc:creator>Jun Yan &lt;jerrysteve1101@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1c8af637 - iio: kx022a: Support ROHM KX132ACR-LBZ</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/accel/Kconfig#1c8af637</link>
        <description>iio: kx022a: Support ROHM KX132ACR-LBZdt-bindings: iio: Add KX132ACR-LBZ accelerometerROHM KX132ACR-LBZ is an accelerometer for industrial applications. Ithas a subset of KX022A functionalities, dropping support for tap, freefall and tilt detection engines. Also, the register interface is an exactsubset of what is found on KX022A (except the WHO_AM_I register value).Add support for KX132ACR-LBZ.Signed-off-by: Matti Vaittinen &lt;mazziesaccount@gmail.com&gt;Link: https://lore.kernel.org/r/272065b9f35b817aff86b7760ff1aaaaaaa969f5.1695879676.git.mazziesaccount@gmail.comSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/accel/Kconfig</description>
        <pubDate>Thu, 28 Sep 2023 08:45:39 +0000</pubDate>
        <dc:creator>Matti Vaittinen &lt;mazziesaccount@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e631f61f - iio: accel: Add support for Kionix/ROHM KX132-1211 accelerometer</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/accel/Kconfig#e631f61f</link>
        <description>iio: accel: Add support for Kionix/ROHM KX132-1211 accelerometerKionix KX132-1211 is a tri-axis 16-bit accelerometer that can supportranges from &#177;2G to &#177;16G, digital output through I&#178;C/SPI.Add support for basic accelerometer features such as reading accelerationvia IIO using raw reads, triggered buffer (data-ready), or the WMI IRQ.Datasheet: https://kionixfs.azureedge.net/en/document/KX132-1211-Technical-Reference-Manual-Rev-5.0.pdfAcked-by: Matti Vaittinen &lt;mazziesaccount@gmail.com&gt;Reviewed-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Signed-off-by: Mehdi Djait &lt;mehdi.djait.k@gmail.com&gt;Link: https://lore.kernel.org/r/389a7d6100ff2e71b1c5d60bebe662d09435996a.1694867379.git.mehdi.djait.k@gmail.comSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/accel/Kconfig</description>
        <pubDate>Sat, 16 Sep 2023 12:38:53 +0000</pubDate>
        <dc:creator>Mehdi Djait &lt;mehdi.djait.k@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>23fd6f0b - iio: accel: st_accel: Add LSM303C</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/accel/Kconfig#23fd6f0b</link>
        <description>iio: accel: st_accel: Add LSM303CThe accelerometer part of ST LSM303C is similar (perhaps even identical)to the already supported standalone LIS2HH12 accelerometer, so justadd the new st,lsm303c-accel compatible for the existing definitions.Signed-off-by: Stephan Gerhold &lt;stephan@gerhold.net&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Link: https://lore.kernel.org/r/20230106102239.9647-3-stephan@gerhold.netSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/accel/Kconfig</description>
        <pubDate>Fri, 06 Jan 2023 10:22:38 +0000</pubDate>
        <dc:creator>Stephan Gerhold &lt;stephan@gerhold.net&gt;</dc:creator>
    </item>
<item>
        <title>7c1d1677 - iio: accel: Support Kionix/ROHM KX022A accelerometer</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/accel/Kconfig#7c1d1677</link>
        <description>iio: accel: Support Kionix/ROHM KX022A accelerometerKX022A is a 3-axis accelerometer from ROHM/Kionix. The sensor featuresinclude variable ODRs, I2C and SPI control, FIFO/LIFO with watermark IRQ,tap/motion detection, wake-up &amp; back-to-sleep events, four accelerationranges (2, 4, 8 and 16g), and probably some other cool features.Add support for the basic accelerometer features such as getting theacceleration data via IIO. (raw reads, triggered buffer [data-ready] orusing the WMI IRQ).Important things to be added include the double-tap, motiondetection and wake-up as well as the runtime power management.Signed-off-by: Matti Vaittinen &lt;mazziesaccount@gmail.com&gt;Reviewed-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Link: https://lore.kernel.org/r/758b00d6aea0a6431a5a3a78d557d449c113b21e.1666614295.git.mazziesaccount@gmail.comSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/accel/Kconfig</description>
        <pubDate>Mon, 24 Oct 2022 12:40:29 +0000</pubDate>
        <dc:creator>Matti Vaittinen &lt;mazziesaccount@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1ca2cfbc - iio: add MEMSensing MSA311 3-axis accelerometer driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/accel/Kconfig#1ca2cfbc</link>
        <description>iio: add MEMSensing MSA311 3-axis accelerometer driverMSA311 is a tri-axial, low-g accelerometer with I2C digital output forsensitivity consumer applications. It has dynamic user-selectable fullscales range of +-2g/+-4g/+-8g/+-16g and allows acceleration measurementswith output data rates from 1Hz to 1000Hz.This driver supports following MSA311 features:    - IIO interface    - Different power modes: NORMAL and SUSPEND (using pm_runtime)    - ODR (Output Data Rate) selection    - Scale and samp_freq selection    - IIO triggered buffer, IIO reg access    - NEW_DATA interrupt + triggerBelow features to be done:    - Motion Events: ACTIVE, TAP, ORIENT, FREEFALL    - Low Power modeDatasheet: https://cdn-shop.adafruit.com/product-files/5309/MSA311-V1.1-ENG.pdfSigned-off-by: Dmitry Rokosov &lt;ddrokosov@sberdevices.ru&gt;Reviewed-by: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;Link: https://lore.kernel.org/r/20220822175011.2886-4-ddrokosov@sberdevices.ruSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/accel/Kconfig</description>
        <pubDate>Mon, 22 Aug 2022 17:49:25 +0000</pubDate>
        <dc:creator>Dmitry Rokosov &lt;DDRokosov@sberdevices.ru&gt;</dc:creator>
    </item>
<item>
        <title>ffe0ab6a - iio: accel: bma400: Add triggered buffer support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/accel/Kconfig#ffe0ab6a</link>
        <description>iio: accel: bma400: Add triggered buffer supportAdded trigger buffer support to read continuous accelerationand temperature data from device with data ready interrupt whichis mapped to INT1 pin.Signed-off-by: Jagath Jog J &lt;jagathjog1996@gmail.com&gt;Reviewed-by: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;Link: https://lore.kernel.org/r/20220505133021.22362-5-jagathjog1996@gmail.comSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/accel/Kconfig</description>
        <pubDate>Thu, 05 May 2022 13:30:15 +0000</pubDate>
        <dc:creator>Jagath Jog J &lt;jagathjog1996@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>811ffbad - iio: accel: dmard06: Drop dependency on OF</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/accel/Kconfig#811ffbad</link>
        <description>iio: accel: dmard06: Drop dependency on OFNothing in this driver depends on OF firmware so drop the dependencyto remove the false impression such a dependency exists.Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Link: https://lore.kernel.org/r/20220413190327.30054-1-andriy.shevchenko@linux.intel.comSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/accel/Kconfig</description>
        <pubDate>Wed, 13 Apr 2022 19:03:27 +0000</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>cbab791c - iio: accel: add ADXL367 driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/accel/Kconfig#cbab791c</link>
        <description>iio: accel: add ADXL367 driverThe ADXL367 is an ultralow power, 3-axis MEMS accelerometer.The ADXL367 does not alias input signals to achieve ultralow powerconsumption, it samples the full bandwidth of the sensor at alldata rates. Measurement ranges of +-2g, +-4g, and +-8g are available,with a resolution of 0.25mg/LSB on the +-2 g range.In addition to its ultralow power consumption, the ADXL367has many features to enable true system level power reduction.It includes a deep multimode output FIFO, a built-in micropowertemperature sensor, and an internal ADC for synchronous conversionof an additional analog input.Signed-off-by: Cosmin Tanislav &lt;cosmin.tanislav@analog.com&gt;Link: https://lore.kernel.org/r/20220214073810.781016-6-cosmin.tanislav@analog.comSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/accel/Kconfig</description>
        <pubDate>Mon, 14 Feb 2022 07:38:10 +0000</pubDate>
        <dc:creator>Cosmin Tanislav &lt;demonsingur@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>26b2ec2e - iio: st_sensors: don&apos;t always auto-enable I2C and SPI interface drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/accel/Kconfig#26b2ec2e</link>
        <description>iio: st_sensors: don&apos;t always auto-enable I2C and SPI interface driversThis patch makes I2C and SPI interface drivers for STMicroelectronicssensor chips individually selectable via Kconfig.The default is kept unchanged - I2C and SPI interface drivers are stillselected by default if the corresponding bus support is available.However, the patch makes it possible to explicitly disable driversthat are not needed for a particular target.Signed-off-by: Nikita Yushchenko &lt;nikita.yoush@cogentembedded.com&gt;Acked-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Link: https://lore.kernel.org/r/20220110152432.3799227-1-nikita.yoush@cogentembedded.comSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/accel/Kconfig</description>
        <pubDate>Mon, 10 Jan 2022 15:24:32 +0000</pubDate>
        <dc:creator>Nikita Yushchenko &lt;nikita.yoush@cogentembedded.com&gt;</dc:creator>
    </item>
<item>
        <title>327a0eaf - iio: accel: adxl355: Add triggered buffer support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/accel/Kconfig#327a0eaf</link>
        <description>iio: accel: adxl355: Add triggered buffer supportProvide a way for continuous data capture by setting up buffer support. Thedata ready signal exposed at the DRDY pin of the ADXL355 is exploited asa hardware interrupt which triggers to fill the buffer.Signed-off-by: Puranjay Mohan &lt;puranjay12@gmail.com&gt;Link: https://lore.kernel.org/r/20210903184312.21009-3-puranjay12@gmail.comSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/accel/Kconfig</description>
        <pubDate>Fri, 03 Sep 2021 18:43:12 +0000</pubDate>
        <dc:creator>Puranjay Mohan &lt;puranjay12@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>636d4463 - iio: accel: Add driver support for ADXL313</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/accel/Kconfig#636d4463</link>
        <description>iio: accel: Add driver support for ADXL313ADXL313 is a small, thin, low power, 3-axis accelerometer with highresolution measurement up to +/-4g. It includes an integrated 32-levelFIFO and has activity and inactivity sensing capabilities.Datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/ADXL313.pdfSigned-off-by: Lucas Stankus &lt;lucas.p.stankus@gmail.com&gt;Reviewed-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;Reviewed-by: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;Link: https://lore.kernel.org/r/d16e2d1967e46bb2b1024b6d23bc4889da77dc6b.1630523106.git.lucas.p.stankus@gmail.comSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/accel/Kconfig</description>
        <pubDate>Wed, 01 Sep 2021 19:14:54 +0000</pubDate>
        <dc:creator>Lucas Stankus &lt;lucas.p.stankus@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>12ed2786 - iio: accel: Add driver support for ADXL355</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/accel/Kconfig#12ed2786</link>
        <description>iio: accel: Add driver support for ADXL355ADXL355 is a 3-axis MEMS Accelerometer. It offers low noise density,low 0g offset drift, low power with selectable measurement ranges.It also features programmable high-pass and low-pass filters.Datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/adxl354_adxl355.pdfReviewed-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;Reviewed-by: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;Signed-off-by: Puranjay Mohan &lt;puranjay12@gmail.com&gt;Link: https://lore.kernel.org/r/20210811073027.124619-3-puranjay12@gmail.comSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/accel/Kconfig</description>
        <pubDate>Wed, 11 Aug 2021 07:30:27 +0000</pubDate>
        <dc:creator>Puranjay Mohan &lt;puranjay12@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>52ae7c70 - iio: accel: bmc150: Add support for BMC156</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/accel/Kconfig#52ae7c70</link>
        <description>iio: accel: bmc150: Add support for BMC156BMC156 is another accelerometer that works just fine with the bmc150-acceldriver. It&apos;s very similar to BMC150 (also a accelerometer + magnetometercombo) but with only one accelerometer interrupt pin. It would make senseif only INT1 was exposed but someone at Bosch decided to only have anINT2 pin.Try to deal with this by making use of the INT2 support introducedin the previous commit and force using INT2 for BMC156. To detectthat we need to bring up a simplified version of the previous type IDs.Note that unlike the type IDs removed in commit c06a6aba6835(&quot;iio: accel: bmc150: Drop misleading/duplicate chip identifiers&quot;)here I only add one for the special case of BMC156. Everything elsestill happens by reading the CHIP_ID register since the chip typeinformation often is not accurate in ACPI tables.Tested-by: Nikita Travkin &lt;nikita@trvn.ru&gt; # BMC156Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Stephan Gerhold &lt;stephan@gerhold.net&gt;Link: https://lore.kernel.org/r/20210802155657.102766-5-stephan@gerhold.netSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/accel/Kconfig</description>
        <pubDate>Mon, 02 Aug 2021 15:56:57 +0000</pubDate>
        <dc:creator>Stephan Gerhold &lt;stephan@gerhold.net&gt;</dc:creator>
    </item>
<item>
        <title>9f9decdb - iio: accel: fxls8962af: fix i2c dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/accel/Kconfig#9f9decdb</link>
        <description>iio: accel: fxls8962af: fix i2c dependencyWith CONFIG_SPI=y and CONFIG_I2C=m, building fxls8962af into vmlinuxcauses a link error against the I2C module:aarch64-linux-ld: drivers/iio/accel/fxls8962af-core.o: in function `fxls8962af_fifo_flush&apos;:fxls8962af-core.c:(.text+0x3a0): undefined reference to `i2c_verify_client&apos;Work around it by adding a Kconfig dependency that forces the SPI driverto be a loadable module whenever I2C is a module.Fixes: af959b7b96b8 (&quot;iio: accel: fxls8962af: fix errata bug E3 - I2C burst reads&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/r/20210721151330.2176653-1-arnd@kernel.orgSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/accel/Kconfig</description>
        <pubDate>Wed, 21 Jul 2021 15:13:20 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
</channel>
</rss>
