]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
[media] vimc: Virtual Media Controller core, capture and sensor
authorHelen Koike <helen.koike@collabora.com>
Fri, 7 Apr 2017 17:55:19 +0000 (14:55 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Sat, 15 Apr 2017 02:05:13 +0000 (23:05 -0300)
commitf2fe89061d79706eca5c47e4efdc09bbc171e74a
tree282feee3a91712bafb65093b2a6db6d6b79cd148
parent3c2472a3c54895ecd6717a6454cd87994afdadea
[media] vimc: Virtual Media Controller core, capture and sensor

First version of the Virtual Media Controller.
Add a simple version of the core of the driver, the capture and
sensor nodes in the topology, generating a grey image in a hardcoded
format.

Signed-off-by: Helen Koike <helen.koike@collabora.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
[hans.verkuil@cisco.com: fix small typo in Kconfig]

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
MAINTAINERS
drivers/media/platform/Kconfig
drivers/media/platform/Makefile
drivers/media/platform/vimc/Kconfig [new file with mode: 0644]
drivers/media/platform/vimc/Makefile [new file with mode: 0644]
drivers/media/platform/vimc/vimc-capture.c [new file with mode: 0644]
drivers/media/platform/vimc/vimc-capture.h [new file with mode: 0644]
drivers/media/platform/vimc/vimc-core.c [new file with mode: 0644]
drivers/media/platform/vimc/vimc-core.h [new file with mode: 0644]
drivers/media/platform/vimc/vimc-sensor.c [new file with mode: 0644]
drivers/media/platform/vimc/vimc-sensor.h [new file with mode: 0644]