<?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>5e916932 - clk: sifive: Move all stuff into SoCs header files from C files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/sifive/Makefile#5e916932</link>
        <description>clk: sifive: Move all stuff into SoCs header files from C filesImprove PRCI driver to reduce the complexity, we remove the SoCs C filesby putting all stuff in each SoCs header files, and include theseSoCs-specific header files in core of PRCI. It can also avoid the W=1kernel build warnings about variable defined but not used[-Wunused-const-variable=], like commit 487dc7bb6a0c (&quot;clk: sifive:fu540-prci: Declare static const variable &apos;prci_clk_fu540&apos; where it&apos;sused&quot;) does.Signed-off-by: Zong Li &lt;zong.li@sifive.com&gt;Suggested-by: Lee Jones &lt;lee.jones@linaro.org&gt;Reviewed-by: Lee Jones &lt;lee.jones@linaro.org&gt;Acked-by: Palmer Dabbelt &lt;palmer@rivosinc.com&gt;Link: https://lore.kernel.org/r/a3c7ec5c46c1d8be455d1c347db4855bb56cec53.1646388139.git.zong.li@sifive.comSigned-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/sifive/Makefile</description>
        <pubDate>Fri, 04 Mar 2022 10:03:21 +0000</pubDate>
        <dc:creator>Zong Li &lt;zong.li@sifive.com&gt;</dc:creator>
    </item>
<item>
        <title>efc91ae4 - clk: sifive: Add a driver for the SiFive FU740 PRCI IP block</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/sifive/Makefile#efc91ae4</link>
        <description>clk: sifive: Add a driver for the SiFive FU740 PRCI IP blockAdd driver code for the SiFive FU740 PRCI IP block. This IP blockhandles reset and clock control for the SiFive FU740 device andimplements SoC-level clock tree controls and dividers.The link of unmatched as follow, and the U740-C000 manual wouldbe present in the same page as soon.https://www.sifive.com/boards/hifive-unmatchedThis driver contains bug fixes and contributions fromHenry Styles &lt;hes@sifive.com&gt;Erik Danie &lt;erik.danie@sifive.com&gt;Pragnesh Patel &lt;pragnesh.patel@sifive.com&gt;Signed-off-by: Zong Li &lt;zong.li@sifive.com&gt;Reviewed-by: Pragnesh Patel &lt;Pragnesh.patel@sifive.com&gt;Acked-by: Palmer Dabbelt &lt;palmerdabbelt@google.com&gt;Cc: Henry Styles &lt;hes@sifive.com&gt;Cc: Erik Danie &lt;erik.danie@sifive.com&gt;Cc: Pragnesh Patel &lt;pragnesh.patel@sifive.com&gt;Link: https://lore.kernel.org/r/20201209094916.17383-4-zong.li@sifive.com[sboyd@kernel.org: Include header to silence sparse]Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/sifive/Makefile</description>
        <pubDate>Wed, 09 Dec 2020 09:49:14 +0000</pubDate>
        <dc:creator>Zong Li &lt;zong.li@sifive.com&gt;</dc:creator>
    </item>
<item>
        <title>28108fc8 - clk: sifive: Use common name for prci configuration</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/sifive/Makefile#28108fc8</link>
        <description>clk: sifive: Use common name for prci configurationUse generic name CLK_SIFIVE_PRCI instead of CLK_SIFIVE_FU540_PRCI. Thispatch is prepared for fu740 support.Signed-off-by: Zong Li &lt;zong.li@sifive.com&gt;Reviewed-by: Palmer Dabbelt &lt;palmerdabbelt@google.com&gt;Acked-by: Palmer Dabbelt &lt;palmerdabbelt@google.com&gt;Reviewed-by: Pragnesh Patel &lt;Pragnesh.patel@sifive.com&gt;Link: https://lore.kernel.org/r/20201209094916.17383-3-zong.li@sifive.comSigned-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/sifive/Makefile</description>
        <pubDate>Wed, 09 Dec 2020 09:49:13 +0000</pubDate>
        <dc:creator>Zong Li &lt;zong.li@sifive.com&gt;</dc:creator>
    </item>
<item>
        <title>c816e1dd - clk: sifive: Extract prci core to common base</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/sifive/Makefile#c816e1dd</link>
        <description>clk: sifive: Extract prci core to common baseExtract common core of prci driver to an independent file, it couldallow other chips to reuse it. Separate SoCs-dependent code &apos;fu540&apos;from prci core, then we can easily add &apos;fu740&apos; later.Almost these changes are code movement. The different is adding theprivate data for each SoC use, so it needs to get match data in probecallback function, then use the data for initialization.Signed-off-by: Zong Li &lt;zong.li@sifive.com&gt;Reviewed-by: Pragnesh Patel &lt;Pragnesh.patel@sifive.com&gt;Acked-by: Palmer Dabbelt &lt;palmerdabbelt@google.com&gt;Link: https://lore.kernel.org/r/20201209094916.17383-2-zong.li@sifive.com[sboyd@kernel.org: Include header to silence sparse]Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/sifive/Makefile</description>
        <pubDate>Wed, 09 Dec 2020 09:49:12 +0000</pubDate>
        <dc:creator>Zong Li &lt;zong.li@sifive.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/sifive/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/sifive/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>30b8e27e - clk: sifive: add a driver for the SiFive FU540 PRCI IP block</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/sifive/Makefile#30b8e27e</link>
        <description>clk: sifive: add a driver for the SiFive FU540 PRCI IP blockAdd driver code for the SiFive FU540 PRCI IP block.  This IP blockhandles reset and clock control for the SiFive FU540 device andimplements SoC-level clock tree controls and dividers.Based on code written by Wesley Terpstra &lt;wesley@sifive.com&gt;:https://github.com/riscv/riscv-linux/commit/999529edf517ed75b56659d456d221b2ee56bb60Boot and PLL rate change were tested on a SiFive HiFive Unleashedboard.This version includes several changes requested by Stephen Boyd&lt;sboyd@kernel.org&gt;.Signed-off-by: Paul Walmsley &lt;paul.walmsley@sifive.com&gt;Signed-off-by: Paul Walmsley &lt;paul@pwsan.com&gt;Cc: Michael Turquette &lt;mturquette@baylibre.com&gt;Cc: Stephen Boyd &lt;sboyd@kernel.org&gt;Cc: Albert Ou &lt;aou@eecs.berkeley.edu&gt;Cc: Wesley W. Terpstra &lt;wesley@sifive.com&gt;Cc: Palmer Dabbelt &lt;palmer@sifive.com&gt;Cc: Megan Wachs &lt;megan@sifive.com&gt;Cc: linux-riscv@lists.infradead.orgCc: linux-kernel@vger.kernel.orgCc: linux-clk@vger.kernel.org[sboyd@kernel.org: Fix some const and ARRAY_SIZE() issues, make makefileonly descend if CLK_SIFIVE=y]Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/sifive/Makefile</description>
        <pubDate>Tue, 30 Apr 2019 20:51:00 +0000</pubDate>
        <dc:creator>Paul Walmsley &lt;paul.walmsley@sifive.com&gt;</dc:creator>
    </item>
</channel>
</rss>
