Searched hist:c993487ec87ba6d9ea47b03dad562123d503f4a2 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/sh/mm/ |
H A D | sram.c | c993487ec87ba6d9ea47b03dad562123d503f4a2 Thu Oct 14 12:09:00 CDT 2010 Paul Mundt <lethal@linux-sh.org> sh: Provide a generic SRAM pool for tiny memories.
This sets up a generic SRAM pool for CPUs and platform code to insert their otherwise unused memories into. A simple alloc/free interface is provided (lifed from avr32) for generic code.
This only applies to tiny SRAMs that are otherwise unmanaged, and does not take in to account the more complex SRAMs sitting behind transfer engines, or that employ an I/D split.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
|
H A D | Makefile | diff c993487ec87ba6d9ea47b03dad562123d503f4a2 Thu Oct 14 12:09:00 CDT 2010 Paul Mundt <lethal@linux-sh.org> sh: Provide a generic SRAM pool for tiny memories.
This sets up a generic SRAM pool for CPUs and platform code to insert their otherwise unused memories into. A simple alloc/free interface is provided (lifed from avr32) for generic code.
This only applies to tiny SRAMs that are otherwise unmanaged, and does not take in to account the more complex SRAMs sitting behind transfer engines, or that employ an I/D split.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
|
H A D | Kconfig | diff c993487ec87ba6d9ea47b03dad562123d503f4a2 Thu Oct 14 12:09:00 CDT 2010 Paul Mundt <lethal@linux-sh.org> sh: Provide a generic SRAM pool for tiny memories.
This sets up a generic SRAM pool for CPUs and platform code to insert their otherwise unused memories into. A simple alloc/free interface is provided (lifed from avr32) for generic code.
This only applies to tiny SRAMs that are otherwise unmanaged, and does not take in to account the more complex SRAMs sitting behind transfer engines, or that employ an I/D split.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | sram.h | c993487ec87ba6d9ea47b03dad562123d503f4a2 Thu Oct 14 12:09:00 CDT 2010 Paul Mundt <lethal@linux-sh.org> sh: Provide a generic SRAM pool for tiny memories.
This sets up a generic SRAM pool for CPUs and platform code to insert their otherwise unused memories into. A simple alloc/free interface is provided (lifed from avr32) for generic code.
This only applies to tiny SRAMs that are otherwise unmanaged, and does not take in to account the more complex SRAMs sitting behind transfer engines, or that employ an I/D split.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
|