<?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>737dbd66 - PM / devfreq: Remove &quot;select SRCU&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/devfreq/Kconfig#737dbd66</link>
        <description>PM / devfreq: Remove &quot;select SRCU&quot;Now that the SRCU Kconfig option is unconditionally selected, there isno longer any point in selecting it.  Therefore, remove the &quot;select SRCU&quot;Kconfig statements.Signed-off-by: Paul E. McKenney &lt;paulmck@kernel.org&gt;Signed-off-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;

            List of files:
            /linux-6.15/drivers/devfreq/Kconfig</description>
        <pubDate>Thu, 05 Jan 2023 00:37:58 +0000</pubDate>
        <dc:creator>Paul E. McKenney &lt;paulmck@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>86d231b1 - PM / devfreq: mediatek: Introduce MediaTek CCI devfreq driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/devfreq/Kconfig#86d231b1</link>
        <description>PM / devfreq: mediatek: Introduce MediaTek CCI devfreq driverWe introduce a devfreq driver for the MediaTek Cache Coherent Interconnect(CCI) used by some MediaTek SoCs.In this driver, we use the passive devfreq driver to get target frequenciesand adjust voltages accordingly. In MT8183 and MT8186, the MediaTek CCIis supplied by the same regulators with the little core CPUs.Signed-off-by: Jia-Wei Chang &lt;jia-wei.chang@mediatek.com&gt;Signed-off-by: Johnson Wang &lt;johnson.wang@mediatek.com&gt;Acked-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;Tested-by: Kevin Hilman &lt;khilman@baylibre.com&gt;Signed-off-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;

            List of files:
            /linux-6.15/drivers/devfreq/Kconfig</description>
        <pubDate>Tue, 07 Jun 2022 14:05:56 +0000</pubDate>
        <dc:creator>Johnson Wang &lt;johnson.wang@mediatek.com&gt;</dc:creator>
    </item>
<item>
        <title>a4b3c62f - PM / devfreq: sun8i: addd COMMON_CLK dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/devfreq/Kconfig#a4b3c62f</link>
        <description>PM / devfreq: sun8i: addd COMMON_CLK dependencyCompile-testing the driver without CONFIG_COMMON_CLK causesa link failure:arm-linux-gnueabi-ld: drivers/devfreq/sun8i-a33-mbus.o: in function `sun8i_a33_mbus_remove&apos;:sun8i-a33-mbus.c:(.text+0x450): undefined reference to `clk_rate_exclusive_put&apos;arm-linux-gnueabi-ld: sun8i-a33-mbus.c:(.text+0x460): undefined reference to `clk_rate_exclusive_put&apos;arm-linux-gnueabi-ld: drivers/devfreq/sun8i-a33-mbus.o: in function `sun8i_a33_mbus_probe&apos;:sun8i-a33-mbus.c:(.text+0x85c): undefined reference to `clk_rate_exclusive_get&apos;arm-linux-gnueabi-ld: sun8i-a33-mbus.c:(.text+0x878): undefined reference to `clk_rate_exclusive_get&apos;Fixes: 8bfd4858b4bb (&quot;PM / devfreq: Add a driver for the sun8i/sun50i MBUS&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;

            List of files:
            /linux-6.15/drivers/devfreq/Kconfig</description>
        <pubDate>Wed, 15 Dec 2021 14:03:09 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>8bfd4858 - PM / devfreq: Add a driver for the sun8i/sun50i MBUS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/devfreq/Kconfig#8bfd4858</link>
        <description>PM / devfreq: Add a driver for the sun8i/sun50i MBUSThis driver works by adjusting the divider on the DRAM controller&apos;smodule clock. Thus there is no fixed set of OPPs, only &quot;full speed&quot; downto &quot;quarter speed&quot; (or whatever the maximum divider is on that variant).It makes use of the MDFS hardware in the MBUS, in &quot;DFS&quot; mode, whichtakes care of updating registers during the critical section while DRAMis inaccessible.This driver should support several sunxi SoCs, starting with the A33,which have a DesignWare DDR3 controller with merged PHY register spaceand the matching MBUS register layout (so not A63 or later). However,the driver has only been tested on the A64/H5, so those are the onlycompatibles enabled for now.Acked-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;Signed-off-by: Samuel Holland &lt;samuel@sholland.org&gt;Signed-off-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;

            List of files:
            /linux-6.15/drivers/devfreq/Kconfig</description>
        <pubDate>Thu, 18 Nov 2021 03:18:41 +0000</pubDate>
        <dc:creator>Samuel Holland &lt;samuel@sholland.org&gt;</dc:creator>
    </item>
<item>
        <title>a15fc9aa - PM / devfreq: imx8m-ddrc: Remove DEVFREQ_GOV_SIMPLE_ONDEMAND dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/devfreq/Kconfig#a15fc9aa</link>
        <description>PM / devfreq: imx8m-ddrc: Remove DEVFREQ_GOV_SIMPLE_ONDEMAND dependencyThe driver can&apos;t support simple ondemand governor due to missing.get_dev_status() capability.Signed-off-by: Dong Aisheng &lt;aisheng.dong@nxp.com&gt;Signed-off-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;

            List of files:
            /linux-6.15/drivers/devfreq/Kconfig</description>
        <pubDate>Fri, 21 May 2021 03:16:39 +0000</pubDate>
        <dc:creator>Dong Aisheng &lt;aisheng.dong@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>5f104f9f - PM / devfreq: Fix the wrong set_freq path for userspace governor in Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/devfreq/Kconfig#5f104f9f</link>
        <description>PM / devfreq: Fix the wrong set_freq path for userspace governor in KconfigFix the wrong set_freq path for userspace governor in Kconfig.Signed-off-by: Dong Aisheng &lt;aisheng.dong@nxp.com&gt;Signed-off-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;

            List of files:
            /linux-6.15/drivers/devfreq/Kconfig</description>
        <pubDate>Tue, 09 Mar 2021 12:58:33 +0000</pubDate>
        <dc:creator>Dong Aisheng &lt;aisheng.dong@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>98fd9972 - PM / devfreq: tegra20: Deprecate in a favor of emc-stat based driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/devfreq/Kconfig#98fd9972</link>
        <description>PM / devfreq: tegra20: Deprecate in a favor of emc-stat based driverRemove tegra20-devfreq in order to replace it with a EMC_STAT baseddevfreq driver. Previously we were going to use MC_STAT basedtegra20-devfreq driver because EMC_STAT wasn&apos;t working properly, butnow that problem is resolved. This resolves complications imposed bythe removed driver since it was depending on both EMC and MC driverssimultaneously.Acked-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;Signed-off-by: Dmitry Osipenko &lt;digetx@gmail.com&gt;Signed-off-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;

            List of files:
            /linux-6.15/drivers/devfreq/Kconfig</description>
        <pubDate>Mon, 23 Nov 2020 00:27:15 +0000</pubDate>
        <dc:creator>Dmitry Osipenko &lt;digetx@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cc2a4e83 - PM / devfreq: tegra20: Relax Kconfig dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/devfreq/Kconfig#cc2a4e83</link>
        <description>PM / devfreq: tegra20: Relax Kconfig dependencyThe Tegra EMC driver now could be compiled as a loadable kernel module.Currently devfreq driver depends on the EMC/MC drivers in Kconfig, andthus, devfreq is forced to be a kernel module if EMC is compiled as amodule. This build dependency could be relaxed since devfreq driverchecks MC/EMC presence on probe, allowing kernel configuration wheredevfreq is a built-in driver and EMC driver is a loadable module.This change puts Tegra20 devfreq Kconfig entry on a par with the Tegra30devfreq entry.Acked-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;Signed-off-by: Dmitry Osipenko &lt;digetx@gmail.com&gt;Signed-off-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;

            List of files:
            /linux-6.15/drivers/devfreq/Kconfig</description>
        <pubDate>Sun, 25 Oct 2020 22:17:31 +0000</pubDate>
        <dc:creator>Dmitry Osipenko &lt;digetx@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5173a975 - PM / devfreq: Add generic imx bus scaling driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/devfreq/Kconfig#5173a975</link>
        <description>PM / devfreq: Add generic imx bus scaling driverAdd initial support for dynamic frequency switching on pieces of the imxinterconnect fabric.All this driver does is set a clk rate based on an opp table, it doesnot map register areas.Signed-off-by: Leonard Crestez &lt;leonard.crestez@nxp.com&gt;Tested-by: Martin Kepplinger &lt;martin.kepplinger@puri.sm&gt;Acked-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;Signed-off-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;

            List of files:
            /linux-6.15/drivers/devfreq/Kconfig</description>
        <pubDate>Mon, 06 Apr 2020 12:03:07 +0000</pubDate>
        <dc:creator>Leonard Crestez &lt;leonard.crestez@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>91d7f3f8 - PM / devfreq: exynos: Rename Exynos to lowercase</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/devfreq/Kconfig#91d7f3f8</link>
        <description>PM / devfreq: exynos: Rename Exynos to lowercaseFix up inconsistent usage of upper and lowercase letters in &quot;Exynos&quot;name.&quot;EXYNOS&quot; is not an abbreviation but a regular trademarked name.Therefore it should be written with lowercase letters starting withcapital letter.The lowercase &quot;Exynos&quot; name is promoted by its manufacturer SamsungElectronics Co., Ltd., in advertisement materials and on website.Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Signed-off-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;

            List of files:
            /linux-6.15/drivers/devfreq/Kconfig</description>
        <pubDate>Sat, 04 Jan 2020 15:21:00 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>eff5d31f - PM / devfreq: rk3399_dmc: Add COMPILE_TEST and HAVE_ARM_SMCCC dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/devfreq/Kconfig#eff5d31f</link>
        <description>PM / devfreq: rk3399_dmc: Add COMPILE_TEST and HAVE_ARM_SMCCC dependencyTo build test, add COMPILE_TEST depedency to both ARM_RK3399_DMC_DEVFREQand DEVFREQ_EVENT_ROCKCHIP_DFI configuration. And ARM_RK3399_DMC_DEVFREQused the SMCCC interface so that add HAVE_ARM_SMCCC dependency to preventthe build break.Reported-by: kbuild test robot &lt;lkp@intel.com&gt;Signed-off-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;

            List of files:
            /linux-6.15/drivers/devfreq/Kconfig</description>
        <pubDate>Thu, 12 Dec 2019 02:20:30 +0000</pubDate>
        <dc:creator>Chanwoo Choi &lt;cw00.choi@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>5af744eb - PM / devfreq: Add dynamic scaling for imx8m ddr controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/devfreq/Kconfig#5af744eb</link>
        <description>PM / devfreq: Add dynamic scaling for imx8m ddr controllerAdd driver for dynamic scaling the DDR Controller on imx8m chips. Actualfrequency switching is implemented inside TF-A, this driver wraps theSMC calls and synchronizes the clk tree.The DRAM clocks on imx8m have the following structure (abridged): +----------+       |\            +------+ | dram_pll |-------|M| dram_core |      | +----------+       |U|----------&gt;| D    |                 /--|X|           |  D   |   dram_alt_root |  |/            |   R  |                 |                |    C |            +---------+           |      |            |FIX DIV/4|           |      |            +---------+           |      |  composite:     |                |      | +----------+    |                |      | | dram_alt |----/                |      | +----------+                     |      | | dram_apb |--------------------&gt;|      | +----------+                     +------+The dram_pll is used for higher rates and dram_alt is used for lowerrates. The dram_alt and dram_apb clocks are &quot;imx composite&quot; and theirparent can also be modified.This driver will prepare/enable the new parents ahead of switching (sothat the expected roots are enabled) and afterwards it will callclk_set_parent to ensure the parents in clock framework are up-to-date.The driver relies on dram_pll dram_alt and dram_apb being marked withCLK_GET_RATE_NOCACHE for rate updates.Signed-off-by: Leonard Crestez &lt;leonard.crestez@nxp.com&gt;Acked-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;[cw00.choi: Edit the COMPILE_TEST module dependency in Kconfig]Signed-off-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;

            List of files:
            /linux-6.15/drivers/devfreq/Kconfig</description>
        <pubDate>Fri, 22 Nov 2019 21:45:03 +0000</pubDate>
        <dc:creator>Leonard Crestez &lt;leonard.crestez@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>d96c60b4 - PM / devfreq: Fix Kconfig indentation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/devfreq/Kconfig#d96c60b4</link>
        <description>PM / devfreq: 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;Signed-off-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;

            List of files:
            /linux-6.15/drivers/devfreq/Kconfig</description>
        <pubDate>Wed, 20 Nov 2019 13:42:16 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>5fdb0684 - PM / devfreq: tegra: Add COMMON_CLK dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/devfreq/Kconfig#5fdb0684</link>
        <description>PM / devfreq: tegra: Add COMMON_CLK dependencyCompile-testing this driver fails if CONFIG_COMMON_CLK is not set:drivers/devfreq/tegra30-devfreq.o: In function `tegra_devfreq_target&apos;:tegra30-devfreq.c:(.text+0x164): undefined reference to `clk_set_min_rate&apos;Fixes: 35f8dbc72721 (&quot;PM / devfreq: tegra: Enable COMPILE_TEST for the driver&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Dmitry Osipenko &lt;digetx@gmail.com&gt;Signed-off-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;

            List of files:
            /linux-6.15/drivers/devfreq/Kconfig</description>
        <pubDate>Thu, 12 Dec 2019 01:56:31 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>996fa477 - PM / devfreq: Drop explicit selection of PM_OPP</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/devfreq/Kconfig#996fa477</link>
        <description>PM / devfreq: Drop explicit selection of PM_OPPCONFIG_PM_OPP is already selected by CONFIG_PM_DEVFREQsince commit b9c69e043266 (&quot;PM / devfreq: Add dependency on PM_OPP&quot;).This means that individual drivers shouldn&apos;t &quot;select PM_OPP&quot; explicitly.Signed-off-by: Leonard Crestez &lt;leonard.crestez@nxp.com&gt;[cw00.choi: Edit the patch title]Signed-off-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;

            List of files:
            /linux-6.15/drivers/devfreq/Kconfig</description>
        <pubDate>Mon, 11 Nov 2019 18:16:10 +0000</pubDate>
        <dc:creator>Leonard Crestez &lt;leonard.crestez@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>23ca7d25 - PM / devfreq: tegra20: add COMMON_CLK dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/devfreq/Kconfig#23ca7d25</link>
        <description>PM / devfreq: tegra20: add COMMON_CLK dependencyCompile-testing the new driver on platforms without CONFIG_COMMON_CLKleads to a link error:drivers/devfreq/tegra20-devfreq.o: In function `tegra_devfreq_target&apos;:tegra20-devfreq.c:(.text+0x288): undefined reference to `clk_set_min_rate&apos;Add a dependency on COMMON_CLK to avoid this.Fixes: 1d39ee8dad6d (&quot;PM / devfreq: Introduce driver for NVIDIA Tegra20&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Dmitry Osipenko &lt;digetx@gmail.com&gt;Reviewed-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;Signed-off-by: MyungJoo Ham &lt;myungjoo.ham@samsung.com&gt;

            List of files:
            /linux-6.15/drivers/devfreq/Kconfig</description>
        <pubDate>Fri, 28 Jun 2019 10:32:20 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>d196175e - PM / devfreq: Introduce driver for NVIDIA Tegra20</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/devfreq/Kconfig#d196175e</link>
        <description>PM / devfreq: Introduce driver for NVIDIA Tegra20Add devfreq driver for NVIDIA Tegra20 SoC&apos;s. The driver periodicallyreads out Memory Controller counters and adjusts memory frequency basedon the memory clients activity.Reviewed-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;Signed-off-by: Dmitry Osipenko &lt;digetx@gmail.com&gt;[Removed MAINTAINERS updates by MyungJoo so that it can be sent elsewhere.]Signed-off-by: MyungJoo Ham &lt;myungjoo.ham@samsung.com&gt;

            List of files:
            /linux-6.15/drivers/devfreq/Kconfig</description>
        <pubDate>Wed, 01 May 2019 23:38:15 +0000</pubDate>
        <dc:creator>Dmitry Osipenko &lt;digetx@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>35f8dbc7 - PM / devfreq: tegra: Enable COMPILE_TEST for the driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/devfreq/Kconfig#35f8dbc7</link>
        <description>PM / devfreq: tegra: Enable COMPILE_TEST for the driverThe driver&apos;s compilation doesn&apos;t have any specific dependencies, hencethe COMPILE_TEST option can be supported in Kconfig.Signed-off-by: Dmitry Osipenko &lt;digetx@gmail.com&gt;Reviewed-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;Signed-off-by: MyungJoo Ham &lt;myungjoo.ham@samsung.com&gt;

            List of files:
            /linux-6.15/drivers/devfreq/Kconfig</description>
        <pubDate>Wed, 01 May 2019 23:38:13 +0000</pubDate>
        <dc:creator>Dmitry Osipenko &lt;digetx@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1ac34748 - PM / devfreq: tegra: Support Tegra30</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/devfreq/Kconfig#1ac34748</link>
        <description>PM / devfreq: tegra: Support Tegra30The devfreq driver can be used on Tegra30 without any code change andit works perfectly fine, the default Tegra124 parameters are good enoughfor Tegra30.Signed-off-by: Dmitry Osipenko &lt;digetx@gmail.com&gt;Reviewed-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;[Modified by MyungJoo to depends on Tegra30/114/124/210 only]Signed-off-by: MyungJoo Ham &lt;myungjoo.ham@samsung.com&gt;

            List of files:
            /linux-6.15/drivers/devfreq/Kconfig</description>
        <pubDate>Wed, 01 May 2019 23:38:12 +0000</pubDate>
        <dc:creator>Dmitry Osipenko &lt;digetx@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>386789eb - PM / devfreq: tegra: Mark ACTMON&apos;s governor as immutable</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/devfreq/Kconfig#386789eb</link>
        <description>PM / devfreq: tegra: Mark ACTMON&apos;s governor as immutableThe ACTMON&apos;s governor supports only the Tegra&apos;s devfreq device and thereis no need to use any other governor, hence let&apos;s mark Tegra governor asimmutable to permanently stick it with Tegra&apos;s devfreq device.Reviewed-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;Signed-off-by: Dmitry Osipenko &lt;digetx@gmail.com&gt;Acked-by: Thierry Reding &lt;treding@nvidia.com&gt;Signed-off-by: MyungJoo Ham &lt;myungjoo.ham@samsung.com&gt;

            List of files:
            /linux-6.15/drivers/devfreq/Kconfig</description>
        <pubDate>Wed, 01 May 2019 23:38:09 +0000</pubDate>
        <dc:creator>Dmitry Osipenko &lt;digetx@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
