From: David Wronek <david@mainlining.org>
To: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Cc: airlied@gmail.com, conor+dt@kernel.org, daniel@ffwll.ch,
devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org,
konradybcio@kernel.org, krzk+dt@kernel.org,
linux-kernel@vger.kernel.org, maarten.lankhorst@linux.intel.com,
marijn.suijten@somainline.org, mripard@kernel.org,
neil.armstrong@linaro.org, quic_jesszhan@quicinc.com,
robh@kernel.org, sam@ravnborg.org, tzimmermann@suse.de,
~postmarketos/upstreaming@lists.sr.ht
Subject: Re: [PATCH 2/2] drm/panel: Add driver for EDO RM69380 OLED panel
Date: Mon, 15 Apr 2024 07:44:40 +0200 [thread overview]
Message-ID: <254c4d068576edc914b63d26fedb3b22@mainlining.org> (raw)
In-Reply-To: <4b23fab6-3241-4f97-bdef-ece53d24574a@wanadoo.fr>
W dniu 2024-04-15 07:39, Christophe JAILLET napisał(a):
> Le 15/04/2024 à 07:37, david-vu3DzTD92ROXwddmVfQv5g@public.gmane.org a
> écrit :
>> W dniu 2024-04-14 22:22, Christophe JAILLET napisał(a):
>>> Le 14/04/2024 à 17:22, David Wronek a écrit :
>>>> Add support for the 2560x1600@90Hz OLED panel by EDO bundled with a
>>>> Raydium RM69380 controller, as found on the Lenovo Xiaoxin Pad Pro
>>>> 2021.
>>>>
>>>> Signed-off-by: David Wronek
>>>> <david-vu3DzTD92ROXwddmVfQv5g-XMD5yJDbdMReXY1tMh2IBg@public.gmane.org>
>>>> ---
>>>> drivers/gpu/drm/panel/Kconfig | 14 +
>>>> drivers/gpu/drm/panel/Makefile | 1 +
>>>> drivers/gpu/drm/panel/panel-raydium-rm69380.c | 378
>>>> ++++++++++++++++++++++++++
>>>> 3 files changed, 393 insertions(+)
>>>>
>>>> diff --git a/drivers/gpu/drm/panel/Kconfig
>>>> b/drivers/gpu/drm/panel/Kconfig
>>>> index 154f5bf82980..84cbd838f57e 100644
>>>> --- a/drivers/gpu/drm/panel/Kconfig
>>>> +++ b/drivers/gpu/drm/panel/Kconfig
>>>> @@ -542,6 +542,20 @@ config DRM_PANEL_RAYDIUM_RM692E5
>>>> Say Y here if you want to enable support for Raydium
>>>> RM692E5-based
>>>> display panels, such as the one found in the Fairphone 5
>>>> smartphone.
>>>> +config DRM_PANEL_RAYDIUM_RM69380
>>>> + tristate "Raydium RM69380-based DSI panel"
>>>> + depends on BACKLIGHT_CLASS_DEVICE
>>>> + depends on DRM_DISPLAY_DP_HELPER
>>>> + depends on DRM_DISPLAY_HELPER
>>>> + depends on DRM_MIPI_DSI
>>>> + depends on OF
>>>> + help
>>>> + Say Y here if you want to enable support for Raydium
>>>> RM69380-based
>>>> + display panels.
>>>> +
>>>> + This panel controller can be found in the Lenovo Xiaoxin Pad
>>>> Pro 2021
>>>> + in combiantion with an EDO OLED panel.
>>>
>>> combination?
>>>
>>
>> Yes, this is just one of the examples where this driver IC can be
>> found. It can also be used with panels other than those from EDO.
>
> Hi, sorry if i was unclear.
>
> Is there a typo: s/combiantion/combination/ ?
>
> CJ
>
Ah, now I get it. Yes, that is indeed a typo. Thanks for pointing this
out.
>>
>>>> +
>>>> config DRM_PANEL_RONBO_RB070D30
>>>> tristate "Ronbo Electronics RB070D30 panel"
>>>> depends on OF
>>
>> Best regards,
>> David Wronek <david-vu3DzTD92ROXwddmVfQv5g@public.gmane.org>
>>
>>
--
Best regards,
David Wronek <david@mainlining.org>
prev parent reply other threads:[~2024-04-15 5:44 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-14 15:22 [PATCH 0/2] Add driver for Raydium RM69380-based DSI panels David Wronek
2024-04-14 15:22 ` [PATCH 1/2] dt-bindings: display: panel: Add Raydium RM69380 David Wronek
2024-04-14 15:43 ` Krzysztof Kozlowski
2024-04-14 16:24 ` Rob Herring
2024-04-14 15:22 ` [PATCH 2/2] drm/panel: Add driver for EDO RM69380 OLED panel David Wronek
2024-04-14 20:00 ` Dmitry Baryshkov
2024-04-15 5:58 ` David Wronek
2024-04-14 20:22 ` Christophe JAILLET
2024-04-15 5:37 ` david
2024-04-15 5:39 ` Christophe JAILLET
2024-04-15 5:44 ` David Wronek [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=254c4d068576edc914b63d26fedb3b22@mainlining.org \
--to=david@mainlining.org \
--cc=airlied@gmail.com \
--cc=christophe.jaillet@wanadoo.fr \
--cc=conor+dt@kernel.org \
--cc=daniel@ffwll.ch \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=marijn.suijten@somainline.org \
--cc=mripard@kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=quic_jesszhan@quicinc.com \
--cc=robh@kernel.org \
--cc=sam@ravnborg.org \
--cc=tzimmermann@suse.de \
--cc=~postmarketos/upstreaming@lists.sr.ht \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox