<?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>a7f7f624 - treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hsi/controllers/Kconfig#a7f7f624</link>
        <description>treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;Since commit 84af7a6194e4 (&quot;checkpatch: kconfig: prefer &apos;help&apos; over&apos;---help---&apos;&quot;), the number of &apos;---help---&apos; has been graduallydecreasing, but there are still more than 2400 instances.This commit finishes the conversion. While I touched the lines,I also fixed the indentation.There are a variety of indentation styles found.  a) 4 spaces + &apos;---help---&apos;  b) 7 spaces + &apos;---help---&apos;  c) 8 spaces + &apos;---help---&apos;  d) 1 space + 1 tab + &apos;---help---&apos;  e) 1 tab + &apos;---help---&apos;    (correct indentation)  f) 1 tab + 1 space + &apos;---help---&apos;  g) 1 tab + 2 spaces + &apos;---help---&apos;In order to convert all of them to 1 tab + &apos;help&apos;, I ran thefollowing commend:  $ find . -name &apos;Kconfig*&apos; | xargs sed -i &apos;s/^[[:space:]]*---help---/\thelp/&apos;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/hsi/controllers/Kconfig</description>
        <pubDate>Sat, 13 Jun 2020 16:50:22 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&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/hsi/controllers/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/hsi/controllers/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>53c70350 - HSI: omap-ssi: add COMMON_CLK dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hsi/controllers/Kconfig#53c70350</link>
        <description>HSI: omap-ssi: add COMMON_CLK dependencyEnabling the omap ssi driver without COMMON_CLK results in a build failure:drivers/hsi/controllers/omap_ssi_core.c: In function &apos;ssi_clk_event&apos;:drivers/hsi/controllers/omap_ssi_core.c:304:7: error: &apos;PRE_RATE_CHANGE&apos; undeclared (first use in this function)This adds a Kconfig dependency to avoid the invalid configuration.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Fixes: 4bcf7414528a (&quot;HSI: omap-ssi: add clk change support&quot;)Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/hsi/controllers/Kconfig</description>
        <pubDate>Tue, 03 May 2016 15:16:20 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>0fae1989 - HSI: omap_ssi: built omap_ssi and omap_ssi_port into one module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hsi/controllers/Kconfig#0fae1989</link>
        <description>HSI: omap_ssi: built omap_ssi and omap_ssi_port into one moduleMerge omap_ssi and omap_ssi_port into one module. Thisfixes problems with module cycle dependencies introducedby future patches.Acked-by: Pavel Machek &lt;pavel@ucw.cz&gt;Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/hsi/controllers/Kconfig</description>
        <pubDate>Sat, 30 Apr 2016 01:24:09 +0000</pubDate>
        <dc:creator>Sebastian Reichel &lt;sre@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b209e047 - HSI: Introduce OMAP SSI driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hsi/controllers/Kconfig#b209e047</link>
        <description>HSI: Introduce OMAP SSI driverAdd OMAP SSI driver to the HSI subsystem.The Synchronous Serial Interface (SSI) is a legacy versionof HSI. As in the case of HSI, it is mainly used to connectApplication engines (APE) with cellular modem engines (CMT)in cellular handsets.It provides a multichannel, full-duplex, multi-core communicationwith no reference clock. The OMAP SSI block is capable of reachingspeeds of 110 Mbit/s.Signed-off-by: Carlos Chinea &lt;carlos.chinea@nokia.com&gt;Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;Tested-By: Ivaylo Dimitrov &lt;ivo.g.dimitrov.75@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/hsi/controllers/Kconfig</description>
        <pubDate>Sun, 15 Dec 2013 22:38:58 +0000</pubDate>
        <dc:creator>Sebastian Reichel &lt;sre@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
