<?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/video/fbdev/omap2/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/omap2/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>02489a12 - drivers: omap2: Kconfig: make FB_OMAP2_DSS_INIT depend on OF</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/video/fbdev/omap2/Kconfig#02489a12</link>
        <description>drivers: omap2: Kconfig: make FB_OMAP2_DSS_INIT depend on OFCommit 7378f1149884 (&quot;media: omap2: omapfb: allow building it withCOMPILE_TEST&quot;) broke compilation without CONFIG_OF selected.  CC      drivers/video/fbdev/core/fbmem.odrivers/video/fbdev/omap2/omapfb/dss/omapdss-boot-init.c: In function &#8216;omapdss_update_prop&#8217;:drivers/video/fbdev/omap2/omapfb/dss/omapdss-boot-init.c:68:2: error: implicit declaration of function &#8216;of_update_property&#8217;; did you mean &#8216;of_get_property&#8217;? [-Werror=implicit-function-declaration]  of_update_property(node, prop);  ^~~~~~~~~~~~~~~~~~  of_get_propertycc1: some warnings being treated as errorsscripts/Makefile.build:312: recipe for target &apos;drivers/video/fbdev/omap2/omapfb/dss/omapdss-boot-init.o&apos; failedmake[7]: *** [drivers/video/fbdev/omap2/omapfb/dss/omapdss-boot-init.o] Error 1scripts/Makefile.build:559: recipe for target &apos;drivers/video/fbdev/omap2/omapfb/dss&apos; failedmake[6]: *** [drivers/video/fbdev/omap2/omapfb/dss] Error 2make[6]: *** Waiting for unfinished jobs....Add OF dependency in order to make all configurations work again.of_update_property() has no inline stub, and that that could be added asan alternative.Signed-off-by: Anders Roxell &lt;anders.roxell@linaro.org&gt;Acked-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Tested-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Acked-by: Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/video/fbdev/omap2/Kconfig</description>
        <pubDate>Fri, 20 Apr 2018 11:25:51 +0000</pubDate>
        <dc:creator>Anders Roxell &lt;anders.roxell@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>7378f114 - media: omap2: omapfb: allow building it with COMPILE_TEST</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/video/fbdev/omap2/Kconfig#7378f114</link>
        <description>media: omap2: omapfb: allow building it with COMPILE_TESTThis driver builds cleanly with COMPILE_TEST, and it isneeded in order to allow building drivers/media omap2driver.So, change the logic there to allow building it.Acked-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/video/fbdev/omap2/Kconfig</description>
        <pubDate>Thu, 05 Apr 2018 17:28:26 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;</dc:creator>
    </item>
<item>
        <title>9960aa7c - drm/omap: move omapdss &amp; displays under omapdrm</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/video/fbdev/omap2/Kconfig#9960aa7c</link>
        <description>drm/omap: move omapdss &amp; displays under omapdrmNow that omapfb has its own copy of omapdss and display drivers, we canmove omapdss and display drivers which omapdrm uses to omapdrm&apos;sdirectory.We also need to change the main drm Makefile so that omapdrm directoryis always entered, because omapdss has a file that can&apos;t be built as amodule.Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;Acked-by: Dave Airlie &lt;airlied@gmail.com&gt;Acked-by: Rob Clark &lt;robdclark@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/video/fbdev/omap2/Kconfig</description>
        <pubDate>Wed, 09 Dec 2015 18:26:00 +0000</pubDate>
        <dc:creator>Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>5ca28914 - omapfb: move vrfb into omapfb</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/video/fbdev/omap2/Kconfig#5ca28914</link>
        <description>omapfb: move vrfb into omapfbVRFB is only used by omapfb, so we can move it under omapfb&apos;s directory.Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;Acked-by: Dave Airlie &lt;airlied@gmail.com&gt;Acked-by: Rob Clark &lt;robdclark@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/video/fbdev/omap2/Kconfig</description>
        <pubDate>Wed, 09 Dec 2015 17:57:28 +0000</pubDate>
        <dc:creator>Tomi Valkeinen &lt;tomi.valkeinen@ti.com&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/omap2/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/omap2/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>
