All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sakari Ailus <sakari.ailus@iki.fi>
To: linux-media@vger.kernel.org
Subject: [GIT PULL for 5.3] Sensor and ccic driver patches
Date: Wed, 22 May 2019 14:47:11 +0300	[thread overview]
Message-ID: <20190522114711.5c6okeibdepthmoq@valkosipuli.retiisi.org.uk> (raw)

Hi Mauro,

Here are sensor and Marvell CCIC driver patches for v5.3. Included is also
a fix for fwnode C-PHY handling.

Please pull.


The following changes since commit bc8c479a5b19bd44f7379e42e627170957985ee9:

  media: venus: helpers: fix dynamic buffer mode for v4 (2019-05-21 09:03:25 -0400)

are available in the git repository at:

  ssh://linuxtv.org/git/sailus/media_tree.git tags/for-5.3-1-signed

for you to fetch changes up to b9656c3ca991c4edca908bb37455351f6fddf235:

  media:staging/intel-ipu3: update minimal GDC envelope size to 4 (2019-05-22 12:06:14 +0300)

----------------------------------------------------------------
sensor + ccic patches for 5.3

----------------------------------------------------------------
Akinobu Mita (4):
      media: ov7740: fix unbalanced pm_runtime_get/put
      media: ov7740: avoid invalid framesize setting
      media: ov7740: fix vertical flip control
      media: ov7740: remove redundant V4L2_CTRL_FLAG_VOLATILE set

Bingbu Cao (1):
      media:staging/intel-ipu3: update minimal GDC envelope size to 4

Lubomir Rintel (10):
      media: dt-bindings: marvell,mmp2-ccic: Add Marvell MMP2 camera
      marvell-ccic: fix DMA s/g desc number calculation
      marvell-ccic: don't generate EOF on parallel bus
      Revert "[media] marvell-ccic: reset ccic phy when stop streaming for stability"
      marvell-ccic: drop unused stuff
      marvell-ccic/mmp: enable clock before accessing registers
      marvell-ccic: rename the clocks
      marvell-ccic/mmp: add devicetree support
      marvell-ccic: use async notifier to get the sensor
      marvell-ccic: provide a clock for the sensor

Nicholas Mc Guire (1):
      media: smiapp: core: add small range to usleep_range

Sakari Ailus (1):
      v4l: fwnode: C-PHY has no clock lane

Shawnx Tu (1):
      media: ov8856: modify register to fix test pattern

 .../bindings/media/marvell,mmp2-ccic.txt           |  50 +++
 drivers/media/i2c/ov7740.c                         |  24 +-
 drivers/media/i2c/ov8856.c                         |  12 +-
 drivers/media/i2c/smiapp/smiapp-quirk.c            |   2 +-
 drivers/media/platform/marvell-ccic/Kconfig        |   2 +
 drivers/media/platform/marvell-ccic/cafe-driver.c  |  58 +++-
 drivers/media/platform/marvell-ccic/mcam-core.c    | 339 ++++++++++++++-------
 drivers/media/platform/marvell-ccic/mcam-core.h    |  12 +-
 drivers/media/platform/marvell-ccic/mmp-driver.c   | 241 ++++-----------
 drivers/media/v4l2-core/v4l2-fwnode.c              |   8 +-
 drivers/staging/media/ipu3/ipu3-css.c              |  14 +-
 include/linux/platform_data/media/mmp-camera.h     |   4 -
 12 files changed, 424 insertions(+), 342 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/marvell,mmp2-ccic.txt


-- 
Sakari Ailus

                 reply	other threads:[~2019-05-22 11:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190522114711.5c6okeibdepthmoq@valkosipuli.retiisi.org.uk \
    --to=sakari.ailus@iki.fi \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.