2024-05-09 14:12:18

by Doug Anderson

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] Add starry bindings and driver

Hi,

On Thu, May 9, 2024 at 1:35 AM Zhaoxiong Lv
<[email protected]> wrote:
>
> Add bindings and driver for starry.
> ---
> Modifications between V1 and V2:
> Kconfig and Makefile configurations added for starry driver
>
> ---
>
> Zhaoxiong Lv (2):
> dt-bindings: display: panel: Add Starry-er88577 support
> drm/panel: starry: add new panel driver
>
> .../display/panel/starry,er88577.yaml | 59 +++
> drivers/gpu/drm/panel/Kconfig | 9 +
> drivers/gpu/drm/panel/Makefile | 1 +
> drivers/gpu/drm/panel/panel-starry-er88577.c | 444 ++++++++++++++++++
> 4 files changed, 513 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/display/panel/starry,er88577.yaml
> create mode 100644 drivers/gpu/drm/panel/panel-starry-er88577.c

I don't think anyone is going to look at this series since it's not
taking into account previous feedback. Please talk to Cong Yang (CCed)
who is also working at Huaquin and is also sending MIPI panel patches.
Hopefully he should be able to pre-review your patches with you so
that you can learn from what he learned. If for some reason you are
unable to work with Cong Yang then let me know and we can figure out
the next steps here.

-Doug