From: maxime.coquelin@st.com (Maxime Coquelin)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] Enable DRM/KMS support for STiH407 and STiH410 boards
Date: Tue, 3 Mar 2015 11:10:30 +0100 [thread overview]
Message-ID: <54F58896.5010407@st.com> (raw)
In-Reply-To: <1421250432-25903-1-git-send-email-gabriel.fernandez@linaro.org>
On 01/14/2015 04:47 PM, Gabriel FERNANDEZ wrote:
> This patch-set Enable DRM/KMS support for STiH407-b2120 and STiH410-b2120 boards.
>
> This patch-set replace the previous one (PATCH 0/2] Enable DRM/KMS support for STiH407 Family boards)
>
> Gabriel Fernandez (2):
> ARM: DT: STiH407: Add DRM dt nodes
> ARM: DT: STiH410: Add DRM dt nodes
>
> arch/arm/boot/dts/stih407-b2120.dts | 3 +-
> arch/arm/boot/dts/stih407.dtsi | 151 +++++++++++++++++++++++++++++++++++
> arch/arm/boot/dts/stih410.dtsi | 138 ++++++++++++++++++++++++++++++++
> arch/arm/boot/dts/stihxxx-b2120.dtsi | 2 +-
> 4 files changed, 291 insertions(+), 3 deletions(-)
> create mode 100644 arch/arm/boot/dts/stih407.dtsi
>
Forgot to reply to this series:
Applied, and already in v4.0-rc1.
Thanks,
Maxime
WARNING: multiple messages have this Message-ID (diff)
From: Maxime Coquelin <maxime.coquelin@st.com>
To: Gabriel FERNANDEZ <gabriel.fernandez@st.com>,
Srinivas Kandagatla <srinivas.kandagatla@gmail.com>,
Patrice Chotard <patrice.chotard@st.com>,
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>,
Russell King <linux@arm.linux.org.uk>,
benjamin.gaignard@linaro.org
Cc: linux-arm-kernel@lists.infradead.org, kernel@stlinux.com,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
Lee Jones <lee.jones@linaro.org>,
Gabriel Fernandez <gabriel.fernandez@linaro.org>
Subject: Re: [PATCH 0/2] Enable DRM/KMS support for STiH407 and STiH410 boards
Date: Tue, 3 Mar 2015 11:10:30 +0100 [thread overview]
Message-ID: <54F58896.5010407@st.com> (raw)
In-Reply-To: <1421250432-25903-1-git-send-email-gabriel.fernandez@linaro.org>
On 01/14/2015 04:47 PM, Gabriel FERNANDEZ wrote:
> This patch-set Enable DRM/KMS support for STiH407-b2120 and STiH410-b2120 boards.
>
> This patch-set replace the previous one (PATCH 0/2] Enable DRM/KMS support for STiH407 Family boards)
>
> Gabriel Fernandez (2):
> ARM: DT: STiH407: Add DRM dt nodes
> ARM: DT: STiH410: Add DRM dt nodes
>
> arch/arm/boot/dts/stih407-b2120.dts | 3 +-
> arch/arm/boot/dts/stih407.dtsi | 151 +++++++++++++++++++++++++++++++++++
> arch/arm/boot/dts/stih410.dtsi | 138 ++++++++++++++++++++++++++++++++
> arch/arm/boot/dts/stihxxx-b2120.dtsi | 2 +-
> 4 files changed, 291 insertions(+), 3 deletions(-)
> create mode 100644 arch/arm/boot/dts/stih407.dtsi
>
Forgot to reply to this series:
Applied, and already in v4.0-rc1.
Thanks,
Maxime
WARNING: multiple messages have this Message-ID (diff)
From: Maxime Coquelin <maxime.coquelin@st.com>
To: Gabriel FERNANDEZ <gabriel.fernandez@st.com>,
Srinivas Kandagatla <srinivas.kandagatla@gmail.com>,
Patrice Chotard <patrice.chotard@st.com>,
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>,
Russell King <linux@arm.linux.org.uk>,
<benjamin.gaignard@linaro.org>
Cc: <linux-arm-kernel@lists.infradead.org>, <kernel@stlinux.com>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
Lee Jones <lee.jones@linaro.org>,
Gabriel Fernandez <gabriel.fernandez@linaro.org>
Subject: Re: [PATCH 0/2] Enable DRM/KMS support for STiH407 and STiH410 boards
Date: Tue, 3 Mar 2015 11:10:30 +0100 [thread overview]
Message-ID: <54F58896.5010407@st.com> (raw)
In-Reply-To: <1421250432-25903-1-git-send-email-gabriel.fernandez@linaro.org>
On 01/14/2015 04:47 PM, Gabriel FERNANDEZ wrote:
> This patch-set Enable DRM/KMS support for STiH407-b2120 and STiH410-b2120 boards.
>
> This patch-set replace the previous one (PATCH 0/2] Enable DRM/KMS support for STiH407 Family boards)
>
> Gabriel Fernandez (2):
> ARM: DT: STiH407: Add DRM dt nodes
> ARM: DT: STiH410: Add DRM dt nodes
>
> arch/arm/boot/dts/stih407-b2120.dts | 3 +-
> arch/arm/boot/dts/stih407.dtsi | 151 +++++++++++++++++++++++++++++++++++
> arch/arm/boot/dts/stih410.dtsi | 138 ++++++++++++++++++++++++++++++++
> arch/arm/boot/dts/stihxxx-b2120.dtsi | 2 +-
> 4 files changed, 291 insertions(+), 3 deletions(-)
> create mode 100644 arch/arm/boot/dts/stih407.dtsi
>
Forgot to reply to this series:
Applied, and already in v4.0-rc1.
Thanks,
Maxime
next prev parent reply other threads:[~2015-03-03 10:10 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-14 15:47 [PATCH 0/2] Enable DRM/KMS support for STiH407 and STiH410 boards Gabriel FERNANDEZ
2015-01-14 15:47 ` Gabriel FERNANDEZ
2015-01-14 15:47 ` [PATCH 1/2] ARM: DT: STiH407: Add DRM dt nodes Gabriel FERNANDEZ
2015-01-14 15:47 ` Gabriel FERNANDEZ
2015-01-14 15:47 ` [PATCH 2/2] ARM: DT: STiH410: " Gabriel FERNANDEZ
2015-01-14 15:47 ` Gabriel FERNANDEZ
2015-01-14 15:47 ` Gabriel FERNANDEZ
2015-01-16 10:52 ` [STLinux Kernel] [PATCH 0/2] Enable DRM/KMS support for STiH407 and STiH410 boards Peter Griffin
2015-01-16 10:52 ` Peter Griffin
2015-03-03 10:10 ` Maxime Coquelin [this message]
2015-03-03 10:10 ` Maxime Coquelin
2015-03-03 10:10 ` Maxime Coquelin
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=54F58896.5010407@st.com \
--to=maxime.coquelin@st.com \
--cc=linux-arm-kernel@lists.infradead.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.