<?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>c6807970 - soc: aspeed: Add UART routing support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/aspeed/Kconfig#c6807970</link>
        <description>soc: aspeed: Add UART routing supportAdd driver support for the UART routing control. Users can performruntime configuration of the RX muxes among the UART controllers andthe UART IO pins.The sysfs interface is also exported for the convenience of routing pathscheck and update.Signed-off-by: Oskar Senft &lt;osk@google.com&gt;Signed-off-by: Chia-Wei Wang &lt;chiawei_wang@aspeedtech.com&gt;Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;Tested-by: Lei YU &lt;yulei.sh@bytedance.com&gt;Link: https://lore.kernel.org/r/20210927023053.6728-5-chiawei_wang@aspeedtech.comLink: https://lore.kernel.org/r/20211022000616.481772-1-joel@jms.id.au&apos;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/soc/aspeed/Kconfig</description>
        <pubDate>Fri, 22 Oct 2021 00:06:16 +0000</pubDate>
        <dc:creator>Chia-Wei Wang &lt;chiawei_wang@aspeedtech.com&gt;</dc:creator>
    </item>
<item>
        <title>4da595dd - soc: aspeed: Enable drivers with ARCH_ASPEED</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/aspeed/Kconfig#4da595dd</link>
        <description>soc: aspeed: Enable drivers with ARCH_ASPEEDDefault the drivers to on as most configurations will use them.Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;

            List of files:
            /linux-6.15/drivers/soc/aspeed/Kconfig</description>
        <pubDate>Thu, 19 Nov 2020 12:17:04 +0000</pubDate>
        <dc:creator>Joel Stanley &lt;joel@jms.id.au&gt;</dc:creator>
    </item>
<item>
        <title>e0218dca - soc: aspeed: Add soc info driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/aspeed/Kconfig#e0218dca</link>
        <description>soc: aspeed: Add soc info driverThis adds a SOC_BUS info driver for the ASPEED platform.The full ID table is preserved in this commit message in case someonefinds a need to change the implemntation in the future.	{ &quot;AST1100-A0&quot;, 0x00000200 },	{ &quot;AST1100-A1&quot;, 0x00000201 },	{ &quot;AST1100-A2&quot;, 0x00000202 },	{ &quot;AST1100-A3&quot;, 0x00000202 },	{ &quot;AST2050-A0&quot;, 0x00000200 },	{ &quot;AST2050-A1&quot;, 0x00000201 },	{ &quot;AST2050-A2&quot;, 0x00000202 },	{ &quot;AST2050-A3&quot;, 0x00000202 },	{ &quot;AST2100-A0&quot;, 0x00000300 },	{ &quot;AST2100-A1&quot;, 0x00000301 },	{ &quot;AST2100-A2&quot;, 0x00000302 },	{ &quot;AST2100-A3&quot;, 0x00000302 },	{ &quot;AST2150-A0&quot;, 0x00000202 },	{ &quot;AST2150-A1&quot;, 0x00000202 },	{ &quot;AST2200-A0&quot;, 0x00000102 },	{ &quot;AST2200-A1&quot;, 0x00000102 },	{ &quot;AST2300-A0&quot;, 0x01000003 },	{ &quot;AST2300-A1&quot;, 0x01010303 },	{ &quot;AST1300-A1&quot;, 0x01010003 },	{ &quot;AST1050-A1&quot;, 0x01010203 },	{ &quot;AST2400-A0&quot;, 0x02000303 },	{ &quot;AST2400-A1&quot;, 0x02010303 },	{ &quot;AST1400-A1&quot;, 0x02010103 },	{ &quot;AST1250-A1&quot;, 0x02010303 },	{ &quot;AST2500-A0&quot;, 0x04000303 },	{ &quot;AST2510-A0&quot;, 0x04000103 },	{ &quot;AST2520-A0&quot;, 0x04000203 },	{ &quot;AST2530-A0&quot;, 0x04000403 },	{ &quot;AST2500-A1&quot;, 0x04010303 },	{ &quot;AST2510-A1&quot;, 0x04010103 },	{ &quot;AST2520-A1&quot;, 0x04010203 },	{ &quot;AST2530-A1&quot;, 0x04010403 },	{ &quot;AST2500-A2&quot;, 0x04030303 },	{ &quot;AST2510-A2&quot;, 0x04030103 },	{ &quot;AST2520-A2&quot;, 0x04030203 },	{ &quot;AST2530-A2&quot;, 0x04030403 },	{ &quot;AST2600-A0&quot;, 0x05000303 },	{ &quot;AST2600-A1&quot;, 0x05010303 },	{ &quot;AST2600-A2&quot;, 0x05020303 },	{ &quot;AST2620-A1&quot;, 0x05010203 },	{ &quot;AST2620-A2&quot;, 0x05020203 },Reviewed-by: Andrew Jeffery &lt;andrew@aj.id.au&gt;Link: https://lore.kernel.org/r/20200921091644.133107-3-joel@jms.id.auSigned-off-by: Joel Stanley &lt;joel@jms.id.au&gt;

            List of files:
            /linux-6.15/drivers/soc/aspeed/Kconfig</description>
        <pubDate>Mon, 21 Sep 2020 09:16:43 +0000</pubDate>
        <dc:creator>Joel Stanley &lt;joel@jms.id.au&gt;</dc:creator>
    </item>
<item>
        <title>592693a1 - soc: aspeed: Improve kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/aspeed/Kconfig#592693a1</link>
        <description>soc: aspeed: Improve kconfigReword the kconfig text to be consistent and reflect that most driversare available for all supported ASPEED chips (2400, 2500 and 2600).Rearrange the symbols the SoC drivers depend on so the menu doesn&apos;tappear unless you are building for ASPEED for compile testing.The SYSCON_MFD and REGMAP options are usually selected by drivers thatneed them, so do this.Reviewed-by: C&#233;dric Le Goater &lt;clg@kaod.org&gt;Reviewed-by: Andrew Jeffery &lt;andrew@aj.id.au&gt;Link: https://lore.kernel.org/r/20200916125731.784527-1-joel@jms.id.auSigned-off-by: Joel Stanley &lt;joel@jms.id.au&gt;

            List of files:
            /linux-6.15/drivers/soc/aspeed/Kconfig</description>
        <pubDate>Wed, 16 Sep 2020 12:57:31 +0000</pubDate>
        <dc:creator>Joel Stanley &lt;joel@jms.id.au&gt;</dc:creator>
    </item>
<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/soc/aspeed/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/soc/aspeed/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/soc/aspeed/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/soc/aspeed/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>80d0c649 - soc: aspeed: fix Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/aspeed/Kconfig#80d0c649</link>
        <description>soc: aspeed: fix KconfigFixes build break:scripts/kconfig/conf  --allnoconfig Kconfigdrivers/soc/Kconfig:24: &apos;menu&apos; in different file than &apos;menu&apos;drivers/soc/aspeed/Kconfig:1: location of the &apos;menu&apos;drivers/Kconfig:233: &apos;menu&apos; in different file than &apos;menu&apos;drivers/soc/aspeed/Kconfig:1: location of the &apos;menu&apos;&lt;none&gt;:34: syntax errorSigned-off-by: Patrick Venture &lt;venture@google.com&gt;Signed-off-by: Olof Johansson &lt;olof@lixom.net&gt;

            List of files:
            /linux-6.15/drivers/soc/aspeed/Kconfig</description>
        <pubDate>Mon, 29 Apr 2019 19:25:41 +0000</pubDate>
        <dc:creator>Olof Johansson &lt;olof@lixom.net&gt;</dc:creator>
    </item>
<item>
        <title>524feb79 - soc: add aspeed folder and misc drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/aspeed/Kconfig#524feb79</link>
        <description>soc: add aspeed folder and misc driversCreate a SoC folder for the ASPEED parts and place the misc driverscurrently present into this folder.  These drivers are not generic partdrivers, but rather only apply to the ASPEED SoCs.Signed-off-by: Patrick Venture &lt;venture@google.com&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Olof Johansson &lt;olof@lixom.net&gt;

            List of files:
            /linux-6.15/drivers/soc/aspeed/Kconfig</description>
        <pubDate>Mon, 22 Apr 2019 17:54:19 +0000</pubDate>
        <dc:creator>Patrick Venture &lt;venture@google.com&gt;</dc:creator>
    </item>
</channel>
</rss>
