<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>b82e98bf02cad5923e1306211edb143701222fa2 - clk: microchip: rename clk-core to clk-pic32</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/clk/microchip/Makefile#b82e98bf02cad5923e1306211edb143701222fa2</link>
        <description>clk: microchip: rename clk-core to clk-pic32clk-core is a confusingly generic name, since it is only used by asingle platform and it uses very similar naming to the &quot;soft&quot; IP coresfor use in FPGA fabric (CoreClock or similar is what that would becalled, although nothing like that exists right now) that the FPGAbusiness unit produces. Rename it to clk-pic32, matching the prefixused by most functions in the driver. As far as I can tell, impacton whatever users may (or may not...) exist for the platform is minimalas it&apos;s built-in only and the functions are called directly fromclk-pic32mzda.cReviewed-by: Brian Masney &lt;bmasney@redhat.com&gt;Signed-off-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;

            List of files:
            /linux/drivers/clk/microchip/Makefile</description>
        <pubDate>Wed, 25 Feb 2026 18:44:52 +0100</pubDate>
        <dc:creator>Conor Dooley &lt;conor.dooley@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>d39fb172760e426e0628f16b785c85e16d17bd5e - clk: microchip: add PolarFire SoC fabric clock support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/clk/microchip/Makefile#d39fb172760e426e0628f16b785c85e16d17bd5e</link>
        <description>clk: microchip: add PolarFire SoC fabric clock supportAdd a driver to support the PLLs in PolarFire SoC&apos;s Clock ConditioningCircuitry, an instance of which is located in each ordinal corner ofthe FPGA. Only get_rate() is supported as these clocks are intended tobe statically configured by the FPGA design. Currently, the DLLs arenot supported by this driver. For more information on the hardware, see&quot;PolarFire SoC FPGA Clocking Resources&quot; in the link below.Link: https://onlinedocs.microchip.com/pr/GUID-8F0CC4C0-0317-4262-89CA-CE7773ED1931-en-US-1/index.htmlSigned-off-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;Reviewed-by: Claudiu Beznea &lt;claudiu.beznea@microchip.com&gt;Signed-off-by: Claudiu Beznea &lt;claudiu.beznea@microchip.com&gt;Link: https://lore.kernel.org/r/20220908143651.1252601-5-conor.dooley@microchip.com

            List of files:
            /linux/drivers/clk/microchip/Makefile</description>
        <pubDate>Thu, 08 Sep 2022 16:36:51 +0200</pubDate>
        <dc:creator>Conor Dooley &lt;conor.dooley@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>635e5e73370e7a5974c09b86cccd96e562bfeee8 - clk: microchip: Add driver for Microchip PolarFire SoC</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/clk/microchip/Makefile#635e5e73370e7a5974c09b86cccd96e562bfeee8</link>
        <description>clk: microchip: Add driver for Microchip PolarFire SoCAdd support for clock configuration on Microchip PolarFire SoCReviewed-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Tested-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Co-developed-by: Padmarao Begari &lt;padmarao.begari@microchip.com&gt;Signed-off-by: Padmarao Begari &lt;padmarao.begari@microchip.com&gt;Signed-off-by: Daire McNamara &lt;daire.mcnamara@microchip.com&gt;Co-developed-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;Signed-off-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;Link: https://lore.kernel.org/r/20220222121143.3316880-2-conor.dooley@microchip.comSigned-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux/drivers/clk/microchip/Makefile</description>
        <pubDate>Tue, 22 Feb 2022 13:11:44 +0100</pubDate>
        <dc:creator>Daire McNamara &lt;daire.mcnamara@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/clk/microchip/Makefile#ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1</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/drivers/clk/microchip/Makefile</description>
        <pubDate>Sun, 19 May 2019 14:07:45 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>ce6e1188465998820e7182455261b1f5d508ca17 - CLK: microchip: Add Microchip PIC32 clock driver.</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/clk/microchip/Makefile#ce6e1188465998820e7182455261b1f5d508ca17</link>
        <description>CLK: microchip: Add Microchip PIC32 clock driver.This clock driver implements PIC32 specific clock-tree. clock-treeentities can only be configured through device-tree file (OF).Signed-off-by: Purna Chandra Mandal &lt;purna.mandal@microchip.com&gt;Cc: Michael Turquette &lt;mturquette@baylibre.com&gt;Cc: Stephen Boyd &lt;sboyd@codeaurora.org&gt;Cc: linux-kernel@vger.kernel.orgCc: linux-mips@linux-mips.orgCc: linux-clk@vger.kernel.orgPatchwork: https://patchwork.linux-mips.org/patch/13247/Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux/drivers/clk/microchip/Makefile</description>
        <pubDate>Fri, 13 May 2016 09:52:40 +0200</pubDate>
        <dc:creator>Purna Chandra Mandal &lt;purna.mandal@microchip.com&gt;</dc:creator>
    </item>
</channel>
</rss>
