ion: Add dummy driver for testing
authorJohn Stultz <john.stultz@linaro.org>
Fri, 8 Nov 2013 00:08:52 +0000 (16:08 -0800)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 14 Jan 2014 20:47:49 +0000 (12:47 -0800)
commit984f4ccce87f652d2effeb5cbaf87a9c16c869d9
tree02757c238c508fa9b395965d725def2cc7b7a80f
parentb77f9f883dea9d7c73687bb400d5f8ce89aea182
ion: Add dummy driver for testing

Provide a basic dummy driver to register the ion device
and to install basic SYSTEM and SYSTEM_CONTIG heaps.

This allows for basic testing with ION without having
access to drivers or systems that have been enabled to use
ION.

Cc: Colin Cross <ccross@android.com>
Cc: Greg KH <gregkh@linuxfoundation.org>
Cc: Jesse Barker <jesse.barker@arm.com>
Cc: Android Kernel Team <kernel-team@android.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
drivers/staging/android/ion/Kconfig
drivers/staging/android/ion/Makefile
drivers/staging/android/ion/ion_dummy_driver.c [new file with mode: 0644]