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 v4.7] Various fixes
Date: Fri, 15 Apr 2016 14:45:05 +0200	[thread overview]
Message-ID: <5710E251.7050203@xs4all.nl> (raw)


The following changes since commit ecb7b0183a89613c154d1bea48b494907efbf8f9:

  [media] m88ds3103: fix undefined division (2016-04-13 19:17:39 -0300)

are available in the git repository at:

  git://linuxtv.org/hverkuil/media_tree.git for-v4.7b

for you to fetch changes up to 7a707cf621e9c299f3b07a059cabaed164d807b4:

  tpg: Export the tpg code from vivid as a module (2016-04-15 13:33:00 +0200)

----------------------------------------------------------------
Claudiu Beznea (1):
      Staging: media: bcm2048: defined region_configs[] array as const array

Hans Verkuil (8):
      tc358743: zero the reserved array
      vidioc-g-edid.xml: be explicit about zeroing the reserved array
      vidioc-enum-dv-timings.xml: explicitly state that pad and reserved should be zeroed
      vidioc-dv-timings-cap.xml: explicitly state that pad and reserved should be zeroed
      v4l2-device.h: add v4l2_device_mask_ variants
      ivtv/cx18: use the new mask variants of the v4l2_device_call_* defines
      v4l2-rect.h: new header with struct v4l2_rect helper functions.
      vivid: use new v4l2-rect.h header

Helen Mae Koike Fornazier (1):
      tpg: Export the tpg code from vivid as a module

Niklas Söderlund (3):
      adv7180: Add g_std operation
      adv7180: Add cropcap operation
      adv7180: Add g_tvnorms operation

Vladis Dronov (1):
      usbvision: revert commit 588afcc1

 Documentation/DocBook/device-drivers.tmpl                            |   1 +
 Documentation/DocBook/media/v4l/vidioc-dv-timings-cap.xml            |  12 ++-
 Documentation/DocBook/media/v4l/vidioc-enum-dv-timings.xml           |   5 +-
 Documentation/DocBook/media/v4l/vidioc-g-edid.xml                    |  10 +-
 drivers/media/common/Kconfig                                         |   1 +
 drivers/media/common/Makefile                                        |   2 +-
 drivers/media/common/v4l2-tpg/Kconfig                                |   2 +
 drivers/media/common/v4l2-tpg/Makefile                               |   3 +
 .../vivid/vivid-tpg-colors.c => common/v4l2-tpg/v4l2-tpg-colors.c}   |   7 +-
 .../{platform/vivid/vivid-tpg.c => common/v4l2-tpg/v4l2-tpg-core.c}  |  25 ++++-
 drivers/media/i2c/adv7180.c                                          |  34 +++++-
 drivers/media/i2c/tc358743.c                                         |   4 +
 drivers/media/pci/cx18/cx18-driver.h                                 |  13 +--
 drivers/media/pci/ivtv/ivtv-driver.h                                 |  13 +--
 drivers/media/platform/vivid/Kconfig                                 |   1 +
 drivers/media/platform/vivid/Makefile                                |   2 +-
 drivers/media/platform/vivid/vivid-core.h                            |   2 +-
 drivers/media/platform/vivid/vivid-kthread-cap.c                     |  13 +--
 drivers/media/platform/vivid/vivid-vid-cap.c                         | 101 +++++++++---------
 drivers/media/platform/vivid/vivid-vid-common.c                      |  97 -----------------
 drivers/media/platform/vivid/vivid-vid-common.h                      |   9 --
 drivers/media/platform/vivid/vivid-vid-out.c                         | 103 +++++++++---------
 drivers/media/usb/go7007/go7007-v4l2.c                               |   2 +-
 drivers/media/usb/usbvision/usbvision-video.c                        |   7 --
 drivers/staging/media/bcm2048/radio-bcm2048.c                        |   2 +-
 include/media/v4l2-device.h                                          |  55 +++++++++-
 include/media/v4l2-rect.h                                            | 173 +++++++++++++++++++++++++++++++
 .../vivid/vivid-tpg-colors.h => include/media/v4l2-tpg-colors.h      |   6 +-
 drivers/media/platform/vivid/vivid-tpg.h => include/media/v4l2-tpg.h |   9 +-
 29 files changed, 440 insertions(+), 274 deletions(-)
 create mode 100644 drivers/media/common/v4l2-tpg/Kconfig
 create mode 100644 drivers/media/common/v4l2-tpg/Makefile
 rename drivers/media/{platform/vivid/vivid-tpg-colors.c => common/v4l2-tpg/v4l2-tpg-colors.c} (99%)
 rename drivers/media/{platform/vivid/vivid-tpg.c => common/v4l2-tpg/v4l2-tpg-core.c} (98%)
 create mode 100644 include/media/v4l2-rect.h
 rename drivers/media/platform/vivid/vivid-tpg-colors.h => include/media/v4l2-tpg-colors.h (93%)
 rename drivers/media/platform/vivid/vivid-tpg.h => include/media/v4l2-tpg.h (99%)

             reply	other threads:[~2016-04-15 12:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-15 12:45 Hans Verkuil [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-05-04  9:12 [GIT PULL FOR v4.7] Various fixes Hans Verkuil
2016-05-04 13:51 Hans Verkuil

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=5710E251.7050203@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.