devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding@gmail.com>
To: Inki Dae <inki.dae@samsung.com>
Cc: DRI mailing list <dri-devel@lists.freedesktop.org>,
	David Airlie <airlied@linux.ie>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Kumar Gala <galak@codeaurora.org>,
	"linux-samsung-soc@vger.kernel.org"
	<linux-samsung-soc@vger.kernel.org>,
	Kyungmin Park <kyungmin.park@samsung.com>,
	Andrzej Hajda <a.hajda@samsung.com>,
	Kukjin Kim <kgene.kim@samsung.com>
Subject: Re: [Resend][PATCH v2 2/3] drm/panel: add s6e63j0x03 LCD panel driver
Date: Fri, 16 Jan 2015 12:30:29 +0100	[thread overview]
Message-ID: <20150116113028.GD4885@ulmo.nvidia.com> (raw)
In-Reply-To: <54AAAD96.2050004@samsung.com>

[-- Attachment #1: Type: text/plain, Size: 2103 bytes --]

On Tue, Jan 06, 2015 at 12:28:22AM +0900, Inki Dae wrote:
[...]
> -------- Original Message --------
> Subject: [PATCH v2 2/3] drm/panel: add s6e63j0x03 LCD panel driver
> Date: Tue, 09 Dec 2014 18:29:05 +0900
> From: Hyungwon Hwang <human.hwang@samsung.com>
> To: dri-devel@lists.freedesktop.org
> CC: airlied@linux.ie, devicetree@vger.kernel.org, robh+dt@kernel.org,
> pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk,
> galak@codeaurora.org, linux-samsung-soc@vger.kernel.org,
> kyungmin.park@samsung.com, inki.dae@samsung.com, a.hajda@samsung.com,
> kgene.kim@samsung.com, thierry.reding@gmail.com, Hyungwon Hwang
> <human.hwang@samsung.com>
> 
> From: Inki Dae <inki.dae@samsung.com>
> 
> This patch adds MIPI-DSI based S6E63J0X03 AMOLED LCD panel driver
> which uses mipi_dsi bus to communicate with panel. The panel has
> 320×320 resolution in 1.63-inch physical panel. This panel is used in
> Samsung Galaxy Gear 2.
> 
> Signed-off-by: Inki Dae <inki.dae@samsung.com>
> Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com>
> Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
> Changes for v2:
> - Change the gamma table to 2-dimensional array
> - Change the way to make index for brightness
> - Make command functions to an array so that it can be called simply
> - Change command id for reading device ID
> - Change the way to handle the error condition
> - Remove power variable, and use the same name variable in bl_dev
> - Add the state FB_BLANK_NORMAL to represent the state which the panel
> is working but blanked
> - Miscellaneous changes to increase the readability and follow the
>   coding-style standard
> 
>  drivers/gpu/drm/panel/Kconfig            |   6 +
>  drivers/gpu/drm/panel/Makefile           |   1 +
>  drivers/gpu/drm/panel/panel-s6e63j0x03.c | 549
> +++++++++++++++++++++++++++++++
>  3 files changed, 556 insertions(+)
>  create mode 100644 drivers/gpu/drm/panel/panel-s6e63j0x03.c

I thought I had mentioned this before, but this is missing device tree
binding documentation.

Thierry

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

  reply	other threads:[~2015-01-16 11:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-09  9:29 [PATCH v2 0/3] add display support for exynos3250 rinato board Hyungwon Hwang
2014-12-09  9:29 ` [PATCH v2 1/3] ARM: dts: add fimd device support for exynos3250-rinato Hyungwon Hwang
2014-12-09  9:29 ` [PATCH v2 2/3] drm/panel: add s6e63j0x03 LCD panel driver Hyungwon Hwang
2014-12-31 10:41   ` Inki Dae
2015-01-05 14:19     ` Thierry Reding
2015-01-05 15:21       ` Inki Dae
2015-01-06  0:57         ` Hyungwon Hwang
2015-01-05 15:28   ` [Resend][PATCH " Inki Dae
2015-01-16 11:30     ` Thierry Reding [this message]
2014-12-09  9:29 ` [PATCH v2 3/3] ARM: dts: add Panel device support for exynos3250-rinato Hyungwon Hwang

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=20150116113028.GD4885@ulmo.nvidia.com \
    --to=thierry.reding@gmail.com \
    --cc=a.hajda@samsung.com \
    --cc=airlied@linux.ie \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=inki.dae@samsung.com \
    --cc=kgene.kim@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@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 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).