All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL for 5.5] Sensor and lens driver patches
@ 2019-10-21  7:15 Sakari Ailus
  2019-10-21  7:35 ` Jenkins
  0 siblings, 1 reply; 2+ messages in thread
From: Sakari Ailus @ 2019-10-21  7:15 UTC (permalink / raw)
  To: linux-media

Hi Mauro,

Here's another bunch of sensor and lens driver patches for 5.5.

The noteworthy change is the addition of the imx290 driver.

Please pull.


The following changes since commit 4b1d7c2760d26363c497b959a81f8d055ba767c1:

  media: staging: media: Make use of devm_platform_ioremap_resource (2019-10-16 16:35:15 -0300)

are available in the Git repository at:

  git://linuxtv.org/sailus/media_tree.git tags/for-5.5-3-signed

for you to fetch changes up to fc6a5dd9c50f27ec13a77b0a5875a4512dff7066:

  media: imx7-mipi-csis: Add a check for devm_regulator_get (2019-10-21 10:01:47 +0300)

----------------------------------------------------------------
Sensor and camera related patches for 5.5

----------------------------------------------------------------
Benoit Parrot (3):
      media: ov5640: add PIXEL_RATE control
      media: ov5640: Fix 1920x1080 mode to remove extra enable/disable
      media: ov5640: Make 2592x1944 mode only available at 15 fps

Chuhong Yuan (2):
      media: st-mipid02: add a check for devm_gpiod_get_optional
      media: imx7-mipi-csis: Add a check for devm_regulator_get

Colin Ian King (1):
      media: lm3646: remove redundant assignment to variable rval

Janusz Krzysztofik (6):
      media: ov6650: Fix stored frame interval not in sync with hardware
      media: ov6650: Drop obsolete .pclk_limit attribute
      media: ov6650: Simplify clock divisor calculation
      media: ov6650: Don't reapply pixel clock divisor on format change
      media: ov6650: Drop unused .pclk_max field
      media: ov6650: Fix arbitrary selection of master clock rate

Manivannan Sadhasivam (2):
      dt-bindings: media: i2c: Add IMX290 CMOS sensor binding
      media: i2c: Add IMX290 CMOS image sensor driver

Ricardo Ribalda Delgado (6):
      media: ad5820: Define entity function
      media: ad5820: DT new optional field enable-gpios
      media: ad5820: Add support for enable pin
      media: ad5820: Add support for of-autoload
      media: ad5820: DT new compatible devices
      media: ad5820: Add support for ad5821 and ad5823

YueHaibing (1):
      media: i2c: ov5695: Fix randbuild error

 .../devicetree/bindings/media/i2c/ad5820.txt       |  11 +-
 .../devicetree/bindings/media/i2c/imx290.txt       |  57 ++
 MAINTAINERS                                        |   8 +
 drivers/media/i2c/Kconfig                          |  14 +-
 drivers/media/i2c/Makefile                         |   1 +
 drivers/media/i2c/ad5820.c                         |  35 +-
 drivers/media/i2c/imx290.c                         | 884 +++++++++++++++++++++
 drivers/media/i2c/lm3646.c                         |   2 +-
 drivers/media/i2c/ov5640.c                         |  33 +-
 drivers/media/i2c/ov6650.c                         | 129 +--
 drivers/media/i2c/st-mipid02.c                     |   5 +
 drivers/staging/media/imx/imx7-mipi-csis.c         |   7 +-
 12 files changed, 1117 insertions(+), 69 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/imx290.txt
 create mode 100644 drivers/media/i2c/imx290.c

-- 
Sakari Ailus

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL for 5.5] Sensor and lens driver patches
  2019-10-21  7:15 [GIT PULL for 5.5] Sensor and lens driver patches Sakari Ailus
@ 2019-10-21  7:35 ` Jenkins
  0 siblings, 0 replies; 2+ messages in thread
From: Jenkins @ 2019-10-21  7:35 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/patch/59574/
Build log: https://builder.linuxtv.org/job/patchwork/21362/
Build time: 00:15:34
Link: https://lore.kernel.org/linux-media/20191021071539.GB864@valkosipuli.retiisi.org.uk

gpg: Signature made Mon 21 Oct 2019 07:04:11 AM UTC
gpg:                using DSA key F0D0377A0D4F25A79238EFE56D40361B6E28C193
gpg:                issuer "sakari.ailus@linux.intel.com"
gpg: Good signature from "Sakari Ailus <sakari.ailus@linux.intel.com>" [full]

Summary: 3 patches and/or PDF generation with issues, being 0 at build time

Error/warnings:


Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0016-media-ad5820-Add-support-for-ad5821-and-ad5823.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0016-media-ad5820-Add-support-for-ad5821-and-ad5823.patch
patches/0016-media-ad5820-Add-support-for-ad5821-and-ad5823.patch:8: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)

Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0017-media-i2c-ov5695-Fix-randbuild-error.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0017-media-i2c-ov5695-Fix-randbuild-error.patch
patches/0017-media-i2c-ov5695-Fix-randbuild-error.patch:9: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)

Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0019-media-i2c-Add-IMX290-CMOS-image-sensor-driver.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0019-media-i2c-Add-IMX290-CMOS-image-sensor-driver.patch
patches/0019-media-i2c-Add-IMX290-CMOS-image-sensor-driver.patch:54: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
patches/0019-media-i2c-Add-IMX290-CMOS-image-sensor-driver.patch:131: CHECK: struct mutex definition without comment
patches/0019-media-i2c-Add-IMX290-CMOS-image-sensor-driver.patch:377: WARNING: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.rst
patches/0019-media-i2c-Add-IMX290-CMOS-image-sensor-driver.patch:568: CHECK: Lines should not end with a '('
patches/0019-media-i2c-Add-IMX290-CMOS-image-sensor-driver.patch:590: CHECK: Lines should not end with a '('


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-21  7:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-21  7:15 [GIT PULL for 5.5] Sensor and lens driver patches Sakari Ailus
2019-10-21  7:35 ` Jenkins

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.