Hi Mauro, Here is the remainder of my "atmel-isi/ov7670/ov2640: convert to standalone drivers" pull request, rebased to the latest master. This should now merge fine. Regards, Hans The following changes since commit 0538bee6fdec9b79910c1c9835e79be75d0e1bdf: [media] MAINTAINERS: update atmel-isi.c path (2017-04-10 08:13:08 -0300) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git sama5d3 for you to fetch changes up to 9ef9f8fec3c8283f2186d4dd609e31914202809a: em28xx: drop last soc_camera link (2017-04-10 13:23:28 +0200) ---------------------------------------------------------------- Hans Verkuil (4): ov2640: convert from soc-camera to a standard subdev sensor driver. ov2640: use standard clk and enable it. ov2640: add MC support em28xx: drop last soc_camera link drivers/media/i2c/Kconfig | 11 +++++ drivers/media/i2c/Makefile | 1 + drivers/media/i2c/{soc_camera => }/ov2640.c | 130 +++++++++++++++++++------------------------------------- drivers/media/i2c/soc_camera/Kconfig | 6 --- drivers/media/i2c/soc_camera/Makefile | 1 - drivers/media/usb/em28xx/em28xx-camera.c | 9 ---- 6 files changed, 55 insertions(+), 103 deletions(-) rename drivers/media/i2c/{soc_camera => }/ov2640.c (93%)