<?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 Makefile</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/Makefile#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/Makefile</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>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/Makefile#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/Makefile</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/Makefile#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/Makefile</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>f3dab1e3 - omapfb: take omapfb&apos;s private omapdss into use</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/video/fbdev/omap2/Makefile#f3dab1e3</link>
        <description>omapfb: take omapfb&apos;s private omapdss into useomapfb&apos;s private copy of omapdss is now ready to be used.This patch makes omapfb use its private omapdss and display drivers, andalso makes omap_vout (which uses omapfb) to depend on omapfb.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/Makefile</description>
        <pubDate>Wed, 09 Dec 2015 17:32:27 +0000</pubDate>
        <dc:creator>Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>f2dd36ac - OMAPDSS: move &apos;compatible&apos; converter to omapdss driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/video/fbdev/omap2/Makefile#f2dd36ac</link>
        <description>OMAPDSS: move &apos;compatible&apos; converter to omapdss driverMove the panel/encoder driver compatible-string converter fromarch/arm/mach-omap2/display.c to omapdss driver. That is a more logicalplace for it, as it&apos;s really an omapdss internal hack.The code is rewritten to follow the video node graph, starting fromomapdss. This removes the need to have the device compatible-stringdatabase.Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;

            List of files:
            /linux-6.15/drivers/video/fbdev/omap2/Makefile</description>
        <pubDate>Thu, 15 May 2014 07:41:34 +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/Makefile#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/Makefile</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>
