From: Florian Vaussard <florian.vaussard@epfl.ch>
To: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: Tony Lindgren <tony@atomide.com>,
linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
devicetree@vger.kernel.org
Subject: Re: [PATCH v3 0/3] ARM: dts: overo: Add panel support
Date: Fri, 23 May 2014 09:09:07 +0200 [thread overview]
Message-ID: <537EF413.5050600@epfl.ch> (raw)
In-Reply-To: <1400594337-5096-1-git-send-email-florian.vaussard@epfl.ch>
Hi Tomi,
On 05/20/2014 03:58 PM, Florian Vaussard wrote:
> Hi,
>
> This series enables the DVI and LCD panels present on some of
> the Overo expansion boards.
>
Do you have any more comments on these? If no, do you want to pull them
through your tree for 3.16, as discussed with Tony?
Regards,
Florian
> DVI output:
> - Tobi
> - Summit
>
> LCD (3.5''):
> - Alto35
>
> LCD (4.3''):
> - Chestnut43
> - Palo43
> - Gallop43
>
> I tested on Tobi, Alto35 and Gallop43.
>
> This series depends on several patches from Tomi [1][2][3] targeting 3.16.
>
> Regards,
> Florian
>
> Since v2:
> - Use gpio-backlight
> Since v1:
> - Rebased on 3.15-rc4 + recent patches from Tomi
>
> [1] http://thread.gmane.org/gmane.linux.ports.arm.omap/114572
> [2] http://thread.gmane.org/gmane.linux.ports.arm.omap/114560
> [3] http://lists.infradead.org/pipermail/linux-arm-kernel/2014-January/227101.html
>
> Florian Vaussard (3):
> ARM: dts: overo: Add support for DVI output
> ARM: dts: overo: Add support for 4.3'' LCD output
> ARM: dts: overo: Add support for 3.5'' LCD output
>
> arch/arm/boot/dts/omap3-overo-alto35-common.dtsi | 1 +
> .../boot/dts/omap3-overo-chestnut43-common.dtsi | 1 +
> arch/arm/boot/dts/omap3-overo-common-dvi.dtsi | 111 +++++++++++++
> arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi | 165 +++++++++++++++++++
> arch/arm/boot/dts/omap3-overo-common-lcd43.dtsi | 178 +++++++++++++++++++++
> arch/arm/boot/dts/omap3-overo-gallop43-common.dtsi | 1 +
> arch/arm/boot/dts/omap3-overo-palo43-common.dtsi | 1 +
> arch/arm/boot/dts/omap3-overo-summit-common.dtsi | 1 +
> arch/arm/boot/dts/omap3-overo-tobi-common.dtsi | 1 +
> 9 files changed, 460 insertions(+)
> create mode 100644 arch/arm/boot/dts/omap3-overo-common-dvi.dtsi
> create mode 100644 arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi
> create mode 100644 arch/arm/boot/dts/omap3-overo-common-lcd43.dtsi
>
WARNING: multiple messages have this Message-ID (diff)
From: florian.vaussard@epfl.ch (Florian Vaussard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/3] ARM: dts: overo: Add panel support
Date: Fri, 23 May 2014 09:09:07 +0200 [thread overview]
Message-ID: <537EF413.5050600@epfl.ch> (raw)
In-Reply-To: <1400594337-5096-1-git-send-email-florian.vaussard@epfl.ch>
Hi Tomi,
On 05/20/2014 03:58 PM, Florian Vaussard wrote:
> Hi,
>
> This series enables the DVI and LCD panels present on some of
> the Overo expansion boards.
>
Do you have any more comments on these? If no, do you want to pull them
through your tree for 3.16, as discussed with Tony?
Regards,
Florian
> DVI output:
> - Tobi
> - Summit
>
> LCD (3.5''):
> - Alto35
>
> LCD (4.3''):
> - Chestnut43
> - Palo43
> - Gallop43
>
> I tested on Tobi, Alto35 and Gallop43.
>
> This series depends on several patches from Tomi [1][2][3] targeting 3.16.
>
> Regards,
> Florian
>
> Since v2:
> - Use gpio-backlight
> Since v1:
> - Rebased on 3.15-rc4 + recent patches from Tomi
>
> [1] http://thread.gmane.org/gmane.linux.ports.arm.omap/114572
> [2] http://thread.gmane.org/gmane.linux.ports.arm.omap/114560
> [3] http://lists.infradead.org/pipermail/linux-arm-kernel/2014-January/227101.html
>
> Florian Vaussard (3):
> ARM: dts: overo: Add support for DVI output
> ARM: dts: overo: Add support for 4.3'' LCD output
> ARM: dts: overo: Add support for 3.5'' LCD output
>
> arch/arm/boot/dts/omap3-overo-alto35-common.dtsi | 1 +
> .../boot/dts/omap3-overo-chestnut43-common.dtsi | 1 +
> arch/arm/boot/dts/omap3-overo-common-dvi.dtsi | 111 +++++++++++++
> arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi | 165 +++++++++++++++++++
> arch/arm/boot/dts/omap3-overo-common-lcd43.dtsi | 178 +++++++++++++++++++++
> arch/arm/boot/dts/omap3-overo-gallop43-common.dtsi | 1 +
> arch/arm/boot/dts/omap3-overo-palo43-common.dtsi | 1 +
> arch/arm/boot/dts/omap3-overo-summit-common.dtsi | 1 +
> arch/arm/boot/dts/omap3-overo-tobi-common.dtsi | 1 +
> 9 files changed, 460 insertions(+)
> create mode 100644 arch/arm/boot/dts/omap3-overo-common-dvi.dtsi
> create mode 100644 arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi
> create mode 100644 arch/arm/boot/dts/omap3-overo-common-lcd43.dtsi
>
next prev parent reply other threads:[~2014-05-23 7:09 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-20 13:58 [PATCH v3 0/3] ARM: dts: overo: Add panel support Florian Vaussard
2014-05-20 13:58 ` Florian Vaussard
2014-05-20 13:58 ` [PATCH v3 1/3] ARM: dts: overo: Add support for DVI output Florian Vaussard
2014-05-20 13:58 ` Florian Vaussard
2014-05-20 13:58 ` [PATCH v3 2/3] ARM: dts: overo: Add support for 4.3'' LCD output Florian Vaussard
2014-05-20 13:58 ` Florian Vaussard
2014-05-20 13:58 ` [PATCH v3 3/3] ARM: dts: overo: Add support for 3.5'' " Florian Vaussard
2014-05-20 13:58 ` Florian Vaussard
2014-05-23 7:09 ` Florian Vaussard [this message]
2014-05-23 7:09 ` [PATCH v3 0/3] ARM: dts: overo: Add panel support Florian Vaussard
2014-05-23 8:18 ` Tomi Valkeinen
2014-05-23 8:18 ` Tomi Valkeinen
2014-05-23 14:28 ` Tony Lindgren
2014-05-23 14:28 ` Tony Lindgren
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=537EF413.5050600@epfl.ch \
--to=florian.vaussard@epfl.ch \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=tomi.valkeinen@ti.com \
--cc=tony@atomide.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.