linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/2] ARM: mmp: add audio sram support
@ 2011-08-01  2:59 Leo Yan
  2011-08-01  2:59 ` [PATCH 1/2] ARM: mmp: register audio sram device Leo Yan
  2011-08-01  2:59 ` [PATCH 2/2] ARM: mmp: add audio sram allocator Leo Yan
  0 siblings, 2 replies; 7+ messages in thread
From: Leo Yan @ 2011-08-01  2:59 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/2] Add audio sram support
@ 2011-07-18 11:18 Leo Yan
  2011-07-18 11:18 ` [PATCH 2/2] ARM: mmp: add audio sram allocator Leo Yan
  0 siblings, 1 reply; 7+ messages in thread
From: Leo Yan @ 2011-07-18 11:18 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-09-18  0:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-01  2:59 [PATCH V2 0/2] ARM: mmp: add audio sram support Leo Yan
2011-08-01  2:59 ` [PATCH 1/2] ARM: mmp: register audio sram device Leo Yan
2011-08-01  2:59 ` [PATCH 2/2] ARM: mmp: add audio sram allocator Leo Yan
2011-09-15 14:38   ` Jean-Christophe PLAGNIOL-VILLARD
2011-09-16  1:13     ` Leo Yan
2011-09-18  0:47       ` Jean-Christophe PLAGNIOL-VILLARD
  -- strict thread matches above, loose matches on Subject: below --
2011-07-18 11:18 [PATCH 0/2] Add audio sram support Leo Yan
2011-07-18 11:18 ` [PATCH 2/2] ARM: mmp: add audio sram allocator Leo Yan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).