Linux Framebuffer Layer development
 help / color / mirror / Atom feed
From: Helge Deller <deller@gmx.de>
To: Javier Martinez Canillas <javierm@redhat.com>,
	Jakub Turek <jakub.turek@elsta.tech>,
	Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	Maxime Ripard <mripard@kernel.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	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>
Cc: linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH v2 1/2] fbdev: ssd1307fb: add support for Sino Wealth SH1107 controller
Date: Sat, 1 Aug 2026 22:30:30 +0200	[thread overview]
Message-ID: <5e81c472-7fd1-49b2-8c55-6f55cb4a33c1@gmx.de> (raw)
In-Reply-To: <87y0epd82a.fsf@ocarina.mail-host-address-is-not-set>

Hello Javier,

On 8/1/26 20:11, Javier Martinez Canillas wrote:
> Helge Deller <deller@gmx.de> writes:
>> On 7/31/26 16:45, Jakub Turek wrote:
>>> The SH1107 display controller is very similar to SSD1307 but the main
>>> difference is that SH1107 has different memory layout and uses page mode
>>> adressation only.
>>>
>>> The SH1107 relies primarily on vertical page addressing mode where the
>>> internal 128x128 GDDRAM is split into 16 vertical pages, rather than
>>> the horizontal/tile addressing modes natively utilized by the
>>> SSD1306/SSD1307.
>>>
>>> Signed-off-by: Jakub Turek <jakub.turek@elsta.tech>
>>> ---
>>>    drivers/video/fbdev/ssd1307fb.c | 87 +++++++++++++++++++++++++++++++++++------
>>>    1 file changed, 76 insertions(+), 11 deletions(-)
>> series applied.
>>
> 
> Why did you apply the series? I mentioned in v1 that Jakub instead should
> use the KMS ssd130x driver that already support variants that use page
> addressing, such as the SH1106 (adding SSH1107 should be trivial).

I assume, that Jakub or someone else will send a patch for the KMS driver. 
> Also, Sashiko correctly pointed out that the fbdev driver doesn't support
> most of the properties mentioned in the DT binding schema.
> 
> Now is the opposite given that you merged the DT binding patch. The ssd130x
> driver doesn't have support for the "sinowealth,sh1107" compatible string
> that is being added by patch 2/2.
Ah, ok.
To avoid issues, I've dropped the patch for now.

Thanks!
Helge

  reply	other threads:[~2026-08-01 20:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-31 14:45 [PATCH v2 0/2] fbdev: ssd1307fb: add SH1107 support Jakub Turek
2026-07-31 14:45 ` [PATCH v2 1/2] fbdev: ssd1307fb: add support for Sino Wealth SH1107 controller Jakub Turek
2026-07-31 15:54   ` Helge Deller
2026-08-01 18:11     ` Javier Martinez Canillas
2026-08-01 20:30       ` Helge Deller [this message]
2026-07-31 14:45 ` [PATCH v2 2/2] dt-bindings: display: solomon,ssd1307fb: add SH1107 compatible Jakub Turek

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=5e81c472-7fd1-49b2-8c55-6f55cb4a33c1@gmx.de \
    --to=deller@gmx.de \
    --cc=airlied@gmail.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jakub.turek@elsta.tech \
    --cc=javierm@redhat.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    --cc=robh@kernel.org \
    --cc=simona@ffwll.ch \
    --cc=tzimmermann@suse.de \
    /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