<?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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/lpddr/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/mtd/lpddr/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>a8222a84 - mtd: Make Kconfig formatting consistent</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/lpddr/Kconfig#a8222a84</link>
        <description>mtd: Make Kconfig formatting consistentFix indentation and replace &apos;---help---&apos; by &apos;help&apos; to make thingsconsistent.Signed-off-by: Boris Brezillon &lt;boris.brezillon@bootlin.com&gt;Reviewed-by: Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;

            List of files:
            /linux-6.15/drivers/mtd/lpddr/Kconfig</description>
        <pubDate>Wed, 18 Jul 2018 15:09:52 +0000</pubDate>
        <dc:creator>Boris Brezillon &lt;boris.brezillon@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>897f3a18 - mtd: lpddr: fix Kconfig dependency, for I/O accessors</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/lpddr/Kconfig#897f3a18</link>
        <description>mtd: lpddr: fix Kconfig dependency, for I/O accessorsNot all architectures implement a writel_relaxed() accessor. Hopefullythis will change eventually, but for now, this means lpddr2_nvm.c can&apos;tcompile on some architectures.Let&apos;s add an ARM dependency for now, and leave a comment so maybe we canchange this in the future.Signed-off-by: Brian Norris &lt;computersforpeace@gmail.com&gt;Cc: Vincenzo Aliberti &lt;vincenzo.aliberti@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/mtd/lpddr/Kconfig</description>
        <pubDate>Wed, 21 May 2014 20:25:46 +0000</pubDate>
        <dc:creator>Brian Norris &lt;computersforpeace@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>96ba9dd6 - mtd: lpddr: add driver for LPDDR2-NVM PCM memories</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/lpddr/Kconfig#96ba9dd6</link>
        <description>mtd: lpddr: add driver for LPDDR2-NVM PCM memoriesSigned-off-by: Vincenzo Aliberti &lt;vincenzo.aliberti@gmail.com&gt;Signed-off-by: Brian Norris &lt;computersforpeace@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/mtd/lpddr/Kconfig</description>
        <pubDate>Thu, 15 May 2014 21:19:32 +0000</pubDate>
        <dc:creator>Vincenzo Aliberti &lt;vincenzo.aliberti@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>fa301231 - Kconfig: Remove useless and sometimes wrong comments</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/lpddr/Kconfig#fa301231</link>
        <description>Kconfig: Remove useless and sometimes wrong commentsAdditionally, some excessive newlines removed.Signed-off-by: Michael Roth &lt;mroth@nessie.de&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;

            List of files:
            /linux-6.15/drivers/mtd/lpddr/Kconfig</description>
        <pubDate>Sun, 04 Oct 2009 16:14:29 +0000</pubDate>
        <dc:creator>Michael Roth &lt;mroth@nessie.de&gt;</dc:creator>
    </item>
<item>
        <title>57c1a24e - [MTD] [LPDDR] qinfo_probe depends on lpddr</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/lpddr/Kconfig#57c1a24e</link>
        <description>[MTD] [LPDDR] qinfo_probe depends on lpddrSigned-off-by: Alexey Korolev &lt;akorolev@infradead.org&gt;Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;

            List of files:
            /linux-6.15/drivers/mtd/lpddr/Kconfig</description>
        <pubDate>Tue, 06 Jan 2009 17:36:09 +0000</pubDate>
        <dc:creator>Alexey Korolev &lt;akorolev@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>60f26520 - [MTD] LPDDR Makefile and KConfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/lpddr/Kconfig#60f26520</link>
        <description>[MTD] LPDDR Makefile and KConfigWe have two components to manage LPDDR flash memories in Linux.1. It is a driver for chip probing and reading its capabilities2. It is a device operations driver.Signed-off-by: Alexey Korolev &lt;akorolev@infradead.org&gt;Acked-by: Jared Hulbert &lt;jaredeh@gmail.com&gt;Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;

            List of files:
            /linux-6.15/drivers/mtd/lpddr/Kconfig</description>
        <pubDate>Tue, 16 Dec 2008 18:24:14 +0000</pubDate>
        <dc:creator>Alexey Korolev &lt;akorolev@infradead.org&gt;</dc:creator>
    </item>
</channel>
</rss>
