<?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>9ba0cae3 - memory: fsl_ifc: Make FSL_IFC config visible and selectable</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memory/Kconfig#9ba0cae3</link>
        <description>memory: fsl_ifc: Make FSL_IFC config visible and selectableWhile use of fsl_ifc driver with NAND flash is fine, as the fsl_ifc_nanddriver selects FSL_IFC automatically, we need the CONFIG_FSL_IFC option tobe selectable for platforms using fsl_ifc with NOR flash.Fixes: ea0c0ad6b6eb (&quot;memory: Enable compile testing for most of the drivers&quot;)Reviewed-by: Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;Signed-off-by: Esben Haabendal &lt;esben@geanix.com&gt;Link: https://lore.kernel.org/r/20240530-fsl-ifc-config-v3-1-1fd2c3d233dd@geanix.comSigned-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/memory/Kconfig</description>
        <pubDate>Thu, 30 May 2024 14:46:36 +0000</pubDate>
        <dc:creator>Esben Haabendal &lt;esben@geanix.com&gt;</dc:creator>
    </item>
<item>
        <title>d3369a4b - memory: atmel-sdramc: remove the driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memory/Kconfig#d3369a4b</link>
        <description>memory: atmel-sdramc: remove the driverDriver does only clock request + enable for DDR clocks. DDR clocks areenabled by bootloader and need to stay that way in Linux. To avoid havingthese clocks disabled by clock subsystem in case there are no Linuxconsumers for them the clocks were marked as critical in clock drivers(in commit 68b3b6f1773d (&quot;clk: at91: mark ddr clocks as critical&quot;)).With this, there is no need to have a separate driver that only doesclock request + enable.Signed-off-by: Claudiu Beznea &lt;claudiu.beznea@microchip.com&gt;Link: https://lore.kernel.org/r/20230516072405.2696225-1-claudiu.beznea@microchip.comSigned-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/memory/Kconfig</description>
        <pubDate>Tue, 16 May 2023 07:24:05 +0000</pubDate>
        <dc:creator>Claudiu Beznea &lt;claudiu.beznea@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>20c082a2 - memory: stm32-fmc2-ebi: depends on ARCH_STM32 instead of MACH_STM32MP157</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memory/Kconfig#20c082a2</link>
        <description>memory: stm32-fmc2-ebi: depends on ARCH_STM32 instead of MACH_STM32MP157To be able to compile the driver on all STM32MP SOCs, we move the&quot;depends on&quot; on ARCH_STM32.Signed-off-by: Christophe Kerello &lt;christophe.kerello@foss.st.com&gt;Link: https://lore.kernel.org/r/20230324155105.826063-2-christophe.kerello@foss.st.comSigned-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/memory/Kconfig</description>
        <pubDate>Fri, 24 Mar 2023 15:51:04 +0000</pubDate>
        <dc:creator>Christophe Kerello &lt;christophe.kerello@foss.st.com&gt;</dc:creator>
    </item>
<item>
        <title>a4be90ff - memory: brcmstb_memc: Add Broadcom STB memory controller driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memory/Kconfig#a4be90ff</link>
        <description>memory: brcmstb_memc: Add Broadcom STB memory controller driverAdd support for configuring the Self Refresh Power Down (SRPD)inactivity timeout on Broadcom STB chips. This is used to conserve powerwhen the DRAM activity is reduced.Signed-off-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Signed-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;Link: https://lore.kernel.org/r/20220812222533.2428033-4-f.fainelli@gmail.com

            List of files:
            /linux-6.15/drivers/memory/Kconfig</description>
        <pubDate>Fri, 12 Aug 2022 22:25:33 +0000</pubDate>
        <dc:creator>Florian Fainelli &lt;f.fainelli@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>67c7fc6c - memory: omap-gpmc: OMAP_GPMC should depend on ARCH_OMAP2PLUS || ARCH_KEYSTONE || ARCH_K3</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memory/Kconfig#67c7fc6c</link>
        <description>memory: omap-gpmc: OMAP_GPMC should depend on ARCH_OMAP2PLUS || ARCH_KEYSTONE || ARCH_K3The Texas Instruments OMAP General Purpose Memory Controller (GPMC) isonly present on TI OMAP2/3/4/5, Keystone, AM33xx, AM43x, DRA7xx, TI81xx,and K3 SoCs.  Hence add a dependency on ARCH_OMAP2PLUS || ARCH_KEYSTONE|| ARCH_K3, to prevent asking the user about this driver whenconfiguring a kernel without OMAP2+, Keystone, or K3 SoC family support.Fixes: be34f45f0d4aa91c (&quot;memory: omap-gpmc: Make OMAP_GPMC config visible and selectable&quot;)Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Acked-by: Roger Quadros &lt;rogerq@kernel.org&gt;Link: https://lore.kernel.org/r/f6780f572f882ed6ab5934321942cf2b412bf8d1.1652174849.git.geert+renesas@glider.beSigned-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/memory/Kconfig</description>
        <pubDate>Tue, 10 May 2022 09:29:13 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>854fd920 - memory: omap-gpmc: Allow building as a module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memory/Kconfig#854fd920</link>
        <description>memory: omap-gpmc: Allow building as a moduleAllow OMAP_GPMC to be built as a module.When building this driver as a module, the symbol&apos;of_default_bus_match_table&apos; will not be found as it is not beingexported.The of_match_node() call is redundant anyways asof_platform_default_populate() already takes care of matching with&apos;of_default_bus_match_table&apos;. So get rid of that call. This will alsoresolve the module build failure.Move compatible match table to the end where it is usually expected.Signed-off-by: Roger Quadros &lt;rogerq@kernel.org&gt;Link: https://lore.kernel.org/r/20220426082611.24427-3-rogerq@kernel.orgSigned-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/memory/Kconfig</description>
        <pubDate>Tue, 26 Apr 2022 08:26:11 +0000</pubDate>
        <dc:creator>Roger Quadros &lt;rogerq@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>be34f45f - memory: omap-gpmc: Make OMAP_GPMC config visible and selectable</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memory/Kconfig#be34f45f</link>
        <description>memory: omap-gpmc: Make OMAP_GPMC config visible and selectableSo far for armv7 TI platforms, GPMC was being selected byarch/arm/mach-* architecture Kconfig files.For K3 platforms, GPMC is no longer required for basic boot and cannotbe always enabled by default by mach- Kconfig.We need a way for user (or board defconfig) to enable it if required somake OMAP_GPMC Kconfig option always visible.Drop COMPILE_TEST as build fails if IRQ_DOMAIN is not enabled.Signed-off-by: Roger Quadros &lt;rogerq@kernel.org&gt;Link: https://lore.kernel.org/r/20220426082611.24427-2-rogerq@kernel.orgSigned-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/memory/Kconfig</description>
        <pubDate>Tue, 26 Apr 2022 08:26:10 +0000</pubDate>
        <dc:creator>Roger Quadros &lt;rogerq@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>4a26df8e - memory: renesas-rpc-if: RENESAS_RPCIF should select RESET_CONTROLLER</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memory/Kconfig#4a26df8e</link>
        <description>memory: renesas-rpc-if: RENESAS_RPCIF should select RESET_CONTROLLERThe Renesas RPC-IF driver calls devm_reset_control_get_exclusive(),which returns -ENOTSUPP if CONFIG_RESET_CONTROLLER is not enabled.Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Reviewed-by: Wolfram Sang &lt;wsa+renesas@sang-engineering.com&gt;Link: https://lore.kernel.org/r/e443aa66d146da5646b7ebece8876545b8621063.1633447756.git.geert+renesas@glider.beSigned-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@canonical.com&gt;

            List of files:
            /linux-6.15/drivers/memory/Kconfig</description>
        <pubDate>Tue, 05 Oct 2021 15:29:22 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>13f995ce - memory: brcmstb_dpfe: Allow building Broadcom STB DPFE as module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memory/Kconfig#13f995ce</link>
        <description>memory: brcmstb_dpfe: Allow building Broadcom STB DPFE as moduleAllow building the Broadcom STB DPFE driver as a module, it is already aplatform driver proper with all of the resource releasing devicemanaged.Signed-off-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Acked-by: Markus Mayer &lt;mmayer@broadcom.com&gt;Link: https://lore.kernel.org/r/20210924031459.8911-1-f.fainelli@gmail.comSigned-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@canonical.com&gt;

            List of files:
            /linux-6.15/drivers/memory/Kconfig</description>
        <pubDate>Fri, 24 Sep 2021 03:14:59 +0000</pubDate>
        <dc:creator>Florian Fainelli &lt;f.fainelli@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>50fc8d92 - memory: mtk-smi: Allow building as module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memory/Kconfig#50fc8d92</link>
        <description>memory: mtk-smi: Allow building as moduleAdd support for building the SMI driver as module. Switch MTK_SMI totristate, and add module_exit/module_license.Signed-off-by: Yong Wu &lt;yong.wu@mediatek.com&gt;Link: https://lore.kernel.org/r/20210126060055.11050-1-yong.wu@mediatek.comSigned-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/memory/Kconfig</description>
        <pubDate>Tue, 26 Jan 2021 06:00:55 +0000</pubDate>
        <dc:creator>Yong Wu &lt;yong.wu@mediatek.com&gt;</dc:creator>
    </item>
<item>
        <title>477dfdcc - memory: dfl-emif: add the DFL EMIF private feature driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memory/Kconfig#477dfdcc</link>
        <description>memory: dfl-emif: add the DFL EMIF private feature driverThis driver is for the EMIF private feature implemented under FPGADevice Feature List (DFL) framework. It is used to expose memoryinterface status information as well as memory clearing control.The purpose of memory clearing block is to zero out all private memorywhen FPGA is to be reprogrammed. This gives users a reliable method toprevent potential data leakage.[mdf@kernel.org: Fixed up ABI doc]Reviewed-by: Tom Rix &lt;trix@redhat.com&gt;Acked-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Signed-off-by: Xu Yilun &lt;yilun.xu@intel.com&gt;Signed-off-by: Russ Weight &lt;russell.h.weight@intel.com&gt;Link: https://lore.kernel.org/r/20210107043714.991646-9-mdf@kernel.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/memory/Kconfig</description>
        <pubDate>Thu, 07 Jan 2021 04:37:14 +0000</pubDate>
        <dc:creator>Xu Yilun &lt;yilun.xu@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>409f9fe9 - memory: renesas-rpc-if: Add RZ/G2 to Kconfig description</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memory/Kconfig#409f9fe9</link>
        <description>memory: renesas-rpc-if: Add RZ/G2 to Kconfig descriptionThe Renesas RPC-IF is present on the RZ/G2 Series.  Add that tothe description.Suggested-by: Biju Das &lt;biju.das.jz@bp.renesas.com&gt;Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;Reviewed-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://lore.kernel.org/r/20210102115412.3402059-2-aford173@gmail.comSigned-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/memory/Kconfig</description>
        <pubDate>Sat, 02 Jan 2021 11:54:10 +0000</pubDate>
        <dc:creator>Adam Ford &lt;aford173@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d77d22d7 - memory: ti-emif-sram: only build for ARMv7</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memory/Kconfig#d77d22d7</link>
        <description>memory: ti-emif-sram: only build for ARMv7The driver can be compile-tested on all ARM machines, butcauses a failure when built for ARMv7-M:arm-linux-gnueabi-ld: error: drivers/memory/ti-emif-sram-pm.o: conflicting architecture profiles A/MLimit the target machines to configurations that have ARMv7 enabled.Fixes: ea0c0ad6b6eb (&quot;memory: Enable compile testing for most of the drivers&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/r/20201203230832.1481767-1-arnd@kernel.orgSigned-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/memory/Kconfig</description>
        <pubDate>Thu, 03 Dec 2020 23:08:14 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>5445a0c0 - memory: pl353-smc: fix compile test on !ARM_AMBA</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memory/Kconfig#5445a0c0</link>
        <description>memory: pl353-smc: fix compile test on !ARM_AMBAThe pl353-smc driver uses module_amba_driver so it has a builddependency on CONFIG_ARM_AMBA:    /usr/bin/arm-linux-gnueabi-ld: drivers/memory/pl353-smc.o: in function `pl353_smc_driver_init&apos;:    pl353-smc.c:(.init.text+0x10): undefined reference to `amba_driver_register&apos;However it still can be compile tested on platforms other than ARM,which in practice is limited to those selecting ARM_AMBA (so onlyARM64).Fixes: ea0c0ad6b6eb (&quot;memory: Enable compile testing for most of the drivers&quot;)Reported-by: kernel test robot &lt;lkp@intel.com&gt;Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Acked-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Link: https://lore.kernel.org/r/20201029193357.389593-1-krzk@kernel.org

            List of files:
            /linux-6.15/drivers/memory/Kconfig</description>
        <pubDate>Thu, 29 Oct 2020 19:33:57 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>26cb1d2f - memory: omap-gpmc: Fix compile test on SPARC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memory/Kconfig#26cb1d2f</link>
        <description>memory: omap-gpmc: Fix compile test on SPARCSPARC comes without CONFIG_OF_ADDRESS thus compile testing fails onlinking:  /usr/bin/sparc64-linux-gnu-ld: drivers/memory/omap-gpmc.o: in function `gpmc_probe_generic_child&apos;:  omap-gpmc.c:(.text.unlikely+0x14ec): undefined reference to `of_platform_device_create&apos;Fixes: ea0c0ad6b6eb (&quot;memory: Enable compile testing for most of the drivers&quot;)Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Acked-by: Roger Quadros &lt;rogerq@ti.com&gt;Link: https://lore.kernel.org/r/20200911143251.399-1-krzk@kernel.org

            List of files:
            /linux-6.15/drivers/memory/Kconfig</description>
        <pubDate>Fri, 11 Sep 2020 14:32:51 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ea0c0ad6 - memory: Enable compile testing for most of the drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memory/Kconfig#ea0c0ad6</link>
        <description>memory: Enable compile testing for most of the driversMost of the memory controller drivers do not depend on architecturespecific code so can be compile tested to increase build coverage.When compile tested, do not enable them by default.Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Link: https://lore.kernel.org/r/20200724074038.5597-7-krzk@kernel.org

            List of files:
            /linux-6.15/drivers/memory/Kconfig</description>
        <pubDate>Fri, 24 Jul 2020 07:40:15 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>904ffa81 - memory: brcmstb_dpfe: add separate entry for compile test</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memory/Kconfig#904ffa81</link>
        <description>memory: brcmstb_dpfe: add separate entry for compile testAdd separate entry for Broadcom STB DPFE driver, enabled by default onARCH_BRCMSTB.  This allows compile testing.Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Acked-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/memory/Kconfig</description>
        <pubDate>Fri, 24 Jul 2020 17:40:16 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>aa35a5ee - memory: jz4780-nemc: Do not build by default</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memory/Kconfig#aa35a5ee</link>
        <description>memory: jz4780-nemc: Do not build by defaultEnabling the JZ4780_NEMC driver makes sense only for specific hardware -the Ingenic SoC architecture.  It is not an essential driver for the SoCsupport so do not enable it by default.Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Signed-off-by: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;

            List of files:
            /linux-6.15/drivers/memory/Kconfig</description>
        <pubDate>Tue, 28 Jul 2020 10:45:02 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>2664a075 - memory: Describe the MEMORY Kconfig entry</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memory/Kconfig#2664a075</link>
        <description>memory: Describe the MEMORY Kconfig entryWrite short description about the entire memory controllers section.Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/memory/Kconfig</description>
        <pubDate>Fri, 24 Jul 2020 07:40:37 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>66b8173a - memory: stm32-fmc2-ebi: add STM32 FMC2 EBI controller driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memory/Kconfig#66b8173a</link>
        <description>memory: stm32-fmc2-ebi: add STM32 FMC2 EBI controller driverThe driver adds the support for the STMicroelectronics FMC2 EBI controllerfound on STM32MP SOCs.Signed-off-by: Christophe Kerello &lt;christophe.kerello@st.com&gt;Signed-off-by: Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;Link: https://lore.kernel.org/linux-mtd/1591975362-22009-5-git-send-email-christophe.kerello@st.com

            List of files:
            /linux-6.15/drivers/memory/Kconfig</description>
        <pubDate>Fri, 12 Jun 2020 15:22:40 +0000</pubDate>
        <dc:creator>Christophe Kerello &lt;christophe.kerello@st.com&gt;</dc:creator>
    </item>
</channel>
</rss>
