All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: Dmitry Osipenko <dmitry.osipenko@collabora.com>
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	dri-devel@lists.freedesktop.org,
	Svyatoslav Ryhel <clamor95@gmail.com>,
	Thierry Reding <thierry.reding@gmail.com>,
	David Airlie <airlied@linux.ie>, Daniel Vetter <daniel@ffwll.ch>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Dmitry Osipenko <digetx@gmail.com>,
	Anton Bambura <jenneron@protonmail.com>
Subject: Re: [PATCH v5 0/3] Support Sharp LQ101R1SX03 and HannStar HSD101PWW2 panels
Date: Sun, 3 Jul 2022 20:56:13 +0200	[thread overview]
Message-ID: <YsHmTdvSyX/DYAzP@ravnborg.org> (raw)
In-Reply-To: <b7715f7d-c69d-2bb0-8226-bcb29e5bf91c@collabora.com>

Hi Dmitry,
On Thu, Jun 30, 2022 at 08:23:06PM +0300, Dmitry Osipenko wrote:
> Hello Sam,
> 
> On 5/29/22 21:05, Svyatoslav Ryhel wrote:
> > This series adds support for Sharp LQ101R1SX03 and HannStar HSD101PWW2
> > display panels that are used by Asus Transformer tablets, which we're
> > planning to support since 5.17 kernel.
> 
> The tablets now supported since 5.17 and awaiting for the panel patches.
> 
> > Changelog:
> > v5: - previously patches were sent by Dmitry and he asked me to resend them
> > 
> > v4: - Added r-b from Rob Herring that he gave to the LQ101R1SX01 DT patch
> >       of v2. I missed to add it to the v3 by accident.
> > 
> > v3: - No changes. Re-sending for 5.18. Device-trees of devices that use
> >       these panels were merged to 5.17, so we're missing the display support.
> > 
> > v2: - Added ack from Rob Herring to the HSD101PWW2 binding.
> > 
> >     - Updated LQ101R1SX01 binding, like it was suggested by Rob Herring,
> >       making LQ101R1SX03 directly compatible with the LQ101R1SX01.
> >       Such that ["sharp,lq101r1sx03", "sharp,lq101r1sx01"] could be
> >       used in DT. This removes need to update panel driver with the new
> >       compatible.
> > 
> >     - Improved commit message of the LQ101R1SX03 patch.
> > 
> >     - Added my s-o-b to all patches.
> > 
> > Anton Bambura (1):
> >   dt-bindings: sharp,lq101r1sx01: Add compatible for LQ101R1SX03
> > 
> > Svyatoslav Ryhel (2):
> >   dt-bindings: display: simple: Add HannStar HSD101PWW2
> >   drm/panel: simple: Add support for HannStar HSD101PWW2 panel
> > 
> >  .../bindings/display/panel/panel-simple.yaml  |  2 ++
> >  .../display/panel/sharp,lq101r1sx01.yaml      |  7 ++++-
> >  drivers/gpu/drm/panel/panel-simple.c          | 28 +++++++++++++++++++
> >  3 files changed, 36 insertions(+), 1 deletion(-)
> > 
> 
> Sam, could you please take a look at these patches? They missed two
> kernel versions already because there was nobody to apply them. Thanks
> in advance.

I went through the panel backlog a week or two ago, but missed these.
Likely because I did not look more than a week back.
Sorry for letting it take so long - but I am not the most reliable linux
developer these days (hobby time only, and time is limited).

Patches are now applied to drm-misc (drm-misc-next) and should soon be
visible in -next.

	Sam

WARNING: multiple messages have this Message-ID (diff)
From: Sam Ravnborg <sam@ravnborg.org>
To: Dmitry Osipenko <dmitry.osipenko@collabora.com>
Cc: devicetree@vger.kernel.org,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	David Airlie <airlied@linux.ie>,
	Svyatoslav Ryhel <clamor95@gmail.com>,
	linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
	Rob Herring <robh+dt@kernel.org>,
	Thierry Reding <thierry.reding@gmail.com>,
	Anton Bambura <jenneron@protonmail.com>,
	Dmitry Osipenko <digetx@gmail.com>
Subject: Re: [PATCH v5 0/3] Support Sharp LQ101R1SX03 and HannStar HSD101PWW2 panels
Date: Sun, 3 Jul 2022 20:56:13 +0200	[thread overview]
Message-ID: <YsHmTdvSyX/DYAzP@ravnborg.org> (raw)
In-Reply-To: <b7715f7d-c69d-2bb0-8226-bcb29e5bf91c@collabora.com>

Hi Dmitry,
On Thu, Jun 30, 2022 at 08:23:06PM +0300, Dmitry Osipenko wrote:
> Hello Sam,
> 
> On 5/29/22 21:05, Svyatoslav Ryhel wrote:
> > This series adds support for Sharp LQ101R1SX03 and HannStar HSD101PWW2
> > display panels that are used by Asus Transformer tablets, which we're
> > planning to support since 5.17 kernel.
> 
> The tablets now supported since 5.17 and awaiting for the panel patches.
> 
> > Changelog:
> > v5: - previously patches were sent by Dmitry and he asked me to resend them
> > 
> > v4: - Added r-b from Rob Herring that he gave to the LQ101R1SX01 DT patch
> >       of v2. I missed to add it to the v3 by accident.
> > 
> > v3: - No changes. Re-sending for 5.18. Device-trees of devices that use
> >       these panels were merged to 5.17, so we're missing the display support.
> > 
> > v2: - Added ack from Rob Herring to the HSD101PWW2 binding.
> > 
> >     - Updated LQ101R1SX01 binding, like it was suggested by Rob Herring,
> >       making LQ101R1SX03 directly compatible with the LQ101R1SX01.
> >       Such that ["sharp,lq101r1sx03", "sharp,lq101r1sx01"] could be
> >       used in DT. This removes need to update panel driver with the new
> >       compatible.
> > 
> >     - Improved commit message of the LQ101R1SX03 patch.
> > 
> >     - Added my s-o-b to all patches.
> > 
> > Anton Bambura (1):
> >   dt-bindings: sharp,lq101r1sx01: Add compatible for LQ101R1SX03
> > 
> > Svyatoslav Ryhel (2):
> >   dt-bindings: display: simple: Add HannStar HSD101PWW2
> >   drm/panel: simple: Add support for HannStar HSD101PWW2 panel
> > 
> >  .../bindings/display/panel/panel-simple.yaml  |  2 ++
> >  .../display/panel/sharp,lq101r1sx01.yaml      |  7 ++++-
> >  drivers/gpu/drm/panel/panel-simple.c          | 28 +++++++++++++++++++
> >  3 files changed, 36 insertions(+), 1 deletion(-)
> > 
> 
> Sam, could you please take a look at these patches? They missed two
> kernel versions already because there was nobody to apply them. Thanks
> in advance.

I went through the panel backlog a week or two ago, but missed these.
Likely because I did not look more than a week back.
Sorry for letting it take so long - but I am not the most reliable linux
developer these days (hobby time only, and time is limited).

Patches are now applied to drm-misc (drm-misc-next) and should soon be
visible in -next.

	Sam

  reply	other threads:[~2022-07-03 18:56 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-29 18:05 [PATCH v5 0/3] Support Sharp LQ101R1SX03 and HannStar HSD101PWW2 panels Svyatoslav Ryhel
2022-05-29 18:05 ` Svyatoslav Ryhel
2022-05-29 18:05 ` [PATCH v5 1/3] dt-bindings: sharp,lq101r1sx01: Add compatible for LQ101R1SX03 Svyatoslav Ryhel
2022-05-29 18:05   ` [PATCH v5 1/3] dt-bindings: sharp, lq101r1sx01: " Svyatoslav Ryhel
2022-05-29 18:05 ` [PATCH v5 2/3] dt-bindings: display: simple: Add HannStar HSD101PWW2 Svyatoslav Ryhel
2022-05-29 18:05   ` Svyatoslav Ryhel
2022-05-29 18:05 ` [PATCH v5 3/3] drm/panel: simple: Add support for HannStar HSD101PWW2 panel Svyatoslav Ryhel
2022-05-29 18:05   ` Svyatoslav Ryhel
2022-06-30 17:23 ` [PATCH v5 0/3] Support Sharp LQ101R1SX03 and HannStar HSD101PWW2 panels Dmitry Osipenko
2022-06-30 17:23   ` Dmitry Osipenko
2022-07-03 18:56   ` Sam Ravnborg [this message]
2022-07-03 18:56     ` Sam Ravnborg
2022-07-03 23:27     ` Dmitry Osipenko
2022-07-03 23:27       ` Dmitry Osipenko

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=YsHmTdvSyX/DYAzP@ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=airlied@linux.ie \
    --cc=clamor95@gmail.com \
    --cc=daniel@ffwll.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=digetx@gmail.com \
    --cc=dmitry.osipenko@collabora.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jenneron@protonmail.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=thierry.reding@gmail.com \
    /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.