<?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>c8e1d8ae - clk: sifive: Allow building the driver as a module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/sifive/Kconfig#c8e1d8ae</link>
        <description>clk: sifive: Allow building the driver as a moduleThis can reduce the kernel image size in multiplatform configurations.Signed-off-by: Samuel Holland &lt;samuel.holland@sifive.com&gt;Link: https://lore.kernel.org/r/20230725004248.381868-2-samuel.holland@sifive.comSigned-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/sifive/Kconfig</description>
        <pubDate>Tue, 25 Jul 2023 00:42:48 +0000</pubDate>
        <dc:creator>Samuel Holland &lt;samuel.holland@sifive.com&gt;</dc:creator>
    </item>
<item>
        <title>fb8b9d23 - clk: sifive: make SiFive clk drivers depend on ARCH_ symbols</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/sifive/Kconfig#fb8b9d23</link>
        <description>clk: sifive: make SiFive clk drivers depend on ARCH_ symbolsAs part of converting RISC-V SOC_FOO symbols to ARCH_FOO to match theuse of such symbols on other architectures, convert the SiFive clkdrivers to use the new symbol.Signed-off-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;Link: https://lore.kernel.org/r/20230406-groovy-trustable-15853ac0a130@spudSigned-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/sifive/Kconfig</description>
        <pubDate>Thu, 06 Apr 2023 20:57:47 +0000</pubDate>
        <dc:creator>Conor Dooley &lt;conor.dooley@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>7e3e6e1b - clk: sifive: select by default if SOC_SIFIVE</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/sifive/Kconfig#7e3e6e1b</link>
        <description>clk: sifive: select by default if SOC_SIFIVEWith the aim of dropping direct selects of drivers from Kconfig.socs,default the SiFive clock drivers to the value of SOC_SIFIVE.Signed-off-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;Link: https://lore.kernel.org/r/20221005171348.167476-2-conor@kernel.orgSigned-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/sifive/Kconfig</description>
        <pubDate>Wed, 05 Oct 2022 17:13:44 +0000</pubDate>
        <dc:creator>Conor Dooley &lt;conor.dooley@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>e4d368e0 - clk: sifive: Use reset-simple in prci driver for PCIe driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/sifive/Kconfig#e4d368e0</link>
        <description>clk: sifive: Use reset-simple in prci driver for PCIe driverWe use reset-simple in this patch so that pcie driver can usedevm_reset_control_get() to get this reset data structure and usereset_control_deassert() to deassert pcie_power_up_rst_n.Link: https://lore.kernel.org/r/20210504105940.100004-3-greentime.hu@sifive.comSigned-off-by: Greentime Hu &lt;greentime.hu@sifive.com&gt;Signed-off-by: Lorenzo Pieralisi &lt;lorenzo.pieralisi@arm.com&gt;Reviewed-by: Philipp Zabel &lt;p.zabel@pengutronix.de&gt;Acked-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/sifive/Kconfig</description>
        <pubDate>Tue, 04 May 2021 10:59:36 +0000</pubDate>
        <dc:creator>Greentime Hu &lt;greentime.hu@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/Kconfig#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/Kconfig</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/Kconfig#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/Kconfig</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>f7df8c92 - clk: sifive: restrict Kconfig scope for the FU540 PRCI driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/sifive/Kconfig#f7df8c92</link>
        <description>clk: sifive: restrict Kconfig scope for the FU540 PRCI driverRestrict Kconfig scope for SiFive clock and reset IP block driverssuch that they won&apos;t appear on most configurations that are unlikelyto support them.  This is based on a suggestion from Pavel Machek&lt;pavel@ucw.cz&gt;.  Ideally this should be dependent onCONFIG_ARCH_SIFIVE, but since that Kconfig directive does not yetexist, add dependencies on RISCV or COMPILE_TEST for now.Signed-off-by: Paul Walmsley &lt;paul.walmsley@sifive.com&gt;Signed-off-by: Paul Walmsley &lt;paul@pwsan.com&gt;Reported-by: Pavel Machek &lt;pavel@ucw.cz&gt;Cc: Michael Turquette &lt;mturquette@baylibre.com&gt;Acked-by: Pavel Machek &lt;pavel@ucw.cz&gt;Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/sifive/Kconfig</description>
        <pubDate>Mon, 13 May 2019 21:30:04 +0000</pubDate>
        <dc:creator>Paul Walmsley &lt;paul.walmsley@sifive.com&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/Kconfig#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/Kconfig</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>
