OSDN Git Service

media: atmel: move microchip_csi2dc to dedicated microchip platform
authorEugen Hristev <eugen.hristev@microchip.com>
Mon, 7 Nov 2022 14:18:13 +0000 (16:18 +0200)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Fri, 18 Nov 2022 14:48:17 +0000 (15:48 +0100)
commit5c0185625dabf39af1937b647957b112e9f8ae4e
tree5ac9820ffe99d5def744c3d70be82565b66ec33e
parentc4a7df49d8cb9e1e912aa15293a0e6aa1655d3cc
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>
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]