All of lore.kernel.org
 help / color / mirror / Atom feed
From: leoy@marvell.com (Leo Yan)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] Add audio sram support
Date: Tue, 19 Jul 2011 09:53:37 +0800	[thread overview]
Message-ID: <4E24E3A1.9080906@marvell.com> (raw)
In-Reply-To: <25B60CDC2F704E4E9D88FFD52780CB4C05D3F4F2FA@SC-VEXCH1.marvell.com>

So i need hold on after SRAM consolidation patches by Russell
has been merged, right?

On 2011?07?18? 21:12, Haojian Zhuang wrote:
> There would be a common sram driver in mainline.
> ________________________________________
> From: Leo Yan [leoy at marvell.com]
> Sent: Monday, July 18, 2011 7:18 PM
> To: linux-arm-kernel at lists.infradead.org; linux-kernel at vger.kernel.org; Haojian Zhuang; nicolas.pitre at linaro.org; Russell King
> Cc: Leo Yan
> Subject: [PATCH 0/2] Add audio sram support
>
> On mmp platform, there have 16KB sram buffer dedicated
> to audio island. It can be to dynamically allocated for
> versatile pcm devices. So implement the audio sram
> allocator for managing it.
>
> Leo Yan (2):
>    ARM: mmp: register audio sram device
>    ARM: mmp: add audio sram allocator
>
>   arch/arm/Kconfig                            |    1 +
>   arch/arm/mach-mmp/Makefile                  |    2 +-
>   arch/arm/mach-mmp/audio_sram.c              |  118 +++++++++++++++++++++++++++
>   arch/arm/mach-mmp/brownstone.c              |    1 +
>   arch/arm/mach-mmp/include/mach/audio_sram.h |   31 +++++++
>   arch/arm/mach-mmp/include/mach/mmp2.h       |    6 ++
>   arch/arm/mach-mmp/mmp2.c                    |    1 +
>   7 files changed, 159 insertions(+), 1 deletions(-)
>   create mode 100644 arch/arm/mach-mmp/audio_sram.c
>   create mode 100644 arch/arm/mach-mmp/include/mach/audio_sram.h
>
> --
> 1.7.4.1
>

WARNING: multiple messages have this Message-ID (diff)
From: Leo Yan <leoy@marvell.com>
To: Haojian Zhuang <hzhuang1@marvell.com>
Cc: "linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"nicolas.pitre@linaro.org" <nicolas.pitre@linaro.org>,
	Russell King <linux@arm.linux.org.uk>
Subject: Re: [PATCH 0/2] Add audio sram support
Date: Tue, 19 Jul 2011 09:53:37 +0800	[thread overview]
Message-ID: <4E24E3A1.9080906@marvell.com> (raw)
In-Reply-To: <25B60CDC2F704E4E9D88FFD52780CB4C05D3F4F2FA@SC-VEXCH1.marvell.com>

So i need hold on after SRAM consolidation patches by Russell
has been merged, right?

On 2011年07月18日 21:12, Haojian Zhuang wrote:
> There would be a common sram driver in mainline.
> ________________________________________
> From: Leo Yan [leoy@marvell.com]
> Sent: Monday, July 18, 2011 7:18 PM
> To: linux-arm-kernel@lists.infradead.org; linux-kernel@vger.kernel.org; Haojian Zhuang; nicolas.pitre@linaro.org; Russell King
> Cc: Leo Yan
> Subject: [PATCH 0/2] Add audio sram support
>
> On mmp platform, there have 16KB sram buffer dedicated
> to audio island. It can be to dynamically allocated for
> versatile pcm devices. So implement the audio sram
> allocator for managing it.
>
> Leo Yan (2):
>    ARM: mmp: register audio sram device
>    ARM: mmp: add audio sram allocator
>
>   arch/arm/Kconfig                            |    1 +
>   arch/arm/mach-mmp/Makefile                  |    2 +-
>   arch/arm/mach-mmp/audio_sram.c              |  118 +++++++++++++++++++++++++++
>   arch/arm/mach-mmp/brownstone.c              |    1 +
>   arch/arm/mach-mmp/include/mach/audio_sram.h |   31 +++++++
>   arch/arm/mach-mmp/include/mach/mmp2.h       |    6 ++
>   arch/arm/mach-mmp/mmp2.c                    |    1 +
>   7 files changed, 159 insertions(+), 1 deletions(-)
>   create mode 100644 arch/arm/mach-mmp/audio_sram.c
>   create mode 100644 arch/arm/mach-mmp/include/mach/audio_sram.h
>
> --
> 1.7.4.1
>

  reply	other threads:[~2011-07-19  1:53 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-18 11:18 [PATCH 0/2] Add audio sram support Leo Yan
2011-07-18 11:18 ` Leo Yan
2011-07-18 11:18 ` [PATCH 1/2] ARM: mmp: register audio sram device Leo Yan
2011-07-18 11:18   ` Leo Yan
2011-07-18 11:18 ` [PATCH 2/2] ARM: mmp: add audio sram allocator Leo Yan
2011-07-18 11:18   ` Leo Yan
2011-07-18 13:12 ` [PATCH 0/2] Add audio sram support Haojian Zhuang
2011-07-18 13:12   ` Haojian Zhuang
2011-07-19  1:53   ` Leo Yan [this message]
2011-07-19  1:53     ` Leo Yan

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=4E24E3A1.9080906@marvell.com \
    --to=leoy@marvell.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.