From: "Thakkar, Devarsh" <devarsht@ti.com>
To: Javier Martinez Canillas <javierm@redhat.com>,
Thomas Zimmermann <tzimmermann@suse.de>,
LiangCheng Wang <zaq14760@gmail.com>
Cc: LiangCheng Wang <zaq14760@gmail.com>,
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>,
<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 10:25:04 +0530 [thread overview]
Message-ID: <1f59a88c-b0b0-43d7-ba2f-4c50aae87ef4@ti.com> (raw)
In-Reply-To: <CAFOAJEe_7Cqo_=NWPGyYBTu3mD3CjPMC92ZZR6qHPjAhQws7pw@mail.gmail.com>
Hi Thomas, LiangCheng, Javier,
On 9/17/2026 5:45 PM, Javier Martinez Canillas wrote:
> Hello Thomas,
>
> On Thu, Sep 17, 2026 at 1:34 PM Thomas Zimmermann <tzimmermann@suse.de> wrote:
>>
>> Hi
>>
>> Am 17.09.26 um 12:49 schrieb Javier Martinez Canillas:
>
> [...]
>
>>> There are a few bits that I think are similar though and could be
>>> reused, for example the pixpaper_spi_write() helper logic is basically
>>> the same than ssd130x_spi_write() AFAICT.
>>>
>>> Same for pixpaper_send_cmd() and pixpaper_send_data(), I believe that
>>> is the same logic that we now have in ssd130x_write_cmds(). Specially
>>> after the recent commit 3e391b0b516b ("drm/ssd130x: Add SSD135X_FAMILY
>>> and SSD1351 support") that introduced a cmd_params_are_data flag that
>>> allows to send the operation as command and the parameters as data.
>>>
>>> So the MCU interface seems to be the same, in particular for the
>>> 4-wire SPI interface which AFAIU is what this new SSD1677 driver
>>> supports.
>>
>> I cannot advice anything here, but at least I'd like to get ssd16xx out
>> of tiny/. It would be great to have it all under solomon/. It looks like
>> sitronix/ does a similar thing.
>>
>
> Yes, I agree. Especially since there is even some (albeit small) code
> that could be reused.
Apologies for the delay. As to what I had looked on ssd130x family it was a
different then the ssd16xx family which caters to e-paper, so I preferred to
keep it separate and write only a generic ssd16xx driver.
Yes, I plan to post ssd16xx support under solomon as suggested and that would
handle both the pixpaper and good displays, LiangCheng had confirmed that
pixpaper was functional with my staging series [0] albeit with few fixes [1]. I
am reviewing those and will try to cherry pick them and include as part of my V2
I target to post v2 by end of next week, after running thorough tests on the
epapers I have.
Kindly let me know if we are aligned on this.
[0]: https://github.com/devarsht/linux-next/commits/ssd16xx_7_2/
[1]:
https://lore.kernel.org/all/20260731-ssd16xx-pixpaper-rpi5-v1-0-18ffc0dbf59a@gmail.com/
Regards
Devarsh
>
next prev parent reply other threads:[~2026-09-18 4:56 UTC|newest]
Thread overview: 23+ 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 [this message]
2026-09-18 6:25 ` LiangCheng Wang
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=1f59a88c-b0b0-43d7-ba2f-4c50aae87ef4@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®