Hi Everyone,

This patch series is the 1st version of the MFC 6.x driver based on
MFC 5.1 driver
I would be grateful for your comments.

This patch series contains:

[PATCH 1/3] v4l: add contorl definitions for codec devices.
[PATCH 2/3] v4l2-ctrl: add codec controls support to the control framework
[PATCH 3/3] MFC: update MFC v4l2 driver to support MFC6.x

Best regards,
Jeongtae Park

Patch summary:

Jeongtae Park (3):
        v4l: add contorl definitions for codec devices.
        v4l2-ctrl: add codec controls support to the control framework
        MFC: update MFC v4l2 driver to support MFC6.x

drivers/media/video/Kconfig                  |   15 +-
drivers/media/video/s5p-mfc/Makefile         |    7 +-
drivers/media/video/s5p-mfc/regs-mfc-v6.h    |  671 +++++++++++
drivers/media/video/s5p-mfc/regs-mfc.h       |   29 +
drivers/media/video/s5p-mfc/s5p_mfc.c        |  157 ++-
drivers/media/video/s5p-mfc/s5p_mfc_cmd.c    |    4 +-
drivers/media/video/s5p-mfc/s5p_mfc_cmd.h    |    3 +
drivers/media/video/s5p-mfc/s5p_mfc_cmd_v6.c |  129 ++
drivers/media/video/s5p-mfc/s5p_mfc_common.h |  125 ++-
drivers/media/video/s5p-mfc/s5p_mfc_ctrl.c   |  113 ++-
drivers/media/video/s5p-mfc/s5p_mfc_dec.c    |  212 +++-
drivers/media/video/s5p-mfc/s5p_mfc_enc.c    |  364 +++++--
drivers/media/video/s5p-mfc/s5p_mfc_intr.c   |    1 -
drivers/media/video/s5p-mfc/s5p_mfc_opr.c    |  266 +++--
drivers/media/video/s5p-mfc/s5p_mfc_opr.h    |   20 +-
drivers/media/video/s5p-mfc/s5p_mfc_opr_v6.c | 1670 ++++++++++++++++++++++++++
drivers/media/video/s5p-mfc/s5p_mfc_opr_v6.h |  137 +++
drivers/media/video/s5p-mfc/s5p_mfc_shm.c    |   27 +-
drivers/media/video/s5p-mfc/s5p_mfc_shm.h    |   13 +-
drivers/media/video/v4l2-ctrls.c             |   41 +-
include/linux/videodev2.h                    |   51 +-
21 files changed, 3675 insertions(+), 380 deletions(-)
create mode 100644 drivers/media/video/s5p-mfc/regs-mfc-v6.h
create mode 100644 drivers/media/video/s5p-mfc/s5p_mfc_cmd_v6.c
create mode 100644 drivers/media/video/s5p-mfc/s5p_mfc_opr_v6.c
create mode 100644 drivers/media/video/s5p-mfc/s5p_mfc_opr_v6.h

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to