]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commit
video: host: vi: split out built-in code
authorBryan Wu <pengw@nvidia.com>
Wed, 23 Oct 2013 18:31:15 +0000 (11:31 -0700)
committerTerje Bergstrom <tbergstrom@nvidia.com>
Tue, 29 Oct 2013 07:55:07 +0000 (00:55 -0700)
commit191db06d918fd8f798fbc6ce7149133cec118820
tree876452e5e36afa04251ef303e0f2969b7a2e7083
parenta69dc2f7db4563c8303c13495bcbc3ebd38b2155
video: host: vi: split out built-in code

VI driver could be a module. Those T124 sepcific functions are
used by other drivers, which make VI driver can't be built as a
module. So split them out to a separated file and always build
it into kernel, then the rest of vi.c driver can be a module.

Bug 1377330

Change-Id: I4a35ddd62f1c3caca09e596603f5f99b16159754
Signed-off-by: Bryan Wu <pengw@nvidia.com>
Reviewed-on: http://git-master/r/289327
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
drivers/video/tegra/host/vi/Makefile
drivers/video/tegra/host/vi/tegra_vi.c [new file with mode: 0644]
drivers/video/tegra/host/vi/vi.c