All of lore.kernel.org
 help / color / mirror / Atom feed
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/4] ARM: dts: sbc-t3x: add audio and TV out support
Date: Mon, 24 Nov 2014 07:58:42 -0800	[thread overview]
Message-ID: <20141124155841.GD2817@atomide.com> (raw)
In-Reply-To: <1416735722-26167-1-git-send-email-lifshitz@compulab.co.il>

* Dmitry Lifshitz <lifshitz@compulab.co.il> [141123 01:44]:
> Add support for more SBC-T3x single board computers features:
> 
> * Audio on CM-T3x30
> * TV out on CM-T3x
> 
> This patch set adds missing I2C1 pinmux required for CM-T3x EEPROM and 
> CM-T3x30 audio support.

Thanks applying into omap-for-v3.19/dt-v2. Let's also do fixes
only for v3.19 from now on as -rc6 is tagged.

Regards,

Tony
 
> Dmitry Lifshitz (4):
>   ARM: dts: cm-t3x: add I2C1 pinmux
>   ARM: dts: cm-t3x: add TV out support
>   ARM: dts: sbc-t3x: add TV out display alias
>   ARM: dts: sbc-t3x30: add audio support
> 
>  arch/arm/boot/dts/omap3-cm-t3x.dtsi   |   48 +++++++++++++++++++++++++++++++++
>  arch/arm/boot/dts/omap3-cm-t3x30.dtsi |   18 ++++++++++++
>  arch/arm/boot/dts/omap3-sb-t35.dtsi   |   16 +++++++++++
>  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 +
>  6 files changed, 85 insertions(+), 0 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/4] ARM: dts: sbc-t3x: add audio and TV out support
Date: Mon, 24 Nov 2014 07:58:42 -0800	[thread overview]
Message-ID: <20141124155841.GD2817@atomide.com> (raw)
In-Reply-To: <1416735722-26167-1-git-send-email-lifshitz@compulab.co.il>

* Dmitry Lifshitz <lifshitz@compulab.co.il> [141123 01:44]:
> Add support for more SBC-T3x single board computers features:
> 
> * Audio on CM-T3x30
> * TV out on CM-T3x
> 
> This patch set adds missing I2C1 pinmux required for CM-T3x EEPROM and 
> CM-T3x30 audio support.

Thanks applying into omap-for-v3.19/dt-v2. Let's also do fixes
only for v3.19 from now on as -rc6 is tagged.

Regards,

Tony
 
> Dmitry Lifshitz (4):
>   ARM: dts: cm-t3x: add I2C1 pinmux
>   ARM: dts: cm-t3x: add TV out support
>   ARM: dts: sbc-t3x: add TV out display alias
>   ARM: dts: sbc-t3x30: add audio support
> 
>  arch/arm/boot/dts/omap3-cm-t3x.dtsi   |   48 +++++++++++++++++++++++++++++++++
>  arch/arm/boot/dts/omap3-cm-t3x30.dtsi |   18 ++++++++++++
>  arch/arm/boot/dts/omap3-sb-t35.dtsi   |   16 +++++++++++
>  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 +
>  6 files changed, 85 insertions(+), 0 deletions(-)
> 
> -- 
> 1.7.5.4
> 

  parent reply	other threads:[~2014-11-24 16:01 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-23  9:41 [PATCH 0/4] ARM: dts: sbc-t3x: add audio and TV out support Dmitry Lifshitz
2014-11-23  9:41 ` Dmitry Lifshitz
2014-11-23  9:41 ` [PATCH 1/4] ARM: dts: cm-t3x: add I2C1 pinmux Dmitry Lifshitz
2014-11-23  9:41   ` Dmitry Lifshitz
2014-11-23  9:42 ` [PATCH 2/4] ARM: dts: cm-t3x: add TV out support Dmitry Lifshitz
2014-11-23  9:42   ` Dmitry Lifshitz
2014-11-23  9:42 ` [PATCH 3/4] ARM: dts: sbc-t3x: add TV out display alias Dmitry Lifshitz
2014-11-23  9:42   ` Dmitry Lifshitz
2014-11-23  9:42 ` [PATCH 4/4] ARM: dts: sbc-t3x30: add audio support Dmitry Lifshitz
2014-11-23  9:42   ` Dmitry Lifshitz
2014-11-24 15:58 ` Tony Lindgren [this message]
2014-11-24 15:58   ` [PATCH 0/4] ARM: dts: sbc-t3x: add audio and TV out support 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=20141124155841.GD2817@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.