From: Tony Lindgren <tony@atomide.com>
To: Dmitry Lifshitz <lifshitz@compulab.co.il>
Cc: "Benoît Cousson" <bcousson@baylibre.com>,
linux-omap@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/9] ARM: dts: sbc-t3x: add more features support
Date: Fri, 21 Nov 2014 16:02:15 -0800 [thread overview]
Message-ID: <20141122000214.GH7046@atomide.com> (raw)
In-Reply-To: <1416302004-22199-1-git-send-email-lifshitz@compulab.co.il>
* Dmitry Lifshitz <lifshitz@compulab.co.il> [141118 01:15]:
> Add support for more SBC-T3x single board computers features:
>
> * CM-T3x CoM and SB-T35 baseboard EEPROMs
> * TV out
> * Touchscreen
> * CM-T3x30 audio
> * CM-T3x30 keypad
Applying all into omap-for-v3.19/dt-v2 thanks.
Tony
> Dmitry Lifshitz (9):
> ARM: dts: cm-t3x: cleanup comments indentation
> ARM: dts: cm-t3x: add ADS7846 touchscreen support
> ARM: OMAP2+: remove cm-t3x touchscreen pdata quirk
> ARM: dts: cm-t3x: add EEPROM support
> ARM: dts: sb-t35: add EEPROM support
> ARM: dts: cm-t3x: add TV out support
> ARM: dts: sbc-t3x: add TV out display alias
> ARM: dts: sbc-t3x30: add audio support
> ARM: dts: cm-t3x30: add keypad support
>
> arch/arm/boot/dts/omap3-cm-t3x.dtsi | 119 +++++++++++++++++++++++++++++++--
> arch/arm/boot/dts/omap3-cm-t3x30.dtsi | 31 +++++++++
> arch/arm/boot/dts/omap3-sb-t35.dtsi | 36 ++++++++++
> arch/arm/boot/dts/omap3-sbc-t3517.dts | 1 +
> arch/arm/boot/dts/omap3-sbc-t3530.dts | 1 +
> arch/arm/boot/dts/omap3-sbc-t3730.dts | 1 +
> arch/arm/mach-omap2/pdata-quirks.c | 3 -
> 7 files changed, 183 insertions(+), 9 deletions(-)
>
> --
> 1.7.5.4
>
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/9] ARM: dts: sbc-t3x: add more features support
Date: Fri, 21 Nov 2014 16:02:15 -0800 [thread overview]
Message-ID: <20141122000214.GH7046@atomide.com> (raw)
In-Reply-To: <1416302004-22199-1-git-send-email-lifshitz@compulab.co.il>
* Dmitry Lifshitz <lifshitz@compulab.co.il> [141118 01:15]:
> Add support for more SBC-T3x single board computers features:
>
> * CM-T3x CoM and SB-T35 baseboard EEPROMs
> * TV out
> * Touchscreen
> * CM-T3x30 audio
> * CM-T3x30 keypad
Applying all into omap-for-v3.19/dt-v2 thanks.
Tony
> Dmitry Lifshitz (9):
> ARM: dts: cm-t3x: cleanup comments indentation
> ARM: dts: cm-t3x: add ADS7846 touchscreen support
> ARM: OMAP2+: remove cm-t3x touchscreen pdata quirk
> ARM: dts: cm-t3x: add EEPROM support
> ARM: dts: sb-t35: add EEPROM support
> ARM: dts: cm-t3x: add TV out support
> ARM: dts: sbc-t3x: add TV out display alias
> ARM: dts: sbc-t3x30: add audio support
> ARM: dts: cm-t3x30: add keypad support
>
> arch/arm/boot/dts/omap3-cm-t3x.dtsi | 119 +++++++++++++++++++++++++++++++--
> arch/arm/boot/dts/omap3-cm-t3x30.dtsi | 31 +++++++++
> arch/arm/boot/dts/omap3-sb-t35.dtsi | 36 ++++++++++
> arch/arm/boot/dts/omap3-sbc-t3517.dts | 1 +
> arch/arm/boot/dts/omap3-sbc-t3530.dts | 1 +
> arch/arm/boot/dts/omap3-sbc-t3730.dts | 1 +
> arch/arm/mach-omap2/pdata-quirks.c | 3 -
> 7 files changed, 183 insertions(+), 9 deletions(-)
>
> --
> 1.7.5.4
>
next prev parent reply other threads:[~2014-11-22 0:02 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-18 9:13 [PATCH 0/9] ARM: dts: sbc-t3x: add more features support Dmitry Lifshitz
2014-11-18 9:13 ` Dmitry Lifshitz
2014-11-18 9:13 ` [PATCH 1/9] ARM: dts: cm-t3x: cleanup comments indentation Dmitry Lifshitz
2014-11-18 9:13 ` Dmitry Lifshitz
2014-11-18 9:13 ` [PATCH 2/9] ARM: dts: cm-t3x: add ADS7846 touchscreen support Dmitry Lifshitz
2014-11-18 9:13 ` Dmitry Lifshitz
2014-11-18 9:13 ` [PATCH 3/9] ARM: OMAP2+: remove cm-t3x touchscreen pdata quirk Dmitry Lifshitz
2014-11-18 9:13 ` Dmitry Lifshitz
2014-11-18 9:13 ` [PATCH 4/9] ARM: dts: cm-t3x: add EEPROM support Dmitry Lifshitz
2014-11-18 9:13 ` Dmitry Lifshitz
[not found] ` <1416302004-22199-1-git-send-email-lifshitz-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
2014-11-18 9:13 ` [PATCH 5/9] ARM: dts: sb-t35: " Dmitry Lifshitz
2014-11-18 9:13 ` Dmitry Lifshitz
2014-11-18 9:13 ` [PATCH 6/9] ARM: dts: cm-t3x: add TV out support Dmitry Lifshitz
2014-11-18 9:13 ` Dmitry Lifshitz
2014-11-18 9:13 ` [PATCH 7/9] ARM: dts: sbc-t3x: add TV out display alias Dmitry Lifshitz
2014-11-18 9:13 ` Dmitry Lifshitz
2014-11-18 9:13 ` [PATCH 8/9] ARM: dts: sbc-t3x30: add audio support Dmitry Lifshitz
2014-11-18 9:13 ` Dmitry Lifshitz
2014-11-18 9:13 ` [PATCH 9/9] ARM: dts: cm-t3x30: add keypad support Dmitry Lifshitz
2014-11-18 9:13 ` Dmitry Lifshitz
2014-11-22 0:02 ` Tony Lindgren [this message]
2014-11-22 0:02 ` [PATCH 0/9] ARM: dts: sbc-t3x: add more features support Tony Lindgren
2014-11-22 0:16 ` Tony Lindgren
2014-11-22 0:16 ` 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=20141122000214.GH7046@atomide.com \
--to=tony@atomide.com \
--cc=bcousson@baylibre.com \
--cc=devicetree@vger.kernel.org \
--cc=lifshitz@compulab.co.il \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@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.