<?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>d4e15d48 - clk: versatile: hide clock drivers from non-ARM users</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/versatile/Kconfig#d4e15d48</link>
        <description>clk: versatile: hide clock drivers from non-ARM usersCommit 419b3ab6987f (&quot;clk: versatile: remove dependency on ARCH_*&quot;)made the whole menu of ARM reference clock drivers visible on allarchitectures. I can&apos;t see how this is an improvement for non-ARMusers. Unless build-testing, there is no point on presentingARM-only clock drivers on other architectures.Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;Cc: Peter Collingbourne &lt;pcc@google.com&gt;Cc: Lee Jones &lt;lee.jones@linaro.org&gt;Cc: Linus Walleij &lt;linus.walleij@linaro.org&gt;Cc: Stephen Boyd &lt;sboyd@kernel.org&gt;Link: https://lore.kernel.org/r/20210901180953.5bd2a994@endymionReviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/versatile/Kconfig</description>
        <pubDate>Wed, 01 Sep 2021 16:09:53 +0000</pubDate>
        <dc:creator>Jean Delvare &lt;jdelvare@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>323fd595 - clk: versatile: Rename ICST to CLK_ICST</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/versatile/Kconfig#323fd595</link>
        <description>clk: versatile: Rename ICST to CLK_ICSTFor consistency, prefix the ICST config option with CLK as all otherclock source drivers have.Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;Cc: Linus Walleij &lt;linus.walleij@linaro.org&gt;Cc: Michael Turquette &lt;mturquette@baylibre.com&gt;Cc: Stephen Boyd &lt;sboyd@kernel.org&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Link: https://lore.kernel.org/r/20210901180833.4558932d@endymionSigned-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/versatile/Kconfig</description>
        <pubDate>Wed, 01 Sep 2021 16:08:33 +0000</pubDate>
        <dc:creator>Jean Delvare &lt;jdelvare@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>51c8b497 - clk: versatile: Depend on HAS_IOMEM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/versatile/Kconfig#51c8b497</link>
        <description>clk: versatile: Depend on HAS_IOMEMkbuild robot reports that s390 fails to build this driver withCOMPILE_TEST. Let&apos;s depend on HAS_IOMEM so that s390 doesn&apos;t try tobuild it.Cc: Lee Jones &lt;lee.jones@linaro.org&gt;Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Reported-by: kernel test robot &lt;lkp@intel.com&gt;Fixes: 419b3ab6987f (&quot;clk: versatile: remove dependency on ARCH_*&quot;)Link: https://lore.kernel.org/r/20210604192321.2594519-1-sboyd@kernel.orgSigned-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/versatile/Kconfig</description>
        <pubDate>Fri, 04 Jun 2021 19:20:22 +0000</pubDate>
        <dc:creator>Stephen Boyd &lt;sboyd@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>419b3ab6 - clk: versatile: remove dependency on ARCH_*</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/versatile/Kconfig#419b3ab6</link>
        <description>clk: versatile: remove dependency on ARCH_*It is now possible to build a modular kernel for vexpress bynot setting CONFIG_ARCH_VEXPRESS=y and instead setting =m on thedrivers that it normally implies. This is with the exception ofCLK_VEXPRESS_OSC which is currently hidden behind a dependency onone of several ARCH_* variables. Remove that dependency so thatCLK_VEXPRESS_OSC may be enabled without it.Signed-off-by: Peter Collingbourne &lt;pcc@google.com&gt;Link: https://linux-review.googlesource.com/id/I435a21e2e5f6187db54f4ef2079b60028ab2ea69Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;Link: https://lore.kernel.org/r/20210520161702.3746174-1-lee.jones@linaro.orgReviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/versatile/Kconfig</description>
        <pubDate>Thu, 20 May 2021 16:17:02 +0000</pubDate>
        <dc:creator>Peter Collingbourne &lt;pcc@google.com&gt;</dc:creator>
    </item>
<item>
        <title>a7f7f624 - treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/versatile/Kconfig#a7f7f624</link>
        <description>treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;Since commit 84af7a6194e4 (&quot;checkpatch: kconfig: prefer &apos;help&apos; over&apos;---help---&apos;&quot;), the number of &apos;---help---&apos; has been graduallydecreasing, but there are still more than 2400 instances.This commit finishes the conversion. While I touched the lines,I also fixed the indentation.There are a variety of indentation styles found.  a) 4 spaces + &apos;---help---&apos;  b) 7 spaces + &apos;---help---&apos;  c) 8 spaces + &apos;---help---&apos;  d) 1 space + 1 tab + &apos;---help---&apos;  e) 1 tab + &apos;---help---&apos;    (correct indentation)  f) 1 tab + 1 space + &apos;---help---&apos;  g) 1 tab + 2 spaces + &apos;---help---&apos;In order to convert all of them to 1 tab + &apos;help&apos;, I ran thefollowing commend:  $ find . -name &apos;Kconfig*&apos; | xargs sed -i &apos;s/^[[:space:]]*---help---/\thelp/&apos;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/versatile/Kconfig</description>
        <pubDate>Sat, 13 Jun 2020 16:50:22 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e4df11cb - ARM: zynq: Don&apos;t select CONFIG_ICST</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/versatile/Kconfig#e4df11cb</link>
        <description>ARM: zynq: Don&apos;t select CONFIG_ICSTCONFIG_ICST is for ARM Ltd reference platforms and isn&apos;t used by Zynqplatform, so remove selecting it. It appears to be a copy-n-paste error.Cc: Michal Simek &lt;michal.simek@xilinx.com&gt;Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;[arnd: remove the versatile clk driver change I added previously]Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/clk/versatile/Kconfig</description>
        <pubDate>Thu, 09 Apr 2020 22:18:29 +0000</pubDate>
        <dc:creator>Rob Herring &lt;robh@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>5f55f1fb - clk: versatile: Fix kconfig dependency on COMMON_CLK_VERSATILE</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/versatile/Kconfig#5f55f1fb</link>
        <description>clk: versatile: Fix kconfig dependency on COMMON_CLK_VERSATILEIf COMPILE_TEST is enabled, then COMMON_CLK_VERSATILE can be disabledwhen dependent options like ICST are selected resulting in kconfigwarnings:WARNING: unmet direct dependencies detected for ICST  Depends on [n]: COMMON_CLK [=y] &amp;&amp; COMMON_CLK_VERSATILE [=n]  Selected by [y]:  - ARCH_REALVIEW [=y] &amp;&amp; (ARCH_MULTI_V5 [=n] || ARCH_MULTI_V6 [=n] || ARCH_MULTI_V7 [=y])  - ARCH_VEXPRESS [=y] &amp;&amp; ARCH_MULTI_V7 [=y]  - ARCH_ZYNQ [=y] &amp;&amp; ARCH_MULTI_V7 [=y]WARNING: unmet direct dependencies detected for CLK_SP810  Depends on [n]: COMMON_CLK [=y] &amp;&amp; COMMON_CLK_VERSATILE [=n]  Selected by [y]:  - ARCH_REALVIEW [=y] &amp;&amp; (ARCH_MULTI_V5 [=n] || ARCH_MULTI_V6 [=n] || ARCH_MULTI_V7 [=y])Fix this by dropping COMMON_CLK_VERSATILE and just using &apos;menu&apos; insteadof &apos;menuconfig&apos;.[arnd: add ZYNQ to the dependency list]Link: https://lore.kernel.org/r/20200527181307.2482167-1-robh@kernel.orgFixes: 81134fb541d4 (&quot;clk: versatile: Rework kconfig structure&quot;)Cc: Linus Walleij &lt;linus.walleij@linaro.org&gt;Cc: Michael Turquette &lt;mturquette@baylibre.com&gt;Cc: Stephen Boyd &lt;sboyd@kernel.org&gt;Cc: linux-arm-kernel@lists.infradead.orgCc: linux-clk@vger.kernel.orgSigned-off-by: Rob Herring &lt;robh@kernel.org&gt;Acked-by: Stephen Boyd &lt;sboyd@kernel.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/clk/versatile/Kconfig</description>
        <pubDate>Wed, 27 May 2020 18:13:07 +0000</pubDate>
        <dc:creator>Rob Herring &lt;robh@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>75b272bd - clk: vexpress-osc: Support building as a module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/versatile/Kconfig#75b272bd</link>
        <description>clk: vexpress-osc: Support building as a moduleEnable building the vexpress-osc clock driver as a module.Cc: Linus Walleij &lt;linus.walleij@linaro.org&gt;Cc: Liviu Dudau &lt;liviu.dudau@arm.com&gt;Cc: Lorenzo Pieralisi &lt;lorenzo.pieralisi@arm.com&gt;Cc: Michael Turquette &lt;mturquette@baylibre.com&gt;Cc: linux-clk@vger.kernel.orgReviewed-by: Sudeep Holla &lt;sudeep.holla@arm.com&gt;Reviewed-by: Stephen Boyd &lt;sboyd@kernel.org&gt;Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/versatile/Kconfig</description>
        <pubDate>Wed, 29 Apr 2020 20:58:16 +0000</pubDate>
        <dc:creator>Rob Herring &lt;robh@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>562bbb23 - clk: versatile: Only enable SP810 on 32-bit by default</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/versatile/Kconfig#562bbb23</link>
        <description>clk: versatile: Only enable SP810 on 32-bit by defaultWhile 64-bit Arm reference platforms have SP810 for clocks for SP804timers, they are not needed since the arch timers are used instead.Cc: Catalin Marinas &lt;catalin.marinas@arm.com&gt;Cc: Will Deacon &lt;will@kernel.org&gt;Cc: Lorenzo Pieralisi &lt;lorenzo.pieralisi@arm.com&gt;Cc: Linus Walleij &lt;linus.walleij@linaro.org&gt;Cc: linux-clk@vger.kernel.orgReviewed-by: Sudeep Holla &lt;sudeep.holla@arm.com&gt;Reviewed-by: Stephen Boyd &lt;sboyd@kernel.org&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Liviu Dudau &lt;liviu.dudau@arm.com&gt;Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/versatile/Kconfig</description>
        <pubDate>Wed, 29 Apr 2020 20:58:14 +0000</pubDate>
        <dc:creator>Rob Herring &lt;robh@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>81134fb5 - clk: versatile: Rework kconfig structure</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/versatile/Kconfig#81134fb5</link>
        <description>clk: versatile: Rework kconfig structureCONFIG_COMMON_CLK_VERSATILE doesn&apos;t really do anything other than hidingArm Ltd reference platform clock drivers. It is both selected by theplatforms that need it and has a &apos;depends on&apos; for those platforms. Let&apos;sdrop the selects and convert CONFIG_COMMON_CLK_VERSATILE into amenuconfig entry. With this make CONFIG_ICST visible.Move the &apos;select REGMAP_MMIO&apos; to the drivers that require it (SP810 didnot).This also has the side effect of enabling CONFIG_ICST for COMPILE_TESTas it was not visible before.Cc: Catalin Marinas &lt;catalin.marinas@arm.com&gt;Cc: Will Deacon &lt;will@kernel.org&gt;Cc: Liviu Dudau &lt;liviu.dudau@arm.com&gt;Cc: Lorenzo Pieralisi &lt;lorenzo.pieralisi@arm.com&gt;Cc: Linus Walleij &lt;linus.walleij@linaro.org&gt;Reviewed-by: Sudeep Holla &lt;sudeep.holla@arm.com&gt;Reviewed-by: Stephen Boyd &lt;sboyd@kernel.org&gt;Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/versatile/Kconfig</description>
        <pubDate>Wed, 29 Apr 2020 20:58:13 +0000</pubDate>
        <dc:creator>Rob Herring &lt;robh@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>333d2d19 - clk: Fix Kconfig indentation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/versatile/Kconfig#333d2d19</link>
        <description>clk: Fix Kconfig indentationAdjust indentation from spaces to tab (+optional two spaces) as incoding style with command like:	$ sed -e &apos;s/^        /\t/&apos; -i */KconfigSigned-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Link: https://lkml.kernel.org/r/1574306335-29026-1-git-send-email-krzk@kernel.org[sboyd@kernel.org: Fixup mediatek to have two spaces for help indent]Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/versatile/Kconfig</description>
        <pubDate>Thu, 21 Nov 2019 03:18:55 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&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/versatile/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/versatile/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>ba3fae06 - ARM/clk: move the ICST library to drivers/clk</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/versatile/Kconfig#ba3fae06</link>
        <description>ARM/clk: move the ICST library to drivers/clkThis moves the ICST clock divider helper library fromarch/arm/common to drivers/clk/versatile so it is maintainedwith the other clock drivers.We keep the structure as a helper library intact and do notfuse it with the clk-icst.c Versatile ICST clock driver: theremay be other users out there that need to use this library fortheir clocking, and then it will be helpful to keep thelibrary contained. (The icst.[c|h] files could just be movedto drivers/clk/lib or a similar location to share the library.)Acked-by: Stephen Boyd &lt;sboyd@codeaurora.org&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/clk/versatile/Kconfig</description>
        <pubDate>Wed, 01 Feb 2017 09:41:43 +0000</pubDate>
        <dc:creator>Linus Walleij &lt;linus.walleij@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>16956fed - ARM: versatile: switch to DT only booting and remove legacy code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/versatile/Kconfig#16956fed</link>
        <description>ARM: versatile: switch to DT only booting and remove legacy codeWith DT support for clocks, irqchips, timers, and PCI now in place, DTbased booting has feature parity with non-DT legacy boot. The finalpiece is actually enabling common clock support on Versatile. Enablingfull DT support requires either removing the old Versatile clock code,updating the legacy boot to use the common clock code, or making DT andlegacy boot mutually exclusive. Given that removing legacy boot code isthe goal anyway, I am going with the 1st option.Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;Cc: Russell King &lt;linux@arm.linux.org.uk&gt;Cc: Linus Walleij &lt;linus.walleij@linaro.org&gt;Cc: Mike Turquette &lt;mturquette@linaro.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/clk/versatile/Kconfig</description>
        <pubDate>Tue, 08 Dec 2015 20:44:16 +0000</pubDate>
        <dc:creator>Rob Herring &lt;robh@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>179c8fb3 - clk: versatile-icst: convert to use regmap</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/versatile/Kconfig#179c8fb3</link>
        <description>clk: versatile-icst: convert to use regmapInstead of passing around register bases, pass around a regmapin this driver. This refactoring make things so much easier whenwe later want to manage an ICST that is part of a syscon.Cc: Michael Turquette &lt;mturquette@baylibre.com&gt;Cc: Stephen Boyd &lt;sboyd@codeaurora.org&gt;Cc: linux-clk@vger.kernel.orgSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/clk/versatile/Kconfig</description>
        <pubDate>Mon, 12 Oct 2015 13:52:50 +0000</pubDate>
        <dc:creator>Linus Walleij &lt;linus.walleij@linaro.org&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/versatile/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/versatile/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>5ee2b877 - clk: versatile: Split config options for sp810 and vexpress_osc</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/versatile/Kconfig#5ee2b877</link>
        <description>clk: versatile: Split config options for sp810 and vexpress_oscMove the Kconfig entry for Versatile (&amp; Express) clock driversinto a separate file and add individual options for sp810and vexpress_osc drivers, as they are optional in someconfigurations and may have separate dependencies.Signed-off-by: Pawel Moll &lt;pawel.moll@arm.com&gt;Acked-by: Mike Turquette &lt;mturquette@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/clk/versatile/Kconfig</description>
        <pubDate>Tue, 17 Sep 2013 16:16:15 +0000</pubDate>
        <dc:creator>Pawel Moll &lt;pawel.moll@arm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
