<?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>42f02c5b - fbdev/mmpfb: Use fbdev I/O helpers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/video/fbdev/mmp/fb/Kconfig#42f02c5b</link>
        <description>fbdev/mmpfb: Use fbdev I/O helpersSet struct fb_ops and with FB_DEFAULT_IOMEM_OPS, fbdev&apos;s initializerfor I/O memory. Sets the callbacks to the cfb_ and fb_io_ functions.Select the correct modules with Kconfig&apos;s FB_IOMEM_HELPERS token.The macro and token set the currently selected values, so there isno functional change.v3:	* use _IOMEM_ in commit messagev2:	* updated to use _IOMEM_ tokensSigned-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Reviewed-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Acked-by: Helge Deller &lt;deller@gmx.de&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20230803184034.6456-26-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/video/fbdev/mmp/fb/Kconfig</description>
        <pubDate>Thu, 03 Aug 2023 18:35:50 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>5d219746 - video: fbdev: mmp: remove duplicated MMP_DISP dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/video/fbdev/mmp/fb/Kconfig#5d219746</link>
        <description>video: fbdev: mmp: remove duplicated MMP_DISP dependencyThis dependency is already present in higher level Kconfig file(drivers/video/fbdev/mmp/Kconfig).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/eb28587c-4f8f-f044-1b8b-317a8d7967aa@samsung.com

            List of files:
            /linux-6.15/drivers/video/fbdev/mmp/fb/Kconfig</description>
        <pubDate>Thu, 27 Jun 2019 14:07:03 +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/fb/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/fb/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>6984330a - video/mmpfb: allow modular build</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/video/fbdev/mmp/fb/Kconfig#6984330a</link>
        <description>video/mmpfb: allow modular buildThe frame buffer core can be a module, which means any fb driversshould be able to build as modules too. This turns mmpfb intoa tristate option to allow that and fix a possible randconfigbuild error.drivers/built-in.o: In function `modes_setup&apos;::(.text+0x11b34): undefined reference to `fb_videomode_to_modelist&apos;:(.text+0x11b5c): undefined reference to `fb_videomode_to_var&apos;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;

            List of files:
            /linux-6.15/drivers/video/fbdev/mmp/fb/Kconfig</description>
        <pubDate>Wed, 28 Jan 2015 20:13:50 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&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/fb/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/fb/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>
