Hello, This changset includes optimization for M-5MOLS booting time and changes needed for proper support of subdev user space interface.
The last patch enables subdev node at s5p-csis MIPI receiver. This series depends on http://patchwork.linuxtv.org/patch/8694/ which adds framesamples field to the media bus format data structure. HeungJun Kim (4): m5mols: Extend the busy wait helper m5mols: Improve the interrupt handling routines m5mols: Add support for the system initialization interrupt m5mols: Optimize the capture set up sequence Sylwester Nawrocki (10): m5mols: Simplify the I2C registers definition m5mols: Add buffer size configuration support for compressed streams m5mols: Remove mode_save field from struct m5mols_info m5mols: Change the end of frame v4l2_subdev notification id m5mols: Don't ignore v4l2_ctrl_handler_setup() return value m5mols: Move the control handler initialization to probe() m5mols: Do not reset the configured pixel format when unexpected m5mols: Change auto exposure control default value to AUTO m5mols: Enable v4l subdev device node s5p-csis: Enable v4l subdev device node drivers/media/video/m5mols/m5mols.h | 51 +++-- drivers/media/video/m5mols/m5mols_capture.c | 87 +++----- drivers/media/video/m5mols/m5mols_core.c | 303 ++++++++++++++++----------- drivers/media/video/m5mols/m5mols_reg.h | 248 +++++++++------------- drivers/media/video/s5p-fimc/mipi-csis.c | 22 ++ drivers/media/video/s5p-fimc/mipi-csis.h | 3 + 6 files changed, 364 insertions(+), 350 deletions(-) -- 1.7.8 -- Thanks, Sylwester -- 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