video: tegra: add skeleton host bus support
authorErik Gilling <konkers@android.com>
Tue, 24 Aug 2010 04:58:20 +0000 (21:58 -0700)
committerColin Cross <ccross@android.com>
Wed, 6 Oct 2010 23:27:53 +0000 (16:27 -0700)
commit4b9e10f4c1181d535ef236692fe7fce736e6b269
tree03c077086825803bc093f67d7ce4fd29841526da
parent4615839033086478c1ff700f9f17758124305a5c
video: tegra: add skeleton host bus support

The host (or host1x) bus sits between the cpu core and the 3d, 2d, camera,
display, and mpeg encoder functions.  It contains provides DMA channels,
hardware mutexes, and synchronization points.

Signed-off-by: Erik Gilling <konkers@android.com>
drivers/video/tegra/Kconfig
drivers/video/tegra/Makefile
drivers/video/tegra/host/Makefile [new file with mode: 0644]
drivers/video/tegra/host/bus.c [new file with mode: 0644]
drivers/video/tegra/host/dev.c [new file with mode: 0644]
drivers/video/tegra/host/dev.h [new file with mode: 0644]
include/linux/nvhost.h [new file with mode: 0644]