The following changes since commit 4aed35ca73f6d9cfd5f7089ba5d04f5fb8623080: [media] v4l2-tpg: don't clamp XV601/709 to lim range (2017-04-10 14:58:06 -0300) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git ov5645 for you to fetch changes up to 7dbf0345e6d4ca1ba7af572e6d6722bac3f22db2: media: Add a driver for the ov5645 camera sensor. (2017-04-11 15:19:07 +0200) ---------------------------------------------------------------- Todor Tomov (2): media: i2c/ov5645: add the device tree binding document media: Add a driver for the ov5645 camera sensor. Documentation/devicetree/bindings/media/i2c/ov5645.txt | 54 ++++ drivers/media/i2c/Kconfig | 12 + drivers/media/i2c/Makefile | 1 + drivers/media/i2c/ov5645.c | 1345 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 1412 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/i2c/ov5645.txt create mode 100644 drivers/media/i2c/ov5645.c