Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e19a7639 authored by Philipp Zabel's avatar Philipp Zabel Committed by Mauro Carvalho Chehab
Browse files

[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: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: default avatarKamil Debski <k.debski@samsung.com>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 814c3762
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ obj-$(CONFIG_VIDEO_MEM2MEM_TESTDEV) += mem2mem_testdev.o
obj-$(CONFIG_VIDEO_TI_VPE)		+= ti-vpe/

obj-$(CONFIG_VIDEO_MX2_EMMAPRP)		+= mx2_emmaprp.o
obj-$(CONFIG_VIDEO_CODA) 		+= coda.o
obj-$(CONFIG_VIDEO_CODA) 		+= coda/

obj-$(CONFIG_VIDEO_SH_VEU)		+= sh_veu.o

+3 −0
Original line number Diff line number Diff line
coda-objs := coda-common.o

obj-$(CONFIG_VIDEO_CODA) += coda.o
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
#include <media/videobuf2-core.h>
#include <media/videobuf2-dma-contig.h>

#include "coda.h"
#include "coda_regs.h"

#define CODA_NAME		"coda"