linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL v2 for 5.4] More sensor driver, omap3isp and documentation patches
@ 2019-08-14 10:32 Sakari Ailus
  2019-08-14 12:08 ` [GIT PULL v2 for 5.4] More sensor driver, omap3isp and documentation Jenkins
  2019-08-14 17:42 ` Jenkins
  0 siblings, 2 replies; 3+ messages in thread
From: Sakari Ailus @ 2019-08-14 10:32 UTC (permalink / raw)
  To: linux-media

Hi Mauro,

Here's a bunch of sensor driver, omap3isp and documentatino patches.
Noteworthy bit is perhaps a driver for the ov5675 sensor.

There are some checkpatch warnings there (patches 1, 6 and 8), the first
two seem false positives whereas the last one comes from the documentation
license header.

I've since v1 added a few more patches; IMX driver improvements as well as
a MAINTAINERS entry for ov5670.

Please pull.


The following changes since commit 0dc99e042a4cfbc1e27572d523d2a1dbaf402cbf:

  media: MAINTAINERS: Remove zoran driver (2019-08-13 11:55:34 -0300)

are available in the Git repository at:

  git://linuxtv.org/sailus/media_tree.git tags/for-5.4-6-signed

for you to fetch changes up to 852a51507ac865d7fbbf1305e2f485e7a4131b95:

  MAINTAINERS: Add entry for the ov5670 driver (2019-08-14 12:59:16 +0300)

----------------------------------------------------------------
Camera driver + framework patches for 5.4

----------------------------------------------------------------
Ezequiel Garcia (2):
      media: i2c: ov5645: Fix power sequence
      media: imx: mipi csi-2: Don't fail if initial state times-out

Luca Weiss (1):
      media: ov5640: Add support for flash and lens devices

Sakari Ailus (6):
      ov8856: Check reading clock frequency succeeded
      omap3isp: Set device on omap3isp subdevs
      omap3isp: Don't set streaming state on random subdevs
      v4l: Documentation: Serial busses use parallel mbus codes
      v4l: Documentation: Raw Bayer formats are not RGB formats
      MAINTAINERS: Add entry for the ov5670 driver

Shawn Tu (1):
      ov5675: Add support for OV5675 sensor

Steve Longerbeam (1):
      media: docs-rst: Clarify duration of LP-11 mode

Sébastien Szymanski (2):
      media: dt-bindings: imx7-csi: add i.MX6UL/L support
      media: imx7-media-csi: add i.MX6UL support

 .../devicetree/bindings/media/imx7-csi.txt         |    2 +-
 Documentation/media/kapi/csi2.rst                  |   17 +-
 Documentation/media/uapi/v4l/control.rst           |    2 +-
 Documentation/media/uapi/v4l/hist-v4l2.rst         |    2 +-
 Documentation/media/uapi/v4l/pixfmt-bayer.rst      |   38 +
 Documentation/media/uapi/v4l/pixfmt-packed-rgb.rst | 1306 --------------------
 Documentation/media/uapi/v4l/pixfmt-rgb.rst        | 1302 ++++++++++++++++++-
 Documentation/media/uapi/v4l/pixfmt-v4l2.rst       |    2 +-
 Documentation/media/uapi/v4l/pixfmt.rst            |    1 +
 Documentation/media/uapi/v4l/subdev-formats.rst    |    8 +
 MAINTAINERS                                        |   15 +
 drivers/media/i2c/Kconfig                          |   13 +
 drivers/media/i2c/Makefile                         |    1 +
 drivers/media/i2c/ov5640.c                         |    2 +-
 drivers/media/i2c/ov5645.c                         |   26 +-
 drivers/media/i2c/ov5675.c                         | 1183 ++++++++++++++++++
 drivers/media/i2c/ov8856.c                         |    5 +-
 drivers/media/platform/omap3isp/isp.c              |    8 +
 drivers/media/platform/omap3isp/ispccdc.c          |    1 +
 drivers/media/platform/omap3isp/ispccp2.c          |    1 +
 drivers/media/platform/omap3isp/ispcsi2.c          |    1 +
 drivers/media/platform/omap3isp/isppreview.c       |    1 +
 drivers/media/platform/omap3isp/ispresizer.c       |    1 +
 drivers/media/platform/omap3isp/ispstat.c          |    2 +
 drivers/staging/media/imx/Kconfig                  |    4 +-
 drivers/staging/media/imx/imx6-mipi-csi2.c         |   12 +-
 drivers/staging/media/imx/imx7-media-csi.c         |   30 +-
 27 files changed, 2630 insertions(+), 1356 deletions(-)
 create mode 100644 Documentation/media/uapi/v4l/pixfmt-bayer.rst
 delete mode 100644 Documentation/media/uapi/v4l/pixfmt-packed-rgb.rst
 create mode 100644 drivers/media/i2c/ov5675.c

-- 
Sakari Ailus

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

end of thread, other threads:[~2019-08-14 17:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-14 10:32 [GIT PULL v2 for 5.4] More sensor driver, omap3isp and documentation patches Sakari Ailus
2019-08-14 12:08 ` [GIT PULL v2 for 5.4] More sensor driver, omap3isp and documentation Jenkins
2019-08-14 17:42 ` Jenkins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).