<?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>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/keystone/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/keystone/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>1aa0817e - clk: keystone: Add new driver to handle syscon based clocks</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/keystone/Kconfig#1aa0817e</link>
        <description>clk: keystone: Add new driver to handle syscon based clocksOn TI&apos;s AM654/J721e SoCs, certain clocks can be gated/ungated by settinga single bit in SoC&apos;s System Control Module registers. Sometime morethan one clock control can be in the same register.Add a driver to support such clocks using syscon framework. Drivercurrently supports controlling EHRPWM&apos;s TimeBase clock(TBCLK) for AM654SoC.Signed-off-by: Vignesh Raghavendra &lt;vigneshr@ti.com&gt;Link: https://lkml.kernel.org/r/20200227053529.16479-3-vigneshr@ti.comSigned-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/keystone/Kconfig</description>
        <pubDate>Thu, 27 Feb 2020 05:35:29 +0000</pubDate>
        <dc:creator>Vignesh Raghavendra &lt;vigneshr@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>8e48b33f - clk: keystone: sci-clk: probe clocks from DT instead of firmware</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/keystone/Kconfig#8e48b33f</link>
        <description>clk: keystone: sci-clk: probe clocks from DT instead of firmwareProbing all the available clocks from the PM firmware takes quite a lotof time, increasing boot time. Instead, implement functionality thatparses only the used clocks from DT, and registers these to clock core.This way, the boot time is greatly improved.Additionally, provide a Kconfig option for parsing all the clocks fromfirmware, if someone requires this. It is mostly useful as a debuggingfunctionality if we want to inspect the whole clock tree.Acked-by: Santosh Shilimkar &lt;ssantosh@kernel.org&gt;Signed-off-by: Tero Kristo &lt;t-kristo@ti.com&gt;

            List of files:
            /linux-6.15/drivers/clk/keystone/Kconfig</description>
        <pubDate>Tue, 28 May 2019 13:10:22 +0000</pubDate>
        <dc:creator>Tero Kristo &lt;t-kristo@ti.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/keystone/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/keystone/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>2f149e6e - clk: keystone: Enable TISCI clocks if K3_ARCH</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/keystone/Kconfig#2f149e6e</link>
        <description>clk: keystone: Enable TISCI clocks if K3_ARCHK3_ARCH uses TISCI for clocks as well. Enable the samefor the driver support.Signed-off-by: Nishanth Menon &lt;nm@ti.com&gt;Acked-by: Santosh Shilimkar &lt;ssantosh@kernel.org&gt;Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/keystone/Kconfig</description>
        <pubDate>Tue, 28 Aug 2018 00:50:56 +0000</pubDate>
        <dc:creator>Nishanth Menon &lt;nm@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>682430e8 - clk: keystone: TI_SCI_PROTOCOL is needed for clk driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/keystone/Kconfig#682430e8</link>
        <description>clk: keystone: TI_SCI_PROTOCOL is needed for clk driverCONFIG_COMPILE_TEST allows building a configuration withoutTI_SCI_PROTOCOL, which then fails to link:drivers/clk/keystone/sci-clk.o: In function `ti_sci_clk_probe&apos;:sci-clk.c:(.text.ti_sci_clk_probe+0x4c): undefined reference to `devm_ti_sci_get_handle&apos;This makes it a hard dependency. Right now, that means we can&apos;tactually compile-test the driver unless ARCH_KEYSTONE is set aswell, but we can fix that by allowing TI_MESSAGE_MANAGER tobe selected for COMPILE_TEST as well.Fixes: b745c0794e2f (&quot;clk: keystone: Add sci-clk driver support&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Tero Kristo &lt;t-kristo@ti.com&gt;Signed-off-by: Stephen Boyd &lt;sboyd@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/clk/keystone/Kconfig</description>
        <pubDate>Tue, 20 Jun 2017 20:12:37 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>b745c079 - clk: keystone: Add sci-clk driver support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/keystone/Kconfig#b745c079</link>
        <description>clk: keystone: Add sci-clk driver supportIn K2G, the clock handling is done through firmware executing on aseparate core. Linux kernel needs to communicate to the firmwarethrough TI system control interface to access any power managementrelated resources, including clocks.The keystone sci-clk driver does this, by communicating to thefirmware through the TI SCI driver. The driver adds support forregistering clocks through DT, and basic required clock operationslike prepare/get_rate, etc.Signed-off-by: Tero Kristo &lt;t-kristo@ti.com&gt;[sboyd@codeaurora.org: Make ti_sci_init_clocks() static]Signed-off-by: Stephen Boyd &lt;sboyd@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/clk/keystone/Kconfig</description>
        <pubDate>Tue, 13 Jun 2017 07:09:27 +0000</pubDate>
        <dc:creator>Tero Kristo &lt;t-kristo@ti.com&gt;</dc:creator>
    </item>
</channel>
</rss>
