<?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>291e45ee - iio: resolver: ad2s1210: move out of staging</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/Kconfig#291e45ee</link>
        <description>iio: resolver: ad2s1210: move out of stagingThis moves the ad2s1210 resolver driver out of staging. The driver hasbeen fixed up and is ready to graduate.Signed-off-by: David Lechner &lt;dlechner@baylibre.com&gt;Link: https://lore.kernel.org/r/20231010-ad2s1210-mainline-v5-4-35a0f6ffa04a@baylibre.comSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/Kconfig</description>
        <pubDate>Tue, 10 Oct 2023 21:12:36 +0000</pubDate>
        <dc:creator>David Lechner &lt;dlechner@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>6d5f85de - staging: iio: meter: Drop ade7854 driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/Kconfig#6d5f85de</link>
        <description>staging: iio: meter: Drop ade7854 driverThis driver is so far from making correct use of the IIO infrastructureand ABI that if someone wanted to make the driver suitable for movingout of staging, they would more or less be starting from scratch.As such there is little point in keeping the existing code in staging.Note this was only user of the meter.h header so that is dropped.There are no other drivers in the staging/iio/meter directory so dropthe build system files as well.Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;Acked-by: Lars-Peter Clausen &lt;lars@metafoo.de&gt;Link: https://lore.kernel.org/r/20230129160805.747745-1-jic23@kernel.org

            List of files:
            /linux-6.15/drivers/staging/iio/Kconfig</description>
        <pubDate>Sun, 29 Jan 2023 16:08:05 +0000</pubDate>
        <dc:creator>Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>40b5c4d5 - iio: cdc: ad7746: Move driver out of staging.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/Kconfig#40b5c4d5</link>
        <description>iio: cdc: ad7746: Move driver out of staging.All known major issues with this driver resolved so time to moveit out of staging. This also allows us to remove the now emptystaging/iio/cdc directory and build files.Note this cleanup work was done using the roadtest framework.https://lore.kernel.org/all/20220311162445.346685-1-vincent.whitchurch@axis.com/Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;Reviewed-by: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/Kconfig</description>
        <pubDate>Sun, 07 Aug 2022 14:01:44 +0000</pubDate>
        <dc:creator>Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>99b75a4e - staging: add missing SPDX lines to Kconfig files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/Kconfig#99b75a4e</link>
        <description>staging: add missing SPDX lines to Kconfig filesThere are a few remaining drivers/staging/*/Kconfig files that do nothave SPDX identifiers in them.  Add the correct GPL-2.0 identifier tothem to make scanning tools happy.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/Kconfig</description>
        <pubDate>Tue, 02 Apr 2019 10:31:48 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>adca2d68 - staging: iio: Drop ADIS16060 driver from staging</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/Kconfig#adca2d68</link>
        <description>staging: iio: Drop ADIS16060 driver from stagingThis part has been declared &quot;not for new designs&quot;. It is nowdifficult to obtain and we have had no-one come forward with hardwaremaking it difficult to proceed with the necessary work to move thisdriver out of staging.The device uses two separate chip selects and would require lockingbetween them which is thought to be difficult to enforce withoutnon trivial changes in the SPI subsystem.  This work simply isn&apos;t worthdoing given the status of the part and the fact no one seems to havegone for a similar hardware design since this one.If anyone does have access to one of these and is willing to contributethe time necessary then we can reevaluate dropping the driver.Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/Kconfig</description>
        <pubDate>Sun, 20 May 2018 13:45:01 +0000</pubDate>
        <dc:creator>Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>c06c4d79 - staging: iio: tsl2x7x/tsl2772: move out of staging</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/Kconfig#c06c4d79</link>
        <description>staging: iio: tsl2x7x/tsl2772: move out of stagingMove the tsl2772 driver out of staging and into mainline.Signed-off-by: Brian Masney &lt;masneyb@onstation.org&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/Kconfig</description>
        <pubDate>Fri, 11 May 2018 00:12:23 +0000</pubDate>
        <dc:creator>Brian Masney &lt;masneyb@onstation.org&gt;</dc:creator>
    </item>
<item>
        <title>04b02978 - staging: iio: remove iio-trig-bfin-timer driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/Kconfig#04b02978</link>
        <description>staging: iio: remove iio-trig-bfin-timer driverThe blackfin architecture is getting removed, so the timer triggerdriver is now obsolete. Since this is the last remaining iio triggerdriver in staging, I&apos;m removing the entire directory.Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Acked-by: Aaron Wu &lt;aaron.wu@analog.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/Kconfig</description>
        <pubDate>Fri, 09 Mar 2018 20:04:46 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>7247645f - iio: hmc5843: Move hmc5843 out of staging</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/Kconfig#7247645f</link>
        <description>iio: hmc5843: Move hmc5843 out of stagingThis patch moves hmc5843 driver from staging/iio/magnetometerto iio/magnetometer, updates the corresponding Makefiles andmoves the hmc5843* entries to the &apos;Industrial I/O support -&gt;Magnetometer sensors&apos; menu.Signed-off-by: Cristina Moraru &lt;cristina.moraru09@gmail.com&gt;Cc: Daniel Baluta &lt;daniel.baluta@intel.com&gt;Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/Kconfig</description>
        <pubDate>Sun, 14 Feb 2016 22:37:39 +0000</pubDate>
        <dc:creator>Cristina Moraru &lt;cristina.moraru09@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>438f13a2 - staging:iio: Delete some commented out lines in Kconfig and Makefile.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/Kconfig#438f13a2</link>
        <description>staging:iio: Delete some commented out lines in Kconfig and Makefile.These should have been removed with the driver move out of stagingbut instead were commented out.  This was missed in reviews at thetime so fixing it up now.Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/Kconfig</description>
        <pubDate>Sat, 21 Nov 2015 18:20:06 +0000</pubDate>
        <dc:creator>Jonathan Cameron &lt;jic23@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>415f7924 - iio: Move IIO Dummy Driver out of staging</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/Kconfig#415f7924</link>
        <description>iio: Move IIO Dummy Driver out of stagingThis patch moves the reference IIO dummy driver from drivers/staging/iiointo a separate folder, drivers/iio/dummy and adds the proper Kconfigand Makefile for it.A new config menu entry called IIO dummy driver has also been addedin the Industrial I/O support menu, corresponding to this driver.Signed-off-by: Cristina Opriceana &lt;cristina.opriceana@gmail.com&gt;Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/Kconfig</description>
        <pubDate>Fri, 09 Oct 2015 13:31:28 +0000</pubDate>
        <dc:creator>Cristina Opriceana &lt;cristina.opriceana@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>aea545fa - staging: iio: select IRQ_WORK for IIO_DUMMY_EVGEN</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/Kconfig#aea545fa</link>
        <description>staging: iio: select IRQ_WORK for IIO_DUMMY_EVGENThe iio dummy code was recently changed to use irq_work_queue, butthat code is compiled into the kernel only if IRQ_WORK is set, sowe can get a link error here:drivers/built-in.o: In function `iio_evgen_poke&apos;:(.text+0x208a04): undefined reference to `irq_work_queue&apos;This changes the Kconfig file to match what other drivers do.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Fixes: fd2bb310ca3d (&quot;Staging: iio: Move evgen interrupt generation to irq_work&quot;)Acked-by: Daniel Baluta &lt;daniel.baluta@intel.com&gt;Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/Kconfig</description>
        <pubDate>Fri, 16 Oct 2015 22:29:55 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>ed170ded - staging: iio: dummy: Fix undefined symbol build error</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/Kconfig#ed170ded</link>
        <description>staging: iio: dummy: Fix undefined symbol build errorCONFIG_SIMPLE_DUMMY_BUFFER compiles in iio_simple_dummy_buffer.c filewhich uses functions from industrialio-trigger.c.So, CONFIG_SIMPLE_DUMMY_BUFFER needs to select IIO_TRIGGER in order toavoid build error like this:&gt; ERROR: &quot;iio_trigger_notify_done&quot; [drivers/staging/iio/iio_dummy.ko] undefined!&gt; ERROR: &quot;iio_triggered_buffer_postenable&quot; [drivers/staging/iio/iio_dummy.ko] undefined!&gt; ERROR: &quot;iio_triggered_buffer_predisable&quot; [drivers/staging/iio/iio_dummy.ko] undefined!&gt; ERROR: &quot;iio_alloc_pollfunc&quot; [drivers/staging/iio/iio_dummy.ko] undefined!&gt; ERROR: &quot;iio_dealloc_pollfunc&quot; [drivers/staging/iio/iio_dummy.ko] undefined!Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Reported-by: kbuild test robot &lt;fengguang.wu@intel.com&gt;Signed-off-by: Daniel Baluta &lt;daniel.baluta@intel.com&gt;Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/Kconfig</description>
        <pubDate>Mon, 09 Mar 2015 10:15:53 +0000</pubDate>
        <dc:creator>Daniel Baluta &lt;daniel.baluta@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>6341e62b - kconfig: use bool instead of boolean for type definition attributes</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/Kconfig#6341e62b</link>
        <description>kconfig: use bool instead of boolean for type definition attributesSupport for keyword &apos;boolean&apos; will be dropped later on.No functional change.Reference: http://lkml.kernel.org/r/cover.1418003065.git.cj@linux.comSigned-off-by: Christoph Jaeger &lt;cj@linux.com&gt;Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/Kconfig</description>
        <pubDate>Sat, 20 Dec 2014 20:41:11 +0000</pubDate>
        <dc:creator>Christoph Jaeger &lt;cj@linux.com&gt;</dc:creator>
    </item>
<item>
        <title>6d4eed9e - staging/iio: IIO_SIMPLE_DUMMY_BUFFER neds IIO_BUFFER</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/Kconfig#6d4eed9e</link>
        <description>staging/iio: IIO_SIMPLE_DUMMY_BUFFER neds IIO_BUFFERAn obviously missing &apos;select&apos; statement, without this weget a link errorSigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&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/staging/iio/Kconfig</description>
        <pubDate>Tue, 06 May 2014 20:48:00 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>c9190956 - staging:iio:dummy fix kfifo_buf kconfig dependency issue if kfifo modular and buffer enabled for built in dummy driver.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/Kconfig#c9190956</link>
        <description>staging:iio:dummy fix kfifo_buf kconfig dependency issue if kfifo modular and buffer enabled for built in dummy driver.This only occurs in the unlikely event that the example driver is builtin whilst the buffer implementation is not.Solved by switching from a depends on to a select for this particular case.Reported-by: Fengguang Wu &lt;fengguang.wu@intel.com&gt;Reported-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Acked-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/Kconfig</description>
        <pubDate>Sun, 01 Sep 2013 17:55:00 +0000</pubDate>
        <dc:creator>Jonathan Cameron &lt;jic23@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>51b53dc9 - hwmon: Move the IIO client driver for hwmon out of staging</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/Kconfig#51b53dc9</link>
        <description>hwmon: Move the IIO client driver for hwmon out of stagingThis driver uses channel maps, defined either through device treeor platform data, to create a hwmon driver which acts as a clientfor the underlying IIO device channels.  Thus a general purposeIIO adc driver can be used to provide hardware monitoring using a subsetof its channels.Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;Acked-by: Guenter Roeck &lt;linux@roeck-us.net&gt;-- The only non move changes here concern the description and changes to the dependencies to IIO explicit and hwmon implicit. I&apos;m proposing moving this into hwmon on the basis of placing drivers based on what they provide rather than what their underlying hardware is. drivers/hwmon/Kconfig           |   9 ++ drivers/hwmon/Makefile          |   1 + drivers/hwmon/iio_hwmon.c       | 196 ++++++++++++++++++++++++++++++++++++++++ drivers/staging/iio/Kconfig     |   8 -- drivers/staging/iio/Makefile    |   2 - drivers/staging/iio/iio_hwmon.c | 196 ---------------------------------------- 6 files changed, 206 insertions(+), 206 deletions(-)

            List of files:
            /linux-6.15/drivers/staging/iio/Kconfig</description>
        <pubDate>Wed, 20 Mar 2013 22:21:00 +0000</pubDate>
        <dc:creator>Jonathan Cameron &lt;jic23@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>df2e8f78 - staging:iio: drop sw_ring buffer implementation.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/Kconfig#df2e8f78</link>
        <description>staging:iio: drop sw_ring buffer implementation.Whilst this is IIO&apos;s oldest buffer implementation it is messy, poorlyimplemented and whilst it works, no one is entirely sure it always will.New IIO drivers have not been using this for some time and now all remainingold users have been converted to use the kfifo based alternative.Clearly a fifo isn&apos;t the same as a ring buffer but in many use cases itreally doesn&apos;t matter.  We also loose the watershed based poll implementation.However having poll effectively report data only when the buffer was halffull was at best an &apos;unusual&apos; use of the interface.At somepoint in the future we may bring watersheds back on a differentbuffer implementation, but then we will think a lot more about how to dothe interface first.Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/Kconfig</description>
        <pubDate>Fri, 30 Nov 2012 14:22:00 +0000</pubDate>
        <dc:creator>Jonathan Cameron &lt;jic23@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d6b09bd8 - staging:iio: Move adis16400 out of staging</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/Kconfig#d6b09bd8</link>
        <description>staging:iio: Move adis16400 out of stagingThis adis16400 driver is in pretty good shape now, so move it out of staging.Signed-off-by: Lars-Peter Clausen &lt;lars@metafoo.de&gt;Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/Kconfig</description>
        <pubDate>Wed, 16 Jan 2013 12:48:00 +0000</pubDate>
        <dc:creator>Lars-Peter Clausen &lt;lars@metafoo.de&gt;</dc:creator>
    </item>
<item>
        <title>e58bf533 - iio: fix spelling of subsystem</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/Kconfig#e58bf533</link>
        <description>iio: fix spelling of subsystemSigned-off-by: Peter Meerwald &lt;pmeerw@pmeerw.net&gt;Signed-off-by: Jonathan Cameron &lt;jic23@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/Kconfig</description>
        <pubDate>Mon, 27 Aug 2012 21:12:00 +0000</pubDate>
        <dc:creator>Peter Meerwald &lt;pmeerw@pmeerw.net&gt;</dc:creator>
    </item>
<item>
        <title>dbdc025b - staging:iio: Move DAC drivers out of staging</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/iio/Kconfig#dbdc025b</link>
        <description>staging:iio: Move DAC drivers out of stagingThe IIO DAC drivers are in a reasonably good shape. They all make use of channelspec and non of them provides non-documented sysfs attributes. Code style shouldbe OK as well, both checkpatch and coccicheck only report trivial issues.So lets move the whole folder out of staging.Signed-off-by: Lars-Peter Clausen &lt;lars@metafoo.de&gt;Acked-by: Jonathan Cameron &lt;jic23@kernel.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/staging/iio/Kconfig</description>
        <pubDate>Mon, 04 Jun 2012 09:36:28 +0000</pubDate>
        <dc:creator>Lars-Peter Clausen &lt;lars@metafoo.de&gt;</dc:creator>
    </item>
</channel>
</rss>
