<?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>71ffeafb - drm: sun4i: rename sun4i_dotclock to sun4i_tcon_dclk</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/sun4i/Makefile#71ffeafb</link>
        <description>drm: sun4i: rename sun4i_dotclock to sun4i_tcon_dclkWhile the rate of TCON0&apos;s DCLK matches dotclock for parallel and LVDSoutputs, this doesn&apos;t hold for DSI. The &apos;D&apos; in DCLK actually stands for&apos;Data&apos; according to Allwinner&apos;s manuals. The clock is mostly referred toas dclk throughout this driver already anyway, so stick with that.Signed-off-by: Roman Beranek &lt;me@crly.cz&gt;Signed-off-by: Maxime Ripard &lt;maxime@cerno.tech&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20230505052110.67514-4-me@crly.cz

            List of files:
            /linux-6.15/drivers/gpu/drm/sun4i/Makefile</description>
        <pubDate>Fri, 05 May 2023 05:21:09 +0000</pubDate>
        <dc:creator>Roman Beranek &lt;me@crly.cz&gt;</dc:creator>
    </item>
<item>
        <title>5d134abf - phy: Move Allwinner A31 D-PHY driver to drivers/phy/</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/sun4i/Makefile#5d134abf</link>
        <description>phy: Move Allwinner A31 D-PHY driver to drivers/phy/Now that our MIPI D-PHY driver has been converted to the phy framework,let&apos;s move it into the drivers/phy directory.Reviewed-by: Paul Kocialkowski &lt;paul.kocialkowski@bootlin.com&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@bootlin.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/2447609da5b80f148c79b2b2a263a0e779f3e82f.1548085432.git-series.maxime.ripard@bootlin.com

            List of files:
            /linux-6.15/drivers/gpu/drm/sun4i/Makefile</description>
        <pubDate>Mon, 21 Jan 2019 15:45:50 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime.ripard@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>bb3b6fcb - sun6i: dsi: Convert to generic phy handling</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/sun4i/Makefile#bb3b6fcb</link>
        <description>sun6i: dsi: Convert to generic phy handlingNow that we have everything in place in the PHY framework to deal in ageneric way with MIPI D-PHY phys, let&apos;s convert our PHY driver and itsassociated DSI driver to that new API.Reviewed-by: Paul Kocialkowski &lt;paul.kocialkowski@bootlin.com&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@bootlin.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/dc6450e2978b6dafcc464595ad06204d22d2658f.1548085432.git-series.maxime.ripard@bootlin.com

            List of files:
            /linux-6.15/drivers/gpu/drm/sun4i/Makefile</description>
        <pubDate>Mon, 21 Jan 2019 15:45:49 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime.ripard@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>58d4d298 - drm/sun4i: fix build failure with CONFIG_DRM_SUN8I_MIXER=m</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/sun4i/Makefile#58d4d298</link>
        <description>drm/sun4i: fix build failure with CONFIG_DRM_SUN8I_MIXER=mHaving DRM_SUN4I built-in but DRM_SUN8I_MIXER as a loadable module results ina link error, as we try to access a symbol from the sun8i_tcon_top.ko module:ERROR: &quot;sun8i_tcon_top_of_table&quot; [drivers/gpu/drm/sun4i/sun8i-drm-hdmi.ko] undefined!ERROR: &quot;sun8i_tcon_top_of_table&quot; [drivers/gpu/drm/sun4i/sun4i-drm.ko] undefined!This solves the problem by adding a silent symbol for the tcon_top module,building it as a separate module in exactly the cases that we need it,but in a way that it is reachable by the other modules.Fixes: 57e23de02f48 (&quot;drm/sun4i: DW HDMI: Expand algorithm for possible crtcs&quot;)Fixes: ef0cf6441fbb (&quot;drm/sun4i: Add support for traversing graph with TCON TOP&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@bootlin.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20180711144403.1022829-1-arnd@arndb.de

            List of files:
            /linux-6.15/drivers/gpu/drm/sun4i/Makefile</description>
        <pubDate>Wed, 11 Jul 2018 14:43:10 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>3156b53c - drm/sun4i: link in front-end code if needed</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/sun4i/Makefile#3156b53c</link>
        <description>drm/sun4i: link in front-end code if neededWhen the base sun4i DRM driver is built-in but the back-end isa loadable module, we run into a link error:drivers/gpu/drm/sun4i/sun4i_drv.o: In function `sun4i_drv_probe&apos;:sun4i_drv.c:(.text+0x60c): undefined reference to `sun4i_frontend_of_table&apos;The dependency is a bit tricky, the best workaround I have come upwith is to use a Makefile hack to to interpret bothCONFIG_DRM_SUN4I_BACKEND=m and CONFIG_DRM_SUN4I_BACKEND=yas a directive to build the front-end the same way as the main module.Fixes: dd0421f47505 (&quot;drm/sun4i: Add a driver for the display frontend&quot;)Link: https://lore.kernel.org/lkml/20180301091908.zcptz3ezqr2c6ly5@flea/Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@bootlin.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20180706142847.2032381-1-arnd@arndb.de

            List of files:
            /linux-6.15/drivers/gpu/drm/sun4i/Makefile</description>
        <pubDate>Fri, 06 Jul 2018 14:28:28 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>19f3ebed - drm/sun4i: Add TCON TOP driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/sun4i/Makefile#19f3ebed</link>
        <description>drm/sun4i: Add TCON TOP driverAs already described in DT binding, TCON TOP is responsible forconfiguring display pipeline. In this initial driver focus is on HDMIpipeline, so TVE and LCD configuration is not implemented.Implemented features:- HDMI source selection- clock driver (TCON and DSI gating)- connecting mixers and TCONSSomething similar also existed in previous SoCs, except that it was partof first TCON.Signed-off-by: Jernej Skrabec &lt;jernej.skrabec@siol.net&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@bootlin.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20180625120304.7543-6-jernej.skrabec@siol.net

            List of files:
            /linux-6.15/drivers/gpu/drm/sun4i/Makefile</description>
        <pubDate>Mon, 25 Jun 2018 12:02:45 +0000</pubDate>
        <dc:creator>Jernej Skrabec &lt;jernej.skrabec@siol.net&gt;</dc:creator>
    </item>
<item>
        <title>133add5b - drm/sun4i: Add Allwinner A31 MIPI-DSI controller support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/sun4i/Makefile#133add5b</link>
        <description>drm/sun4i: Add Allwinner A31 MIPI-DSI controller supportMost of the Allwinner SoCs since the A31 share the same MIPI-DSIcontroller.While that controller is mostly undocumented, the code is out there and hasbeen cleaned up in order to be integrated into DRM. However, there&apos;s stillsome dark areas that are a bit unclear about how the block exactlyoperates.Reviewed-by: Chen-Yu Tsai &lt;wens@csie.org&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@bootlin.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/ad9e6224fced87c0889ddd2765d1942610061f72.1522835818.git-series.maxime.ripard@bootlin.com

            List of files:
            /linux-6.15/drivers/gpu/drm/sun4i/Makefile</description>
        <pubDate>Wed, 04 Apr 2018 09:57:11 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime.ripard@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>4f86e817 - drm/sun4i: Add support for H3 HDMI PHY variant</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/sun4i/Makefile#4f86e817</link>
        <description>drm/sun4i: Add support for H3 HDMI PHY variantWhile A83T HDMI PHY seems to be just customized Synopsys HDMI PHY, H3HDMI PHY is completely custom PHY.However, they still have many things in common like clock and resetsetup, setting sync polarity and more.Add support for H3 HDMI PHY variant.While documentation exists for this PHY variant, it doesn&apos;t go in greatdetails. Because of that, almost all settings are copied from BSP linux4.4. Interestingly, those settings are slightly different to those foundin a older BSP with Linux 3.4. For now, no user visible difference wasfound between them.Signed-off-by: Jernej Skrabec &lt;jernej.skrabec@siol.net&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@bootlin.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20180301213442.16677-13-jernej.skrabec@siol.net

            List of files:
            /linux-6.15/drivers/gpu/drm/sun4i/Makefile</description>
        <pubDate>Thu, 01 Mar 2018 21:34:38 +0000</pubDate>
        <dc:creator>Jernej Skrabec &lt;jernej.skrabec@siol.net&gt;</dc:creator>
    </item>
<item>
        <title>b7c7436a - drm/sun4i: Implement A83T HDMI driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/sun4i/Makefile#b7c7436a</link>
        <description>drm/sun4i: Implement A83T HDMI driverA83T has DW HDMI IP block with a custom PHY similar to Synopsys gen2HDMI PHY.Only video output was tested, while HW also supports audio and CEC.Support for them will be added later.Signed-off-by: Jernej Skrabec &lt;jernej.skrabec@siol.net&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@bootlin.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20180214200906.31509-11-jernej.skrabec@siol.net

            List of files:
            /linux-6.15/drivers/gpu/drm/sun4i/Makefile</description>
        <pubDate>Wed, 14 Feb 2018 20:09:04 +0000</pubDate>
        <dc:creator>Jernej Skrabec &lt;jernej.skrabec@siol.net&gt;</dc:creator>
    </item>
<item>
        <title>dd0421f4 - drm/sun4i: Add a driver for the display frontend</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/sun4i/Makefile#dd0421f4</link>
        <description>drm/sun4i: Add a driver for the display frontendThe display frontend is an hardware block that can be used to implementsome more advanced features like hardware scaling or colorspaceconversions. It can also be used to implement the output format of the VPU.Let&apos;s create a minimal driver for it that will only enable the hardwarescaling features.Reviewed-by: Chen-Yu Tsai &lt;wens@csie.org&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/029cdc3478bf89d422f5e8d9e600baf5e48ce4db.1516613040.git-series.maxime.ripard@free-electrons.com

            List of files:
            /linux-6.15/drivers/gpu/drm/sun4i/Makefile</description>
        <pubDate>Mon, 22 Jan 2018 09:25:22 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;</dc:creator>
    </item>
<item>
        <title>a0c1214e - drm/sun4i: Add LVDS support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/sun4i/Makefile#a0c1214e</link>
        <description>drm/sun4i: Add LVDS supportThe TCON supports the LVDS interface to output to a panel or a bridge.Let&apos;s add support for it.Reviewed-by: Chen-Yu Tsai &lt;wens@csie.org&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/7fbb85f33ee1d5009fde4f0d7d236e11ca58b114.1513854122.git-series.maxime.ripard@free-electrons.com

            List of files:
            /linux-6.15/drivers/gpu/drm/sun4i/Makefile</description>
        <pubDate>Thu, 21 Dec 2017 11:02:33 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;</dc:creator>
    </item>
<item>
        <title>88302939 - drm/sun4i: Add DE2 CSC library</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/sun4i/Makefile#88302939</link>
        <description>drm/sun4i: Add DE2 CSC libraryDE2 have many CSC units - channel input CSC, channel output CSC andmixer output CSC and maybe more.Fortunately, they have all same register layout, only base offsetsdiffers.Add support only for channel output CSC for now.Signed-off-by: Jernej Skrabec &lt;jernej.skrabec@siol.net&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20171201060550.10392-24-jernej.skrabec@siol.net

            List of files:
            /linux-6.15/drivers/gpu/drm/sun4i/Makefile</description>
        <pubDate>Fri, 01 Dec 2017 06:05:46 +0000</pubDate>
        <dc:creator>Jernej Skrabec &lt;jernej.skrabec@siol.net&gt;</dc:creator>
    </item>
<item>
        <title>b862a648 - drm/sun4i: Add support for HW scaling to DE2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/sun4i/Makefile#b862a648</link>
        <description>drm/sun4i: Add support for HW scaling to DE2Scaling is currently supported only for RGB framebuffersCoefficients and algorithm which coefficients to select are takenfrom BSP driver.Signed-off-by: Jernej Skrabec &lt;jernej.skrabec@siol.net&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20171201060550.10392-22-jernej.skrabec@siol.net

            List of files:
            /linux-6.15/drivers/gpu/drm/sun4i/Makefile</description>
        <pubDate>Fri, 01 Dec 2017 06:05:44 +0000</pubDate>
        <dc:creator>Jernej Skrabec &lt;jernej.skrabec@siol.net&gt;</dc:creator>
    </item>
<item>
        <title>7480ba4d - drm/sun4i: Add support for DE2 VI planes</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/sun4i/Makefile#7480ba4d</link>
        <description>drm/sun4i: Add support for DE2 VI planesThis commit adds basic support for VI planes. They are meant for videooverlay and because of that they support YUV formats too. However, usingYUV format is not straightforward, so only RGB formats are supported fornow.Signed-off-by: Jernej Skrabec &lt;jernej.skrabec@siol.net&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20171201060550.10392-20-jernej.skrabec@siol.net

            List of files:
            /linux-6.15/drivers/gpu/drm/sun4i/Makefile</description>
        <pubDate>Fri, 01 Dec 2017 06:05:42 +0000</pubDate>
        <dc:creator>Jernej Skrabec &lt;jernej.skrabec@siol.net&gt;</dc:creator>
    </item>
<item>
        <title>5bb5f5da - drm/sun4i: Reorganize UI layer code in DE2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/sun4i/Makefile#5bb5f5da</link>
        <description>drm/sun4i: Reorganize UI layer code in DE2Till now, DE2 driver supported only UI planes. Before we add support forVI planes, lets split out UI layer specific code from common parts. Thiscommit does the following:- renames sun8i_layer.c to sun8i_ui_layer.c- moves UI channel specific code to sun8i_ui_layer.c- moves common code from sun8i_layer.c to sun8i_mixer.c- renames function and structure names so it is apparent where theybelong toNo functional change is made.Signed-off-by: Jernej Skrabec &lt;jernej.skrabec@siol.net&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20171201060550.10392-19-jernej.skrabec@siol.net

            List of files:
            /linux-6.15/drivers/gpu/drm/sun4i/Makefile</description>
        <pubDate>Fri, 01 Dec 2017 06:05:41 +0000</pubDate>
        <dc:creator>Jernej Skrabec &lt;jernej.skrabec@siol.net&gt;</dc:creator>
    </item>
<item>
        <title>b2441318 - License cleanup: add SPDX GPL-2.0 license identifier to files with no license</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/sun4i/Makefile#b2441318</link>
        <description>License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseMany source files in the tree are missing licensing information, whichmakes it harder for compliance tools to determine the correct license.By default all files without license information are under the defaultlicense of the kernel, which is GPL version 2.Update the files which contain no license information with the &apos;GPL-2.0&apos;SPDX license identifier.  The SPDX identifier is a legally bindingshorthand, which can be used instead of the full boiler plate text.This patch is based on work done by Thomas Gleixner and Kate Stewart andPhilippe Ombredanne.How this work was done:Patches were generated and checked against linux-4.14-rc6 for a subset ofthe use cases: - file had no licensing information it it. - file was a */uapi/* one with no licensing information in it, - file was a */uapi/* one with existing licensing information,Further patches will be generated in subsequent months to fix up caseswhere non-standard license headers were used, and references to licensehad to be inferred by heuristics based on keywords.The analysis to determine which SPDX License Identifier to be applied toa file was done in a spreadsheet of side by side results from of theoutput of two independent scanners (ScanCode &amp; Windriver) producing SPDXtag:value files created by Philippe Ombredanne.  Philippe prepared thebase worksheet, and did an initial spot review of a few 1000 files.The 4.13 kernel was the starting point of the analysis with 60,537 filesassessed.  Kate Stewart did a file by file comparison of the scannerresults in the spreadsheet to determine which SPDX license identifier(s)to be applied to the file. She confirmed any determination that was notimmediately clear with lawyers working with the Linux Foundation.Criteria used to select files for SPDX license identifier tagging was: - Files considered eligible had to be source code files. - Make and config files were included as candidates if they contained &gt;5   lines of source - File already had some variant of a license header in it (even if &lt;5   lines).All documentation files were explicitly excluded.The following heuristics were used to determine which SPDX licenseidentifiers to apply. - when both scanners couldn&apos;t find any license traces, file was   considered to have no license information in it, and the top level   COPYING file license applied.   For non */uapi/* files that summary was:   SPDX license identifier                            # files   ---------------------------------------------------|-------   GPL-2.0                                              11139   and resulted in the first patch in this series.   If that file was a */uapi/* path one, it was &quot;GPL-2.0 WITH   Linux-syscall-note&quot; otherwise it was &quot;GPL-2.0&quot;.  Results of that was:   SPDX license identifier                            # files   ---------------------------------------------------|-------   GPL-2.0 WITH Linux-syscall-note                        930   and resulted in the second patch in this series. - if a file had some form of licensing information in it, and was one   of the */uapi/* ones, it was denoted with the Linux-syscall-note if   any GPL family license was found in the file or had no licensing in   it (per prior point).  Results summary:   SPDX license identifier                            # files   ---------------------------------------------------|------   GPL-2.0 WITH Linux-syscall-note                       270   GPL-2.0+ WITH Linux-syscall-note                      169   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-2-Clause)    21   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)    17   LGPL-2.1+ WITH Linux-syscall-note                      15   GPL-1.0+ WITH Linux-syscall-note                       14   ((GPL-2.0+ WITH Linux-syscall-note) OR BSD-3-Clause)    5   LGPL-2.0+ WITH Linux-syscall-note                       4   LGPL-2.1 WITH Linux-syscall-note                        3   ((GPL-2.0 WITH Linux-syscall-note) OR MIT)              3   ((GPL-2.0 WITH Linux-syscall-note) AND MIT)             1   and that resulted in the third patch in this series. - when the two scanners agreed on the detected license(s), that became   the concluded license(s). - when there was disagreement between the two scanners (one detected a   license but the other didn&apos;t, or they both detected different   licenses) a manual inspection of the file occurred. - In most cases a manual inspection of the information in the file   resulted in a clear resolution of the license that should apply (and   which scanner probably needed to revisit its heuristics). - When it was not immediately clear, the license identifier was   confirmed with lawyers working with the Linux Foundation. - If there was any question as to the appropriate license identifier,   the file was flagged for further research and to be revisited later   in time.In total, over 70 hours of logged manual review was done on thespreadsheet to determine the SPDX license identifiers to apply to thesource files by Kate, Philippe, Thomas and, in some cases, confirmationby lawyers working with the Linux Foundation.Kate also obtained a third independent scan of the 4.13 code base fromFOSSology, and compared selected files where the other two scannersdisagreed against that SPDX file, to see if there was new insights.  TheWindriver scanner is based on an older version of FOSSology in part, sothey are related.Thomas did random spot checks in about 500 files from the spreadsheetsfor the uapi headers and agreed with SPDX license identifier in thefiles he inspected. For the non-uapi files Thomas did random spot checksin about 15000 files.In initial set of patches against 4.14-rc6, 3 files were found to havecopy/paste license identifier errors, and have been fixed to reflect thecorrect identifier.Additionally Philippe spent 10 hours this week doing a detailed manualinspection and review of the 12,461 patched files from the initial patchversion early this week with: - a full scancode scan run, collecting the matched texts, detected   license ids and scores - reviewing anything where there was a license detected (about 500+   files) to ensure that the applied SPDX license was correct - reviewing anything where there was no detection but the patch license   was not GPL-2.0 WITH Linux-syscall-note to ensure that the applied   SPDX license was correctThis produced a worksheet with 20 files needing minor correction.  Thisworksheet was then exported into 3 different .csv files for thedifferent types of files to be modified.These .csv files were then reviewed by Greg.  Thomas wrote a script toparse the csv files and add the proper SPDX tag to the file, in theformat that the file expected.  This script was further refined by Gregbased on the output to detect more types of files automatically and todistinguish between header and source .c files (which need differentcomment types.)  Finally Greg ran the script using the .csv files togenerate the patches.Reviewed-by: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;Reviewed-by: Philippe Ombredanne &lt;pombredanne@nexb.com&gt;Reviewed-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/sun4i/Makefile</description>
        <pubDate>Wed, 01 Nov 2017 14:07:57 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>79c61092 - drm/sun4i: Realign Makefile padding and reorder it</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/sun4i/Makefile#79c61092</link>
        <description>drm/sun4i: Realign Makefile padding and reorder itSome options were not padded as they should, and the order in the Makefilewas chaotic. Fix that.Reviewed-by: Chen-Yu Tsai &lt;wens@csie.org&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/9410b284ec97453fa692537dffaaa4fb4833347c.1508231063.git-series.maxime.ripard@free-electrons.com

            List of files:
            /linux-6.15/drivers/gpu/drm/sun4i/Makefile</description>
        <pubDate>Tue, 17 Oct 2017 09:06:09 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;</dc:creator>
    </item>
<item>
        <title>f0a3dd33 - drm/sun4i: hdmi: Implement I2C adapter for A10s DDC bus</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/sun4i/Makefile#f0a3dd33</link>
        <description>drm/sun4i: hdmi: Implement I2C adapter for A10s DDC busThe documentation for drm_do_get_edid in drivers/gpu/drm/drm_edid.c states:&quot;As in the general case the DDC bus is accessible by the kernel at the I2Clevel, drivers must make all reasonable efforts to expose it as an I2Cadapter and use drm_get_edid() instead of abusing this function.&quot;Exposing the DDC bus as an I2C adapter is more beneficial as it can be usedfor purposes other than reading the EDID such as modifying the EDID orusing the HDMI DDC pins as an I2C bus through the I2C dev interface fromuserspace (e.g. i2c-tools).Implement this for A10s.Signed-off-by: Jonathan Liu &lt;net147@gmail.com&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/sun4i/Makefile</description>
        <pubDate>Sun, 02 Jul 2017 07:27:10 +0000</pubDate>
        <dc:creator>Jonathan Liu &lt;net147@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9c568101 - drm/sun4i: Add HDMI support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/sun4i/Makefile#9c568101</link>
        <description>drm/sun4i: Add HDMI supportThe earlier Allwinner SoCs (A10, A10s, A20, A31) have an embedded HDMIcontroller.That HDMI controller is able to do audio and CEC, but those have been leftout for now.Reviewed-by: Chen-Yu Tsai &lt;wens@csie.org&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/sun4i/Makefile</description>
        <pubDate>Sat, 27 May 2017 16:09:35 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;</dc:creator>
    </item>
<item>
        <title>9d75b8c0 - drm/sun4i: add support for Allwinner DE2 mixers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/sun4i/Makefile#9d75b8c0</link>
        <description>drm/sun4i: add support for Allwinner DE2 mixersAllwinner have a new &quot;Display Engine 2.0&quot; in their new SoCs, which comeswith mixers to do graphic processing and feed data to TCON, like the oldbackends and frontends.Add support for the mixer on Allwinner V3s SoC; it&apos;s the simplest one.Currently a lot of functions are still missing -- more investigationsare needed to gain enough information for them.Signed-off-by: Icenowy Zheng &lt;icenowy@aosc.io&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/sun4i/Makefile</description>
        <pubDate>Wed, 17 May 2017 14:47:20 +0000</pubDate>
        <dc:creator>Icenowy Zheng &lt;icenowy@aosc.io&gt;</dc:creator>
    </item>
</channel>
</rss>
