<?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>9db35bb3 - drm: lcdif: Add support for i.MX8MP LCDIF variant</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/mxsfb/Makefile#9db35bb3</link>
        <description>drm: lcdif: Add support for i.MX8MP LCDIF variantAdd support for i.MX8MP LCDIF variant. This is called LCDIFv3 and iscompletely different from the LCDIFv3 found in i.MX23 in that it hasa completely scrambled register layout compared to all previous LCDIFvariants. The new LCDIFv3 also supports 36bit address space.Add a separate driver which is really a fork of MXSFB driver with thei.MX8MP LCDIF variant handling filled in.Tested-by: Alexander Stein &lt;alexander.stein@ew.tq-group.com&gt;Tested-by: Martyn Welch &lt;martyn.welch@collabora.com&gt;Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;Cc: Alexander Stein &lt;alexander.stein@ew.tq-group.com&gt;Cc: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Cc: Lucas Stach &lt;l.stach@pengutronix.de&gt;Cc: Peng Fan &lt;peng.fan@nxp.com&gt;Cc: Robby Cai &lt;robby.cai@nxp.com&gt;Cc: Sam Ravnborg &lt;sam@ravnborg.org&gt;Cc: Stefan Agner &lt;stefan@agner.ch&gt;Reviewed-by: Lucas Stach &lt;l.stach@pengutronix.de&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20220628174152.167284-2-marex@denx.de

            List of files:
            /linux-6.15/drivers/gpu/drm/mxsfb/Makefile</description>
        <pubDate>Tue, 28 Jun 2022 17:41:52 +0000</pubDate>
        <dc:creator>Marek Vasut &lt;marex@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>40a726b8 - drm: mxsfb: Rename mxsfb_crtc.c to mxsfb_kms.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/mxsfb/Makefile#40a726b8</link>
        <description>drm: mxsfb: Rename mxsfb_crtc.c to mxsfb_kms.cThe mxsfb_crtc.c file doesn&apos;t handle just the CRTC, but also the otherKMS objects. Rename it accordingly.Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Reviewed-by: Stefan Agner &lt;stefan@agner.ch&gt;Reviewed-by: Emil Velikov &lt;emil.l.velikov@gmail.com&gt;Signed-off-by: Stefan Agner &lt;stefan@agner.ch&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20200727020654.8231-11-laurent.pinchart@ideasonboard.com

            List of files:
            /linux-6.15/drivers/gpu/drm/mxsfb/Makefile</description>
        <pubDate>Mon, 27 Jul 2020 02:06:42 +0000</pubDate>
        <dc:creator>Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;</dc:creator>
    </item>
<item>
        <title>c42001e3 - drm: mxsfb: Use drm_panel_bridge</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/mxsfb/Makefile#c42001e3</link>
        <description>drm: mxsfb: Use drm_panel_bridgeReplace the manual connector implementation based on drm_panel with thedrm_panel_bridge helper. This simplifies the mxsfb driver by removingconnector-related code, and standardizing all pipeline controloperations on bridges.A hack is needed to get hold of the connector, as that&apos;s our only sourceof bus flags and formats for now. As soon as the bridge API provides uswith that information this can be fixed.Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Reviewed-by: Emil Velikov &lt;emil.l.velikov@gmail.com&gt;Reviewed-by: Stefan Agner &lt;stefan@agner.ch&gt;Signed-off-by: Stefan Agner &lt;stefan@agner.ch&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20200727020654.8231-3-laurent.pinchart@ideasonboard.com

            List of files:
            /linux-6.15/drivers/gpu/drm/mxsfb/Makefile</description>
        <pubDate>Mon, 27 Jul 2020 02:06:34 +0000</pubDate>
        <dc:creator>Laurent Pinchart &lt;laurent.pinchart@ideasonboard.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/mxsfb/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/gpu/drm/mxsfb/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>45d59d70 - drm: Add new driver for MXSFB controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/mxsfb/Makefile#45d59d70</link>
        <description>drm: Add new driver for MXSFB controllerAdd new driver for the MXSFB controller found in i.MX23/28/6SX .The MXSFB controller is a simple framebuffer controller with oneparallel LCD output. Unlike the MXSFB fbdev driver that is usedon these systems now, this driver uses the DRM/KMS framework.Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;Cc: Lucas Stach &lt;l.stach@pengutronix.de&gt;Cc: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;Cc: Shawn Guo &lt;shawnguo@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/mxsfb/Makefile</description>
        <pubDate>Thu, 18 Aug 2016 18:23:01 +0000</pubDate>
        <dc:creator>Marek Vasut &lt;marex@denx.de&gt;</dc:creator>
    </item>
</channel>
</rss>
