<?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>ba7c8d27 - clk: bcm: Add BCM63268 timer clock and reset driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/bcm/Kconfig#ba7c8d27</link>
        <description>clk: bcm: Add BCM63268 timer clock and reset driverAdd driver for BCM63268 timer clock and reset controller.Signed-off-by: &#193;lvaro Fern&#225;ndez Rojas &lt;noltari@gmail.com&gt;Link: https://lore.kernel.org/r/20230322171515.120353-5-noltari@gmail.com[sboyd@kernel.org: Mark reset ops const, fixup includes]Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/bcm/Kconfig</description>
        <pubDate>Wed, 22 Mar 2023 17:15:15 +0000</pubDate>
        <dc:creator>&#193;lvaro Fern&#225;ndez Rojas &lt;noltari@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>45b9fc58 - clk: bcm: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/bcm/Kconfig#45b9fc58</link>
        <description>clk: bcm: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCAPrepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. MakeCLK_BCM_63XX depending and setting default on ARCH_BCMBCA.Signed-off-by: William Zhang &lt;william.zhang@broadcom.com&gt;Acked-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Signed-off-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/clk/bcm/Kconfig</description>
        <pubDate>Thu, 07 Jul 2022 06:57:55 +0000</pubDate>
        <dc:creator>William Zhang &lt;william.zhang@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>73a203b0 - clk: bcm: dvp: Select the reset framework</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/bcm/Kconfig#73a203b0</link>
        <description>clk: bcm: dvp: Select the reset frameworkThe DVP driver depends both on the RESET_SIMPLE driver but also on thereset framework itself. Let&apos;s make sure we have it enabled.Fixes: 1bc95972715a (&quot;clk: bcm: Add BCM2711 DVP driver&quot;)Signed-off-by: Maxime Ripard &lt;maxime@cerno.tech&gt;Link: https://lore.kernel.org/r/20200903082636.3844629-1-maxime@cerno.techAcked-by: Nicolas Saenz Julienne &lt;nsaenzjulienne@suse.de&gt;Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/bcm/Kconfig</description>
        <pubDate>Thu, 03 Sep 2020 08:26:36 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime@cerno.tech&gt;</dc:creator>
    </item>
<item>
        <title>1bc95972 - clk: bcm: Add BCM2711 DVP driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/bcm/Kconfig#1bc95972</link>
        <description>clk: bcm: Add BCM2711 DVP driverThe HDMI block has a block that controls clocks and reset signals to theHDMI0 and HDMI1 controllers.Let&apos;s expose that through a clock driver implementing a clock and resetprovider.Cc: Michael Turquette &lt;mturquette@baylibre.com&gt;Cc: Stephen Boyd &lt;sboyd@kernel.org&gt;Cc: Rob Herring &lt;robh+dt@kernel.org&gt;Cc: linux-clk@vger.kernel.orgCc: devicetree@vger.kernel.orgReviewed-by: Stephen Boyd &lt;sboyd@kernel.org&gt;Signed-off-by: Maxime Ripard &lt;maxime@cerno.tech&gt;Link: https://lore.kernel.org/r/bb60d97fc76b61c2eabef5a02ebd664c0f57ede0.1591867332.git-series.maxime@cerno.techAcked-by: Stefan Wahren &lt;stefan.wahren@i2se.com&gt;Reviewed-by: Nicolas Saenz Julienne &lt;nsaenzjulienne@suse.de&gt;Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/bcm/Kconfig</description>
        <pubDate>Thu, 11 Jun 2020 09:23:16 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime@cerno.tech&gt;</dc:creator>
    </item>
<item>
        <title>1c099779 - clk: add BCM63XX gated clock controller driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/bcm/Kconfig#1c099779</link>
        <description>clk: add BCM63XX gated clock controller driverAdd a driver for the gated clock controller found on MIPS based BCM63XXSoCs.Signed-off-by: Jonas Gorski &lt;jonas.gorski@gmail.com&gt;Reviewed-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Reviewed-by: Philippe Mathieu-Daud&#233; &lt;f4bug@amsat.org&gt;[sboyd@kernel.org: Remove module.h include and associated things for anon-modular driver, add static on data tables, drop of_match_ptr()usage, fix spdx tag to be a C++ style comment]Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/bcm/Kconfig</description>
        <pubDate>Thu, 02 May 2019 12:26:56 +0000</pubDate>
        <dc:creator>Jonas Gorski &lt;jonas.gorski@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4e85e535 - clk: bcm283x: add driver interfacing with Raspberry Pi&apos;s firmware</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/bcm/Kconfig#4e85e535</link>
        <description>clk: bcm283x: add driver interfacing with Raspberry Pi&apos;s firmwareRaspberry Pi&apos;s firmware offers an interface though which update it&apos;sclock&apos;s frequencies. This is specially useful in order to change the CPUclock (pllb_arm) which is &apos;owned&apos; by the firmware and we&apos;re unable toscale using the register interface provided by clk-bcm2835.Signed-off-by: Nicolas Saenz Julienne &lt;nsaenzjulienne@suse.de&gt;Acked-by: Eric Anholt &lt;eric@anholt.net&gt;Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/bcm/Kconfig</description>
        <pubDate>Wed, 12 Jun 2019 18:24:54 +0000</pubDate>
        <dc:creator>Nicolas Saenz Julienne &lt;nsaenzjulienne@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>789bc177 - clk: bcm: Allow CLK_BCM2835 for ARCH_BRCMSTB</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/bcm/Kconfig#789bc177</link>
        <description>clk: bcm: Allow CLK_BCM2835 for ARCH_BRCMSTBARCH_BRCMSTB needs to use the BCM2835 clock driver for chips likeBCM7211 which adopted that clock controller, make that possible and thedriver default to be enabled for ARCH_BRCMSTB.Signed-off-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Reviewed-by: Eric Anholt &lt;eric@anholt.net&gt;Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/bcm/Kconfig</description>
        <pubDate>Thu, 09 May 2019 20:29:56 +0000</pubDate>
        <dc:creator>Florian Fainelli &lt;f.fainelli@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5d59f12a - clk: bcm: Make BCM2835 clock drivers selectable</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/bcm/Kconfig#5d59f12a</link>
        <description>clk: bcm: Make BCM2835 clock drivers selectableMake the BCM2835 clock driver selectable by otherarchitectures/platforms. ARCH_BRCMSTB will be selecting that driver inthe next commit since new chips like 7211 use the same CPRMAN clockcontroller that this driver supports.Signed-off-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Reviewed-by: Eric Anholt &lt;eric@anholt.net&gt;Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/bcm/Kconfig</description>
        <pubDate>Thu, 09 May 2019 20:29:55 +0000</pubDate>
        <dc:creator>Florian Fainelli &lt;f.fainelli@gmail.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/bcm/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/bcm/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>04c3767f - clk: bcm: Add Broadcom Hurricane 2 clock support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/bcm/Kconfig#04c3767f</link>
        <description>clk: bcm: Add Broadcom Hurricane 2 clock supportAdd support for the Broadcom Hurricane 2 SoC clock controller. We canre-use the existing iProc clock library since the SoC&apos;s architecture islargely the same as its predecessors. For now, we just initialize theiProc ARM PLL.Acked-by: Jon Mason &lt;jon.mason@broadcom.com&gt;Signed-off-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Acked-by: Stephen Boyd &lt;sboyd@codeaurora.org&gt;Signed-off-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/clk/bcm/Kconfig</description>
        <pubDate>Thu, 28 Sep 2017 23:14:57 +0000</pubDate>
        <dc:creator>Florian Fainelli &lt;f.fainelli@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>654cdd32 - clk: bcm: Add clocks for Stingray SOC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/bcm/Kconfig#654cdd32</link>
        <description>clk: bcm: Add clocks for Stingray SOCThis patch adds support for Stingray clocks in iprocccf. The Stingray SOC has various plls based on iprocpll architecture.Signed-off-by: Sandeep Tripathy &lt;sandeep.tripathy@broadcom.com&gt;Signed-off-by: Anup Patel &lt;anup.patel@broadcom.com&gt;Reviewed-by: Ray Jui &lt;ray.jui@broadcom.com&gt;Reviewed-by: Scott Branden &lt;scott.branden@broadcom.com&gt;Signed-off-by: Stephen Boyd &lt;sboyd@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/clk/bcm/Kconfig</description>
        <pubDate>Tue, 06 Jun 2017 04:23:58 +0000</pubDate>
        <dc:creator>Sandeep Tripathy &lt;sandeep.tripathy@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>100edfe3 - clk: bcm: Make COMMON_CLK_IPROC into a library</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/bcm/Kconfig#100edfe3</link>
        <description>clk: bcm: Make COMMON_CLK_IPROC into a libraryThe broadcom clk driver Kconfig file selects and depends on theCOMMON_CLK_IPROC config for different SoC specific drivers. Let&apos;ssimplify this by always selecting the COMMON_CLK_IPROC config,turning it into a set of library code. We still want to retainthe SoC specific options, so we leave those in place. Since we&apos;rehere we also drop COMMON_CLK dependency because that&apos;s implicitlyhandled by including this file in drivers/clk/Kconfig in theright place and also make CLK_BCM_KONA default to y on thearchitecture it exists for instead of plain default y.Cc: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Cc: Ray Jui &lt;ray.jui@broadcom.com&gt;Cc: Jon Mason &lt;jonmason@broadcom.com&gt;Signed-off-by: Stephen Boyd &lt;sboyd@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/clk/bcm/Kconfig</description>
        <pubDate>Wed, 23 Nov 2016 22:41:59 +0000</pubDate>
        <dc:creator>Stephen Boyd &lt;sboyd@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>b7d79eb4 - clk: bcm: Fix unmet Kconfig dependencies for CLK_BCM_63XX</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/bcm/Kconfig#b7d79eb4</link>
        <description>clk: bcm: Fix unmet Kconfig dependencies for CLK_BCM_63XXWith commit f4e871509959 (&quot;clk: iproc: Make clocks visible options&quot;),COMMON_CLK_IPROC gained a dependency on ARCH_BCM_IPROC, yet CLK_BCM_63XXalso selects that option, this causes the following Kconfig warning:warning: (CLK_BCM_63XX) selects COMMON_CLK_IPROC which has unmet directdependencies ((ARCH_BCM_IPROC || COMPILE_TEST) &amp;&amp; COMMON_CLK)Fix this by adding proper depends for COMMON_CLK_IPROCFixes: f4e871509959 (&quot;clk: iproc: Make clocks visible options&quot;)Signed-off-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Reviewed-by: Ray Jui &lt;ray.jui@broadcom.com&gt;[sboyd@codeaurora.org: Drop default part as it&apos;s redundant]Signed-off-by: Stephen Boyd &lt;sboyd@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/clk/bcm/Kconfig</description>
        <pubDate>Tue, 22 Nov 2016 17:43:27 +0000</pubDate>
        <dc:creator>Florian Fainelli &lt;f.fainelli@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f4e87150 - clk: iproc: Make clocks visible options</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/bcm/Kconfig#f4e87150</link>
        <description>clk: iproc: Make clocks visible optionsMake the clocks visible options that can be selected by anyone.  Thisavoids the problems of: 1) Select is a reverse dependency and is hard for people to understand    and can sometimes be a pain to track down 2) Build coverage goes down because configs are hidden 3) Code bloatPatch suggested by Stephen BoydSigned-off-by: Jon Mason &lt;jonmason@broadcom.com&gt;Signed-off-by: Stephen Boyd &lt;sboyd@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/clk/bcm/Kconfig</description>
        <pubDate>Thu, 29 Oct 2015 20:44:10 +0000</pubDate>
        <dc:creator>Jon Mason &lt;jonmason@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>7160aa1e - clk: bcm: Add BCM63138 clock support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/bcm/Kconfig#7160aa1e</link>
        <description>clk: bcm: Add BCM63138 clock supportBCM63138 has a simple clocking domain which is primarily the ARMPLLclocking complex, from which the ARM (CPU), APB and AXI clocks would bederived from.Since the ARMPLL controller is entirely compatible with the iProc ARMPLL, we just initialize it without additional parameters.Signed-off-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Signed-off-by: Stephen Boyd &lt;sboyd@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/clk/bcm/Kconfig</description>
        <pubDate>Fri, 30 Oct 2015 01:23:18 +0000</pubDate>
        <dc:creator>Florian Fainelli &lt;f.fainelli@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>addc3ba6 - clk: bcm: Add BCM63138 clock support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/bcm/Kconfig#addc3ba6</link>
        <description>clk: bcm: Add BCM63138 clock supportBCM63138 has a simple clocking domain which is primarily the ARMPLLclocking complex, from which the ARM (CPU), APB and AXI clocks would bederived from.Since the ARMPLL controller is entirely compatible with the iProc ARMPLL, we just initialize it without additional parameters.Signed-off-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Signed-off-by: Stephen Boyd &lt;sboyd@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/clk/bcm/Kconfig</description>
        <pubDate>Fri, 30 Oct 2015 01:23:18 +0000</pubDate>
        <dc:creator>Florian Fainelli &lt;f.fainelli@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1e9bc9d6 - ARM: cygnus: fix link failures when CONFIG_COMMON_CLK_IPROC is disabled</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/bcm/Kconfig#1e9bc9d6</link>
        <description>ARM: cygnus: fix link failures when CONFIG_COMMON_CLK_IPROC is disabledWhen CONFIG_CYGNUS is set but CONFIG_COMMON_CLK_IPROC is disabled, thefollowing link failures are caused:drivers/built-in.o: In function `cygnus_armpll_init&apos;::(.init.text+0x1d290): undefined reference to `iproc_armpll_setup&apos;drivers/built-in.o: In function `cygnus_genpll_clk_init&apos;::(.init.text+0x1d2c4): undefined reference to `iproc_pll_clk_setup&apos;drivers/built-in.o: In function `cygnus_lcpll0_clk_init&apos;::(.init.text+0x1d304): undefined reference to `iproc_pll_clk_setup&apos;drivers/built-in.o: In function `cygnus_mipipll_clk_init&apos;::(.init.text+0x1d344): undefined reference to `iproc_pll_clk_setup&apos;drivers/built-in.o: In function `cygnus_asiu_init&apos;::(.init.text+0x1d370): undefined reference to `iproc_asiu_setup&apos;It is fixed it by always selecting COMMON_CLK_IPROC fromARCH_BCM_IPROC, and making COMMON_CLK_IPROC a silent option (thuspreventing it from being erroneously disabled by a user).Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Jon Mason &lt;jonmason@broadcom.com&gt;Signed-off-by: Stephen Boyd &lt;sboyd@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/clk/bcm/Kconfig</description>
        <pubDate>Thu, 15 Oct 2015 19:48:24 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>4a7748c3 - clk: Allow drivers to build if COMPILE_TEST is enabled</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/bcm/Kconfig#4a7748c3</link>
        <description>clk: Allow drivers to build if COMPILE_TEST is enabledThese drivers only have runtime but no build time dependencies so can bebuilt for testing purposes if the Kconfig COMPILE_TEST option is enabled.This is useful to have more build coverage and make sure that drivers arenot affected by changes that could cause build regressions.Signed-off-by: Javier Martinez Canillas &lt;javier@osg.samsung.com&gt;Acked-by: Scott Branden &lt;sbranden@broadcom.com&gt;Signed-off-by: Stephen Boyd &lt;sboyd@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/clk/bcm/Kconfig</description>
        <pubDate>Tue, 13 Oct 2015 14:18:18 +0000</pubDate>
        <dc:creator>Javier Martinez Canillas &lt;javier@osg.samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>5fe225c1 - clk: iproc: add initial common clock support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/bcm/Kconfig#5fe225c1</link>
        <description>clk: iproc: add initial common clock supportThis adds basic and generic support for various iProc PLLs and clocksincluding the ARMPLL, GENPLL, LCPLL, MIPIPLL, and ASIU clocks.SoCs under the iProc architecture can define their specific registeroffsets and clock parameters for their PLL and clock controllers. Theseparameters can be passed as arugments into the generic iProc PLL andclock setup functionsDerived from code originally provided by Jonathan Richardson&lt;jonathar@broadcom.com&gt;Signed-off-by: Ray Jui &lt;rjui@broadcom.com&gt;Reviewed-by: Scott Branden &lt;sbranden@broadcom.com&gt;Signed-off-by: Michael Turquette &lt;mturquette@baylibre.com&gt;

            List of files:
            /linux-6.15/drivers/clk/bcm/Kconfig</description>
        <pubDate>Tue, 05 May 2015 18:13:19 +0000</pubDate>
        <dc:creator>Ray Jui &lt;rjui@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>7d3723ba - clk: bcm21664: use common clock framework</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/bcm/Kconfig#7d3723ba</link>
        <description>clk: bcm21664: use common clock frameworkDefine the set of CCUs and provided clocks sufficient to satisfy theneeds of all the existing clock references for BCM21664.  Replacethe &quot;fake&quot; fixed-rate clocks used previously with &quot;real&quot; ones.Note that only the minimal set of these clocks and CCUs is definedhere.  More clock definitions will need to be added as required bythe addition of additional drivers.Signed-off-by: Alex Elder &lt;elder@linaro.org&gt;Signed-off-by: Mike Turquette &lt;mturquette@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/clk/bcm/Kconfig</description>
        <pubDate>Mon, 21 Apr 2014 21:26:26 +0000</pubDate>
        <dc:creator>Alex Elder &lt;elder@linaro.org&gt;</dc:creator>
    </item>
</channel>
</rss>
