<?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 Makefile</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/Makefile#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/Makefile</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>e0218dca - soc: aspeed: Add soc info driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/aspeed/Makefile#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/Makefile</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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/aspeed/Makefile#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/Makefile</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>524feb79 - soc: add aspeed folder and misc drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/aspeed/Makefile#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/Makefile</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>
