]> git.baikalelectronics.ru Git - kernel.git/commit
staging: android: ion: Remove old platform support
authorLaura Abbott <labbott@redhat.com>
Mon, 3 Apr 2017 18:57:54 +0000 (11:57 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Apr 2017 10:36:11 +0000 (12:36 +0200)
commite48ae7b6ca97478f11ab6f76c779007da3edaae0
tree513ebce1c50d8128ebf4e1937ca32fa866796fbf
parent25e1aa49af4c97e774ef63f9173aaad7e6c2e3ec
staging: android: ion: Remove old platform support

Device specific platform support has been haphazard for Ion. There have
been several independent attempts and there are still objections to
what bindings exist right now. Just remove everything for a fresh start.

Signed-off-by: Laura Abbott <labbott@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12 files changed:
drivers/staging/android/ion/Kconfig
drivers/staging/android/ion/Makefile
drivers/staging/android/ion/hisilicon/Kconfig [deleted file]
drivers/staging/android/ion/hisilicon/Makefile [deleted file]
drivers/staging/android/ion/hisilicon/hi6220_ion.c [deleted file]
drivers/staging/android/ion/ion_dummy_driver.c [deleted file]
drivers/staging/android/ion/ion_of.c [deleted file]
drivers/staging/android/ion/ion_of.h [deleted file]
drivers/staging/android/ion/ion_test.c [deleted file]
drivers/staging/android/ion/tegra/Makefile [deleted file]
drivers/staging/android/ion/tegra/tegra_ion.c [deleted file]
drivers/staging/android/uapi/ion_test.h [deleted file]