[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1312167547-26740-1-git-send-email-leoy@marvell.com>
Date: Mon, 1 Aug 2011 10:59:05 +0800
From: Leo Yan <leoy@...vell.com>
To: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
haojian.zhuang@...vell.com, nicolas.pitre@...aro.org,
linux@....linux.org.uk, plagnioj@...osoft.com
Cc: Leo Yan <leoy@...vell.com>
Subject: [PATCH V2 0/2] ARM: mmp: add audio sram support
On mmp platform, there have sram buffer dedicated
to audio island. It can be to dynamically allocated
for versatile pcm devices. So add 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 | 99 +++++++++++++++++++++++++++
arch/arm/mach-mmp/brownstone.c | 1 +
arch/arm/mach-mmp/include/mach/audio_sram.h | 24 +++++++
arch/arm/mach-mmp/include/mach/mmp2.h | 6 ++
arch/arm/mach-mmp/mmp2.c | 1 +
7 files changed, 133 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists