<?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>281462e5 - memory: tegra124-emc: Make driver modular</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/tegra/Kconfig#281462e5</link>
        <description>memory: tegra124-emc: Make driver modularAdd modularization support to the Tegra124 EMC driver, which now can becompiled as a loadable kernel module.Note that EMC clock must be registered at clk-init time, otherwise PLLMwill be disabled as unused clock at boot time if EMC driver is compiledas a module. Hence add a prepare/complete callbacks. similarly to what isdone for the Tegra20/30 EMC drivers.Tested-by: Nicolas Chauvet &lt;kwizart@gmail.com&gt;Signed-off-by: Dmitry Osipenko &lt;digetx@gmail.com&gt;Link: https://lore.kernel.org/r/20201228154920.18846-2-digetx@gmail.comSigned-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/tegra/Kconfig</description>
        <pubDate>Mon, 28 Dec 2020 15:49:16 +0000</pubDate>
        <dc:creator>Dmitry Osipenko &lt;digetx@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3dcbd36f - clk: tegra: Rename Tegra124 EMC clock source file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/tegra/Kconfig#3dcbd36f</link>
        <description>clk: tegra: Rename Tegra124 EMC clock source fileThis code is only used on Tegra124, so rename it accordingly to make itmore consistent with other file names.While at it, also get rid of the TEGRA_CLK_EMC Kconfig symbol that&apos;sreally just an alias for TEGRA124_EMC.Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/clk/tegra/Kconfig</description>
        <pubDate>Fri, 28 Feb 2020 11:43:51 +0000</pubDate>
        <dc:creator>Thierry Reding &lt;treding@nvidia.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/tegra/Kconfig#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/tegra/Kconfig</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>8bf9437a - clk: tegra: dfll: build clk-dfll.c for Tegra124 and Tegra210</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/tegra/Kconfig#8bf9437a</link>
        <description>clk: tegra: dfll: build clk-dfll.c for Tegra124 and Tegra210Tegra210 has a DFLL as well and can share the majority of the code withthe Tegra124 implementation. So build the same code for both platforms.Signed-off-by: Peter De Schrijver &lt;pdeschrijver@nvidia.com&gt;Signed-off-by: Joseph Lo &lt;josephl@nvidia.com&gt;Acked-by: Jon Hunter &lt;jonathanh@nvidia.com&gt;Acked-by: Stephen Boyd &lt;sboyd@kernel.org&gt;Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/clk/tegra/Kconfig</description>
        <pubDate>Fri, 04 Jan 2019 03:06:52 +0000</pubDate>
        <dc:creator>Peter De Schrijver &lt;pdeschrijver@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>ca6f2796 - clk: tegra: Add BPMP clock driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/tegra/Kconfig#ca6f2796</link>
        <description>clk: tegra: Add BPMP clock driverThis driver uses the services provided by the BPMP firmware driver toimplement a clock driver based on the MRQ_CLK request. This part of theBPMP ABI provides a means to enumerate and control clocks and shouldallow the driver to work on any chip that supports this ABI.Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;Signed-off-by: Stephen Boyd &lt;sboyd@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/clk/tegra/Kconfig</description>
        <pubDate>Thu, 17 Nov 2016 15:47:31 +0000</pubDate>
        <dc:creator>Thierry Reding &lt;treding@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>31b52ba4 - clk: tegra: EMC clock driver depends on EMC driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/tegra/Kconfig#31b52ba4</link>
        <description>clk: tegra: EMC clock driver depends on EMC driverThe EMC clock driver uses symbols exported by the EMC driver, so itneeds the corresponding dependency to avoid build breakage.Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/clk/tegra/Kconfig</description>
        <pubDate>Wed, 01 Apr 2015 07:10:58 +0000</pubDate>
        <dc:creator>Thierry Reding &lt;treding@nvidia.com&gt;</dc:creator>
    </item>
</channel>
</rss>
