All of lore.kernel.org
 help / color / mirror / Atom feed
From: nsekhar@ti.com (Sekhar Nori)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/6] ARM: DT/davinci: Audio for da850-evm in DT boot
Date: Tue, 26 Aug 2014 15:54:41 +0530	[thread overview]
Message-ID: <53FC6069.7000105@ti.com> (raw)
In-Reply-To: <1406873610-5037-1-git-send-email-peter.ujfalusi@ti.com>

On Friday 01 August 2014 11:43 AM, Peter Ujfalusi wrote:
> Hi,
> 
> Changes since v1:
> - fixed the address missmatch for tlv320aic3106 codec (@1b -> 18)
> - The edma patches has been taken by Vinod, they should be in linux-next soon.

I assume all of these 6 patches are meant to go through ARM SoC. I have
applied all of them for v3.18.

> The following series will enable audio via simple card on the board when booted
> with DT.

Thanks for doing this.

Regards,
Sekhar

WARNING: multiple messages have this Message-ID (diff)
From: Sekhar Nori <nsekhar-l0cyMroinI0@public.gmane.org>
To: Peter Ujfalusi <peter.ujfalusi-l0cyMroinI0@public.gmane.org>,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	davinci-linux-open-source-VycZQUHpC/PFrsHnngEfi1aTQe2KTcn/@public.gmane.org,
	linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org,
	pawel.moll-5wv7dgnIgG8@public.gmane.org,
	khilman-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH v2 0/6] ARM: DT/davinci: Audio for da850-evm in DT boot
Date: Tue, 26 Aug 2014 15:54:41 +0530	[thread overview]
Message-ID: <53FC6069.7000105@ti.com> (raw)
In-Reply-To: <1406873610-5037-1-git-send-email-peter.ujfalusi-l0cyMroinI0@public.gmane.org>

On Friday 01 August 2014 11:43 AM, Peter Ujfalusi wrote:
> Hi,
> 
> Changes since v1:
> - fixed the address missmatch for tlv320aic3106 codec (@1b -> 18)
> - The edma patches has been taken by Vinod, they should be in linux-next soon.

I assume all of these 6 patches are meant to go through ARM SoC. I have
applied all of them for v3.18.

> The following series will enable audio via simple card on the board when booted
> with DT.

Thanks for doing this.

Regards,
Sekhar

WARNING: multiple messages have this Message-ID (diff)
From: Sekhar Nori <nsekhar@ti.com>
To: Peter Ujfalusi <peter.ujfalusi@ti.com>, <robh+dt@kernel.org>
Cc: <khilman@deeprootsystems.com>, <linux@arm.linux.org.uk>,
	<linux-arm-kernel@lists.infradead.org>,
	<davinci-linux-open-source@linux.davincidsp.com>,
	<pawel.moll@arm.com>, <devicetree@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2 0/6] ARM: DT/davinci: Audio for da850-evm in DT boot
Date: Tue, 26 Aug 2014 15:54:41 +0530	[thread overview]
Message-ID: <53FC6069.7000105@ti.com> (raw)
In-Reply-To: <1406873610-5037-1-git-send-email-peter.ujfalusi@ti.com>

On Friday 01 August 2014 11:43 AM, Peter Ujfalusi wrote:
> Hi,
> 
> Changes since v1:
> - fixed the address missmatch for tlv320aic3106 codec (@1b -> 18)
> - The edma patches has been taken by Vinod, they should be in linux-next soon.

I assume all of these 6 patches are meant to go through ARM SoC. I have
applied all of them for v3.18.

> The following series will enable audio via simple card on the board when booted
> with DT.

Thanks for doing this.

Regards,
Sekhar


  parent reply	other threads:[~2014-08-26 10:24 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-01  6:13 [PATCH v2 0/6] ARM: DT/davinci: Audio for da850-evm in DT boot Peter Ujfalusi
2014-08-01  6:13 ` Peter Ujfalusi
2014-08-01  6:13 ` Peter Ujfalusi
2014-08-01  6:13 ` [PATCH v2 1/6] ARM: davinci: da8xx-dt: add OF_DEV_AUXDATA entry for mcasp0 Peter Ujfalusi
2014-08-01  6:13   ` Peter Ujfalusi
2014-08-01  6:13   ` Peter Ujfalusi
2014-08-01  6:13 ` [PATCH v2 2/6] ARM: DTS: da850: Add node for edma0 Peter Ujfalusi
2014-08-01  6:13   ` Peter Ujfalusi
2014-08-01  6:13   ` Peter Ujfalusi
2014-08-01  6:13 ` [PATCH v2 3/6] ARM: DTS: da850: Add node for McASP Peter Ujfalusi
2014-08-01  6:13   ` Peter Ujfalusi
2014-08-01  6:13   ` Peter Ujfalusi
2014-08-01  6:13 ` [PATCH v2 4/6] ARM: DTS: da850-evm: Enable McASP via DT boot Peter Ujfalusi
2014-08-01  6:13   ` Peter Ujfalusi
2014-08-01  6:13   ` Peter Ujfalusi
2014-08-01  6:13 ` [PATCH v2 5/6] ARM: DTS: da850-evm: Add node for tlv320aic3106 codec Peter Ujfalusi
2014-08-01  6:13   ` Peter Ujfalusi
2014-08-01  6:13   ` Peter Ujfalusi
2014-08-01  6:13 ` [PATCH v2 6/6] ARM: DTS: da850-evm: Enable audio via simple-card Peter Ujfalusi
2014-08-01  6:13   ` Peter Ujfalusi
2014-08-01  6:13   ` Peter Ujfalusi
2014-08-26 10:24 ` Sekhar Nori [this message]
2014-08-26 10:24   ` [PATCH v2 0/6] ARM: DT/davinci: Audio for da850-evm in DT boot Sekhar Nori
2014-08-26 10:24   ` Sekhar Nori
2014-08-26 11:52   ` Sekhar Nori
2014-08-26 11:52     ` Sekhar Nori
2014-08-26 11:52     ` Sekhar Nori

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=53FC6069.7000105@ti.com \
    --to=nsekhar@ti.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.