All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL v2 for 5.8] More camera sensor, documentation patches
@ 2020-05-25  8:19 Sakari Ailus
  2020-05-25  8:33 ` [GIT PULL v2 for 5.8] More camera sensor, documentation patches (#64037) Jenkins
  0 siblings, 1 reply; 2+ messages in thread
From: Sakari Ailus @ 2020-05-25  8:19 UTC (permalink / raw)
  To: linux-media

Hi Mauro,

Here's a set of camera sensor patches and a lone documentation patch for
5.8. In particular, there's a driver for ov2740 and DT support for ov8856.
It'd be nice to get this in to 5.8 if it's still possible.

Please pull.

since v1:

- Fixed trailing whitespaces in docs.


The following changes since commit 960b2dee908b0fc51cf670841de13b40b44aaaae:

  media: dt-bindings: phy: phy-rockchip-dphy-rx0: move rockchip dphy rx0 bindings out of staging (2020-05-20 15:22:27 +0200)

are available in the Git repository at:

  git://linuxtv.org/sailus/media_tree.git tags/for-5.8-4.1-signed

for you to fetch changes up to 0b62b41321497ad0e11e7162184b5a2c6512bac0:

  Documentation: media: Refer to mbus format documentation from CSI-2 docs (2020-05-25 11:18:21 +0300)

----------------------------------------------------------------
More camera sensor patches for 5.8

----------------------------------------------------------------
Bingbu Cao (1):
      media: i2c: Add ov2740 image sensor driver

Dongchun Zhu (1):
      media: dt-bindings: ov8856: Document YAML bindings

Geert Uytterhoeven (1):
      media: i2c: imx219: Drop <linux/clk-provider.h> and <linux/clkdev.h>

Gustavo A. R. Silva (1):
      media: s5k5baf: Replace zero-length array with flexible-array

Robert Foss (2):
      media: ov8856: Add devicetree support
      media: ov8856: Implement sensor module revision identification

Sakari Ailus (1):
      Documentation: media: Refer to mbus format documentation from CSI-2 docs

 .../devicetree/bindings/media/i2c/ov8856.yaml      |  142 +++
 Documentation/driver-api/media/csi2.rst            |    6 +
 MAINTAINERS                                        |   12 +-
 drivers/media/i2c/Kconfig                          |   13 +
 drivers/media/i2c/Makefile                         |    1 +
 drivers/media/i2c/imx219.c                         |    2 -
 drivers/media/i2c/ov2740.c                         | 1016 ++++++++++++++++++++
 drivers/media/i2c/ov8856.c                         |  191 +++-
 drivers/media/i2c/s5k5baf.c                        |    2 +-
 9 files changed, 1367 insertions(+), 18 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/ov8856.yaml
 create mode 100644 drivers/media/i2c/ov2740.c

-- 
Sakari Ailus

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

* Re: [GIT PULL v2 for 5.8] More camera sensor, documentation patches (#64037)
  2020-05-25  8:19 [GIT PULL v2 for 5.8] More camera sensor, documentation patches Sakari Ailus
@ 2020-05-25  8:33 ` Jenkins
  0 siblings, 0 replies; 2+ messages in thread
From: Jenkins @ 2020-05-25  8:33 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/patch/64037/
Build log: https://builder.linuxtv.org/job/patchwork/52471/
Build time: 00:03:36
Link: https://lore.kernel.org/linux-media/20200525081959.GB8214@valkosipuli.retiisi.org.uk

gpg: Signature made Mon 25 May 2020 08:18:33 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: 1 patches and/or PDF generation with issues, being 0 at build time

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

end of thread, other threads:[~2020-05-25  8:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-25  8:19 [GIT PULL v2 for 5.8] More camera sensor, documentation patches Sakari Ailus
2020-05-25  8:33 ` [GIT PULL v2 for 5.8] More camera sensor, documentation patches (#64037) 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.