media: atmel: move microchip_csi2dc to dedicated microchip platform
authorEugen Hristev <eugen.hristev@microchip.com>
Mon, 7 Nov 2022 14:18:13 +0000 (14:18 +0000)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 25 Nov 2022 07:43:17 +0000 (07:43 +0000)
commit37dcaf1ed0fcc71e1f9a656440a6e459958701cd
treec9bd0f2659fb6d33cb1f97f4385205a3e2c45e6b
parentc4cd4c8bd72af0c159cd527ecedf6a339fba281e
media: atmel: move microchip_csi2dc to dedicated microchip platform

The Atmel ISC will be moved to staging thus the atmel platform will only
have the ISI driver.
The new media-controller converted ISC driver will be placed inside a
dedicated microchip platform directory.
It is then natural to have the microchip-csi2dc moved to this new platform
directory.
The next step is to add the Microchip ISC driver to the new platform
directory and reside together with the Microchip CSI2DC driver.

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@kernel.org>
MAINTAINERS
drivers/media/platform/Kconfig
drivers/media/platform/Makefile
drivers/media/platform/atmel/Kconfig
drivers/media/platform/atmel/Makefile
drivers/media/platform/microchip/Kconfig [new file with mode: 0644]
drivers/media/platform/microchip/Makefile [new file with mode: 0644]
drivers/media/platform/microchip/microchip-csi2dc.c [moved from drivers/media/platform/atmel/microchip-csi2dc.c with 100% similarity]