Hi Sakari, Em Mon, 13 Dec 2021 15:49:42 +0200 Sakari Ailus <sakari.ailus@xxxxxx> escreveu: > Hi Mauro, > > Here's a few patches for 5.17. In particular, included are isl79987 driver > from Michale Tretter and Marek Vasut, and a dependency fix for the recently > added max96712 driver. > > Please pull. > > > The following changes since commit 4383cfa18c5bbc5b9b6a9e77adc12aec1c20b72d: > > Merge tag 'v5.16-rc4' into media_tree (2021-12-07 11:29:41 +0100) > > are available in the Git repository at: > > git://linuxtv.org/sailus/media_tree.git tags/for-5.17-2-signed > > for you to fetch changes up to 0541ae639fb1165fb309ebf58605f901146c2535: > > media: i2c: isl7998x: Add driver for Intersil ISL7998x (2021-12-08 09:51:54 +0200) > > ---------------------------------------------------------------- > V4L2 patches for 5.17 > > ---------------------------------------------------------------- > Andy Shevchenko (1): > media: i2c: max9286: Get rid of duplicate of_node assignment > > Marek Vasut (2): > media: dt-bindings: Add Intersil ISL79987 DT bindings > media: i2c: isl7998x: Add driver for Intersil ISL7998x There are a couple of issues at the STD decoding logic, plus some coding style issues at the isl7998x driver. So, I'm not applying those two patches. Those are easily fixable, but we'll be closing the merge window for 5.17 this week. If it were just the coding styles, I would have just fixed and applied, but the best here would be for Marek to fix the issues I point, re-test and submit asap, in order to be on this merge window. > > Michael Tretter (1): > media: imx6-mipi-csi2: use pre_streamon callback to set sensor into LP11 > > Sakari Ailus (1): > max96712: Depend on VIDEO_V4L2 > > .../bindings/media/i2c/isil,isl79987.yaml | 113 ++ > MAINTAINERS | 8 + > drivers/media/i2c/Kconfig | 10 + > drivers/media/i2c/Makefile | 1 + > drivers/media/i2c/isl7998x.c | 1543 ++++++++++++++++++++ > drivers/media/i2c/max9286.c | 1 - > drivers/staging/media/imx/imx6-mipi-csi2.c | 9 +- > drivers/staging/media/max96712/Kconfig | 1 + > include/uapi/linux/v4l2-controls.h | 6 + > 9 files changed, 1690 insertions(+), 2 deletions(-) > create mode 100644 Documentation/devicetree/bindings/media/i2c/isil,isl79987.yaml > create mode 100644 drivers/media/i2c/isl7998x.c > Thanks, Mauro