devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Svyatoslav Ryhel <clamor95@gmail.com>
To: Javier Martinez Canillas <javierm@redhat.com>
Cc: Thomas Zimmermann <tzimmermann@suse.de>,
	Andrzej Hajda <andrzej.hajda@intel.com>,
	 Neil Armstrong <neil.armstrong@linaro.org>,
	Robert Foss <rfoss@kernel.org>,
	 Laurent Pinchart <Laurent.pinchart@ideasonboard.com>,
	Jonas Karlman <jonas@kwiboo.se>,
	 Jernej Skrabec <jernej.skrabec@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>,
	 dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
	 linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 0/2] drm: bridge: add ssd2825 RGB/DSI bridge support
Date: Tue, 18 Feb 2025 15:11:27 +0200	[thread overview]
Message-ID: <CAPVz0n1MdCccD5gHK0Z-mMHJ4Erf59_pBSU3+Jenmfr92Fky9g@mail.gmail.com> (raw)
In-Reply-To: <871pvvqu0i.fsf@minerva.mail-host-address-is-not-set>

вт, 18 лют. 2025 р. о 15:09 Javier Martinez Canillas <javierm@redhat.com> пише:
>
> Svyatoslav Ryhel <clamor95@gmail.com> writes:
>
> > вт, 18 лют. 2025 р. о 14:36 Thomas Zimmermann <tzimmermann@suse.de> пише:
> >>
> >> (cc'ing Javier)
> >>
> >> Hi
> >>
> >> Am 17.02.25 um 15:09 schrieb Svyatoslav Ryhel:
> >> > Solomon SSD2825 is a RGB to MIPI DSI bridge used in LG Optimus 4D P880
> >> > and LG Optimus Vu P895
> >>
> >> There's a driver for Solomon 13xx displays in drm/solomon. Did you check
> >> that this new driver isn't just an extension of the existing code?
> >>
> >
> > Definitely no, ssd2825 is a RGB to DSI bridge in a pure form. While
> > 13xx as you have said are display controllers family.
> >
>
> Exactly. Both chips are from the same vendor (Solomon Systech [0]) and my
> guess is that the SSD prefix means "Solomon Systech Device" or something
> like that.
>
> [0]: https://www.solomon-systech.com
>

You are correct, vendor is the same, I have not denied that, but the
this device is not related to product drivers which already exist in
the Linux Kernel.

> --
> Best regards,
>
> Javier Martinez Canillas
> Core Platforms
> Red Hat
>

  reply	other threads:[~2025-02-18 13:11 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-17 14:09 [PATCH v2 0/2] drm: bridge: add ssd2825 RGB/DSI bridge support Svyatoslav Ryhel
2025-02-17 14:09 ` [PATCH v2 1/2] dt-bindings: display: bridge: Document Solomon SSD2825 Svyatoslav Ryhel
2025-02-18  8:40   ` Krzysztof Kozlowski
2025-02-17 14:09 ` [PATCH v2 2/2] drm: bridge: Add support for Solomon SSD2825 RGB/DSI bridge Svyatoslav Ryhel
2025-02-18 12:31   ` Dmitry Baryshkov
2025-02-18 12:45     ` Svyatoslav Ryhel
2025-02-18 14:20       ` Dmitry Baryshkov
2025-02-18 14:36         ` Svyatoslav Ryhel
2025-02-19 13:34           ` Dmitry Baryshkov
2025-02-19 13:46             ` Svyatoslav Ryhel
2025-02-20  7:37             ` Svyatoslav Ryhel
2025-02-20 11:35               ` Dmitry Baryshkov
2025-02-20 12:26                 ` Svyatoslav Ryhel
2025-02-20 15:07                   ` Dmitry Baryshkov
2025-02-20 15:11                     ` Svyatoslav Ryhel
2025-02-20 18:47                     ` Svyatoslav Ryhel
2025-02-19 19:06     ` Svyatoslav Ryhel
2025-02-20  3:30       ` Dmitry Baryshkov
2025-02-18 12:36 ` [PATCH v2 0/2] drm: bridge: add ssd2825 RGB/DSI bridge support Thomas Zimmermann
2025-02-18 12:48   ` Svyatoslav Ryhel
2025-02-18 13:09     ` Javier Martinez Canillas
2025-02-18 13:11       ` Svyatoslav Ryhel [this message]
2025-02-18 13:21         ` Javier Martinez Canillas

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=CAPVz0n1MdCccD5gHK0Z-mMHJ4Erf59_pBSU3+Jenmfr92Fky9g@mail.gmail.com \
    --to=clamor95@gmail.com \
    --cc=Laurent.pinchart@ideasonboard.com \
    --cc=airlied@gmail.com \
    --cc=andrzej.hajda@intel.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=javierm@redhat.com \
    --cc=jernej.skrabec@gmail.com \
    --cc=jonas@kwiboo.se \
    --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=rfoss@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;
as well as URLs for NNTP newsgroup(s).