media: move drivers/media/media-* to drivers/media/mc/mc-*
authorHans Verkuil <hverkuil@xs4all.nl>
Thu, 2 May 2019 13:42:31 +0000 (09:42 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Tue, 28 May 2019 16:15:46 +0000 (12:15 -0400)
commitc612e54fca55d9380c1378eaa623d74ed89b62db
treea4407330bf7e2844619217dc012cc8acc66b7034
parent03006bd0880ad23600eff76f7c6b7eb8c87fe3d7
media: move drivers/media/media-* to drivers/media/mc/mc-*

It is really weird that the media controller sources are all top-level
in drivers/media. It is a bit of a left-over from long ago when most
media sources were all at the top-level. At some point we reorganized
the directory structure, but the media-*.c sources where never moved
to their own directory.

So create a new mc directory and move all sources there. Also rename
the prefix from media- to mc-.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/Kconfig
drivers/media/Makefile
drivers/media/mc/Kconfig [new file with mode: 0644]
drivers/media/mc/Makefile [new file with mode: 0644]
drivers/media/mc/mc-dev-allocator.c [moved from drivers/media/media-dev-allocator.c with 100% similarity]
drivers/media/mc/mc-device.c [moved from drivers/media/media-device.c with 100% similarity]
drivers/media/mc/mc-devnode.c [moved from drivers/media/media-devnode.c with 100% similarity]
drivers/media/mc/mc-entity.c [moved from drivers/media/media-entity.c with 100% similarity]
drivers/media/mc/mc-request.c [moved from drivers/media/media-request.c with 100% similarity]