mbox series

[0/5] Add support for Wanchanglong panel used in px30-evb v11

Message ID 20211016102232.202119-1-michael@amarulasolutions.com (mailing list archive)
Headers show
Series Add support for Wanchanglong panel used in px30-evb v11 | expand

Message

Michael Nazzareno Trimarchi Oct. 16, 2021, 10:22 a.m. UTC
This patch series add support for W552946ABA panel. This panel is used
in px30-evb v11. All the patches can be applied on top of drm-fixes
branch. The last patch is suppose to fix a race when the panel is built
in. Tested on px30 evb

Michael Trimarchi (5):
  dt-bindings: vendor-prefix: add Wanchanglong Electronics Technology
  drm/panel: ilitek-ili9881d: add support for Wanchanglong W552946ABA
    panel
  dt-bindings: ili9881c: add compatible string for Wanchanglong
    w552946aba
  drm/panel: ilitek-ili9881c: Make gpio-reset optional
  drm/bridge: dw-mipi-dsi: Fix dsi registration during drm probing

 .../display/panel/ilitek,ili9881c.yaml        |   2 +-
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c |   8 +-
 drivers/gpu/drm/panel/panel-ilitek-ili9881c.c | 240 +++++++++++++++++-
 .../gpu/drm/rockchip/dw-mipi-dsi-rockchip.c   |  12 +-
 include/drm/bridge/dw_mipi_dsi.h              |   2 +-
 6 files changed, 257 insertions(+), 9 deletions(-)

Comments

Sam Ravnborg Oct. 16, 2021, 12:27 p.m. UTC | #1
Hi Michael,

On Sat, Oct 16, 2021 at 10:22:27AM +0000, Michael Trimarchi wrote:
> This patch series add support for W552946ABA panel. This panel is used
> in px30-evb v11. All the patches can be applied on top of drm-fixes
> branch. The last patch is suppose to fix a race when the panel is built
> in. Tested on px30 evb
> 
> Michael Trimarchi (5):
>   dt-bindings: vendor-prefix: add Wanchanglong Electronics Technology
>   drm/panel: ilitek-ili9881d: add support for Wanchanglong W552946ABA
>     panel
>   dt-bindings: ili9881c: add compatible string for Wanchanglong
>     w552946aba
>   drm/panel: ilitek-ili9881c: Make gpio-reset optional
The four patches has been applied to drm-misc-next.

>   drm/bridge: dw-mipi-dsi: Fix dsi registration during drm probing
This patch looks like it does not belong in this series.
Anyway - commented on it as I did not understand the code.

	Sam
Michael Nazzareno Trimarchi Nov. 4, 2021, 1:19 p.m. UTC | #2
Hi Sam

On Sat, Oct 16, 2021 at 2:27 PM Sam Ravnborg <sam@ravnborg.org> wrote:
>
> Hi Michael,
>
> On Sat, Oct 16, 2021 at 10:22:27AM +0000, Michael Trimarchi wrote:
> > This patch series add support for W552946ABA panel. This panel is used
> > in px30-evb v11. All the patches can be applied on top of drm-fixes
> > branch. The last patch is suppose to fix a race when the panel is built
> > in. Tested on px30 evb
> >
> > Michael Trimarchi (5):
> >   dt-bindings: vendor-prefix: add Wanchanglong Electronics Technology
> >   drm/panel: ilitek-ili9881d: add support for Wanchanglong W552946ABA
> >     panel
> >   dt-bindings: ili9881c: add compatible string for Wanchanglong
> >     w552946aba
> >   drm/panel: ilitek-ili9881c: Make gpio-reset optional
> The four patches has been applied to drm-misc-next.
>

I sent another fix on the same panel. Are those patches queued on some tree?

> >   drm/bridge: dw-mipi-dsi: Fix dsi registration during drm probing
> This patch looks like it does not belong in this series.
> Anyway - commented on it as I did not understand the code.
>
>         Sam

Michael
Sam Ravnborg Nov. 6, 2021, 5:46 p.m. UTC | #3
Hi Michael,

On Thu, Nov 04, 2021 at 02:19:33PM +0100, Michael Nazzareno Trimarchi wrote:
> Hi Sam
> 
> On Sat, Oct 16, 2021 at 2:27 PM Sam Ravnborg <sam@ravnborg.org> wrote:
> >
> > Hi Michael,
> >
> > On Sat, Oct 16, 2021 at 10:22:27AM +0000, Michael Trimarchi wrote:
> > > This patch series add support for W552946ABA panel. This panel is used
> > > in px30-evb v11. All the patches can be applied on top of drm-fixes
> > > branch. The last patch is suppose to fix a race when the panel is built
> > > in. Tested on px30 evb
> > >
> > > Michael Trimarchi (5):
> > >   dt-bindings: vendor-prefix: add Wanchanglong Electronics Technology
> > >   drm/panel: ilitek-ili9881d: add support for Wanchanglong W552946ABA
> > >     panel
> > >   dt-bindings: ili9881c: add compatible string for Wanchanglong
> > >     w552946aba
> > >   drm/panel: ilitek-ili9881c: Make gpio-reset optional
> > The four patches has been applied to drm-misc-next.
> >
> 
> I sent another fix on the same panel. Are those patches queued on some tree?
The patches was applied to drm-misc-next branch of the drm-misc tree.
Around -rc2 time you will see these patches in -next.

	Sam