All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans Verkuil <hverkuil@xs4all.nl>
To: Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: [GIT PULL FOR v5.6] Various fixes
Date: Thu, 16 Jan 2020 14:52:36 +0100	[thread overview]
Message-ID: <05d43c5d-f0ba-74df-3a95-e424c6b39a79@xs4all.nl> (raw)

The following changes since commit 2a0a0bc7020ef7e66c9569d8229d79fa72e3d659:

  media: MAINTAINERS: add entry for Rockchip ISP1 driver (2020-01-09 16:45:01 +0100)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.6m

for you to fetch changes up to 14c6e30267c855093778bcec15b53b4051823498:

  rcar-vin: Add support for V4L2_FIELD_SEQ_{TB,BT} (2020-01-16 14:50:13 +0100)

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

----------------------------------------------------------------
Dafna Hirschfeld (1):
      media: vimc: streamer: fix memory leak in vimc subdevs if kthread_run fails

Eugen Hristev (2):
      media: atmel: atmel-isc-base: expose white balance as v4l2 controls
      MAINTAINERS: add atmel-isc-media.h file to ATMEL ISC driver

Hans Verkuil (1):
      vidioc-queryctrl.rst: fix error code

Hirokazu Honda (1):
      media: hantro: Support H264 profile control

Jae Hyun Yoo (1):
      Documentation: dt-bindings: media: add AST2600 Video Engine support

Joel Stanley (3):
      media: aspeed: Rework memory mapping in probe
      media: aspeed: Use runtime configuration
      video: aspeed: Update copyright information

Johan Hovold (1):
      media: usbtv: fix control-message timeouts

Niklas Söderlund (3):
      adv7180: Add init_cfg pad operation
      rcar-vin: Move hardware buffer tracking to own struct
      rcar-vin: Add support for V4L2_FIELD_SEQ_{TB,BT}

Peter Ujfalusi (3):
      media: pxa_camera: Use dma_request_chan() instead dma_request_slave_channel()
      media: rcar_drif: Use dma_request_chan() instead dma_request_slave_channel()
      media: xilinx: Use dma_request_chan() instead dma_request_slave_channel()

 Documentation/devicetree/bindings/media/aspeed-video.txt |   5 +-
 Documentation/media/uapi/v4l/vidioc-queryctrl.rst        |   2 +-
 MAINTAINERS                                              |   1 +
 drivers/media/i2c/adv7180.c                              |  12 +++
 drivers/media/platform/aspeed-video.c                    |  73 +++++++++++------
 drivers/media/platform/atmel/atmel-isc-base.c            | 222 ++++++++++++++++++++++++++++++++++++++++++++-------
 drivers/media/platform/atmel/atmel-isc.h                 |  23 +++++-
 drivers/media/platform/pxa_camera.c                      |  20 ++---
 drivers/media/platform/rcar-vin/rcar-dma.c               |  91 ++++++++++++++++-----
 drivers/media/platform/rcar-vin/rcar-v4l2.c              |   5 ++
 drivers/media/platform/rcar-vin/rcar-vin.h               |  28 ++++++-
 drivers/media/platform/rcar_drif.c                       |   6 +-
 drivers/media/platform/vimc/vimc-streamer.c              |   9 ++-
 drivers/media/platform/xilinx/xilinx-dma.c               |  11 +--
 drivers/media/usb/usbtv/usbtv-core.c                     |   2 +-
 drivers/media/usb/usbtv/usbtv-video.c                    |   5 +-
 drivers/staging/media/hantro/hantro_drv.c                |  10 +++
 include/linux/atmel-isc-media.h                          |  58 ++++++++++++++
 include/uapi/linux/v4l2-controls.h                       |   6 ++
 19 files changed, 486 insertions(+), 103 deletions(-)
 create mode 100644 include/linux/atmel-isc-media.h

             reply	other threads:[~2020-01-16 13:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-16 13:52 Hans Verkuil [this message]
2020-01-16 14:21 ` [GIT PULL FOR v5.6] Various fixes Jenkins
  -- strict thread matches above, loose matches on Subject: below --
2020-01-13 12:17 Hans Verkuil
2020-01-13 12:22 ` Jenkins
2020-01-10 14:53 Hans Verkuil
2020-01-10 15:03 ` Jenkins
2020-01-06 13:36 Hans Verkuil
2020-01-06 13:54 ` 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=05d43c5d-f0ba-74df-3a95-e424c6b39a79@xs4all.nl \
    --to=hverkuil@xs4all.nl \
    --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.