<?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>af3bd365 - clk: sprd: Add clocks support for UMS512</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/sprd/Makefile#af3bd365</link>
        <description>clk: sprd: Add clocks support for UMS512Add the list of clocks for the Unisoc UMS512, along with clockinitialization.Signed-off-by: Cixi Geng &lt;cixi.geng1@unisoc.com&gt;Link: https://lore.kernel.org/r/20220909152421.278662-3-gengcixi@gmail.comReviewed-by: Baolin Wang &lt;baolin.wang@linux.alibaba.com&gt;Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/sprd/Makefile</description>
        <pubDate>Fri, 09 Sep 2022 15:24:21 +0000</pubDate>
        <dc:creator>Cixi Geng &lt;cixi.geng1@unisoc.com&gt;</dc:creator>
    </item>
<item>
        <title>0e4b8a23 - clk: sprd: add clocks support for SC9863A</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/sprd/Makefile#0e4b8a23</link>
        <description>clk: sprd: add clocks support for SC9863AAdd the list of clocks for the Unisoc SC9863A, along with clockinitialization.Signed-off-by: Chunyan Zhang &lt;chunyan.zhang@unisoc.com&gt;Link: https://lkml.kernel.org/r/20200304072730.9193-8-zhang.lyra@gmail.comSigned-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/sprd/Makefile</description>
        <pubDate>Wed, 04 Mar 2020 07:27:30 +0000</pubDate>
        <dc:creator>Chunyan Zhang &lt;chunyan.zhang@unisoc.com&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/clk/sprd/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/clk/sprd/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>a6ae1a29 - clk: sprd: add clocks support for SC9860</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/sprd/Makefile#a6ae1a29</link>
        <description>clk: sprd: add clocks support for SC9860This patch added the list of clocks for Spreadtrum&apos;s SC9860 SoC,together with clock initialization code.Signed-off-by: Chunyan Zhang &lt;chunyan.zhang@spreadtrum.com&gt;Signed-off-by: Stephen Boyd &lt;sboyd@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/clk/sprd/Makefile</description>
        <pubDate>Thu, 07 Dec 2017 12:57:13 +0000</pubDate>
        <dc:creator>Chunyan Zhang &lt;chunyan.zhang@spreadtrum.com&gt;</dc:creator>
    </item>
<item>
        <title>3e37b005 - clk: sprd: add adjustable pll support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/sprd/Makefile#3e37b005</link>
        <description>clk: sprd: add adjustable pll supportIntroduced a common adjustable pll clock driver for Spreadtrum SoCs.Signed-off-by: Chunyan Zhang &lt;chunyan.zhang@spreadtrum.com&gt;Signed-off-by: Stephen Boyd &lt;sboyd@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/clk/sprd/Makefile</description>
        <pubDate>Thu, 07 Dec 2017 12:57:10 +0000</pubDate>
        <dc:creator>Chunyan Zhang &lt;chunyan.zhang@spreadtrum.com&gt;</dc:creator>
    </item>
<item>
        <title>4fcba55c - clk: sprd: add composite clock support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/sprd/Makefile#4fcba55c</link>
        <description>clk: sprd: add composite clock supportThis patch introduced composite driver for Spreadtrum&apos;s SoCs. Thefunctions of this composite clock simply consist of divider andmux clocks.Signed-off-by: Chunyan Zhang &lt;chunyan.zhang@spreadtrum.com&gt;Signed-off-by: Stephen Boyd &lt;sboyd@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/clk/sprd/Makefile</description>
        <pubDate>Thu, 07 Dec 2017 12:57:09 +0000</pubDate>
        <dc:creator>Chunyan Zhang &lt;chunyan.zhang@spreadtrum.com&gt;</dc:creator>
    </item>
<item>
        <title>e3f05d3b - clk: sprd: add divider clock support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/sprd/Makefile#e3f05d3b</link>
        <description>clk: sprd: add divider clock supportThis is a feature that can also be found in sprd composite clocks,provide a bunch of helpers that can be reused later on.Signed-off-by: Chunyan Zhang &lt;chunyan.zhang@spreadtrum.com&gt;Signed-off-by: Stephen Boyd &lt;sboyd@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/clk/sprd/Makefile</description>
        <pubDate>Thu, 07 Dec 2017 12:57:08 +0000</pubDate>
        <dc:creator>Chunyan Zhang &lt;chunyan.zhang@spreadtrum.com&gt;</dc:creator>
    </item>
<item>
        <title>ab73cf2a - clk: sprd: add mux clock support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/sprd/Makefile#ab73cf2a</link>
        <description>clk: sprd: add mux clock supportThis patch adds clock multiplexor support for Spreadtrum platforms,the mux clocks also can be found in sprd composite clocks, soprovides two helpers that can be reused later on.Signed-off-by: Chunyan Zhang &lt;chunyan.zhang@spreadtrum.com&gt;Signed-off-by: Stephen Boyd &lt;sboyd@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/clk/sprd/Makefile</description>
        <pubDate>Thu, 07 Dec 2017 12:57:07 +0000</pubDate>
        <dc:creator>Chunyan Zhang &lt;chunyan.zhang@spreadtrum.com&gt;</dc:creator>
    </item>
<item>
        <title>cdb09f67 - clk: sprd: add gate clock support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/sprd/Makefile#cdb09f67</link>
        <description>clk: sprd: add gate clock supportSome clocks on the Spreadtrum&apos;s SoCs are just simple gates. Addsupport for those clocks.Signed-off-by: Chunyan Zhang &lt;chunyan.zhang@spreadtrum.com&gt;Signed-off-by: Stephen Boyd &lt;sboyd@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/clk/sprd/Makefile</description>
        <pubDate>Thu, 07 Dec 2017 12:57:06 +0000</pubDate>
        <dc:creator>Chunyan Zhang &lt;chunyan.zhang@spreadtrum.com&gt;</dc:creator>
    </item>
<item>
        <title>d41f59fd - clk: sprd: Add common infrastructure</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/sprd/Makefile#d41f59fd</link>
        <description>clk: sprd: Add common infrastructureAdded Spreadtrum&apos;s clock driver framework together with commonstructures and interface functions.Signed-off-by: Chunyan Zhang &lt;chunyan.zhang@spreadtrum.com&gt;Signed-off-by: Stephen Boyd &lt;sboyd@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/clk/sprd/Makefile</description>
        <pubDate>Thu, 07 Dec 2017 12:57:05 +0000</pubDate>
        <dc:creator>Chunyan Zhang &lt;chunyan.zhang@spreadtrum.com&gt;</dc:creator>
    </item>
</channel>
</rss>
