gpu: ion: Add ION Memory Manager
authorRebecca Schultz Zavin <rebecca@android.com>
Sat, 14 Dec 2013 03:38:38 +0000 (19:38 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 14 Dec 2013 16:50:15 +0000 (08:50 -0800)
Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
[jstultz: Squished in Colin Cross' move to staging change,
also disables ION from the build, as it won't compile till
the end of the patchset]
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13 files changed:
drivers/staging/android/Kconfig
drivers/staging/android/Makefile
drivers/staging/android/ion/Kconfig [new file with mode: 0644]
drivers/staging/android/ion/Makefile [new file with mode: 0644]
drivers/staging/android/ion/ion.c [new file with mode: 0644]
drivers/staging/android/ion/ion.h [new file with mode: 0644]
drivers/staging/android/ion/ion_carveout_heap.c [new file with mode: 0644]
drivers/staging/android/ion/ion_heap.c [new file with mode: 0644]
drivers/staging/android/ion/ion_priv.h [new file with mode: 0644]
drivers/staging/android/ion/ion_system_heap.c [new file with mode: 0644]
drivers/staging/android/ion/ion_system_mapper.c [new file with mode: 0644]
drivers/staging/android/ion/tegra/Makefile [new file with mode: 0644]
drivers/staging/android/ion/tegra/tegra_ion.c [new file with mode: 0644]

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge