media: atmel: atmel-isc: add microchip-xisc driver
authorEugen Hristev <eugen.hristev@microchip.com>
Tue, 13 Apr 2021 10:57:29 +0000 (12:57 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 8 Jun 2021 13:46:31 +0000 (15:46 +0200)
commitc9aa973884a163ecb6d5d4d3be9137058adcaf8c
tree5884a1e765cbed3b04505f66c37dd3052a3147ea
parent7b8d3d03df83aae74519b34022e95dec577af1df
media: atmel: atmel-isc: add microchip-xisc driver

Add driver for the extended variant of the isc, the microchip XISC
present on sama7g5 product.

[hverkuil: drop MODULE_SUPPORTED_DEVICE, no longer exists]
[hverkuil: made isc_sama7g5_config_csc et al static]
[hverkuil: made sama7g5_controller_formats et al static]

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/Makefile
drivers/media/platform/atmel/Kconfig
drivers/media/platform/atmel/Makefile
drivers/media/platform/atmel/atmel-isc-base.c
drivers/media/platform/atmel/atmel-isc-regs.h
drivers/media/platform/atmel/atmel-sama7g5-isc.c [new file with mode: 0644]