Hi, Hans suggested to split the CODA driver, so this series moves it into its own subdirectory and splits it roughly in half by moving the BIT processor handling and H.264 specific helper function out into their own files. The coda-bit.c will get its coda-jpeg.c counterpart in the future for JPEG encoding and decoding on i.MX6. regards Philipp Philipp Zabel (8): [media] coda: move coda driver into its own directory [media] coda: move defines, enums, and structs into shared header [media] coda: add context ops [media] coda: move BIT processor command execution out of pic_run_work [media] coda: add coda_bit_stream_set_flag helper [media] coda: move per-instance buffer allocation and cleanup [media] coda: move H.264 helper function into separate file [media] coda: move BIT specific functions into separate file drivers/media/platform/Makefile | 2 +- drivers/media/platform/coda.c | 4000 -------------------- drivers/media/platform/coda/Makefile | 3 + drivers/media/platform/coda/coda-bit.c | 1810 +++++++++ drivers/media/platform/coda/coda-common.c | 2003 ++++++++++ drivers/media/platform/coda/coda-h264.c | 36 + drivers/media/platform/coda/coda.h | 287 ++ .../media/platform/{coda.h => coda/coda_regs.h} | 0 8 files changed, 4140 insertions(+), 4001 deletions(-) delete mode 100644 drivers/media/platform/coda.c create mode 100644 drivers/media/platform/coda/Makefile create mode 100644 drivers/media/platform/coda/coda-bit.c create mode 100644 drivers/media/platform/coda/coda-common.c create mode 100644 drivers/media/platform/coda/coda-h264.c create mode 100644 drivers/media/platform/coda/coda.h rename drivers/media/platform/{coda.h => coda/coda_regs.h} (100%) -- 2.0.1 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html