V4L/DVB (9129): zoran: move zoran sources into a zoran subdirectory
authorHans Verkuil <hverkuil@xs4all.nl>
Thu, 9 Oct 2008 08:51:22 +0000 (05:51 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 12 Oct 2008 11:39:04 +0000 (09:39 -0200)
commit45d011031d745d2c9a21c21d289428cb7f88a2d0
treef9d8cf3b8dd12541396b3a2b867d7ad8c8207490
parent19c309e383610453604092473287f77233f31e90
V4L/DVB (9129): zoran: move zoran sources into a zoran subdirectory

Prevent the zoran driver sources from cluttering the video directory.
This changeset only moves the drivers and it does not fix any of the
checkpatch warnings/errors to keep the changeset clean.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
21 files changed:
drivers/media/video/Kconfig
drivers/media/video/Makefile
drivers/media/video/zoran/Kconfig [new file with mode: 0644]
drivers/media/video/zoran/Makefile [new file with mode: 0644]
drivers/media/video/zoran/videocodec.c [moved from drivers/media/video/videocodec.c with 100% similarity]
drivers/media/video/zoran/videocodec.h [moved from drivers/media/video/videocodec.h with 100% similarity]
drivers/media/video/zoran/zoran.h [moved from drivers/media/video/zoran.h with 100% similarity]
drivers/media/video/zoran/zoran_card.c [moved from drivers/media/video/zoran_card.c with 100% similarity]
drivers/media/video/zoran/zoran_card.h [moved from drivers/media/video/zoran_card.h with 100% similarity]
drivers/media/video/zoran/zoran_device.c [moved from drivers/media/video/zoran_device.c with 100% similarity]
drivers/media/video/zoran/zoran_device.h [moved from drivers/media/video/zoran_device.h with 100% similarity]
drivers/media/video/zoran/zoran_driver.c [moved from drivers/media/video/zoran_driver.c with 100% similarity]
drivers/media/video/zoran/zoran_procfs.c [moved from drivers/media/video/zoran_procfs.c with 100% similarity]
drivers/media/video/zoran/zoran_procfs.h [moved from drivers/media/video/zoran_procfs.h with 100% similarity]
drivers/media/video/zoran/zr36016.c [moved from drivers/media/video/zr36016.c with 100% similarity]
drivers/media/video/zoran/zr36016.h [moved from drivers/media/video/zr36016.h with 100% similarity]
drivers/media/video/zoran/zr36050.c [moved from drivers/media/video/zr36050.c with 100% similarity]
drivers/media/video/zoran/zr36050.h [moved from drivers/media/video/zr36050.h with 100% similarity]
drivers/media/video/zoran/zr36057.h [moved from drivers/media/video/zr36057.h with 100% similarity]
drivers/media/video/zoran/zr36060.c [moved from drivers/media/video/zr36060.c with 100% similarity]
drivers/media/video/zoran/zr36060.h [moved from drivers/media/video/zr36060.h with 100% similarity]