mbox

[GIT,FIXES,for,4.18] Cadence compile fixes, imx258 rotation property check

Message ID 20180621105441.ac5aufscombnzzk2@valkosipuli.retiisi.org.uk (mailing list archive)
State Accepted, archived
Headers

Pull-request

ssh://linuxtv.org/git/sailus/media_tree.git fixes-4.18-1

Message

Sakari Ailus June 21, 2018, 10:54 a.m. UTC
  Hi Mauro,

Here are a few fixes for 4.18. Arnd's patches fix regular build errors and
the imx258 patch is there to prevent writing firmware they'll only find was
incomplete later on.

Please pull.


The following changes since commit e88f5e9ebd54bdf75c9833e3d9add7c2c0d39b0b:

  media: uvcvideo: Prevent setting unavailable flags (2018-06-05 08:53:17 -0400)

are available in the git repository at:

  ssh://linuxtv.org/git/sailus/media_tree.git fixes-4.18-1

for you to fetch changes up to 40cea33ed062c330a491c36bf172040c16f9088a:

  media: v4l: cadence: add VIDEO_V4L2 dependency (2018-06-21 12:22:49 +0300)

----------------------------------------------------------------
Arnd Bergmann (2):
      media: v4l: cadence: include linux/slab.h
      media: v4l: cadence: add VIDEO_V4L2 dependency

Sakari Ailus (1):
      imx258: Check the rotation property has a value of 180

 drivers/media/i2c/imx258.c                   | 8 ++++++++
 drivers/media/platform/cadence/Kconfig       | 2 ++
 drivers/media/platform/cadence/cdns-csi2rx.c | 1 +
 drivers/media/platform/cadence/cdns-csi2tx.c | 1 +
 4 files changed, 12 insertions(+)