]> git.karo-electronics.de Git - karo-tx-linux.git/commit
carma-fpga: drop videobuf dependency
authorHans Verkuil <hans.verkuil@cisco.com>
Sun, 23 Nov 2014 14:23:49 +0000 (15:23 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Nov 2014 03:30:05 +0000 (19:30 -0800)
commit27361ff56d88d6cae16bd032aa94898c45b7ec4c
tree4011a3bd3cb88b8b7a0697aacf9e0aeefca9ad81
parente976a725e075be8efe6950735603c88dd6e01be0
carma-fpga: drop videobuf dependency

This driver abuses videobuf helper functions. This is a bad idea
because:

1) this driver is completely unrelated to media drivers
2) the videobuf API is deprecated and will be removed eventually

This patch replaces the videobuf functions with the normal DMA kernel
API.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/carma/Kconfig
drivers/misc/carma/carma-fpga.c