staging: ion: Add files for parsing the devicetree
authorLaura Abbott <labbott@redhat.com>
Wed, 31 Aug 2016 00:04:28 +0000 (17:04 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Sep 2016 10:18:55 +0000 (12:18 +0200)
commit13439479c7de873f2ad5399b9224249c928decd8
tree80824613418046decd9675385af53270e3e1b336
parent76a96d86c8348c61b4abcb492a4892575833c3f9
staging: ion: Add files for parsing the devicetree

Devicetree is the preferred mechanism for platform definition
these days. Add a set of files for supporting Ion with devicetree.
This includes a set of bindings for heaps common across all
devices and parsing methods. Clients may use the standard
bindings or they can call the parsing functions along with
their own parsing for platform specific heaps.

Signed-off-by: Laura Abbott <labbott@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ion/Kconfig
drivers/staging/android/ion/Makefile
drivers/staging/android/ion/ion_of.c [new file with mode: 0644]
drivers/staging/android/ion/ion_of.h [new file with mode: 0644]