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.9] Camera sensor driver patches + MC crash fix
Date: Tue, 23 Jun 2020 11:32:02 +0300	[thread overview]
Message-ID: <20200623083202.GC870@valkosipuli.retiisi.org.uk> (raw)

Hi Mauro,

Here's a set of camera sensor patches for 5.9, including an omap3isp driver
fix and last but not least, a fix for a memory allocation issue causing a
crash in the media request API.

Please pull.


The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d23e5ef40d006631fdfb92d6c8c56e7ed886f1d3:

  media: media-request: Fix crash if memory allocation fails (2020-06-22 19:54:29 +0300)

----------------------------------------------------------------
Sensor driver patches for 5.9 + MC crash fix

----------------------------------------------------------------
Andrey Konovalov (4):
      media: i2c: imx290: set the format before VIDIOC_SUBDEV_G_FMT is called
      media: i2c: imx290: fix the order of the args in SET_RUNTIME_PM_OPS()
      media: i2c: imx290: fix reset GPIO pin handling
      media: i2c: imx290: set bus_type before calling v4l2_fwnode_endpoint_alloc_parse()

Bingbu Cao (1):
      media: ov2740: make ov2740 driver only work with ACPI

Chuhong Yuan (2):
      media: marvell-ccic: Add missed v4l2_async_notifier_cleanup()
      media: omap3isp: Add missed v4l2_ctrl_handler_free() for preview_init_entities()

Dinghao Liu (1):
      media: smiapp: Fix runtime PM imbalance on error

Manivannan Sadhasivam (6):
      media: i2c: imx290: Add support for 2 data lanes
      media: i2c: imx290: Add configurable link frequency and pixel rate
      media: i2c: imx290: Add support for test pattern generation
      media: i2c: imx290: Add RAW12 mode support
      media: i2c: imx290: Add support to enumerate all frame sizes
      media: i2c: imx290: Move the settle time delay out of loop

Qingwu Zhang (1):
      media: ov2740: add NVMEM interface to read customized OTP data

Sakari Ailus (1):
      smiapp: Use pm_runtime_get_if_active

Tuomas Tynkkynen (1):
      media: media-request: Fix crash if memory allocation fails

 drivers/media/i2c/Kconfig                       |   1 +
 drivers/media/i2c/imx290.c                      | 404 ++++++++++++++++++++----
 drivers/media/i2c/ov2740.c                      | 149 ++++++++-
 drivers/media/i2c/smiapp/smiapp-core.c          |   5 +-
 drivers/media/mc/mc-request.c                   |  31 +-
 drivers/media/platform/marvell-ccic/mcam-core.c |   2 +
 drivers/media/platform/omap3isp/isppreview.c    |   4 +-
 7 files changed, 514 insertions(+), 82 deletions(-)

-- 
Kind regards,

Sakari Ailus

             reply	other threads:[~2020-06-23  8:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-23  8:32 Sakari Ailus [this message]
2020-06-23  8:52 ` [GIT PULL FOR 5.9] Camera sensor driver patches + MC crash fix (#64820) Jenkins

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=20200623083202.GC870@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.