<?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>6b20a5d1 - memory: samsung: describe drivers in KConfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memory/samsung/Kconfig#6b20a5d1</link>
        <description>memory: samsung: describe drivers in KConfigRephrase the Kconfig option and make it clear it applies only to SamsungSoC.Signed-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@canonical.com&gt;Link: https://lore.kernel.org/r/20210924133406.112174-1-krzysztof.kozlowski@canonical.com

            List of files:
            /linux-6.15/drivers/memory/samsung/Kconfig</description>
        <pubDate>Fri, 24 Sep 2021 13:34:06 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzysztof.kozlowski@canonical.com&gt;</dc:creator>
    </item>
<item>
        <title>5ec2914a - memory: samsung: exynos-srom: Describe the Kconfig entry</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memory/samsung/Kconfig#5ec2914a</link>
        <description>memory: samsung: exynos-srom: Describe the Kconfig entryWrite short description about the Exynos SROM controller driver.Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/memory/samsung/Kconfig</description>
        <pubDate>Fri, 24 Jul 2020 07:40:38 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>05363093 - memory: samsung: Rename Exynos to lowercase</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memory/samsung/Kconfig#05363093</link>
        <description>memory: samsung: 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;

            List of files:
            /linux-6.15/drivers/memory/samsung/Kconfig</description>
        <pubDate>Sat, 04 Jan 2020 15:20:56 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>6e7674c3 - memory: Add DMC driver for Exynos5422</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memory/samsung/Kconfig#6e7674c3</link>
        <description>memory: Add DMC driver for Exynos5422Add driver for Exynos5422 Dynamic Memory Controller.  The driverprovides support for dynamic frequency and voltage scaling for DMC andDRAM.  It supports changing timings of DRAM running with differentfrequency.  There is also an algorithm to calculate timings based onmemory description provided in DT.Signed-off-by: Lukasz Luba &lt;l.luba@partner.samsung.com&gt;Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/memory/samsung/Kconfig</description>
        <pubDate>Wed, 21 Aug 2019 10:43:00 +0000</pubDate>
        <dc:creator>Lukasz Luba &lt;l.luba@partner.samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>f12bb916 - memory: samsung: Add SPDX license identifiers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memory/samsung/Kconfig#f12bb916</link>
        <description>memory: samsung: Add SPDX license identifiersReplace GPL license statements with SPDX GPL-2.0 license identifiers.Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/memory/samsung/Kconfig</description>
        <pubDate>Tue, 09 Jan 2018 18:29:55 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8ac2266d - memory: samsung: exynos-srom: Add support for bank configuration</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memory/samsung/Kconfig#8ac2266d</link>
        <description>memory: samsung: exynos-srom: Add support for bank configurationImplement handling properties in subnodes and adding child devices to thesystem. Child devices will not be added if configuration fails.Since the driver now does more than suspend-resume support, dependency onCONFIG_PM is removed.Signed-off-by: Pavel Fedin &lt;p.fedin@samsung.com&gt;Reviewed-by: Krzysztof Kozlowski &lt;k.kozlowski@samsung.com&gt;Signed-off-by: Pankaj Dubey &lt;pankaj.dubey@samsung.com&gt;Signed-off-by: Krzysztof Kozlowski &lt;k.kozlowski@samsung.com&gt;

            List of files:
            /linux-6.15/drivers/memory/samsung/Kconfig</description>
        <pubDate>Mon, 11 Apr 2016 07:42:27 +0000</pubDate>
        <dc:creator>Pavel Fedin &lt;p.fedin@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>a8aabb91 - memory: Add support for Exynos SROM driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/memory/samsung/Kconfig#a8aabb91</link>
        <description>memory: Add support for Exynos SROM driverThis patch adds Exynos SROM controller driver which will handlesave restore of SROM registers during S2R.Signed-off-by: Pankaj Dubey &lt;pankaj.dubey@samsung.com&gt;Reviewed-by: Krzysztof Kozlowski &lt;k.kozlowski@samsung.com&gt;[p.fedin@samsung.com: tested on SMDK5410]Tested-by: Pavel Fedin &lt;p.fedin@samsung.com&gt;Signed-off-by: Kukjin Kim &lt;kgene@kernel.org&gt;[k.kozlowski: Minor COMPILE_TEST adjustments in Kconfig entries]Signed-off-by: Krzysztof Kozlowski &lt;k.kozlowski@samsung.com&gt;

            List of files:
            /linux-6.15/drivers/memory/samsung/Kconfig</description>
        <pubDate>Mon, 11 Apr 2016 07:42:24 +0000</pubDate>
        <dc:creator>Pankaj Dubey &lt;pankaj.dubey@samsung.com&gt;</dc:creator>
    </item>
</channel>
</rss>
