<?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>7cb32743 - drm/panel: Add Visionox RM692E5 panel driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/panel/Makefile#7cb32743</link>
        <description>drm/panel: Add Visionox RM692E5 panel driverAdd the driver for Visionox RM692E5 panel support found in NothingPhone (1).Signed-off-by: Eugene Lepshy &lt;fekz115@gmail.com&gt;Co-developed-by: Danila Tikhonov &lt;danila@jiaxyga.com&gt;Signed-off-by: Danila Tikhonov &lt;danila@jiaxyga.com&gt;Reviewed-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://lore.kernel.org/r/20250217222431.82522-3-danila@jiaxyga.comSigned-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20250217222431.82522-3-danila@jiaxyga.com

            List of files:
            /linux-6.15/drivers/gpu/drm/panel/Makefile</description>
        <pubDate>Mon, 17 Feb 2025 22:24:29 +0000</pubDate>
        <dc:creator>Eugene Lepshy &lt;fekz115@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a50ae1a2 - drm/panel: add Raydium RM67200 panel driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/panel/Makefile#a50ae1a2</link>
        <description>drm/panel: add Raydium RM67200 panel driverThe Rockchip W552793DBA-V10 display/touchscreen board contains aWanchanglong W552793BAA panel, which in turn is using a RaydiumRM67200 MIPI-DSI controller. Add a DSI panel driver for it.The W552793BAA panel init sequence has been taken from the RK3588EVB1 vendor kernel devicetree.Reviewed-by: Jessica Zhang &lt;quic_jesszhan@quicinc.com&gt;Reviewed-by: Andy Yan &lt;andyshrk@163.com&gt;Signed-off-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;Link: https://lore.kernel.org/r/20250225-raydium-rm67200-v3-2-d9e1010dd8ab@kernel.orgSigned-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20250225-raydium-rm67200-v3-2-d9e1010dd8ab@kernel.org

            List of files:
            /linux-6.15/drivers/gpu/drm/panel/Makefile</description>
        <pubDate>Tue, 25 Feb 2025 16:08:00 +0000</pubDate>
        <dc:creator>Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>40115947 - drm: panel: Add a panel driver for the Summit display</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/panel/Makefile#40115947</link>
        <description>drm: panel: Add a panel driver for the Summit displayThis is the display panel used for the touchbar on laptops that have it.Co-developed-by: Nick Chan &lt;towinchenmi@gmail.com&gt;Signed-off-by: Nick Chan &lt;towinchenmi@gmail.com&gt;Reviewed-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;Reviewed-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Reviewed-by: Neal Gompa &lt;neal@gompa.dev&gt;Signed-off-by: Sasha Finkelstein &lt;fnkl.kernel@gmail.com&gt;Link: https://lore.kernel.org/r/20250217-adpdrm-v7-3-ca2e44b3c7d8@gmail.comSigned-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20250217-adpdrm-v7-3-ca2e44b3c7d8@gmail.com

            List of files:
            /linux-6.15/drivers/gpu/drm/panel/Makefile</description>
        <pubDate>Mon, 17 Feb 2025 11:39:33 +0000</pubDate>
        <dc:creator>Sasha Finkelstein &lt;fnkl.kernel@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d5658db2 - drm/panel: samsung-s6e88a0-ams427ap24: Add initial driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/panel/Makefile#d5658db2</link>
        <description>drm/panel: samsung-s6e88a0-ams427ap24: Add initial driverThis initial part of the panel driver was mostly generated by the&quot;linux-mdss-dsi-panel-driver-generator&quot; tool [1], reading downstreamAndroid kernel file &quot;dsi_panel_S6E88A0_AMS427AP24_qhd_octa_video.dtsi&quot; [2].On top of the generic output of the tool, there were a couple of changesapplied:- Added mipi_dsi_dcs_set_display_on() to function s6e88a0_ams427ap24_on(),  otherwise the display does not show up.- In functions s6e88a0_ams427ap24_on() and s6e88a0_ams427ap24_off()  changed DSI commands to multi context and used &quot;accum_err&quot; returns.- In functions s6e88a0_ams427ap24_on() and s6e88a0_ams427ap24_off() replaced  msleep() by mipi_dsi_msleep().- The function s6e88a0_ams427ap24_get_modes() was changed to make use of  drm_connector_helper_get_modes_fixed(). This also required to include  drm/drm_probe_helper.h.- In function s6e88a0_ams427ap24_probe() registring the regulators was changed  to devm_regulator_bulk_get_const(). This required to change supplies in struct  s6e88a0_ams427ap24 to a pointer.- Removed bool &quot;prepared&quot; from struct s6e88a0_ams427ap24 and according parts in  functions s6e88a0_ams427ap24_prepare() and s6e88a0_ams427ap24_unprepare().- Removed include &lt;linux/of.h&gt;, it&apos;s not needed.- Added comments to the mipi_dsi_dcs_write_seq_multi() lines in function  s6e88a0_ams427ap24_on().[1] https://github.com/msm8916-mainline/linux-mdss-dsi-panel-driver-generator[2] https://github.com/msm8916-mainline/linux-downstream/blob/GT-I9195I/drivers/video/msm/mdss/samsung/S6E88A0_AMS427AP24/dsi_panel_S6E88A0_AMS427AP24_qhd_octa_video.dtsiSigned-off-by: Jakob Hauser &lt;jahau@rocketmail.com&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Link: https://lore.kernel.org/r/d92ef0036b66520bb6d1ec908165e776cf30c303.1730070570.git.jahau@rocketmail.comSigned-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/d92ef0036b66520bb6d1ec908165e776cf30c303.1730070570.git.jahau@rocketmail.com

            List of files:
            /linux-6.15/drivers/gpu/drm/panel/Makefile</description>
        <pubDate>Sun, 27 Oct 2024 23:42:04 +0000</pubDate>
        <dc:creator>Jakob Hauser &lt;jahau@rocketmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b330f3a0 - drm/panel: Add Samsung AMS581VF01 panel driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/panel/Makefile#b330f3a0</link>
        <description>drm/panel: Add Samsung AMS581VF01 panel driverAdd the driver for Samsung AMS581VF01 SOFEF01-based 5.81&quot; FHD Plus CMDmode OLED panel support found in Google Pixel 4a (sm7150-google-sunfish)Signed-off-by: Danila Tikhonov &lt;danila@jiaxyga.com&gt;Reviewed-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;Link: https://lore.kernel.org/r/20241013212402.15624-3-danila@jiaxyga.comSigned-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20241013212402.15624-3-danila@jiaxyga.com

            List of files:
            /linux-6.15/drivers/gpu/drm/panel/Makefile</description>
        <pubDate>Sun, 13 Oct 2024 21:24:02 +0000</pubDate>
        <dc:creator>Danila Tikhonov &lt;danila@jiaxyga.com&gt;</dc:creator>
    </item>
<item>
        <title>bd07dbb9 - drm/panel: Add Samsung AMS639RQ08 panel driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/panel/Makefile#bd07dbb9</link>
        <description>drm/panel: Add Samsung AMS639RQ08 panel driverAdd the driver for Samsung AMS639RQ08 FHD Plus CMD mode panel supportfound in:- Xiaomi Mi 9 Lite / CC9 (sdm710-xiaomi-pyxis)- Xiaomi Mi 9T / Redmi K20 (sm7150-xiaomi-davinci)- Xiaomi Mi 9T Pro / Redmi K20 Pro (sm8150-xiaomi-raphael)Tested-by: Degdag Mohamed &lt;degdagmohamed@gmail.com&gt; # xiaomi-raphaelTested-by: Jens Reidel &lt;adrian@travitia.xyz&gt; # xiaomi-davinciSigned-off-by: Danila Tikhonov &lt;danila@jiaxyga.com&gt;Reviewed-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://lore.kernel.org/r/20240930202448.188051-3-danila@jiaxyga.comSigned-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240930202448.188051-3-danila@jiaxyga.com

            List of files:
            /linux-6.15/drivers/gpu/drm/panel/Makefile</description>
        <pubDate>Mon, 30 Sep 2024 20:24:48 +0000</pubDate>
        <dc:creator>Danila Tikhonov &lt;danila@jiaxyga.com&gt;</dc:creator>
    </item>
<item>
        <title>779679d3 - drm/panel: Add support for S6E3HA8 panel driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/panel/Makefile#779679d3</link>
        <description>drm/panel: Add support for S6E3HA8 panel driverAdd support for MIPI-DSI based S6E3HA8 AMOLED paneldriver. This panel has 1440x2960 resolution, 5.8-inch physicalsize, and can be found in starqltechn device.Brightness regulation is not yet supported.Reviewed-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Signed-off-by: Dzmitry Sankouski &lt;dsankouski@gmail.com&gt;Link: https://lore.kernel.org/r/20241006-starqltechn_integration_upstream-v6-3-8336b9cd6c34@gmail.comSigned-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20241006-starqltechn_integration_upstream-v6-3-8336b9cd6c34@gmail.com

            List of files:
            /linux-6.15/drivers/gpu/drm/panel/Makefile</description>
        <pubDate>Sun, 06 Oct 2024 18:18:21 +0000</pubDate>
        <dc:creator>Dzmitry Sankouski &lt;dsankouski@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>aec8485f - drm/panel: add BOE tv101wum-ll2 panel driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/panel/Makefile#aec8485f</link>
        <description>drm/panel: add BOE tv101wum-ll2 panel driverAdd support for the 1200x1920 BOE TV101WUM-LL2 DSI Display Panel foundin the Lenovo Smart Tab M10 tablet. The controller is unknown.Reviewed-by: Douglas Anderson &lt;dianders@chromium.org&gt;Link: https://lore.kernel.org/r/20240828-topic-sdm450-upstream-tbx605f-panel-v3-2-b792f93e1d6b@linaro.orgSigned-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240828-topic-sdm450-upstream-tbx605f-panel-v3-2-b792f93e1d6b@linaro.org

            List of files:
            /linux-6.15/drivers/gpu/drm/panel/Makefile</description>
        <pubDate>Wed, 28 Aug 2024 15:04:20 +0000</pubDate>
        <dc:creator>Neil Armstrong &lt;neil.armstrong@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>baf272ba - drm/panel: add Ilitek ILI9806E panel driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/panel/Makefile#baf272ba</link>
        <description>drm/panel: add Ilitek ILI9806E panel driverThe Ortustech COM35H3P70ULC panel is based on the ILI9806E DSI displaycontroller.Co-developed-by: Gunnar Dibbern &lt;gunnar.dibbern@lht.dlh.de&gt;Signed-off-by: Gunnar Dibbern &lt;gunnar.dibbern@lht.dlh.de&gt;Signed-off-by: Michael Walle &lt;mwalle@kernel.org&gt;Reviewed-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://lore.kernel.org/r/20240626144433.3097793-3-mwalle@kernel.orgSigned-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240626144433.3097793-3-mwalle@kernel.org

            List of files:
            /linux-6.15/drivers/gpu/drm/panel/Makefile</description>
        <pubDate>Wed, 26 Jun 2024 14:44:33 +0000</pubDate>
        <dc:creator>Michael Walle &lt;mwalle@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c5207ed4 - drm/panel: add lincolntech lcd197 support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/panel/Makefile#c5207ed4</link>
        <description>drm/panel: add lincolntech lcd197 supportAdd support for the Lincoln Technologies LCD197 1080x1920 DSI panel.Signed-off-by: Jerome Brunet &lt;jbrunet@baylibre.com&gt;Link: https://lore.kernel.org/r/20240626142212.1341556-4-jbrunet@baylibre.comSigned-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240626142212.1341556-4-jbrunet@baylibre.com

            List of files:
            /linux-6.15/drivers/gpu/drm/panel/Makefile</description>
        <pubDate>Wed, 26 Jun 2024 14:22:09 +0000</pubDate>
        <dc:creator>Jerome Brunet &lt;jbrunet@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>0ef94554 - drm/panel: himax-hx83102: Break out as separate driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/panel/Makefile#0ef94554</link>
        <description>drm/panel: himax-hx83102: Break out as separate driverThe Starry HX83102 based mipi panel should never have been part of the boetv101wum-n16 driver. Discussion with Doug and Linus in V1 [1], we need aseparate driver to enable the hx83102 controller.In hx83102 driver, add DSI commands as macros. So it can add some panelswith same control model in the future.In the old boe-tv101wum-nl6 driver inital cmds was invoked at the end ofprepare() function , and call 0x11 and 0x29 at end of inital. Forhimax-hx83102 driver, we move 0x11 and 0x29 cmds invoked at prepare()function.Note:0x11 is mipi_dsi_dcs_exit_sleep_mode     0x29 is mipi_dsi_dcs_set_display_on[1]: https://lore.kernel.org/all/CACRpkdbzYZAS0=zBQJUC4CB2wj4s1h6n6aSAZQvdMV95r3zRUw@mail.gmail.comSigned-off-by: Cong Yang &lt;yangcong5@huaqin.corp-partner.google.com&gt;Reviewed-by: Douglas Anderson &lt;dianders@chromium.org&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Link: https://lore.kernel.org/r/20240516072039.1287065-3-yangcong5@huaqin.corp-partner.google.comSigned-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240516072039.1287065-3-yangcong5@huaqin.corp-partner.google.com

            List of files:
            /linux-6.15/drivers/gpu/drm/panel/Makefile</description>
        <pubDate>Thu, 16 May 2024 07:20:35 +0000</pubDate>
        <dc:creator>Cong Yang &lt;yangcong5@huaqin.corp-partner.google.com&gt;</dc:creator>
    </item>
<item>
        <title>9a314ea5 - drm/panel: Add driver for EDO RM69380 OLED panel</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/panel/Makefile#9a314ea5</link>
        <description>drm/panel: Add driver for EDO RM69380 OLED panelAdd support for the 2560x1600@90Hz OLED panel by EDO bundled with aRaydium RM69380 controller, as found on the Lenovo Xiaoxin Pad Pro 2021.Reviewed-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;Signed-off-by: David Wronek &lt;david@mainlining.org&gt;Reviewed-by: Marijn Suijten &lt;marijn.suijten@somainline.org&gt;Acked-by: Jessica Zhang &lt;quic_jesszhan@quicinc.com&gt;Link: https://lore.kernel.org/r/20240417-raydium-rm69380-driver-v4-2-e9c2337d0049@mainlining.orgSigned-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240417-raydium-rm69380-driver-v4-2-e9c2337d0049@mainlining.org

            List of files:
            /linux-6.15/drivers/gpu/drm/panel/Makefile</description>
        <pubDate>Wed, 17 Apr 2024 16:29:34 +0000</pubDate>
        <dc:creator>David Wronek &lt;david@mainlining.org&gt;</dc:creator>
    </item>
<item>
        <title>069a6c0e - drm: panel: Add LG sw43408 panel driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/panel/Makefile#069a6c0e</link>
        <description>drm: panel: Add LG sw43408 panel driverLG SW43408 is 1080x2160@60Hz, 4-lane MIPI-DSI panel, used in someGoogle Pixel-3 phones.Signed-off-by: Sumit Semwal &lt;sumit.semwal@linaro.org&gt;[vinod: Add DSC support]Signed-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;[caleb: cleanup and support turning off the panel]Signed-off-by: Caleb Connolly &lt;caleb@connolly.tech&gt;[DB: partially rewrote the driver and fixed DSC programming]Reviewed-by: Marijn Suijten &lt;marijn.suijten@somainline.org&gt;Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240408-lg-sw43408-panel-v5-4-4e092da22991@linaro.org

            List of files:
            /linux-6.15/drivers/gpu/drm/panel/Makefile</description>
        <pubDate>Sun, 07 Apr 2024 23:53:53 +0000</pubDate>
        <dc:creator>Sumit Semwal &lt;sumit.semwal@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>bf0390e2 - drm/panel: add samsung s6e3fa7 panel driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/panel/Makefile#bf0390e2</link>
        <description>drm/panel: add samsung s6e3fa7 panel driverThe S6E3FA7 display controller is enabled in every Pixel 3a (non-XL)variant. Add the driver for it, generated bylinux-mdss-dsi-panel-driver-generator.There are other panels connected to the same S6E3FA7 display controller,such as the AMS604NL01 panel, which are incompatible with this driver.Name the device tree compatible after the panel model according toiFixit.Link: https://github.com/msm8916-mainline/linux-mdss-dsi-panel-driver-generatorLink: https://android.googlesource.com/kernel/msm/+/7fda1cd7b64710dafac5f34899611c6d35eb4cd2/arch/arm64/boot/dts/google/dsi-panel-s6e3fa7-1080p-cmd.dtsiLink: https://github.com/msm8953-mainline/linux/blob/v6.6.12-r0/drivers/gpu/drm/panel/panel-samsung-s6e3fa7.cLink: https://www.ifixit.com/Guide/Image/meta/muyjtLQTHu6MDkhKSigned-off-by: Richard Acayan &lt;mailingradian@gmail.com&gt;Reviewed-by: Jessica Zhang &lt;quic_jesszhan@quicinc.com&gt;Link: https://lore.kernel.org/r/20240209001639.387374-8-mailingradian@gmail.comSigned-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/panel/Makefile</description>
        <pubDate>Fri, 09 Feb 2024 00:16:43 +0000</pubDate>
        <dc:creator>Richard Acayan &lt;mailingradian@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>654f26a0 - drm/panel: Add driver for DJN HX83112A LCD panel</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/panel/Makefile#654f26a0</link>
        <description>drm/panel: Add driver for DJN HX83112A LCD panelAdd support for the 2340x1080 LCD panel (DJN 9A-3R063-1102B) bundledwith a HX83112A driver IC, as found on the Fairphone 4 smartphone.Signed-off-by: Luca Weiss &lt;luca.weiss@fairphone.com&gt;Reviewed-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://lore.kernel.org/r/20240216-fp4-panel-v3-2-a556e4b79640@fairphone.comSigned-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/panel/Makefile</description>
        <pubDate>Fri, 16 Feb 2024 10:10:49 +0000</pubDate>
        <dc:creator>Luca Weiss &lt;luca.weiss@fairphone.com&gt;</dc:creator>
    </item>
<item>
        <title>ea4f9975 - drm/panel: Add support for Novatek NT36672E panel driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/panel/Makefile#ea4f9975</link>
        <description>drm/panel: Add support for Novatek NT36672E panel driverAdd support for the 1080x2408 Novatek NT36672E video modeDSI panel driver.Signed-off-by: Ritesh Kumar &lt;quic_riteshk@quicinc.com&gt;Reviewed-by: Jessica Zhang &lt;quic_jesszhan@quicinc.com&gt;Link: https://lore.kernel.org/r/20240108095902.22725-3-quic_riteshk@quicinc.comSigned-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240108095902.22725-3-quic_riteshk@quicinc.com

            List of files:
            /linux-6.15/drivers/gpu/drm/panel/Makefile</description>
        <pubDate>Mon, 08 Jan 2024 09:59:02 +0000</pubDate>
        <dc:creator>Ritesh Kumar &lt;quic_riteshk@quicinc.com&gt;</dc:creator>
    </item>
<item>
        <title>420186db - drm/panel: Add driver for BOE TH101MB31IG002-28A panel</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/panel/Makefile#420186db</link>
        <description>drm/panel: Add driver for BOE TH101MB31IG002-28A panelThe BOE TH101MB31IG002-28A panel is a WXGA panel.It is used in Pine64 PineTab2 and PineTab-V.Signed-off-by: Alexander Warnecke &lt;awarnecke002@hotmail.com&gt;Signed-off-by: Manuel Traut &lt;manut@mecka.net&gt;Reviewed-by: Jessica Zhang &lt;quic_jesszhan@quicinc.com&gt;Link: https://lore.kernel.org/r/20240102-pinetab2-v3-2-cb1aa69f8c30@mecka.netSigned-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20240102-pinetab2-v3-2-cb1aa69f8c30@mecka.net

            List of files:
            /linux-6.15/drivers/gpu/drm/panel/Makefile</description>
        <pubDate>Tue, 02 Jan 2024 16:15:45 +0000</pubDate>
        <dc:creator>Alexander Warnecke &lt;awarnecke002@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>edbf1d50 - drm/panel: Add Ilitek ILI9805 panel driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/panel/Makefile#edbf1d50</link>
        <description>drm/panel: Add Ilitek ILI9805 panel driverThe GPM1790A0 panel is based on the Ilitek ILI9805 Controller.Add a driver for it.Signed-off-by: Michael Trimarchi &lt;michael@amarulasolutions.com&gt;Signed-off-by: Dario Binacchi &lt;dario.binacchi@amarulasolutions.com&gt;Reviewed-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://lore.kernel.org/r/20231207141723.108004-9-dario.binacchi@amarulasolutions.comSigned-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20231207141723.108004-9-dario.binacchi@amarulasolutions.com

            List of files:
            /linux-6.15/drivers/gpu/drm/panel/Makefile</description>
        <pubDate>Thu, 07 Dec 2023 14:16:37 +0000</pubDate>
        <dc:creator>Michael Trimarchi &lt;michael@amarulasolutions.com&gt;</dc:creator>
    </item>
<item>
        <title>2e87bad7 - drm/panel: Add Synaptics R63353 panel driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/panel/Makefile#2e87bad7</link>
        <description>drm/panel: Add Synaptics R63353 panel driverThe LS068B3SX02 panel is based on the Synaptics R63353 Controller.Add a driver for it.Signed-off-by: Michael Trimarchi &lt;michael@amarulasolutions.com&gt;Signed-off-by: Dario Binacchi &lt;dario.binacchi@amarulasolutions.com&gt;Reviewed-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://lore.kernel.org/r/20231207141723.108004-7-dario.binacchi@amarulasolutions.comSigned-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20231207141723.108004-7-dario.binacchi@amarulasolutions.com

            List of files:
            /linux-6.15/drivers/gpu/drm/panel/Makefile</description>
        <pubDate>Thu, 07 Dec 2023 14:16:35 +0000</pubDate>
        <dc:creator>Michael Trimarchi &lt;michael@amarulasolutions.com&gt;</dc:creator>
    </item>
<item>
        <title>e2450d32 - drm/panel: ili9882t: Break out as separate driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/panel/Makefile#e2450d32</link>
        <description>drm/panel: ili9882t: Break out as separate driverThe Starry ILI9882t-based panel should never have been part of the boetv101wum driver, it is clearly based on the Ilitek ILI9882t displaycontroller and if you look at the custom command sequences for thepanel these clearly contain the signature Ilitek page switch (0xff)commands. The hardware has nothing in common with the other panelssupported by this driver.Break this out into a separate driver and config symbol instead.If the placement here is out of convenience for using similar code,we should consider creating a helper library instead.Co-developed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Reviewed-by: Douglas Anderson &lt;dianders@chromium.org&gt;Signed-off-by: Cong Yang &lt;yangcong5@huaqin.corp-partner.google.com&gt;Signed-off-by: Douglas Anderson &lt;dianders@chromium.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20231013091844.804310-2-yangcong5@huaqin.corp-partner.google.com

            List of files:
            /linux-6.15/drivers/gpu/drm/panel/Makefile</description>
        <pubDate>Fri, 13 Oct 2023 09:18:42 +0000</pubDate>
        <dc:creator>Cong Yang &lt;yangcong5@huaqin.corp-partner.google.com&gt;</dc:creator>
    </item>
</channel>
</rss>
