Hello everyone,
The following patchset implements a "hardware memory driver". The
main purpose of hwmem is:
* To allocate buffers suitable for use with hardware. Currently
this means contiguous buffers.
* To synchronize the caches for the allocated buffers. This is
achieved by keeping track of w
Add hardware memory driver, part 2.
The main purpose of hwmem is:
* To allocate buffers suitable for use with hardware. Currently
this means contiguous buffers.
* To synchronize the caches for the allocated buffers. This is
achieved by keeping track of when the CPU uses a buffer and when
other ha
Add hardware memory driver, part 1.
The main purpose of hwmem is:
* To allocate buffers suitable for use with hardware. Currently
this means contiguous buffers.
* To synchronize the caches for the allocated buffers. This is
achieved by keeping track of when the CPU uses a buffer and when
other ha
Signed-off-by: Johan Mossberg
---
arch/arm/mach-ux500/Makefile |2 +-
arch/arm/mach-ux500/board-mop500.c |1 +
arch/arm/mach-ux500/dcache.c | 266
arch/arm/mach-ux500/devices.c | 31
arch/arm/mach-ux500/