<?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>aca1cbc1 - drm/stm: lvds: add new STM32 LVDS Display Interface Transmitter driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/stm/Makefile#aca1cbc1</link>
        <description>drm/stm: lvds: add new STM32 LVDS Display Interface Transmitter driverThe Low-Voltage Differential Signaling (LVDS) Display InterfaceTransmitter handles the LVDS protocol: it maps the pixels received fromthe upstream Pixel-DMA LCD-TFT Display Controller (LTDC) onto the LVDSPHY.It is composed of three sub blocks:	* LVDS host: handles the LVDS protocol (FPD / OpenLDI) and maps	  its input pixels onto the data lanes of the PHY	* LVDS PHY: parallelize the data and drives the LVDS data lanes	* LVDS wrapper: handles top-level settingsThe LVDS controller driver supports the following high-level features:	* FDP-Link-I and OpenLDI (v0.95) protocols	* Single-Link or Dual-Link operation	* Single-Display or Double-Display (with the same content	  duplicated on both)	* Flexible Bit-Mapping, including JEIDA and VESA	* RGB888 or RGB666 output	* Synchronous design, with one input pixel per clock cycleSigned-off-by: Raphael Gallais-Pou &lt;raphael.gallais-pou@foss.st.com&gt;Acked-by: Yannick Fertre &lt;yannick.fertre@foss.st.com&gt;Signed-off-by: Philippe Cornu &lt;philippe.cornu@foss.st.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240226-lvds-v6-2-15e3463fbe70@foss.st.com

            List of files:
            /linux-6.15/drivers/gpu/drm/stm/Makefile</description>
        <pubDate>Mon, 26 Feb 2024 10:48:06 +0000</pubDate>
        <dc:creator>Raphael Gallais-Pou &lt;raphael.gallais-pou@foss.st.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/stm/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/stm/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>c1c026db - drm/stm: Add STM32 DSI controller driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/stm/Makefile#c1c026db</link>
        <description>drm/stm: Add STM32 DSI controller driverAdd the STM32 DSI controller driver that uses the Synopsys DesignWareMIPI DSI host controller bridge.Signed-off-by: Philippe CORNU &lt;philippe.cornu@st.com&gt;Reviewed-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;Reviewed-by: Archit Taneja &lt;architt@codeaurora.org&gt;Signed-off-by: Benjamin Gaignard &lt;benjamin.gaignard@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/1500277223-29553-8-git-send-email-philippe.cornu@st.com

            List of files:
            /linux-6.15/drivers/gpu/drm/stm/Makefile</description>
        <pubDate>Mon, 17 Jul 2017 07:40:23 +0000</pubDate>
        <dc:creator>Philippe CORNU &lt;philippe.cornu@st.com&gt;</dc:creator>
    </item>
<item>
        <title>5d465d42 - drm/stm: remove unneeded -Iinclude/drm compiler flag</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/stm/Makefile#5d465d42</link>
        <description>drm/stm: remove unneeded -Iinclude/drm compiler flagWith the include directives under include/drm/ fixed, this flag isno longer needed.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Signed-off-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;Link: http://patchwork.freedesktop.org/patch/msgid/1495081793-9707-13-git-send-email-yamada.masahiro@socionext.com

            List of files:
            /linux-6.15/drivers/gpu/drm/stm/Makefile</description>
        <pubDate>Thu, 18 May 2017 04:29:49 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>b759012c - drm/stm: Add STM32 LTDC driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/stm/Makefile#b759012c</link>
        <description>drm/stm: Add STM32 LTDC driverThis controller provides output signals to interface directly a varietyof LCD and TFT panels. These output signals are: RGB signals(up to 24bpp), vertical &amp; horizontal synchronisations, data enable andthe pixel clock.Reviewed-by: Eric Anholt &lt;eric@anholt.net&gt;Signed-off-by: Yannick Fertre &lt;yannick.fertre@st.com&gt;Signed-off-by: Eric Anholt &lt;eric@anholt.net&gt;Link: http://patchwork.freedesktop.org/patch/msgid/1492164819-10513-5-git-send-email-yannick.fertre@st.comReviewed-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;Reviewed-by: Eric Anholt &lt;eric@anholt.net&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/stm/Makefile</description>
        <pubDate>Fri, 14 Apr 2017 10:13:34 +0000</pubDate>
        <dc:creator>Yannick Fertre &lt;yannick.fertre@st.com&gt;</dc:creator>
    </item>
</channel>
</rss>
