mbox series

[GIT,PULL,FOR,v5.2] coda & rcar-csi2 fixes

Message ID d83c3c03-a051-f1d3-8f17-723da7de680e@xs4all.nl (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,FOR,v5.2] coda & rcar-csi2 fixes | expand

Pull-request

git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.2e2

Message

Hans Verkuil April 10, 2019, 3:32 p.m. UTC
The following changes since commit 1c3ec30bb23023d738b538e64ac3028902d53692:

  media: index.rst: exclude Indexes section from latex/pdf output (2019-03-30 09:42:35 -0400)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.2e2

for you to fetch changes up to 58e7ff104f038eaedc72b275f7388be1687abc98:

  rcar-csi2: Move setting of Field Detection Control Register (2019-04-10 16:40:45 +0200)

----------------------------------------------------------------
Tag branch

----------------------------------------------------------------
Niklas Söderlund (5):
      dt-bindings: rcar-csi2: List resets as a mandatory property
      rcar-csi2: Use standby mode instead of resetting
      rcar-csi2: Update V3M and E3 start procedure
      rcar-csi2: Update start procedure for H3 ES2
      rcar-csi2: Move setting of Field Detection Control Register

Philipp Zabel (8):
      media: coda: set codec earlier
      media: coda: remove mask from decoder h.264 level control
      media: coda: clear error return value before picture run
      media: coda: add min number of buffers controls
      media: coda: disable encoder command on decoder and vice versa
      media: coda: implement encoder frame size enumeration
      media: coda: allow encoder to set colorimetry on the output queue
      media: coda: throw error on create_bufs with too small size

 Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt |   3 +-
 drivers/media/platform/coda/coda-bit.c                        |   3 ++
 drivers/media/platform/coda/coda-common.c                     | 120 ++++++++++++++++++++++++++++-------------
 drivers/media/platform/rcar-vin/Kconfig                       |   1 +
 drivers/media/platform/rcar-vin/rcar-csi2.c                   | 116 +++++++++++++++++++++++++--------------
 5 files changed, 166 insertions(+), 77 deletions(-)