<?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>5ccf4028 - mux: mmio: drop obsolete dependency on COMPILE_TEST</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mux/Kconfig#5ccf4028</link>
        <description>mux: mmio: drop obsolete dependency on COMPILE_TESTSince commit 0166dc11be91 (&quot;of: make CONFIG_OF user selectable&quot;), itis possible to test-build any driver which depends on OF on anyarchitecture by explicitly selecting OF. Therefore depending onCOMPILE_TEST as an alternative is no longer needed.It is actually better to always build such drivers with OF enabled,so that the test builds are closer to how each driver will actually bebuilt on its intended target. Building them without OF may not testmuch as the compiler will optimize out potentially large parts of thecode. In the worst case, this could even pop false positive warnings.Dropping COMPILE_TEST here improves the quality of our testing andavoids wasting time on non-existent issues.As a minor optimization, this also lets us drop of_match_ptr(), as wenow know what it will resolve to, we might as well save cpp some work.Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;Signed-off-by: Peter Rosin &lt;peda@axentia.se&gt;Link: https://lore.kernel.org/r/bc790b4e-1cb4-4ef5-3da8-9d0e6b613bc7@axentia.seSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/mux/Kconfig</description>
        <pubDate>Wed, 31 May 2023 21:53:27 +0000</pubDate>
        <dc:creator>Jean Delvare &lt;jdelvare@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>8ecfaca7 - mux: mmio: add generic regmap bitfield-based multiplexer</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mux/Kconfig#8ecfaca7</link>
        <description>mux: mmio: add generic regmap bitfield-based multiplexerGeneric register bitfield-based multiplexer that controls the multiplexerproducer defined under a parent node.The driver corresponding to parent node provides register read/writecapabilities.Signed-off-by: Pankaj Bansal &lt;pankaj.bansal@nxp.com&gt;Signed-off-by: Peter Rosin &lt;peda@axentia.se&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/mux/Kconfig</description>
        <pubDate>Wed, 12 Jun 2019 08:53:00 +0000</pubDate>
        <dc:creator>Pankaj Bansal &lt;pankaj.bansal@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>8b9ce695 - mux: adgs1408: new driver for Analog Devices ADGS1408/1409 mux</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mux/Kconfig#8b9ce695</link>
        <description>mux: adgs1408: new driver for Analog Devices ADGS1408/1409 muxThis patch adds basic support for Analog Device ADGS1408/09 SPI muxcontroller.The device is probed and set to a disabled state. It uses the new muxcontroller framework.Signed-off-by: Mircea Caprioru &lt;mircea.caprioru@analog.com&gt;Signed-off-by: Peter Rosin &lt;peda@axentia.se&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/mux/Kconfig</description>
        <pubDate>Wed, 01 Aug 2018 08:37:40 +0000</pubDate>
        <dc:creator>Mircea Caprioru &lt;mircea.caprioru@analog.com&gt;</dc:creator>
    </item>
<item>
        <title>0edff03d - mux: add SPDX identifiers to all mux source files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mux/Kconfig#0edff03d</link>
        <description>mux: add SPDX identifiers to all mux source filesRemove all free-text license texts.This is done on a quest to remove the 700+ different ways that files inthe kernel describe the GPL license text.No copyright headers or other non-license-description text was removed.Reviewed-by: Philippe Ombredanne &lt;pombredanne@nexb.com&gt;Acked-by: Philipp Zabel &lt;p.zabel@pengutronix.de&gt;Signed-off-by: Peter Rosin &lt;peda@axentia.se&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/mux/Kconfig</description>
        <pubDate>Thu, 28 Dec 2017 23:22:55 +0000</pubDate>
        <dc:creator>Peter Rosin &lt;peda@axentia.se&gt;</dc:creator>
    </item>
<item>
        <title>4c19c0ec - mux: remove the Kconfig question for the subsystem</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mux/Kconfig#4c19c0ec</link>
        <description>mux: remove the Kconfig question for the subsystemThe MULTIPLEXER question in the Kconfig might be confusing and isof dubious value. Remove it. This makes consumers responsible forselecting MULTIPLEXER, which they already do.Signed-off-by: Peter Rosin &lt;peda@axentia.se&gt;Reported-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/mux/Kconfig</description>
        <pubDate>Tue, 04 Jul 2017 08:22:44 +0000</pubDate>
        <dc:creator>Peter Rosin &lt;peda@axentia.se&gt;</dc:creator>
    </item>
<item>
        <title>aca4e68a - mux: adg792a: always require I2C support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mux/Kconfig#aca4e68a</link>
        <description>mux: adg792a: always require I2C supportCOMPILE_TEST makes no sense when I2C is disabled, as the driver cannot compilein that configuration:drivers/mux/mux-adg792a.c: In function &apos;adg792a_write_cmd&apos;:drivers/mux/mux-adg792a.c:34:9: error: implicit declaration of function &apos;i2c_smbus_write_byte_data&apos;; did you mean &apos;i2c_set_clientdata&apos;? [-Werror=implicit-function-declaration]drivers/mux/mux-adg792a.o: In function `adg792a_driver_init&apos;:mux-adg792a.c:(.init.text+0x14): undefined reference to `i2c_register_driver&apos;drivers/mux/mux-adg792a.o: In function `adg792a_probe&apos;:mux-adg792a.c:(.text.adg792a_probe+0x94): undefined reference to `i2c_smbus_write_byte_data&apos;drivers/mux/mux-adg792a.o: In function `adg792a_set&apos;:mux-adg792a.c:(.text.adg792a_set+0x80): undefined reference to `i2c_smbus_write_byte_data&apos;Fixes: afda08c4caa9 (&quot;mux: adg792a: add mux controller driver for ADG792A/G&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Peter Rosin &lt;peda@axentia.se&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/mux/Kconfig</description>
        <pubDate>Fri, 09 Jun 2017 10:22:51 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>73726380 - mux: mmio-based syscon mux controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mux/Kconfig#73726380</link>
        <description>mux: mmio-based syscon mux controllerThis adds a driver for mmio-based syscon multiplexers controlled bybitfields in a syscon register range.Signed-off-by: Philipp Zabel &lt;p.zabel@pengutronix.de&gt;Signed-off-by: Peter Rosin &lt;peda@axentia.se&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/mux/Kconfig</description>
        <pubDate>Sun, 14 May 2017 19:51:16 +0000</pubDate>
        <dc:creator>Philipp Zabel &lt;p.zabel@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>afda08c4 - mux: adg792a: add mux controller driver for ADG792A/G</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mux/Kconfig#afda08c4</link>
        <description>mux: adg792a: add mux controller driver for ADG792A/GAnalog Devices ADG792A/G is a triple 4:1 mux.Reviewed-by: Jonathan Cameron &lt;jic23@kernel.org&gt;Signed-off-by: Peter Rosin &lt;peda@axentia.se&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/mux/Kconfig</description>
        <pubDate>Sun, 14 May 2017 19:51:14 +0000</pubDate>
        <dc:creator>Peter Rosin &lt;peda@axentia.se&gt;</dc:creator>
    </item>
<item>
        <title>2c089f08 - mux: gpio: add mux controller driver for gpio based multiplexers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mux/Kconfig#2c089f08</link>
        <description>mux: gpio: add mux controller driver for gpio based multiplexersThe driver builds a single multiplexer controller using a numberof gpio pins. For N pins, there will be 2^N possible multiplexerstates. The GPIO pins can be connected (by the hardware) to severalmultiplexers, which in that case will be operated in parallel.Reviewed-by: Jonathan Cameron &lt;jic23@kernel.org&gt;Signed-off-by: Peter Rosin &lt;peda@axentia.se&gt;Reviewed-by: Philipp Zabel &lt;p.zabel@pengutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/mux/Kconfig</description>
        <pubDate>Sun, 14 May 2017 19:51:07 +0000</pubDate>
        <dc:creator>Peter Rosin &lt;peda@axentia.se&gt;</dc:creator>
    </item>
<item>
        <title>a3b02a9c - mux: minimal mux subsystem</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mux/Kconfig#a3b02a9c</link>
        <description>mux: minimal mux subsystemAdd a new minimalistic subsystem that handles multiplexer controllers.When multiplexers are used in various places in the kernel, and thesame multiplexer controller can be used for several independent things,there should be one place to implement support for said multiplexercontroller.A single multiplexer controller can also be used to control severalparallel multiplexers, that are in turn used by different subsystemsin the kernel, leading to a need to coordinate multiplexer accesses.The multiplexer subsystem handles this coordination.Thanks go out to Lars-Peter Clausen, Jonathan Cameron, Rob Herring,Wolfram Sang, Paul Gortmaker, Dan Carpenter, Colin Ian King, GregKroah-Hartman and last but certainly not least to Philipp Zabel forhelpful comments, reviews, patches and general encouragement!Reviewed-by: Jonathan Cameron &lt;jic23@kernel.org&gt;Signed-off-by: Peter Rosin &lt;peda@axentia.se&gt;Reviewed-by: Philipp Zabel &lt;p.zabel@pengutronix.de&gt;Tested-by: Philipp Zabel &lt;p.zabel@pengutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/mux/Kconfig</description>
        <pubDate>Sun, 14 May 2017 19:51:06 +0000</pubDate>
        <dc:creator>Peter Rosin &lt;peda@axentia.se&gt;</dc:creator>
    </item>
</channel>
</rss>
