All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding@gmail.com>
To: Paul Kocialkowski <contact@paulk.fr>
Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	David Airlie <airlied@linux.ie>, Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Maxime Ripard <maxime.ripard@bootlin.com>,
	Chen-Yu Tsai <wens@csie.org>,
	linux-sunxi@googlegroups.com,
	Mark Van den Borre <mark@fosdem.org>,
	Gerry Demaret <gerry@fosdem.org>, Luc Verhaegen <libv@skynet.be>
Subject: Re: [PATCH v3 6/8] drm/panel: simple: Add support for the LeMaker BL035-RGB-002 3.5" LCD
Date: Mon, 28 Jan 2019 17:01:08 +0100	[thread overview]
Message-ID: <20190128160108.GF26200@ulmo> (raw)
In-Reply-To: <20181107181843.27628-7-contact@paulk.fr>

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

On Wed, Nov 07, 2018 at 07:18:41PM +0100, Paul Kocialkowski wrote:
> This adds support for the 3.5" LCD panel from LeMaker, sold for use with
> BananaPi boards. It comes with a 24-bit RGB888 parallel interface and
> requires an active-low DE signal
> 
> Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
> ---
>  drivers/gpu/drm/panel/panel-simple.c | 27 +++++++++++++++++++++++++++
>  1 file changed, 27 insertions(+)

Applied to drm-misc-next, thanks.

Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding@gmail.com>
To: Paul Kocialkowski <contact@paulk.fr>
Cc: Mark Rutland <mark.rutland@arm.com>,
	devicetree@vger.kernel.org, Mark Van den Borre <mark@fosdem.org>,
	Gerry Demaret <gerry@fosdem.org>, David Airlie <airlied@linux.ie>,
	linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org,
	dri-devel@lists.freedesktop.org,
	Maxime Ripard <maxime.ripard@bootlin.com>,
	Chen-Yu Tsai <wens@csie.org>, Rob Herring <robh+dt@kernel.org>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 6/8] drm/panel: simple: Add support for the LeMaker BL035-RGB-002 3.5" LCD
Date: Mon, 28 Jan 2019 17:01:08 +0100	[thread overview]
Message-ID: <20190128160108.GF26200@ulmo> (raw)
In-Reply-To: <20181107181843.27628-7-contact@paulk.fr>


[-- Attachment #1.1: Type: text/plain, Size: 478 bytes --]

On Wed, Nov 07, 2018 at 07:18:41PM +0100, Paul Kocialkowski wrote:
> This adds support for the 3.5" LCD panel from LeMaker, sold for use with
> BananaPi boards. It comes with a 24-bit RGB888 parallel interface and
> requires an active-low DE signal
> 
> Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
> ---
>  drivers/gpu/drm/panel/panel-simple.c | 27 +++++++++++++++++++++++++++
>  1 file changed, 27 insertions(+)

Applied to drm-misc-next, thanks.

Thierry

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding@gmail.com>
To: Paul Kocialkowski <contact@paulk.fr>
Cc: Mark Rutland <mark.rutland@arm.com>,
	devicetree@vger.kernel.org, Mark Van den Borre <mark@fosdem.org>,
	Gerry Demaret <gerry@fosdem.org>, David Airlie <airlied@linux.ie>,
	linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org,
	dri-devel@lists.freedesktop.org,
	Maxime Ripard <maxime.ripard@bootlin.com>,
	Chen-Yu Tsai <wens@csie.org>, Rob Herring <robh+dt@kernel.org>,
	Luc Verhaegen <libv@skynet.be>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 6/8] drm/panel: simple: Add support for the LeMaker BL035-RGB-002 3.5" LCD
Date: Mon, 28 Jan 2019 17:01:08 +0100	[thread overview]
Message-ID: <20190128160108.GF26200@ulmo> (raw)
In-Reply-To: <20181107181843.27628-7-contact@paulk.fr>


[-- Attachment #1.1: Type: text/plain, Size: 478 bytes --]

On Wed, Nov 07, 2018 at 07:18:41PM +0100, Paul Kocialkowski wrote:
> This adds support for the 3.5" LCD panel from LeMaker, sold for use with
> BananaPi boards. It comes with a 24-bit RGB888 parallel interface and
> requires an active-low DE signal
> 
> Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
> ---
>  drivers/gpu/drm/panel/panel-simple.c | 27 +++++++++++++++++++++++++++
>  1 file changed, 27 insertions(+)

Applied to drm-misc-next, thanks.

Thierry

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2019-01-28 17:25 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-07 18:18 [PATCH v3 0/8] BL035-RGB-002 3.5" LCD sunxi DRM support Paul Kocialkowski
2018-11-07 18:18 ` Paul Kocialkowski
2018-11-07 18:18 ` Paul Kocialkowski
2018-11-07 18:18 ` [PATCH v3 1/8] drm/sun4i: tcon: Pass encoder to RGB setup function Paul Kocialkowski
2018-11-07 18:18   ` Paul Kocialkowski
2018-11-07 18:18   ` Paul Kocialkowski
2018-11-07 18:18 ` [PATCH v3 2/8] drm/sun4i: tcon: Get the connector from the encoder in RGB setup Paul Kocialkowski
2018-11-07 18:18   ` Paul Kocialkowski
2018-11-07 18:18   ` Paul Kocialkowski
2018-11-07 18:18 ` [PATCH v3 3/8] drm/sun4i: tcon: Support an active-low DE signal with RGB interface Paul Kocialkowski
2018-11-07 18:18   ` Paul Kocialkowski
2018-11-07 18:18   ` Paul Kocialkowski
2018-11-07 18:18 ` [PATCH v3 4/8] dt-bindings: Add vendor prefix for LeMaker Paul Kocialkowski
2018-11-07 18:18   ` Paul Kocialkowski
2018-11-07 18:18   ` Paul Kocialkowski
     [not found]   ` <20181107181843.27628-5-contact-W9ppeneeCTY@public.gmane.org>
2018-11-12 23:37     ` Rob Herring
2018-11-12 23:37       ` Rob Herring
2019-01-28 16:00   ` Thierry Reding
2019-01-28 16:00     ` Thierry Reding
2019-01-28 16:00     ` Thierry Reding
2018-11-07 18:18 ` [PATCH v3 5/8] dt-bindings: Add bindings for the LeMaker BL035-RGB-002 LCD panel Paul Kocialkowski
2018-11-07 18:18   ` Paul Kocialkowski
2018-11-07 18:18   ` Paul Kocialkowski
     [not found]   ` <20181107181843.27628-6-contact-W9ppeneeCTY@public.gmane.org>
2018-11-12 23:37     ` Rob Herring
2018-11-12 23:37       ` Rob Herring
2019-01-28 16:00   ` Thierry Reding
2019-01-28 16:00     ` Thierry Reding
2019-01-28 16:00     ` Thierry Reding
2018-11-07 18:18 ` [PATCH v3 6/8] drm/panel: simple: Add support for the LeMaker BL035-RGB-002 3.5" LCD Paul Kocialkowski
2018-11-07 18:18   ` Paul Kocialkowski
2018-11-07 18:18   ` Paul Kocialkowski
2019-01-28 16:01   ` Thierry Reding [this message]
2019-01-28 16:01     ` Thierry Reding
2019-01-28 16:01     ` Thierry Reding
2018-11-07 18:18 ` [PATCH NOT FOR MERGE v3 7/8] ARM: dts: sun7i: Add pinmux configuration for LCD0 RGB888 pins Paul Kocialkowski
2018-11-07 18:18   ` Paul Kocialkowski
2018-11-07 18:18   ` Paul Kocialkowski
2018-11-07 18:18 ` [PATCH NOT FOR MERGE v3 8/8] ARM: dts: sun7i-a20-bananapi: Add bindings for the LeMaker 3.5" LCD Paul Kocialkowski
2018-11-07 18:18   ` Paul Kocialkowski
2018-11-07 18:18   ` Paul Kocialkowski
2018-11-09  8:46 ` [PATCH v3 0/8] BL035-RGB-002 3.5" LCD sunxi DRM support Maxime Ripard
2018-11-09  8:46   ` Maxime Ripard
2018-11-09  8:46   ` Maxime Ripard

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=20190128160108.GF26200@ulmo \
    --to=thierry.reding@gmail.com \
    --cc=airlied@linux.ie \
    --cc=contact@paulk.fr \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=gerry@fosdem.org \
    --cc=libv@skynet.be \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sunxi@googlegroups.com \
    --cc=mark.rutland@arm.com \
    --cc=mark@fosdem.org \
    --cc=maxime.ripard@bootlin.com \
    --cc=robh+dt@kernel.org \
    --cc=wens@csie.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.