[media] coda: move coda driver into its own directory
authorPhilipp Zabel <p.zabel@pengutronix.de>
Wed, 23 Jul 2014 15:28:38 +0000 (12:28 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Thu, 21 Aug 2014 20:25:21 +0000 (15:25 -0500)
commite19a763950fa3598edd488c9bf28c86e79262211
tree99e266cebf4fc5a63ef492abf345bcf21071a33c
parent814c376255f2fed2c3120f04486f68fe0c286002
[media] coda: move coda driver into its own directory

The coda driver has grown significantly and will continue to grow.
Move the coda driver into its own directory so it can be split.
Rename coda.h to coda_regs.h as it contains the register defines.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Kamil Debski <k.debski@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/platform/Makefile
drivers/media/platform/coda/Makefile [new file with mode: 0644]
drivers/media/platform/coda/coda-common.c [moved from drivers/media/platform/coda.c with 99% similarity]
drivers/media/platform/coda/coda_regs.h [moved from drivers/media/platform/coda.h with 100% similarity]