All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 0/3] ARM: mmp: add audio sram support
@ 2011-08-15  3:09 ` Leo Yan
  0 siblings, 0 replies; 54+ messages in thread
From: Leo Yan @ 2011-08-15  3:09 UTC (permalink / raw)
  To: linux-arm-kernel

On mmp platform, there have two sram banks:
audio sram bank, and internal sram bank for video and PM.
So add the sram module to manage these sram banks.

And register the sram banks so can dynamically alloc/free
the buffer.

Leo Yan (3):
  ARM: mmp: add sram allocator
  ARM: mmp: register audio sram bank
  ARM: mmp: register internal sram bank

 arch/arm/Kconfig                      |    1 +
 arch/arm/mach-mmp/Makefile            |    2 +-
 arch/arm/mach-mmp/brownstone.c        |   11 ++
 arch/arm/mach-mmp/include/mach/mmp2.h |   13 +++
 arch/arm/mach-mmp/include/mach/sram.h |   35 +++++++
 arch/arm/mach-mmp/mmp2.c              |    3 +
 arch/arm/mach-mmp/sram.c              |  168 +++++++++++++++++++++++++++++++++
 7 files changed, 232 insertions(+), 1 deletions(-)
 create mode 100644 arch/arm/mach-mmp/include/mach/sram.h
 create mode 100644 arch/arm/mach-mmp/sram.c

-- 
1.7.4.1

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

end of thread, other threads:[~2011-10-07 19:07 UTC | newest]

Thread overview: 54+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-15  3:09 [PATCH V4 0/3] ARM: mmp: add audio sram support Leo Yan
2011-08-15  3:09 ` Leo Yan
2011-08-15  3:09 ` [PATCH 1/3] ARM: mmp: add sram allocator Leo Yan
2011-08-15  3:09   ` Leo Yan
2011-08-15  8:59   ` Arnd Bergmann
2011-08-15  8:59     ` Arnd Bergmann
2011-08-15  9:09     ` Jean-Christophe PLAGNIOL-VILLARD
2011-08-15  9:09       ` Jean-Christophe PLAGNIOL-VILLARD
2011-08-15  9:30       ` Haojian Zhuang
2011-08-15  9:30         ` Haojian Zhuang
2011-10-07 19:06         ` Tony Lindgren
2011-10-07 19:06           ` Tony Lindgren
2011-08-15  9:26     ` Leo Yan
2011-08-15  9:26       ` Leo Yan
2011-08-15 13:23     ` Nicolas Pitre
2011-08-15 13:23       ` Nicolas Pitre
2011-08-15 13:32       ` Russell King - ARM Linux
2011-08-15 13:32         ` Russell King - ARM Linux
2011-08-15  9:11   ` Jean-Christophe PLAGNIOL-VILLARD
2011-08-15  9:11     ` Jean-Christophe PLAGNIOL-VILLARD
2011-08-22 23:47   ` [PATCH] ARM: mmp: map sram as MT_MEMORY rather than MT_DEVICE Andres Salomon
2011-08-22 23:47     ` Andres Salomon
2011-08-23  0:07     ` Eric Miao
2011-08-23  0:07       ` Eric Miao
2011-08-23  2:08       ` Andres Salomon
2011-08-23  2:08         ` Andres Salomon
2011-08-23  7:48         ` Leo Yan
2011-08-23  7:48           ` Leo Yan
2011-08-23  8:22           ` Haojian Zhuang
2011-08-23  8:22             ` Haojian Zhuang
2011-08-23  0:07     ` Russell King - ARM Linux
2011-08-23  0:07       ` Russell King - ARM Linux
2011-08-23  2:13       ` Andres Salomon
2011-08-23  2:13         ` Andres Salomon
2011-10-07 19:05         ` Tony Lindgren
2011-10-07 19:05           ` Tony Lindgren
2011-08-15  3:09 ` [PATCH 2/3] ARM: mmp: register audio sram bank Leo Yan
2011-08-15  3:09   ` Leo Yan
2011-08-15  3:09 ` [PATCH 3/3] ARM: mmp: register internal " Leo Yan
2011-08-15  3:09   ` Leo Yan
2011-08-15  3:11 ` [PATCH V4 0/3] ARM: mmp: add audio sram support Haojian Zhuang
2011-08-15  3:11   ` Haojian Zhuang
2011-08-15  8:43   ` Eric Miao
2011-08-15  8:43     ` Eric Miao
2011-08-15  9:12     ` Jean-Christophe PLAGNIOL-VILLARD
2011-08-15  9:12       ` Jean-Christophe PLAGNIOL-VILLARD
2011-08-15  9:35       ` Eric Miao
2011-08-15  9:35         ` Eric Miao
2011-08-15 10:25         ` Leo Yan
2011-08-15 10:25           ` Leo Yan
2011-08-17 12:32           ` Jean-Christophe PLAGNIOL-VILLARD
2011-08-17 12:32             ` Jean-Christophe PLAGNIOL-VILLARD
2011-08-19  8:25             ` Haojian Zhuang
2011-08-19  8:25               ` Haojian Zhuang

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.