<?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>c524fbca - iio: humidity: Add support for ENS210</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/humidity/Kconfig#c524fbca</link>
        <description>iio: humidity: Add support for ENS210Add support for ENS210/ENS210A/ENS211/ENS212/ENS213A/ENS215.The ENS21x is a family of temperature and relative humidity sensors withaccuracies tailored to the needs of specific applications.Signed-off-by: Joshua Felmeden &lt;jfelmeden@thegoodpenguin.co.uk&gt;Link: https://patch.msgid.link/20240805-ens21x-v6-2-5bb576ef26a6@thegoodpenguin.co.ukSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/humidity/Kconfig</description>
        <pubDate>Mon, 05 Aug 2024 08:12:53 +0000</pubDate>
        <dc:creator>Joshua Felmeden &lt;jfelmeden@thegoodpenguin.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>f1dfcbaa - iio: humidity: hdc3020: Add Makefile, Kconfig and MAINTAINERS entry</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/humidity/Kconfig#f1dfcbaa</link>
        <description>iio: humidity: hdc3020: Add Makefile, Kconfig and MAINTAINERS entrySomething when wrong when applying the original patch and only thec file made it in.  Here the rest of the changes are applied.Fixes: c9180b8e39be (&quot;iio: humidity: Add driver for ti HDC302x humidity sensors&quot;)Reported-by: Lars-Peter Clausen &lt;lars@metafoo.de&gt;Cc: Javier Carrasco &lt;javier.carrasco.cruz@gmail.com&gt;Cc: Li peiyu &lt;579lpy@gmail.com&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;Reviewed-by: Lars-Peter Clausen &lt;lars@metafoo.de&gt;

            List of files:
            /linux-6.15/drivers/iio/humidity/Kconfig</description>
        <pubDate>Sun, 21 Jan 2024 13:46:16 +0000</pubDate>
        <dc:creator>Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>70618035 - iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SENSOR_IIO_TRIGGER</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/humidity/Kconfig#70618035</link>
        <description>iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SENSOR_IIO_TRIGGERDuring commit 067fda1c065ff (&quot;iio: hid-sensors: move triggered buffersetup into hid_sensor_setup_trigger&quot;), theiio_triggered_buffer_{setup,cleanup}() functions got moved under thehid-sensor-trigger module.The above change works fine, if any of the sensors get built. However, whenonly the common hid-sensor-trigger module gets built (and none of thedrivers), then the IIO_TRIGGERED_BUFFER symbol isn&apos;t selected/enforced.Previously, each driver would enforce/select the IIO_TRIGGERED_BUFFERsymbol. With this change the HID_SENSOR_IIO_TRIGGER (for thehid-sensor-trigger module) will enforce that IIO_TRIGGERED_BUFFER getsselected.All HID sensor drivers select the HID_SENSOR_IIO_TRIGGER symbol. So, thischange removes the IIO_TRIGGERED_BUFFER enforcement from each driver.Fixes: 067fda1c065ff (&quot;iio: hid-sensors: move triggered buffer setup into hid_sensor_setup_trigger&quot;)Reported-by: Thomas Deutschmann &lt;whissi@gentoo.org&gt;Cc: Srinivas Pandruvada &lt;srinivas.pandruvada@linux.intel.com&gt;Signed-off-by: Alexandru Ardelean &lt;aardelean@deviqon.com&gt;Acked-by: Srinivas Pandruvada &lt;srinivas.pandruvada@linux.intel.com&gt;Link: https://lore.kernel.org/r/20210414084955.260117-1-aardelean@deviqon.comSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/humidity/Kconfig</description>
        <pubDate>Wed, 14 Apr 2021 08:49:55 +0000</pubDate>
        <dc:creator>Alexandru Ardelean &lt;aardelean@deviqon.com&gt;</dc:creator>
    </item>
<item>
        <title>0115a63c - iio: humidity: Add TI HDC20x0 support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/humidity/Kconfig#0115a63c</link>
        <description>iio: humidity: Add TI HDC20x0 supportAdd driver support for HDC2010/2080 series devices and sysfsdocumentation for their heater element.HDC2010 is an integrated high-accuracy humidity and temperature sensorwith very low power consumption. The device includes a resistive heatingelement. The temperature range is -40C to 125C with 0.2Caccuracy. Humidity measurement is 0 to 100% with 2% RH accuracy.Signed-off-by: Eugene Zaikonnikov &lt;ez@norphonic.com&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/humidity/Kconfig</description>
        <pubDate>Fri, 07 Aug 2020 14:17:55 +0000</pubDate>
        <dc:creator>Eugene Zaikonnikov &lt;ez@norphonic.com&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/humidity/Kconfig#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/iio/humidity/Kconfig</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>d626be00 - drivers: iio: Kconfig: pedantic cleanup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/humidity/Kconfig#d626be00</link>
        <description>drivers: iio: Kconfig: pedantic cleanupFormatting of Kconfig files doesn&apos;t look so pretty, so justtake damp cloth and clean it up.Signed-off-by: Enrico Weigelt, metux IT consult &lt;info@metux.net&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/humidity/Kconfig</description>
        <pubDate>Wed, 06 Mar 2019 14:52:23 +0000</pubDate>
        <dc:creator>Enrico Weigelt, metux IT consult &lt;info@metux.net&gt;</dc:creator>
    </item>
<item>
        <title>62177922 - iio: humidity: hts221: add regmap API support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/humidity/Kconfig#62177922</link>
        <description>iio: humidity: hts221: add regmap API supportIntroduce regmap API support to access to i2c/spi bus instead ofusing a custom support.Remove lock mutex since concurrency is already managed by regmap APISigned-off-by: Lorenzo Bianconi &lt;lorenzo.bianconi@redhat.com&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/humidity/Kconfig</description>
        <pubDate>Mon, 08 Jan 2018 22:12:30 +0000</pubDate>
        <dc:creator>Lorenzo Bianconi &lt;lorenzo.bianconi@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>8f4c9575 - iio: humidity: hdc100x: document compatible HDC10xx devices</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/humidity/Kconfig#8f4c9575</link>
        <description>iio: humidity: hdc100x: document compatible HDC10xx devicesInclude datasheet links, add i2c_device_id entries, and updatekconfig help for compatible HDC10xx devices: HDC1000, HDC1008,HDC1010, HDC1050, and HDC1080.Signed-off-by: Michael Stecklein &lt;m-stecklein@ti.com&gt;Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/iio/humidity/Kconfig</description>
        <pubDate>Mon, 19 Jun 2017 16:01:05 +0000</pubDate>
        <dc:creator>Michael Stecklein &lt;m-stecklein@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>d7ed89d5 - iio: hid: Add humidity sensor support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/humidity/Kconfig#d7ed89d5</link>
        <description>iio: hid: Add humidity sensor supportEnvironmental humidity sensor is a hid defined sensor,it shows raw humidity measurement of air.More information can be found in:http://www.usb.org/developers/hidpage/HUTRR39b.pdfAccording to IIO ABI definition, humidityrelative data output unit ismilli percent. Add the unit convert from percent to milli percent.Signed-off-by: Song Hongyan &lt;hongyan.song@intel.com&gt;Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/iio/humidity/Kconfig</description>
        <pubDate>Mon, 20 Mar 2017 14:28:45 +0000</pubDate>
        <dc:creator>Song Hongyan &lt;hongyan.song@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>16bf793f - iio: humidity: hdc100x: add triggered buffer support for HDC100X</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/humidity/Kconfig#16bf793f</link>
        <description>iio: humidity: hdc100x: add triggered buffer support for HDC100XTriggered buffer support uses the HDC100X&apos;s dual acquisition modeto read both humidity and temperature in one shot.This patch depends on	447136effbf4 (&quot;iio: humidity: hdc100x: fix sensor data reads of		       temp and humidity&quot;)Signed-off-by: Alison Schofield &lt;amsfield22@gmail.com&gt;Cc: Daniel Baluta &lt;daniel.baluta@gmail.com&gt;Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/iio/humidity/Kconfig</description>
        <pubDate>Fri, 02 Sep 2016 17:23:17 +0000</pubDate>
        <dc:creator>Alison Schofield &lt;amsfield22@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e4a70e3e - iio: humidity: add support to hts221 rh/temp combo device</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/humidity/Kconfig#e4a70e3e</link>
        <description>iio: humidity: add support to hts221 rh/temp combo deviceAdd support to STM HTS221 humidity + temperature sensorhttp://www.st.com/resource/en/datasheet/hts221.pdf- continuous mode support- i2c support- spi support- trigger mode supportSigned-off-by: Lorenzo Bianconi &lt;lorenzo.bianconi@st.com&gt;Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/iio/humidity/Kconfig</description>
        <pubDate>Thu, 13 Oct 2016 20:06:04 +0000</pubDate>
        <dc:creator>Lorenzo Bianconi &lt;lorenzo.bianconi83@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ca1902ff - iio: humidity: hdc100x: add HDC1000 and HDC1008 to Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/humidity/Kconfig#ca1902ff</link>
        <description>iio: humidity: hdc100x: add HDC1000 and HDC1008 to Kconfighdc100x supports Texas Instruments HDC1000 and HDC1008 relativehumidity and temperature sensors. Add these product names toKconfig.Signed-off-by: Alison Schofield &lt;amsfield22@gmail.com&gt;Cc: Daniel Baluta &lt;daniel.baluta@gmail.com&gt;Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/iio/humidity/Kconfig</description>
        <pubDate>Mon, 25 Jul 2016 18:50:12 +0000</pubDate>
        <dc:creator>Alison Schofield &lt;amsfield22@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>193e2d4f - iio: add Kconfig selects needed for triggered buffer compiles</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/humidity/Kconfig#193e2d4f</link>
        <description>iio: add Kconfig selects needed for triggered buffer compilesSelect IIO_BUFFER and IIO_TRIGGERED_BUFFER to compile.Remove IIO_TRIGGER if present since IIO_BUFFER selects it.Signed-off-by: Alison Schofield &lt;amsfield22@gmail.com&gt;Cc: Daniel Baluta &lt;daniel.baluta@gmail.com&gt;Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/iio/humidity/Kconfig</description>
        <pubDate>Tue, 19 Jul 2016 00:56:43 +0000</pubDate>
        <dc:creator>Alison Schofield &lt;amsfield22@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>366a3270 - iio: humidity: Add support for AM2315</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/humidity/Kconfig#366a3270</link>
        <description>iio: humidity: Add support for AM2315Add basic support for the Aosong AM2315 relative humidityand ambient temperature sensor.Includes support for raw readings and ACPI detection.Datasheet:http://www.aosong.com/asp_bin/Products/en/AM2315.pdfSigned-off-by: Tiberiu Breana &lt;tiberiu.a.breana@intel.com&gt;Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/iio/humidity/Kconfig</description>
        <pubDate>Mon, 18 Apr 2016 14:50:43 +0000</pubDate>
        <dc:creator>Tiberiu Breana &lt;tiberiu.a.breana@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>920dad0c - iio: si7020: add support for Hoperf th06</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/humidity/Kconfig#920dad0c</link>
        <description>iio: si7020: add support for Hoperf th06This patch adds support for Hoperf th06 humidity andtemperature sensor as it uses same register definitionsas si7020th06 Datasheet: http://www.hoperf.com/upload/sensor/TH06.pdfSigned-off-by: Cristina Moraru &lt;cristina.moraru09@gmail.com&gt;Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/iio/humidity/Kconfig</description>
        <pubDate>Tue, 26 Jan 2016 20:17:49 +0000</pubDate>
        <dc:creator>Cristina Moraru &lt;cristina.moraru09@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3f420265 - iio: si7005: add support for Hoperf th02</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/humidity/Kconfig#3f420265</link>
        <description>iio: si7005: add support for Hoperf th02This patch adds support for Hoperf th02 humidity andtemperature sensor as it uses same register definitionsas si7005th02 Datasheet: http://www.anglia-live.com/netalogue/pdfs/hrf/datasheets/TH02_V1.1.pdfSigned-off-by: Cristina Moraru &lt;cristina.moraru09@gmail.com&gt;Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/iio/humidity/Kconfig</description>
        <pubDate>Tue, 26 Jan 2016 20:21:07 +0000</pubDate>
        <dc:creator>Cristina Moraru &lt;cristina.moraru09@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1b75ce65 - Add ms8607 meas-spec driver support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/humidity/Kconfig#1b75ce65</link>
        <description>Add ms8607 meas-spec driver supportSupport for MS8607 temperature, pressure &amp; humidity sensor.This part is using functions from MS5637 for temperature and pressureand HTU21 for humiditySigned-off-by: Ludovic Tancerel &lt;ludovic.tancerel@maplehightech.com&gt;Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/iio/humidity/Kconfig</description>
        <pubDate>Thu, 01 Oct 2015 14:13:41 +0000</pubDate>
        <dc:creator>Ludovic Tancerel &lt;ludovic.tancerel@maplehightech.com&gt;</dc:creator>
    </item>
<item>
        <title>2b5c53d2 - Add htu21 meas-spec driver support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/humidity/Kconfig#2b5c53d2</link>
        <description>Add htu21 meas-spec driver supportSupport for HTU21 temperature &amp; humidity sensorSigned-off-by: Ludovic Tancerel &lt;ludovic.tancerel@maplehightech.com&gt;Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/iio/humidity/Kconfig</description>
        <pubDate>Thu, 01 Oct 2015 14:13:39 +0000</pubDate>
        <dc:creator>Ludovic Tancerel &lt;ludovic.tancerel@maplehightech.com&gt;</dc:creator>
    </item>
<item>
        <title>4839367d - iio: humidity: add HDC100x support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/humidity/Kconfig#4839367d</link>
        <description>iio: humidity: add HDC100x supportAdd support for the HDC100x temperature and humidity sensorsincluding the resistive heater element.Signed-off-by: Matt Ranostay &lt;mranostay@gmail.com&gt;Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/iio/humidity/Kconfig</description>
        <pubDate>Sun, 06 Sep 2015 20:27:39 +0000</pubDate>
        <dc:creator>Matt Ranostay &lt;mranostay@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>84935853 - iio: Allow compile test of GPIO consumers if !GPIOLIB</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/humidity/Kconfig#84935853</link>
        <description>iio: Allow compile test of GPIO consumers if !GPIOLIBThe GPIO subsystem provides dummy GPIO consumer functions if GPIOLIB isnot enabled. Hence drivers that depend on GPIOLIB, but use GPIO consumerfunctionality only, can still be compiled if GPIOLIB is not enabled.Relax the dependency on GPIOLIB if COMPILE_TEST is enabled, whereappropriate.Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Cc: Jonathan Cameron &lt;jic23@kernel.org&gt;Cc: linux-iio@vger.kernel.orgSigned-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/iio/humidity/Kconfig</description>
        <pubDate>Tue, 05 May 2015 16:32:23 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
</channel>
</rss>
