<?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>dd90e9ae - video: fbdev: mmp: add COMPILE_TEST support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/video/fbdev/mmp/Kconfig#dd90e9ae</link>
        <description>video: fbdev: mmp: add COMPILE_TEST supportAdd COMPILE_TEST support to mmp display subsystem for better compiletesting coverage.Reviewed-by: Andrzej Hajda &lt;a.hajda@samsung.com&gt;Signed-off-by: Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/d21a19ea-8c18-80df-ae79-76de7c5ee67c@samsung.com

            List of files:
            /linux-6.15/drivers/video/fbdev/mmp/Kconfig</description>
        <pubDate>Thu, 27 Jun 2019 14:07:43 +0000</pubDate>
        <dc:creator>Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.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/video/fbdev/mmp/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/video/fbdev/mmp/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>a4bd2525 - drivers: video: fbdev: Kconfig: pedantic cleanups</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/video/fbdev/mmp/Kconfig#a4bd2525</link>
        <description>drivers: video: fbdev: Kconfig: pedantic cleanupsFormatting of Kconfig files doesn&apos;t look so pretty, so let theGreat White Handkerchief come around and clean it up.Signed-off-by: Enrico Weigelt, metux IT consult &lt;info@metux.net&gt;[b.zolnierkie: add missing patch description]Signed-off-by: Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;

            List of files:
            /linux-6.15/drivers/video/fbdev/mmp/Kconfig</description>
        <pubDate>Mon, 01 Apr 2019 15:46:57 +0000</pubDate>
        <dc:creator>Enrico Weigelt, metux IT consult &lt;info@metux.net&gt;</dc:creator>
    </item>
<item>
        <title>c150a280 - video: mmp: Remove references to CPU_PXA988</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/video/fbdev/mmp/Kconfig#c150a280</link>
        <description>video: mmp: Remove references to CPU_PXA988References to the Kconfig symbol CPU_PXA988 were added to the tree inv3.9. But that Kconfig symbol has never been part of the tree. So getrid of these references.Signed-off-by: Richard Weinberger &lt;richard@nod.at&gt;Signed-off-by: Paul Bolle &lt;pebolle@tiscali.nl&gt;Reviewed-by: Jingoo Han &lt;jg1.han@samsung.com&gt;Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;

            List of files:
            /linux-6.15/drivers/video/fbdev/mmp/Kconfig</description>
        <pubDate>Tue, 15 Apr 2014 11:24:38 +0000</pubDate>
        <dc:creator>Richard Weinberger &lt;richard@nod.at&gt;</dc:creator>
    </item>
<item>
        <title>6e860a1a - video: mmp: Remove references to CPU_MMP3</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/video/fbdev/mmp/Kconfig#6e860a1a</link>
        <description>video: mmp: Remove references to CPU_MMP3References to the Kconfig symbol CPU_MMP3 were added to the tree sincev3.6. But that Kconfig symbol has never been part of the tree. So getrid of these references.Signed-off-by: Richard Weinberger &lt;richard@nod.at&gt;Signed-off-by: Paul Bolle &lt;pebolle@tiscali.nl&gt;Reviewed-by: Jingoo Han &lt;jg1.han@samsung.com&gt;Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;

            List of files:
            /linux-6.15/drivers/video/fbdev/mmp/Kconfig</description>
        <pubDate>Tue, 15 Apr 2014 11:24:04 +0000</pubDate>
        <dc:creator>Richard Weinberger &lt;richard@nod.at&gt;</dc:creator>
    </item>
<item>
        <title>f7018c21 - video: move fbdev to drivers/video/fbdev</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/video/fbdev/mmp/Kconfig#f7018c21</link>
        <description>video: move fbdev to drivers/video/fbdevThe drivers/video directory is a mess. It contains generic video relatedfiles, directories for backlight, console, linux logo, lots of fbdevdevice drivers, fbdev framework files.Make some order into the chaos by creating drivers/video/fbdevdirectory, and move all fbdev related files there.No functionality is changed, although I guess it is possible that somesubtle Makefile build order related issue could be created by thispatch.Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;Acked-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Acked-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Acked-by: Rob Clark &lt;robdclark@gmail.com&gt;Acked-by: Jingoo Han &lt;jg1.han@samsung.com&gt;Acked-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;

            List of files:
            /linux-6.15/drivers/video/fbdev/mmp/Kconfig</description>
        <pubDate>Thu, 13 Feb 2014 13:31:38 +0000</pubDate>
        <dc:creator>Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;</dc:creator>
    </item>
</channel>
</rss>
