<?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>94588c1b - iio: dummy: Fix build error when CONFIG_IIO_TRIGGERED_BUFFER is not set</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/dummy/Kconfig#94588c1b</link>
        <description>iio: dummy: Fix build error when CONFIG_IIO_TRIGGERED_BUFFER is not setGcc reports build error when CONFIG_IIO_TRIGGERED_BUFFER is not set:riscv64-linux-gnu-ld: drivers/iio/dummy/iio_simple_dummy_buffer.o: in function `iio_simple_dummy_configure_buffer&apos;:iio_simple_dummy_buffer.c:(.text+0x2b0): undefined reference to `iio_triggered_buffer_setup_ext&apos;riscv64-linux-gnu-ld: drivers/iio/dummy/iio_simple_dummy_buffer.o: in function `.L0 &apos;:iio_simple_dummy_buffer.c:(.text+0x2fc): undefined reference to `iio_triggered_buffer_cleanup&apos;Fix it by select IIO_TRIGGERED_BUFFER for config IIO_SIMPLE_DUMMY_BUFFER.Fixes: 738f6ba11800 (&quot;iio: dummy: iio_simple_dummy_buffer: use triggered buffer core calls&quot;)Reported-by: Hulk Robot &lt;hulkci@huawei.com&gt;Signed-off-by: Wei Yongjun &lt;weiyongjun1@huawei.com&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/dummy/Kconfig</description>
        <pubDate>Mon, 24 May 2021 14:05:36 +0000</pubDate>
        <dc:creator>Wei Yongjun &lt;weiyongjun1@huawei.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/dummy/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/dummy/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>5556dfe5 - iio:dummy: Add extra paragraphs on Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/dummy/Kconfig#5556dfe5</link>
        <description>iio:dummy: Add extra paragraphs on KconfigThis patch fixes the checkpatch.pl warning:drivers/iio/dummy/Kconfig:21: WARNING: please write a paragraph thatdescribes the config symbol fullydrivers/iio/dummy/Kconfig:27: WARNING: please write a paragraph thatdescribes the config symbol fullyThis patch expands the explanation about IIO_DUMMY_EVGEN by using thecode documentation found in iio/dummy/iio_dummy_evgen.c. In the sameway, the information related to IIO_SIMPLE_DUMMY_BUFFER was extractedfrom file iio_simple_dummy_buffer.c.Signed-off-by: Rodrigo Siqueira &lt;rodrigosiqueiramelo@gmail.com&gt;Reviewed-by: Daniel Baluta &lt;daniel.baluta@nxp.com&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/dummy/Kconfig</description>
        <pubDate>Tue, 27 Feb 2018 13:47:06 +0000</pubDate>
        <dc:creator>Rodrigo Siqueira &lt;rodrigosiqueiramelo@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a34a3ed7 - iio: dummy: Add correct tabs and spaces to Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/dummy/Kconfig#a34a3ed7</link>
        <description>iio: dummy: Add correct tabs and spaces to KconfigKconfig from iio/dummy does not follow the coding style recommendations.According to the coding-style, Lines under a config definition areindented with one tab, while help text is indented an additional twospaces. This patch adds the proper tabulation and space.Signed-off-by: Rodrigo Siqueira &lt;rodrigosiqueiramelo@gmail.com&gt;Reviewed-by: Daniel Baluta &lt;daniel.baluta@nxp.com&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/dummy/Kconfig</description>
        <pubDate>Tue, 27 Feb 2018 13:46:51 +0000</pubDate>
        <dc:creator>Rodrigo Siqueira &lt;rodrigosiqueiramelo@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ca481398 - iio: dummy: evgen: use irq_sim</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/dummy/Kconfig#ca481398</link>
        <description>iio: dummy: evgen: use irq_simSwitch to using the recently added interrupt simulator for dummy irqs.Signed-off-by: Bartosz Golaszewski &lt;brgl@bgdev.pl&gt;Reviewed-by: Lars-Peter Clausen &lt;lars@metafoo.de&gt;Tested-by: Lars-Peter Clausen &lt;lars@metafoo.de&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/dummy/Kconfig</description>
        <pubDate>Thu, 28 Sep 2017 10:56:41 +0000</pubDate>
        <dc:creator>Bartosz Golaszewski &lt;brgl@bgdev.pl&gt;</dc:creator>
    </item>
<item>
        <title>3d85fb6f - iio: dummy: Convert IIO dummy to configfs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/dummy/Kconfig#3d85fb6f</link>
        <description>iio: dummy: Convert IIO dummy to configfsWe register a new device type named &quot;dummy&quot;, this will create aconfigfs entry under:	* /config/iio/devices/dummy.Creating dummy devices is now as simple as:$ mkdir /config/iio/devices/dummy/my_dummy_deviceSigned-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/iio/dummy/Kconfig</description>
        <pubDate>Mon, 25 Apr 2016 13:15:52 +0000</pubDate>
        <dc:creator>Daniel Baluta &lt;daniel.baluta@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9ab655a3 - staging: iio: select IRQ_WORK for IIO_DUMMY_EVGEN</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/dummy/Kconfig#9ab655a3</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/iio/dummy/Kconfig</description>
        <pubDate>Thu, 03 Dec 2015 23:28:17 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&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/iio/dummy/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/iio/dummy/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>
</channel>
</rss>
