From: Sam Ravnborg <sam@ravnborg.org>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: "Thierry Reding" <thierry.reding@gmail.com>,
dri-devel@lists.freedesktop.org,
"Stephan Gerhold" <stephan@gerhold.net>,
"Paweł Chmiel" <pawel.mikolaj.chmiel@gmail.com>
Subject: Re: [PATCH 0/4] drm/panel: s6e63m0: Add DSI transport
Date: Tue, 18 Aug 2020 19:10:20 +0200 [thread overview]
Message-ID: <20200818171020.GA2290142@ravnborg.org> (raw)
In-Reply-To: <20200809215104.1830206-1-linus.walleij@linaro.org>
Hi Linus.
On Sun, Aug 09, 2020 at 11:51:00PM +0200, Linus Walleij wrote:
> This begins to modify the Samsung S6E63M0 driver to provide
> DSI support.
>
> After these initial changes the driver can already be used
> with the Samsung GT-I8190 (Golden) phone.
>
> After this initial support we will make more changes to
> support more gammas (more levels of backlight), special
> biasing on different display types and handling of the
> ESD IRQ.
>
> But let's begin with this.
How does this patchset relate to the patchset posted by Paul?
https://lore.kernel.org/dri-devel/20200727164613.19744-1-paul@crapouillou.net/
Seems that two different approcahes are used for the same type of
problem.
Is it possible to find a common solution?
Sam
>
> Linus Walleij (4):
> drm/panel: s6e63m0: Break out SPI transport
> drm/panel: s6e63m0: Add DSI transport
> drm/panel: s6e63m0: Add reading functionality
> drm/panel: s6e63m0: Add code to identify panel
>
> drivers/gpu/drm/panel/Kconfig | 23 ++-
> drivers/gpu/drm/panel/Makefile | 2 +
> .../gpu/drm/panel/panel-samsung-s6e63m0-dsi.c | 145 +++++++++++++++++
> .../gpu/drm/panel/panel-samsung-s6e63m0-spi.c | 101 ++++++++++++
> drivers/gpu/drm/panel/panel-samsung-s6e63m0.c | 146 ++++++++++--------
> drivers/gpu/drm/panel/panel-samsung-s6e63m0.h | 13 ++
> 6 files changed, 363 insertions(+), 67 deletions(-)
> create mode 100644 drivers/gpu/drm/panel/panel-samsung-s6e63m0-dsi.c
> create mode 100644 drivers/gpu/drm/panel/panel-samsung-s6e63m0-spi.c
> create mode 100644 drivers/gpu/drm/panel/panel-samsung-s6e63m0.h
>
> --
> 2.26.2
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2020-08-18 17:10 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-09 21:51 [PATCH 0/4] drm/panel: s6e63m0: Add DSI transport Linus Walleij
2020-08-09 21:51 ` [PATCH 1/4] drm/panel: s6e63m0: Break out SPI transport Linus Walleij
2020-08-09 21:51 ` [PATCH 2/4] drm/panel: s6e63m0: Add DSI transport Linus Walleij
2020-08-14 15:34 ` Stephan Gerhold
2020-08-09 21:51 ` [PATCH 3/4] drm/panel: s6e63m0: Add reading functionality Linus Walleij
2020-08-09 21:51 ` [PATCH 4/4] drm/panel: s6e63m0: Add code to identify panel Linus Walleij
2020-08-18 17:10 ` Sam Ravnborg [this message]
2020-08-27 9:04 ` [PATCH 0/4] drm/panel: s6e63m0: Add DSI transport Linus Walleij
2020-09-01 17:55 ` Linus Walleij
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=20200818171020.GA2290142@ravnborg.org \
--to=sam@ravnborg.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=linus.walleij@linaro.org \
--cc=pawel.mikolaj.chmiel@gmail.com \
--cc=stephan@gerhold.net \
--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.