This patch series includes some bug fixes for the Exynos4/S5P SoC camera interface drivers and removes (ab)use of "simple-bus" compatible string. Comparing to previous version I've excluded patches dropping support for non-dt platforms and added two further bug fixes. of_platform_populate() is used instead of manually parsing the device tree and creating devices and the cleanup function has been moved to the core. This series depends on patch: http://www.kernelhub.org/?msg=466319&p=2 Sylwester Nawrocki (4): exynos4-is: Free FIMC-IS CPU memory only when allocated exynos4-is: Move firmware request to subdev open() exynos4-is: Remove requirement for "simple-bus" compatible ARM: dts: exynos4: Remove simple-bus compatibles from the camera subsystem .../devicetree/bindings/media/samsung-fimc.txt | 6 +-- arch/arm/boot/dts/exynos4.dtsi | 2 +- arch/arm/boot/dts/exynos4x12.dtsi | 2 +- drivers/media/platform/exynos4-is/fimc-is.c | 50 ++++++++++---------- drivers/media/platform/exynos4-is/fimc-is.h | 2 +- drivers/media/platform/exynos4-is/fimc-isp.c | 10 +++- drivers/media/platform/exynos4-is/media-dev.c | 21 ++++++-- 7 files changed, 58 insertions(+), 35 deletions(-) -- 1.7.9.5 -- 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