<?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>f663c6ae - drm: handle HAS_IOPORT dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/gma500/Kconfig#f663c6ae</link>
        <description>drm: handle HAS_IOPORT dependenciesIn a future patch HAS_IOPORT=n will disable inb()/outb() and friends atcompile time. We thus need to add HAS_IOPORT as dependency for thosedrivers using them. In the bochs driver there is optional MMIO supportdetected at runtime, warn if this isn&apos;t taken when HAS_IOPORT is notdefined.There is also a direct and hard coded use in cirrus.c which according tothe comment is only necessary during resume.  Let&apos;s just skip this asfor example s390 which doesn&apos;t have I/O port support also doesen&apos;tsupport suspend/resume.Co-developed-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Acked-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt; # xeSigned-off-by: Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/gma500/Kconfig</description>
        <pubDate>Thu, 24 Oct 2024 17:54:42 +0000</pubDate>
        <dc:creator>Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>aecdbfe4 - drm/gma500: Run DRM default client setup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/gma500/Kconfig#aecdbfe4</link>
        <description>drm/gma500: Run DRM default client setupRework fbdev probing to support fbdev_probe in struct drm_driverand remove the old fb_probe callback. Provide an initializer macrofor struct drm_driver that sets the callback according to the kernelconfiguration.Call drm_client_setup() to run the kernel&apos;s default client setupfor DRM. Set fbdev_probe in struct drm_driver, so that the clientsetup can start the common fbdev client.v5:- select DRM_CLIENT_SELECTIONSigned-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Cc: Patrik Jakobsson &lt;patrik.r.jakobsson@gmail.com&gt;Acked-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-76-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/gma500/Kconfig</description>
        <pubDate>Tue, 24 Sep 2024 07:13:13 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>4520844b - fbdev: Use _IOMEM_ infix for I/O-memory helpers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/gma500/Kconfig#4520844b</link>
        <description>fbdev: Use _IOMEM_ infix for I/O-memory helpersChange the infix for fbdev&apos;s I/O-memory helpers from _IO_ to _IOMEM_to distiguish them from other types of I/O, such as file operations.The helpers operate on memory ranges in the I/O address space and thenaming should make this clear. Adapt all users. No functional changes.Suggested-by: Helge Deller &lt;deller@gmx.de&gt;Signed-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/20230729193157.15446-2-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/gma500/Kconfig</description>
        <pubDate>Sat, 29 Jul 2023 19:26:46 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>7fca1dd9 - drm/gma500: Use regular fbdev I/O helpers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/gma500/Kconfig#7fca1dd9</link>
        <description>drm/gma500: Use regular fbdev I/O helpersUse the regular fbdev helpers for framebuffer I/O instead of DRM&apos;shelpers. Gma500 does not use damage handling, so DRM&apos;s fbdev helpersare mere wrappers around the fbdev code.By using fbdev helpers directly within each DRM fbdev emulation,we can eventually remove DRM&apos;s wrapper functions entirely.v4:	* use initializer macros for struct fb_opsv2:	* use FB_IO_HELPERS optionSigned-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Acked-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Cc: Patrik Jakobsson &lt;patrik.r.jakobsson@gmail.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20230530151228.22979-6-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/gma500/Kconfig</description>
        <pubDate>Tue, 30 May 2023 15:12:20 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>000458b5 - drm: Only select I2C_ALGOBIT for drivers that actually need it</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/gma500/Kconfig#000458b5</link>
        <description>drm: Only select I2C_ALGOBIT for drivers that actually need itWhile working on a drm driver that doesn&apos;t need the i2c algobit stuff Inoticed that DRM selects this code even though only 8 drivers actually useit. While also only some drivers use i2c, keep the select for I2C for thenext cleanup patch. Still prepare this already by also selecting I2C forthe individual drivers.Signed-off-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;Reviewed-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Signed-off-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20221219083627.1401627-1-u.kleine-koenig@pengutronix.de

            List of files:
            /linux-6.15/drivers/gpu/drm/gma500/Kconfig</description>
        <pubDate>Mon, 19 Dec 2022 08:36:27 +0000</pubDate>
        <dc:creator>Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>fe7aebb4 - ACPI: video: Add Nvidia WMI EC brightness control detection (v3)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/gma500/Kconfig#fe7aebb4</link>
        <description>ACPI: video: Add Nvidia WMI EC brightness control detection (v3)On some new laptop designs a new Nvidia specific WMI interface is presentwhich gives info about panel brightness control and may allow controllingthe brightness through this interface when the embedded controller is usedfor brightness control.When this WMI interface is present and indicates that the EC is used,then this interface should be used for brightness control.Changes in v2:- Use the new shared nvidia-wmi-ec-backlight.h header for the  WMI firmware API definitions- ACPI_VIDEO can now be enabled on non X86 too,  adjust the Kconfig changes to match this.Changes in v3:- Use WMI_BRIGHTNESS_GUID defineAcked-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;Reviewed-by: Daniel Dadap &lt;ddadap@nvidia.com&gt;Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/gma500/Kconfig</description>
        <pubDate>Sat, 04 Jun 2022 12:06:18 +0000</pubDate>
        <dc:creator>Hans de Goede &lt;hdegoede@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>0b365a20 - drm/gma500: Remove dependency on TTM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/gma500/Kconfig#0b365a20</link>
        <description>drm/gma500: Remove dependency on TTMThe gma500 driver does not use TTM.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Signed-off-by: Patrik Jakobsson &lt;patrik.r.jakobsson@gmail.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20210129095604.32423-6-tzimmermann@suse.de(cherry picked from commit 8180cc3752329a599b168ba0f8b93baec9054cdd)Signed-off-by: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/gma500/Kconfig</description>
        <pubDate>Fri, 29 Jan 2021 09:56:04 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>26499e05 - drm/gma500: Drop DRM_GMA3600 config option</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/gma500/Kconfig#26499e05</link>
        <description>drm/gma500: Drop DRM_GMA3600 config optionWith support for the MID-related chips removed, only support fordesktop chips is left in the driver. So just build the completedriver if DRM_GMA500 has been selected. Anyone who wants to enablethe Poulsbo code would probably also want the Cedarview code.[Patrik: Fixed conflict due to Oaktrail not being dropped]Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Signed-off-by: Patrik Jakobsson &lt;patrik.r.jakobsson@gmail.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20210129095604.32423-4-tzimmermann@suse.de(cherry picked from commit 837f23bb4b6002fe2be5dd70de7735133e0f2f28)Signed-off-by: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/gma500/Kconfig</description>
        <pubDate>Fri, 29 Jan 2021 09:56:02 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>e1da8112 - drm/gma500: Remove Medfield support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/gma500/Kconfig#e1da8112</link>
        <description>drm/gma500: Remove Medfield supportMedfield is an outdated mobile platform with apparently no users left.Remove it from gma500.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Signed-off-by: Patrik Jakobsson &lt;patrik.r.jakobsson@gmail.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20210129095604.32423-2-tzimmermann@suse.de(cherry picked from commit b51035c200bd3423ae5b6b98b54735ef424dc746)Signed-off-by: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/gma500/Kconfig</description>
        <pubDate>Fri, 29 Jan 2021 09:56:00 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>e40f97ef - drm/gma500: Drop DRM_GMA600 config option</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/gma500/Kconfig#e40f97ef</link>
        <description>drm/gma500: Drop DRM_GMA600 config optionWith support for the MID-only Medfield chips removed, simply buildthe complete driver if DRM_GMA500 has been selected. Anyone who wantsto enable one of the chips would probably also want the rest.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Fixes: 837f23bb4b60 (&quot;drm/gma500: Drop DRM_GMA3600 config option&quot;)Cc: Patrik Jakobsson &lt;patrik.r.jakobsson@gmail.com&gt;Cc: dri-devel@lists.freedesktop.orgSigned-off-by: Patrik Jakobsson &lt;patrik.r.jakobsson@gmail.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20210209112721.3421-1-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/gma500/Kconfig</description>
        <pubDate>Tue, 09 Feb 2021 11:27:21 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>8180cc37 - drm/gma500: Remove dependency on TTM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/gma500/Kconfig#8180cc37</link>
        <description>drm/gma500: Remove dependency on TTMThe gma500 driver does not use TTM.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Signed-off-by: Patrik Jakobsson &lt;patrik.r.jakobsson@gmail.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20210129095604.32423-6-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/gma500/Kconfig</description>
        <pubDate>Fri, 29 Jan 2021 09:56:04 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>837f23bb - drm/gma500: Drop DRM_GMA3600 config option</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/gma500/Kconfig#837f23bb</link>
        <description>drm/gma500: Drop DRM_GMA3600 config optionWith support for the MID-related chips removed, only support fordesktop chips is left in the driver. So just build the completedriver if DRM_GMA500 has been selected. Anyone who wants to enablethe Poulsbo code would probably also want the Cedarview code.[Patrik: Fixed conflict due to Oaktrail not being dropped]Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Signed-off-by: Patrik Jakobsson &lt;patrik.r.jakobsson@gmail.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20210129095604.32423-4-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/gma500/Kconfig</description>
        <pubDate>Fri, 29 Jan 2021 09:56:02 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>b51035c2 - drm/gma500: Remove Medfield support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/gma500/Kconfig#b51035c2</link>
        <description>drm/gma500: Remove Medfield supportMedfield is an outdated mobile platform with apparently no users left.Remove it from gma500.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Signed-off-by: Patrik Jakobsson &lt;patrik.r.jakobsson@gmail.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20210129095604.32423-2-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/gpu/drm/gma500/Kconfig</description>
        <pubDate>Fri, 29 Jan 2021 09:56:00 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>bfc838f8 - drm/gma500: Convert to use new SCU IPC API</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/gma500/Kconfig#bfc838f8</link>
        <description>drm/gma500: Convert to use new SCU IPC APIConvert the GMA500 driver to use the new SCU IPC API. This allows usto get rid of the duplicate PMC IPC implementation which is now coveredin SCU IPC driver.Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Acked-by: Patrik Jakobsson &lt;patrik.r.jakobsson@gmail.com&gt;Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/gma500/Kconfig</description>
        <pubDate>Fri, 23 Oct 2020 17:53:21 +0000</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.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/gpu/drm/gma500/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/gpu/drm/gma500/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>011cda58 - drm: fix compilations issues introduced by &quot;drm: allow to use mmuless SoC&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/gma500/Kconfig#011cda58</link>
        <description>drm: fix compilations issues introduced by &quot;drm: allow to use mmuless SoC&quot;Removing MMU configuration flag from DRM make few automaticbuild failed when they answer yes to all flags.Add asm/vga.h file on Blackfin architecture to not broke compilation.Signed-off-by: Benjamin Gaignard &lt;benjamin.gaignard@linaro.org&gt;Fixes: 62a0d98a188c (&quot;drm: allow to use mmuless SoC&quot;)Signed-off-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;Link: http://patchwork.freedesktop.org/patch/msgid/1483789151-6603-1-git-send-email-benjamin.gaignard@linaro.org

            List of files:
            /linux-6.15/drivers/gpu/drm/gma500/Kconfig</description>
        <pubDate>Sat, 07 Jan 2017 11:39:11 +0000</pubDate>
        <dc:creator>Benjamin Gaignard &lt;benjamin.gaignard@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>c85b1ad3 - drm/gma500: make fbdev support really optional</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/gma500/Kconfig#c85b1ad3</link>
        <description>drm/gma500: make fbdev support really optionalCurrently enabling Intel GMA DRM support automatically pullsin fbdev dependency. However this dep is unnecessary sinceDRM core already handles this for us (DRM_FBDEV_EMULATION).Signed-off-by: Tobias Jakobi &lt;tjakobi@math.uni-bielefeld.de&gt;Signed-off-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;Link: http://patchwork.freedesktop.org/patch/msgid/1468586897-32298-11-git-send-email-tjakobi@math.uni-bielefeld.de

            List of files:
            /linux-6.15/drivers/gpu/drm/gma500/Kconfig</description>
        <pubDate>Fri, 15 Jul 2016 12:48:06 +0000</pubDate>
        <dc:creator>Tobias Jakobi &lt;tjakobi@math.uni-bielefeld.de&gt;</dc:creator>
    </item>
<item>
        <title>a386c006 - ACPI / gpu / drm: Stop selecting VIDEO_OUTPUT_CONTROL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/gma500/Kconfig#a386c006</link>
        <description>ACPI / gpu / drm: Stop selecting VIDEO_OUTPUT_CONTROLACPI_VIDEO no longer depends on VIDEO_OUTPUT_CONTROL, so drivers whichwant to select ACPI_VIDEO no longer have to selectVIDEO_OUTPUT_CONTROL.Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;Acked-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;Signed-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/gma500/Kconfig</description>
        <pubDate>Mon, 17 Mar 2014 15:17:49 +0000</pubDate>
        <dc:creator>Jean Delvare &lt;jdelvare@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>92b6f89f - drm: Add separate Kconfig option for fbdev helpers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/gma500/Kconfig#92b6f89f</link>
        <description>drm: Add separate Kconfig option for fbdev helpersFor drivers which might want to disable fbdev legacy support.Select the new option in all drivers for now, so this shouldn&apos;t resultin any change. Drivers need some work anyway to make fbdev supportoptional (if they have it implemented, that is), so the recommendedway to expose this is by adding per-driver options. At least as longas most drivers don&apos;t support disabling the fbdev support.v2: Update for new drm drivers msm and rcar-du. Note that Rob&apos;s msmdriver can already take advantage of this, which allows us to buildmsm without any fbdev depencies in the kernel!v3: Move the MODULE_* stuff from the fbdev helper file todrm_crtc_helper.c.Cc: David Herrmann &lt;dh.herrmann@gmail.com&gt;Cc: Rob Clark &lt;robdclark@gmail.com&gt;Reviewed-by: Rob Clark &lt;robdclark@gmail.com&gt;Acked-by: Dave Airlie &lt;airlied@linux.ie&gt;Reviewed-by: Chon Ming Lee &lt;chon.ming.lee@intel.com&gt;Signed-off-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/gma500/Kconfig</description>
        <pubDate>Tue, 08 Oct 2013 15:44:47 +0000</pubDate>
        <dc:creator>Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;</dc:creator>
    </item>
<item>
        <title>0c1a14c2 - gma500:fix build failure for 3.9-rc5</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/gma500/Kconfig#0c1a14c2</link>
        <description>gma500:fix build failure for 3.9-rc5Last version of this patch is not clear enough and X86 duplicated.This patch fixes build failure of v3.9-rc5 and rc6.When config ACPI_VIDEO as m, DRM_GMA500 as y, here comes the failure.GMA5/600 needs acpi_video just like nouveau.And some tab type fix by the way.Failure message:drivers/built-in.o: In function `psb_driver_load&apos;:kernel-3.9-rc5/drivers/gpu/drm/gma500/psb_drv.c:340: \	undefined reference to `acpi_video_register&apos;make: *** [vmlinux] Error 1Signed-off-by: Xiong Zhou &lt;jencce.kernel@gmail.com&gt;Signed-off-by: Patrik Jakobsson &lt;patrik.r.jakobsson@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/gma500/Kconfig</description>
        <pubDate>Wed, 10 Apr 2013 12:37:52 +0000</pubDate>
        <dc:creator>Xiong Zhou &lt;jencce.kernel@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
