Edit: re-sending as new driver to ease review. Remove the existing soc-camera one in patch [2/2]. Hello Renesas list, this is a first attempt to move SH Mobile CEU driver away from soc_camera framework. The driver is -not tested- for lack of available platforms, just compiled in. Sending it as RFC to collect early feedbacks. The driver lacks functionalities provided by the original one, such as re-scaling and cropping, originally performed using soc_camera provided helpers. Not yet sharing with linux-media but with original driver authors only, and Renesas SoC list. I'm particularly interested in feedbacks in size/bus_parameters configuration functions. While I have used most of the original driver code for functions dealing with hardware configuration, those two have changed quite a lot, as the number of FIXMEs and TODOs there show. Thanks j v1 -> v2: - resend as new driver and remove soc-camera based one Jacopo Mondi (2): media: platform: Add SH CEU camera interface driver media: platform: soc-camera: Remove SH CEU driver drivers/media/platform/Kconfig | 9 + drivers/media/platform/Makefile | 2 + drivers/media/platform/sh_ceu_camera.c | 1597 +++++++++++++++++ drivers/media/platform/soc_camera/Kconfig | 10 - drivers/media/platform/soc_camera/Makefile | 1 - .../platform/soc_camera/sh_mobile_ceu_camera.c | 1821 -------------------- 6 files changed, 1608 insertions(+), 1832 deletions(-) create mode 100644 drivers/media/platform/sh_ceu_camera.c delete mode 100644 drivers/media/platform/soc_camera/sh_mobile_ceu_camera.c -- 2.7.4