<?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>e54fad80 - slimbus: qcom-ngd: Fix build error when CONFIG_SLIM_QCOM_NGD_CTRL=y &amp;&amp; CONFIG_QCOM_RPROC_COMMON=m</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/slimbus/Kconfig#e54fad80</link>
        <description>slimbus: qcom-ngd: Fix build error when CONFIG_SLIM_QCOM_NGD_CTRL=y &amp;&amp; CONFIG_QCOM_RPROC_COMMON=mIf CONFIG_SLIM_QCOM_NGD_CTRL=y, CONFIG_QCOM_RPROC_COMMON=m, COMPILE_TEST=y,bulding fails:drivers/slimbus/qcom-ngd-ctrl.o: In function `qcom_slim_ngd_ctrl_probe&apos;:qcom-ngd-ctrl.c:(.text+0x330): undefined reference to `qcom_register_ssr_notifier&apos;qcom-ngd-ctrl.c:(.text+0x5fc): undefined reference to `qcom_unregister_ssr_notifier&apos;drivers/slimbus/qcom-ngd-ctrl.o: In function `qcom_slim_ngd_remove&apos;:qcom-ngd-ctrl.c:(.text+0x90c): undefined reference to `qcom_unregister_ssr_notifier&apos;Make SLIM_QCOM_NGD_CTRL depends on QCOM_RPROC_COMMON || (COMPILE_TEST &amp;&amp; !QCOM_RPROC_COMMON) to fix this.Fixes: e291691c6977 (&quot;slimbus: qcom-ngd-ctrl: allow compile testing without QCOM_RPROC_COMMON&quot;)Cc: stable &lt;stable@kernel.org&gt;Signed-off-by: Zheng Bin &lt;zhengbin13@huawei.com&gt;Reviewed-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;Link: https://lore.kernel.org/r/20221027095904.3388959-1-zhengbin13@huawei.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/slimbus/Kconfig</description>
        <pubDate>Thu, 27 Oct 2022 09:59:04 +0000</pubDate>
        <dc:creator>Zheng Bin &lt;zhengbin13@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>e291691c - slimbus: qcom-ngd-ctrl: allow compile testing without QCOM_RPROC_COMMON</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/slimbus/Kconfig#e291691c</link>
        <description>slimbus: qcom-ngd-ctrl: allow compile testing without QCOM_RPROC_COMMONThe Qualcomm common remote-proc code (CONFIG_QCOM_RPROC_COMMON) hasnecessary stubs, so it is not needed for compile testing.Signed-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;Signed-off-by: Srinivas Kandagatla &lt;srinivas.kandagatla@linaro.org&gt;Link: https://lore.kernel.org/r/20220916122910.170730-5-srinivas.kandagatla@linaro.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/slimbus/Kconfig</description>
        <pubDate>Fri, 16 Sep 2022 12:29:10 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>81113b04 - slimbus: qcom-ngd-ctrl: fix SSR dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/slimbus/Kconfig#81113b04</link>
        <description>slimbus: qcom-ngd-ctrl: fix SSR dependenciesNGD should depend on QCOM_RPROC_COMMON instead of selecting it, asthis will be selected by respective remoteproc driver.Reported-by: kernel test robot &lt;lkp@intel.com&gt;Signed-off-by: Srinivas Kandagatla &lt;srinivas.kandagatla@linaro.org&gt;Link: https://lore.kernel.org/r/20201201093843.20126-1-srinivas.kandagatla@linaro.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/slimbus/Kconfig</description>
        <pubDate>Tue, 01 Dec 2020 09:38:43 +0000</pubDate>
        <dc:creator>Srinivas Kandagatla &lt;srinivas.kandagatla@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>e1ae85e1 - slimbus: qcom-ngd-ctrl: add Protection Domain Restart Support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/slimbus/Kconfig#e1ae85e1</link>
        <description>slimbus: qcom-ngd-ctrl: add Protection Domain Restart SupportAdd support to protection domain restart. Protection domain restartwould also restart the service just like SSR.Signed-off-by: Srinivas Kandagatla &lt;srinivas.kandagatla@linaro.org&gt;Link: https://lore.kernel.org/r/20201127102451.17114-4-srinivas.kandagatla@linaro.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/slimbus/Kconfig</description>
        <pubDate>Fri, 27 Nov 2020 10:24:47 +0000</pubDate>
        <dc:creator>Srinivas Kandagatla &lt;srinivas.kandagatla@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>a899d324 - slimbus: qcom-ngd-ctrl: add Sub System Restart support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/slimbus/Kconfig#a899d324</link>
        <description>slimbus: qcom-ngd-ctrl: add Sub System Restart supportThis patch adds SSR(SubSystem Restart) support which includes, synchronisationbetween SSR and QMI server notifications. Also with this patch now NGD is takendown by SSR instead of QMI server down notification.NGD up path now relies on both SSR and QMI notifications and particularlysequence of SSR up followed by QMI server up notification.Signed-off-by: Srinivas Kandagatla &lt;srinivas.kandagatla@linaro.org&gt;Link: https://lore.kernel.org/r/20201127102451.17114-3-srinivas.kandagatla@linaro.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/slimbus/Kconfig</description>
        <pubDate>Fri, 27 Nov 2020 10:24:46 +0000</pubDate>
        <dc:creator>Srinivas Kandagatla &lt;srinivas.kandagatla@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>5323ac51 - slimbus: ngd: QCOM_QMI_HELPERS has to be selected</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/slimbus/Kconfig#5323ac51</link>
        <description>slimbus: ngd: QCOM_QMI_HELPERS has to be selectedQCOM_QMI_HELPERS is a hidden kconfig, so the proper usage isto select it, not depend upon it.Because of this change, we now also need to depend on the sameKconfigs as QCOM_QMI_HELPERS depends on.Signed-off-by: Niklas Cassel &lt;niklas.cassel@linaro.org&gt;Signed-off-by: Srinivas Kandagatla &lt;srinivas.kandagatla@linaro.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/slimbus/Kconfig</description>
        <pubDate>Mon, 12 Nov 2018 12:25:26 +0000</pubDate>
        <dc:creator>Niklas Cassel &lt;niklas.cassel@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>917809e2 - slimbus: ngd: Add qcom SLIMBus NGD driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/slimbus/Kconfig#917809e2</link>
        <description>slimbus: ngd: Add qcom SLIMBus NGD driverThis patch adds suppor to Qualcomm SLIMBus Non-Generic Device (NGD)controller driver.This is light-weight SLIMBus controller driver responsible forcommunicating with slave HW directly over the bus using messaginginterface, and communicating with master component residing on ADSPfor bandwidth and data-channel managementBased on intial work fromKarthikeyan Ramasubramanian &lt;kramasub@codeaurora.org&gt; andSagar Dharia &lt;sdharia@codeaurora.org&gt;Signed-off-by: Srinivas Kandagatla &lt;srinivas.kandagatla@linaro.org&gt;Tested-by: Craig Tatlor &lt;ctatlor97@gmail.com&gt;Reviewed-by: Vinod Koul &lt;vkoul@kernel.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/slimbus/Kconfig</description>
        <pubDate>Tue, 19 Jun 2018 16:13:01 +0000</pubDate>
        <dc:creator>Srinivas Kandagatla &lt;srinivas.kandagatla@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>ba883d90 - slimbus: qcom: remove redundant depends in Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/slimbus/Kconfig#ba883d90</link>
        <description>slimbus: qcom: remove redundant depends in KconfigQCOM SLIMBus controller is already under a &apos;if SLIMBUS&apos; in Kconfig,having depends on SLIMBUS is totally redundant. Just remove it.Signed-off-by: Srinivas Kandagatla &lt;srinivas.kandagatla@linaro.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/slimbus/Kconfig</description>
        <pubDate>Tue, 19 Jun 2018 15:12:05 +0000</pubDate>
        <dc:creator>Srinivas Kandagatla &lt;srinivas.kandagatla@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>fc6b1f3d - slimbus: qcom: add HAS_IOMEM dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/slimbus/Kconfig#fc6b1f3d</link>
        <description>slimbus: qcom: add HAS_IOMEM dependencyBelow build failure was reported on UML,ERROR: &quot;devm_ioremap_resource&quot; [drivers/slimbus/slim-qcom-ctrl.ko] undefined!ERROR: &quot;__ioread32_copy&quot; [drivers/slimbus/slim-qcom-ctrl.ko] undefined!ERROR: &quot;__iowrite32_copy&quot; [drivers/slimbus/slim-qcom-ctrl.ko] undefined!ERROR: &quot;devm_ioremap&quot; [drivers/slimbus/slim-qcom-ctrl.ko] undefined!This patch fixes it by making qcom slimbus depend on HAS_IOMEM, asthese are only defined when HAS_IOMEM is selected.Reported-by: Thomas Meyer &lt;thomas@m3y3r.de&gt;Signed-off-by: Srinivas Kandagatla &lt;srinivas.kandagatla@linaro.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/slimbus/Kconfig</description>
        <pubDate>Wed, 03 Jan 2018 09:32:04 +0000</pubDate>
        <dc:creator>Srinivas Kandagatla &lt;srinivas.kandagatla@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>ad7fcbc3 - slimbus: qcom: Add Qualcomm Slimbus controller driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/slimbus/Kconfig#ad7fcbc3</link>
        <description>slimbus: qcom: Add Qualcomm Slimbus controller driverThis controller driver programs manager, interface, and framerdevices for Qualcomm&apos;s slimbus HW block.Manager component currently implements logical address setting,and messaging interface.Interface device reports bus synchronization information, and framerdevice clocks the bus from the time it&apos;s woken up, until clock-pauseis executed by the manager device.Signed-off-by: Sagar Dharia &lt;sdharia@codeaurora.org&gt;Signed-off-by: Srinivas Kandagatla &lt;srinivas.kandagatla@linaro.org&gt;Reviwed-by: Mark Brown &lt;broonie@kernel.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/slimbus/Kconfig</description>
        <pubDate>Mon, 11 Dec 2017 23:43:05 +0000</pubDate>
        <dc:creator>Sagar Dharia &lt;sdharia@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>3648e78e - slimbus: Add SLIMbus bus type</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/slimbus/Kconfig#3648e78e</link>
        <description>slimbus: Add SLIMbus bus typeSLIMbus (Serial Low Power Interchip Media Bus) is a specificationdeveloped by MIPI (Mobile Industry Processor Interface) alliance.SLIMbus is a 2-wire implementation, which is used to communicate withperipheral components like audio-codec.SLIMbus uses Time-Division-Multiplexing to accommodate multiple datachannels, and control channel. Control channel has messages to dodevice-enumeration, messages to send/receive control-data to/fromSLIMbus devices, messages for port/channel management, and messages todo bandwidth allocation.The framework supports multiple instances of the bus (1 controller perbus), and multiple slave devices per controller.This patch adds support to basic silmbus core which includes support toSLIMbus type, slimbus device registeration and some basic data structures.Signed-off-by: Sagar Dharia &lt;sdharia@codeaurora.org&gt;Signed-off-by: Srinivas Kandagatla &lt;srinivas.kandagatla@linaro.org&gt;Reviwed-by: Mark Brown &lt;broonie@kernel.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/slimbus/Kconfig</description>
        <pubDate>Mon, 11 Dec 2017 23:42:57 +0000</pubDate>
        <dc:creator>Sagar Dharia &lt;sdharia@codeaurora.org&gt;</dc:creator>
    </item>
</channel>
</rss>
