mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Devarsh Thakkar <devarsht@ti.com>
To: LiangCheng Wang <zaq14760@gmail.com>,
	Javier Martinez Canillas <javierm@redhat.com>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
	Maxime Ripard <mripard@kernel.org>,
	David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>, Wig Cheng <onlywig@gmail.com>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Sam Ravnborg <sam@ravnborg.org>
Cc: <dri-devel@lists.freedesktop.org>, <devicetree@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>,
	Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Subject: Re: [PATCH v3 2/2] drm/tiny: add support for PIXPAPER 4.26 monochrome e-ink panel
Date: Fri, 18 Sep 2026 22:35:09 +0530	[thread overview]
Message-ID: <44927324-295e-4528-8a66-2cdd4a52b1be@ti.com> (raw)
In-Reply-To: <20260918062518.1824876-1-zaq14760@gmail.com>

Hi LiangCheng,

On 18/09/26 11:55, LiangCheng Wang wrote:
> Hi Devarsh,
> 
> Good to hear from you, and thank you for picking the fixes up.
> 
>> Kindly let me know if we are aligned on this.
> 
> That all sounds good to me, and I am glad it is moving again.  I will test
> v2 on the PIXPAPER 4.26m as soon as it is out and send a Tested-by.
> 

Thanks for all the help.

> There is one thing worth settling before you post.  Back in July [1] you
> wrote:
> 
>    Certainly. I'll exclude the pixpaper-426m support patches from my V2
>    submission so you can handle the review and validation on your end.
> 
> That is still what I would prefer: the 4.26m is the only SSD16xx hardware
> I have, and its binding is already acked, so I am in a good position to
> validate the panel and to look after it afterwards.  Unless you would
> rather it went differently, I will send the panel entry and its binding on
> top of your v2 once it is out.

Yes I don't plan to send the pixpaper-426m patches from my branch as 
suggested earlier, you can send it on top of my v2 series as discussed 
in the earlier thread [0]. Also I am glad that those patches helped, 
thanks for validating.

> 
> Please reshape the three fixes however v2 needs - they were written
> against your staging branch and the driver has moved on since.  Two small
> requests from my reply at the time [2]:
> 

I need to have a deeper look at those patches, I had also been modifying 
driver as per pending review comments and fixed few issues around 
rotation too in my internal dev branch, so would want to see if any of 
those changes fix similar issues or not. I may need your help and reach 
out to you again for help with validation on pix-paper once I ready the 
v2 code. Also we can discuss direclty on #dri-devel (my user is 
devarsht) for faster alignment.

>    Please keep them as separate commits if you can - git am preserves
>    authorship; if you fold the first one in, a Co-developed-by with my
>    Signed-off-by would be appreciated.
> 

Thanks for sharing those fixes, I need to have a deeper look on those 
patches as we discussed, but in general :

If the patches are bug fixes then as per kernel patch guidelines I would 
have to squash it to the patch introducing the bug to maintain 
bi-sectability and avoid issues in an intermediate patch, in that case I 
would try to attribute your contribution either in commit message or via 
co-developed tag as applicable.

If the patch is adding a separate feature on top of existing then I 
would keep it as a separate patch as you suggested.

In any case please be assured that I intend to credit you for your 
contributions.

Also since the driver is not merged yet, for any comments or suggestions 
on the core logic, please feel free to post it as review comments on my 
v2 and that way it becomes easier.

Regards
Devarsh

>    I maintain the existing PIXPAPER MAINTAINERS entry - would you mind
>    adding me as R: on the SSD16xx one, so I stay on CC and can retest?
> 


> [1] https://lore.kernel.org/all/8fcfab0f-6b98-478b-be4a-c5b810fb3524@ti.com/
> [2] https://lore.kernel.org/all/20260731035705.3198816-1-zaq14760@gmail.com/
> 
> Regards,
> LiangCheng


  reply	other threads:[~2026-09-18 17:06 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-29 10:31 [PATCH v3 0/2] " LiangCheng Wang
2026-05-29 10:31 ` [PATCH v3 1/2] dt-bindings: display: mayqueen,pixpaper: add pixpaper-426m LiangCheng Wang
2026-05-29 10:31 ` [PATCH v3 2/2] drm/tiny: add support for PIXPAPER 4.26 monochrome e-ink panel LiangCheng Wang
2026-06-10  2:10   ` LiangCheng Wang
2026-06-16  7:08   ` Devarsh Thakkar
2026-06-16  8:39     ` LiangCheng Wang
2026-06-16 15:08       ` Devarsh Thakkar
2026-06-17  2:09         ` LiangCheng Wang
2026-07-13 13:35           ` Devarsh Thakkar
2026-07-31  3:57             ` LiangCheng Wang
2026-09-16  8:29               ` LiangCheng Wang
2026-09-16  9:10                 ` Thomas Zimmermann
2026-09-16  9:44                   ` LiangCheng Wang
2026-09-16 11:40                     ` Thomas Zimmermann
2026-09-17  2:56                       ` LiangCheng Wang
2026-09-17 10:49                         ` Javier Martinez Canillas
2026-09-17 11:34                           ` Thomas Zimmermann
2026-09-17 12:15                             ` Javier Martinez Canillas
2026-09-18  4:55                               ` Thakkar, Devarsh
2026-09-18  6:25                                 ` LiangCheng Wang
2026-09-18 17:05                                   ` Devarsh Thakkar [this message]
2026-06-17 15:31   ` Thomas Zimmermann
2026-06-18  2:33     ` LiangCheng Wang
2026-06-18  7:30       ` Thomas Zimmermann

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=44927324-295e-4528-8a66-2cdd4a52b1be@ti.com \
    --to=devarsht@ti.com \
    --cc=airlied@gmail.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=javierm@redhat.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    --cc=neil.armstrong@linaro.org \
    --cc=onlywig@gmail.com \
    --cc=robh@kernel.org \
    --cc=sam@ravnborg.org \
    --cc=simona@ffwll.ch \
    --cc=tomi.valkeinen@ideasonboard.com \
    --cc=tzimmermann@suse.de \
    --cc=zaq14760@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®