From: Thierry Reding <thierry.reding@gmail.com>
To: Heiko Schocher <hs@denx.de>
Cc: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org
Subject: Re: [PATCH v2] drm/panel: add lg4573 driver
Date: Thu, 13 Aug 2015 14:59:12 +0200 [thread overview]
Message-ID: <20150813125911.GA2561@ulmo> (raw)
In-Reply-To: <1433829082-29197-1-git-send-email-hs@denx.de>
[-- Attachment #1.1: Type: text/plain, Size: 1499 bytes --]
On Tue, Jun 09, 2015 at 07:51:22AM +0200, Heiko Schocher wrote:
> Add support for LG LG4573 480x800 4,3" panel. the LG4573
> is used on the LG LCD LB043WV2-SD01, an industrial 4.3" TFT
> panel with SPI control interface.
>
> Signed-off-by: Heiko Schocher <hs@denx.de>
>
> ---
>
> Changes in v2:
> - add comments from Thierry Reding:
> - fix some spelling issues
> - remove "power-on-delay"
> - remove display timings usage from DT, instead specify the
> timing in the driver.
> - change config symbol to DRM_PANEL_LG_LG4573
> - change filename to panel-lg-lg4573.c
> - get rid of power_on_delay
> - use cpu_to_be16()
> - rework lg4573_spi_write_u16_array()
> - introduce lg4573_spi_write_dcs()
> - reworked error reporting
>
> .../devicetree/bindings/panel/lg,lg4573.txt | 19 +
> drivers/gpu/drm/panel/Kconfig | 8 +
> drivers/gpu/drm/panel/Makefile | 1 +
> drivers/gpu/drm/panel/panel-lg-lg4573.c | 382 +++++++++++++++++++++
> 4 files changed, 410 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/panel/lg,lg4573.txt
> create mode 100644 drivers/gpu/drm/panel/panel-lg-lg4573.c
There were a couple of review comments that you missed, but I've
addressed them while applying. Might be good to give it[0] a spin just
to make sure I didn't accidentally break anything.
Thierry
[0]: git://anongit.freedesktop.org/tegra/linux#drm/panel/for-next
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding@gmail.com>
To: Heiko Schocher <hs@denx.de>
Cc: linux-kernel@vger.kernel.org, David Airlie <airlied@linux.ie>,
dri-devel@lists.freedesktop.org
Subject: Re: [PATCH v2] drm/panel: add lg4573 driver
Date: Thu, 13 Aug 2015 14:59:12 +0200 [thread overview]
Message-ID: <20150813125911.GA2561@ulmo> (raw)
In-Reply-To: <1433829082-29197-1-git-send-email-hs@denx.de>
[-- Attachment #1: Type: text/plain, Size: 1499 bytes --]
On Tue, Jun 09, 2015 at 07:51:22AM +0200, Heiko Schocher wrote:
> Add support for LG LG4573 480x800 4,3" panel. the LG4573
> is used on the LG LCD LB043WV2-SD01, an industrial 4.3" TFT
> panel with SPI control interface.
>
> Signed-off-by: Heiko Schocher <hs@denx.de>
>
> ---
>
> Changes in v2:
> - add comments from Thierry Reding:
> - fix some spelling issues
> - remove "power-on-delay"
> - remove display timings usage from DT, instead specify the
> timing in the driver.
> - change config symbol to DRM_PANEL_LG_LG4573
> - change filename to panel-lg-lg4573.c
> - get rid of power_on_delay
> - use cpu_to_be16()
> - rework lg4573_spi_write_u16_array()
> - introduce lg4573_spi_write_dcs()
> - reworked error reporting
>
> .../devicetree/bindings/panel/lg,lg4573.txt | 19 +
> drivers/gpu/drm/panel/Kconfig | 8 +
> drivers/gpu/drm/panel/Makefile | 1 +
> drivers/gpu/drm/panel/panel-lg-lg4573.c | 382 +++++++++++++++++++++
> 4 files changed, 410 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/panel/lg,lg4573.txt
> create mode 100644 drivers/gpu/drm/panel/panel-lg-lg4573.c
There were a couple of review comments that you missed, but I've
addressed them while applying. Might be good to give it[0] a spin just
to make sure I didn't accidentally break anything.
Thierry
[0]: git://anongit.freedesktop.org/tegra/linux#drm/panel/for-next
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2015-08-13 13:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-09 5:51 [PATCH v2] drm/panel: add lg4573 driver Heiko Schocher
2015-06-09 5:51 ` Heiko Schocher
2015-08-13 12:59 ` Thierry Reding [this message]
2015-08-13 12:59 ` Thierry Reding
2015-08-14 6:18 ` Heiko Schocher
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=20150813125911.GA2561@ulmo \
--to=thierry.reding@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=hs@denx.de \
--cc=linux-kernel@vger.kernel.org \
/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.