Em Thu, 26 Oct 2017 12:02:55 +0300 Sakari Ailus <sakari.ailus@xxxxxx> escreveu: > Hi Mauro, > > Here's the final set of sensor driver patches for 4.15. > > Please pull. Hi Sakari, Could you please rebase this series on the top of master? The first patch started with a merge conflict, and you sent some v2 and RESEND git pull requests without marking the previous pull request as superseded at patchwork. So, I likely applied the earlier version. My mistake. In my defense, my usual review process uses 3 big screens. When I'm traveling, I need to live with a single small one, with is not ideal. That's why I opted to only apply patches while traveling from subsystem maintainers. Regards, Mauro > > > The following changes since commit 61065fc3e32002ba48aa6bc3816c1f6f9f8daf55: > > Merge commit '3728e6a255b5' into patchwork (2017-10-17 17:22:20 -0700) > > are available in the git repository at: > > ssh://linuxtv.org/git/sailus/media_tree.git for-4.15-4 > > for you to fetch changes up to fc8d24b85bc230afe66e9aece38350384c9b65f8: > > media: ov9650: remove unnecessary terminated entry in menu items array (2017-10-25 19:08:43 +0300) > > ---------------------------------------------------------------- > Akinobu Mita (5): > media: adv7180: don't clear V4L2_SUBDEV_FL_IS_I2C > media: max2175: don't clear V4L2_SUBDEV_FL_IS_I2C > media: ov2640: don't clear V4L2_SUBDEV_FL_IS_I2C > media: ov5640: don't clear V4L2_SUBDEV_FL_IS_I2C > media: ov9650: remove unnecessary terminated entry in menu items array > > Jacob Chen (2): > media: i2c: OV5647: ensure clock lane in LP-11 state before streaming on > media: i2c: OV5647: change to use macro for the registers > > Philipp Zabel (1): > tc358743: validate lane count > > Wenyou Yang (3): > media: ov7670: Add entity pads initialization > media: ov7670: Add the get_fmt callback > media: ov7670: Add the ov7670_s_power function > > drivers/media/i2c/adv7180.c | 2 +- > drivers/media/i2c/max2175.c | 2 +- > drivers/media/i2c/ov2640.c | 2 +- > drivers/media/i2c/ov5640.c | 2 +- > drivers/media/i2c/ov5647.c | 51 ++++++++++++----- > drivers/media/i2c/ov7670.c | 129 ++++++++++++++++++++++++++++++++++++++++--- > drivers/media/i2c/ov9650.c | 1 - > drivers/media/i2c/tc358743.c | 5 ++ > 8 files changed, 167 insertions(+), 27 deletions(-) > -- Thanks, Mauro