[media] s5p-mfc: Prepare driver for callback based re-architecture
authorArun Kumar K <arun.kk@samsung.com>
Thu, 4 Oct 2012 01:19:07 +0000 (22:19 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 6 Oct 2012 01:44:40 +0000 (22:44 -0300)
commit77a788fc2d4089c64eb355a004f1f16b22eb3ab1
tree57375840139518336f610247f422f5fa0094b19e
parent2e81dde94316dfaa19f0b6f9d4131ef7eaf124a3
[media] s5p-mfc: Prepare driver for callback based re-architecture

The patch renames hardware specific opr and cmd files to
opr_v5 and cmd_v5 respectively. This is done for accomodating
firmware v6. Also the shared memory management files are removed
and the functionality is added to the opr_v5 file.

Signed-off-by: Arun Kumar K <arun.kk@samsung.com>
Acked-by: Kamil Debski <k.debski@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/platform/s5p-mfc/Makefile
drivers/media/platform/s5p-mfc/s5p_mfc.c
drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c [moved from drivers/media/platform/s5p-mfc/s5p_mfc_cmd.c with 99% similarity]
drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.h [moved from drivers/media/platform/s5p-mfc/s5p_mfc_cmd.h with 100% similarity]
drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.c
drivers/media/platform/s5p-mfc/s5p_mfc_dec.c
drivers/media/platform/s5p-mfc/s5p_mfc_enc.c
drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c [moved from drivers/media/platform/s5p-mfc/s5p_mfc_opr.c with 94% similarity]
drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.h [moved from drivers/media/platform/s5p-mfc/s5p_mfc_opr.h with 59% similarity]
drivers/media/platform/s5p-mfc/s5p_mfc_shm.c [deleted file]
drivers/media/platform/s5p-mfc/s5p_mfc_shm.h [deleted file]