Hello, Here's the second version of a set of miscellaneous fixes and improvement patches for the atmel-isi driver. Please see individual commit messages for more information. Patch 5/7 makes the MCK clock optional. The goal is to remove it completely, but we first need to port boards to the new clock handling mechanism. The patch in itself will not have any effect until then, but getting it in v3.14 will help with dependency management for arch/ changes in the next kernel versions. Josh told me he isn't planning to send a pull request for the atmel-isi driver for v3.14 so I'll send one with this series in a couple of days. Changes compared to v1: - Added patches 6/7 and 7/7 - Rebased on the latest linuxtv master branch Josh Wu (2): v4l: atmel-isi: remove SOF wait in start_streaming() v4l: atmel-isi: Should clear bits before set the hardware register Laurent Pinchart (5): v4l: atmel-isi: Use devm_* managed allocators v4l: atmel-isi: Defer clock (un)preparation to enable/disable time v4l: atmel-isi: Reset the ISI when starting the stream v4l: atmel-isi: Make the MCK clock optional v4l: atmel-isi: Fix color component ordering drivers/media/platform/soc_camera/atmel-isi.c | 179 ++++++++------------------ include/media/atmel-isi.h | 2 + 2 files changed, 55 insertions(+), 126 deletions(-) -- Regards, Laurent Pinchart -- 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