OSDN Git Service

[media] saa7146: Move it to its own directory
authorMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 14 Jun 2012 19:36:00 +0000 (16:36 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 14 Aug 2012 02:52:49 +0000 (23:52 -0300)
commited0c8b5465d6cec5458d9a3041a5167d83f40fdb
treedd9e9af17c4172355422f1112dad3a5143509262
parentccae7af2bf07dfef69cc2eb6ebc9e1ff15addfbd
[media] saa7146: Move it to its own directory

In order to better organize the directory tree, move the
saa7146 common driver to its own directory.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/common/Kconfig
drivers/media/common/Makefile
drivers/media/common/saa7146/Kconfig [new file with mode: 0644]
drivers/media/common/saa7146/Makefile [new file with mode: 0644]
drivers/media/common/saa7146/saa7146_core.c [moved from drivers/media/common/saa7146_core.c with 100% similarity]
drivers/media/common/saa7146/saa7146_fops.c [moved from drivers/media/common/saa7146_fops.c with 100% similarity]
drivers/media/common/saa7146/saa7146_hlp.c [moved from drivers/media/common/saa7146_hlp.c with 100% similarity]
drivers/media/common/saa7146/saa7146_i2c.c [moved from drivers/media/common/saa7146_i2c.c with 100% similarity]
drivers/media/common/saa7146/saa7146_vbi.c [moved from drivers/media/common/saa7146_vbi.c with 100% similarity]
drivers/media/common/saa7146/saa7146_video.c [moved from drivers/media/common/saa7146_video.c with 100% similarity]