From: Javier Martinez Canillas <javierm@redhat.com>
To: "Ondřej Jirman" <megi@xff.cz>,
linux-kernel@vger.kernel.org,
"Kamil Trzciński" <ayufan@ayufan.eu>,
"Martijn Braam" <martijn@brixit.nl>,
"Sam Ravnborg" <sam@ravnborg.org>,
"Robert Mader" <robert.mader@posteo.de>,
"Tom Fitzhenry" <tom@tom-fitzhenry.me.uk>,
"Peter Robinson" <pbrobinson@gmail.com>,
"Onuralp Sezer" <thunderbirdtr@fedoraproject.org>,
dri-devel@lists.freedesktop.org,
"Maya Matuszczyk" <maccraft123mc@gmail.com>,
"Neal Gompa" <ngompa13@gmail.com>,
linux-arm-kernel@lists.infradead.org,
"Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>,
"Jagan Teki" <jagan@amarulasolutions.com>,
"Daniel Vetter" <daniel@ffwll.ch>,
"David Airlie" <airlied@gmail.com>,
"Thierry Reding" <thierry.reding@gmail.com>
Subject: Re: [PATCH v4 2/4] drm: panel: Add Himax HX8394 panel controller driver
Date: Mon, 2 Jan 2023 19:51:08 +0100 [thread overview]
Message-ID: <da5c9ec8-da44-3dff-11c7-2160e335227f@redhat.com> (raw)
In-Reply-To: <20230102152041.7rc2uts7o37fnsen@core>
On 1/2/23 16:20, Ondřej Jirman wrote:
> On Mon, Jan 02, 2023 at 02:51:42PM +0100, Javier Martinez Canillas wrote:
>> Hello Ondřej,
>>
>> [...]
>>
>> My goal was to have some initial support in mainline even if there could be some
>> issues. IMO it is better to use upstream as a baseline and attempt to support the
>> PPP incrementally.
>>
>> But since you are aware of the issues and know what are the available fixes, I'll
>> let you continue with the effort and take care of the patches. Hopefully there may
>> be things that will be helpful, such as the binding schema patch and the collected
>> tags. I can also take care of pushing the DRM bits to the drm-misc-next tree once
>> you feel that those are ready to get merged.
>
> Ok. The panel driver itself works fine with some changes in other DRM drivers.
> In fact, it will not need any changes, assuming the to be proposed fixes to
> dw-mipi-dsi will pass, too. So I don't have many objections against this driver
> itself.
>
Exactly, that is what I was trying to say. Awesome that you agree with that.
> I'm not sure I should be giving reviewed-by to driver I co-wrote. :) Anyway,
Indeed :)
> I checked it again, and only issue I found was that shutdown callback tries
> to disable the panel even if it may already be disabled, which will lead to
> unbalanced calls to regulator_disable functions, which may produce some needless
> warnings on shutdown/reboot.
>
> So if you want to commit this driver now, go ahead. DT will need one more round.
>
> As you say, the overall usable support for Pinephone Pro in mainline is still
> way off into the future, so I agree it's not necessary to get hung up on these
> issues. I can do a DT revision + add in the other suggested DRM patches, so that
> there's at least a searchable public record of the remaining issues.
>
Perfect, sounds like a plan. I'll re-spin a v5 that only includes the panel
patches then and drop the DTS. Thanks again for your feedback and comments!
--
Best regards,
Javier Martinez Canillas
Core Platforms
Red Hat
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Javier Martinez Canillas <javierm@redhat.com>
To: "Ondřej Jirman" <megi@xff.cz>,
linux-kernel@vger.kernel.org,
"Kamil Trzciński" <ayufan@ayufan.eu>,
"Martijn Braam" <martijn@brixit.nl>,
"Sam Ravnborg" <sam@ravnborg.org>,
"Robert Mader" <robert.mader@posteo.de>,
"Tom Fitzhenry" <tom@tom-fitzhenry.me.uk>,
"Peter Robinson" <pbrobinson@gmail.com>,
"Onuralp Sezer" <thunderbirdtr@fedoraproject.org>,
dri-devel@lists.freedesktop.org,
"Maya Matuszczyk" <maccraft123mc@gmail.com>,
"Neal Gompa" <ngompa13@gmail.com>,
linux-arm-kernel@lists.infradead.org,
"Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>,
"Jagan Teki" <jagan@amarulasolutions.com>,
"Daniel Vetter" <daniel@ffwll.ch>,
"David Airlie" <airlied@gmail.com>,
"Thierry Reding" <thierry.reding@gmail.com>
Subject: Re: [PATCH v4 2/4] drm: panel: Add Himax HX8394 panel controller driver
Date: Mon, 2 Jan 2023 19:51:08 +0100 [thread overview]
Message-ID: <da5c9ec8-da44-3dff-11c7-2160e335227f@redhat.com> (raw)
In-Reply-To: <20230102152041.7rc2uts7o37fnsen@core>
On 1/2/23 16:20, Ondřej Jirman wrote:
> On Mon, Jan 02, 2023 at 02:51:42PM +0100, Javier Martinez Canillas wrote:
>> Hello Ondřej,
>>
>> [...]
>>
>> My goal was to have some initial support in mainline even if there could be some
>> issues. IMO it is better to use upstream as a baseline and attempt to support the
>> PPP incrementally.
>>
>> But since you are aware of the issues and know what are the available fixes, I'll
>> let you continue with the effort and take care of the patches. Hopefully there may
>> be things that will be helpful, such as the binding schema patch and the collected
>> tags. I can also take care of pushing the DRM bits to the drm-misc-next tree once
>> you feel that those are ready to get merged.
>
> Ok. The panel driver itself works fine with some changes in other DRM drivers.
> In fact, it will not need any changes, assuming the to be proposed fixes to
> dw-mipi-dsi will pass, too. So I don't have many objections against this driver
> itself.
>
Exactly, that is what I was trying to say. Awesome that you agree with that.
> I'm not sure I should be giving reviewed-by to driver I co-wrote. :) Anyway,
Indeed :)
> I checked it again, and only issue I found was that shutdown callback tries
> to disable the panel even if it may already be disabled, which will lead to
> unbalanced calls to regulator_disable functions, which may produce some needless
> warnings on shutdown/reboot.
>
> So if you want to commit this driver now, go ahead. DT will need one more round.
>
> As you say, the overall usable support for Pinephone Pro in mainline is still
> way off into the future, so I agree it's not necessary to get hung up on these
> issues. I can do a DT revision + add in the other suggested DRM patches, so that
> there's at least a searchable public record of the remaining issues.
>
Perfect, sounds like a plan. I'll re-spin a v5 that only includes the panel
patches then and drop the DTS. Thanks again for your feedback and comments!
--
Best regards,
Javier Martinez Canillas
Core Platforms
Red Hat
next prev parent reply other threads:[~2023-01-02 18:53 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-30 11:31 [PATCH v4 0/4] Add PinePhone Pro display support Javier Martinez Canillas
2022-12-30 11:31 ` Javier Martinez Canillas
2022-12-30 11:31 ` Javier Martinez Canillas
2022-12-30 11:31 ` Javier Martinez Canillas
2022-12-30 11:31 ` [PATCH v4 1/4] dt-bindings: display: Add Himax HX8394 panel controller Javier Martinez Canillas
2022-12-30 11:31 ` Javier Martinez Canillas
2022-12-30 11:31 ` Javier Martinez Canillas
2022-12-30 11:31 ` [PATCH v4 2/4] drm: panel: Add Himax HX8394 panel controller driver Javier Martinez Canillas
2022-12-30 11:31 ` Javier Martinez Canillas
2022-12-30 11:31 ` Javier Martinez Canillas
2022-12-30 15:40 ` Ondřej Jirman
2022-12-30 15:40 ` Ondřej Jirman
2022-12-30 15:40 ` Ondřej Jirman
2022-12-31 15:15 ` Javier Martinez Canillas
2022-12-31 15:15 ` Javier Martinez Canillas
2023-01-02 10:59 ` Ondřej Jirman
2023-01-02 10:59 ` Ondřej Jirman
2023-01-02 10:59 ` Ondřej Jirman
2023-01-02 13:51 ` Javier Martinez Canillas
2023-01-02 13:51 ` Javier Martinez Canillas
2023-01-02 15:20 ` Ondřej Jirman
2023-01-02 15:20 ` Ondřej Jirman
2023-01-02 15:20 ` Ondřej Jirman
2023-01-02 18:51 ` Javier Martinez Canillas [this message]
2023-01-02 18:51 ` Javier Martinez Canillas
2022-12-30 11:31 ` [PATCH v4 3/4] MAINTAINERS: Add entry for " Javier Martinez Canillas
2022-12-30 11:31 ` Javier Martinez Canillas
2022-12-30 11:31 ` Javier Martinez Canillas
2022-12-30 15:43 ` Ondřej Jirman
2022-12-30 15:43 ` Ondřej Jirman
2022-12-30 15:43 ` Ondřej Jirman
2022-12-31 15:16 ` Javier Martinez Canillas
2022-12-31 15:16 ` Javier Martinez Canillas
2022-12-30 11:31 ` [PATCH v4 4/4] arm64: dts: rk3399-pinephone-pro: Add internal display support Javier Martinez Canillas
2022-12-30 11:31 ` Javier Martinez Canillas
2022-12-30 11:31 ` Javier Martinez Canillas
2022-12-30 11:31 ` Javier Martinez Canillas
2022-12-30 15:37 ` Ondřej Jirman
2022-12-30 15:37 ` Ondřej Jirman
2022-12-30 15:37 ` Ondřej Jirman
2022-12-30 15:37 ` Ondřej Jirman
2022-12-31 15:29 ` Javier Martinez Canillas
2022-12-31 15:29 ` Javier Martinez Canillas
2022-12-31 15:29 ` Javier Martinez Canillas
2023-01-02 10:57 ` Ondřej Jirman
2023-01-02 10:57 ` Ondřej Jirman
2023-01-02 10:57 ` Ondřej Jirman
2023-01-02 10:57 ` Ondřej Jirman
2023-01-02 13:34 ` Javier Martinez Canillas
2023-01-02 13:34 ` Javier Martinez Canillas
2023-01-02 13:34 ` Javier Martinez Canillas
2023-01-01 21:21 ` [PATCH v4 0/4] Add PinePhone Pro " Pavel Machek
2023-01-01 21:21 ` Pavel Machek
2023-01-01 21:21 ` Pavel Machek
2023-01-01 21:21 ` Pavel Machek
2023-01-02 9:44 ` Javier Martinez Canillas
2023-01-02 9:44 ` Javier Martinez Canillas
2023-01-02 9:44 ` Javier Martinez Canillas
2023-01-02 9:44 ` Javier Martinez Canillas
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=da5c9ec8-da44-3dff-11c7-2160e335227f@redhat.com \
--to=javierm@redhat.com \
--cc=airlied@gmail.com \
--cc=ayufan@ayufan.eu \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=jagan@amarulasolutions.com \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maccraft123mc@gmail.com \
--cc=martijn@brixit.nl \
--cc=megi@xff.cz \
--cc=ngompa13@gmail.com \
--cc=pbrobinson@gmail.com \
--cc=robert.mader@posteo.de \
--cc=sam@ravnborg.org \
--cc=thierry.reding@gmail.com \
--cc=thunderbirdtr@fedoraproject.org \
--cc=tom@tom-fitzhenry.me.uk \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.