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.2] Various fixes
Date: Fri, 24 Apr 2015 10:11:43 +0200	[thread overview]
Message-ID: <5539FABF.3080608@xs4all.nl> (raw)

The following changes since commit e183201b9e917daf2530b637b2f34f1d5afb934d:

  [media] uvcvideo: add support for VIDIOC_QUERY_EXT_CTRL (2015-04-10 10:29:27 -0300)

are available in the git repository at:

  git://linuxtv.org/hverkuil/media_tree.git for-v4.2d

for you to fetch changes up to 01dcae42e1d19014a6c83258bc4944b56b111372:

  usbtv: fix v4l2-compliance issues (2015-04-24 10:09:46 +0200)

----------------------------------------------------------------
Cheolhyun Park (1):
      drx-j: Misspelled comment corrected

Dan Carpenter (1):
      i2c: ov2659: signedness bug inov2659_set_fmt()

Geert Uytterhoeven (3):
      v4l: xilinx: VIDEO_XILINX should depend on HAS_DMA
      v4l: VIDEOBUF2_DMA_SG should depend on HAS_DMA
      Input: TOUCHSCREEN_SUR40 should depend on HAS_DMA

Hans Verkuil (7):
      cx88: v4l2-compliance fixes
      bttv: fix missing irq after reloading driver
      DocBook/media: fix typo
      DocBook/media: Improve G_EDID specification
      saa7164: fix querycap warning
      cx18: add missing caps for the PCM video device
      usbtv: fix v4l2-compliance issues

Jan Kara (1):
      vb2: Push mmap_sem down to memops

Julia Lawall (3):
      si4713: fix error return code
      as102: fix error return code
      radio: fix error return code

Lad, Prabhakar (1):
      media: i2c: ov2659: add VIDEO_V4L2_SUBDEV_API dependency

Prashant Laddha (4):
      v4l2-dv-timings: fix rounding error in vsync_bp calculation
      v4l2-dv-timings: fix rounding in hblank and hsync calculation
      v4l2-dv-timings: add sanity checks in cvt,gtf calculations
      v4l2-dv-timings: replace hsync magic number with a macro

Steven Toth (6):
      saa7164: I2C improvements for upcoming HVR2255/2205 boards
      saa7164: Adding additional I2C debug.
      saa7164: Improvements for I2C handling
      saa7164: Add Digital TV support for the HVR2255 and HVR2205
      saa7164: Copyright update
      saa7164: fix HVR2255 ATSC inversion issue

jean-michel.hautbois@vodalys.com (1):
      media: adv7604: Fix masks used for querying timings in ADV7611

 Documentation/DocBook/media/v4l/controls.xml      |   4 +-
 Documentation/DocBook/media/v4l/vidioc-g-edid.xml |   7 +++
 drivers/input/touchscreen/Kconfig                 |   3 +-
 drivers/media/dvb-frontends/drx39xyj/drxj.c       |  38 ++++++------
 drivers/media/i2c/Kconfig                         |   2 +-
 drivers/media/i2c/adv7604.c                       |  69 +++++++++++++++++-----
 drivers/media/i2c/ov2659.c                        |   2 +-
 drivers/media/pci/bt8xx/bttv-driver.c             |   2 +
 drivers/media/pci/cx18/cx18-streams.c             |   1 +
 drivers/media/pci/cx88/cx88-core.c                |   2 +
 drivers/media/pci/cx88/cx88-mpeg.c                |   6 +-
 drivers/media/pci/cx88/cx88-vbi.c                 |   6 +-
 drivers/media/pci/cx88/cx88-video.c               |   7 +--
 drivers/media/pci/cx88/cx88.h                     |   1 -
 drivers/media/pci/saa7164/saa7164-api.c           |  21 +++++--
 drivers/media/pci/saa7164/saa7164-buffer.c        |   2 +-
 drivers/media/pci/saa7164/saa7164-bus.c           |   2 +-
 drivers/media/pci/saa7164/saa7164-cards.c         | 188 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 drivers/media/pci/saa7164/saa7164-cmd.c           |   2 +-
 drivers/media/pci/saa7164/saa7164-core.c          |   2 +-
 drivers/media/pci/saa7164/saa7164-dvb.c           | 232 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 drivers/media/pci/saa7164/saa7164-encoder.c       |  13 +++--
 drivers/media/pci/saa7164/saa7164-fw.c            |   2 +-
 drivers/media/pci/saa7164/saa7164-i2c.c           |   9 +--
 drivers/media/pci/saa7164/saa7164-reg.h           |   2 +-
 drivers/media/pci/saa7164/saa7164-types.h         |   2 +-
 drivers/media/pci/saa7164/saa7164-vbi.c           |  13 +++--
 drivers/media/pci/saa7164/saa7164.h               |   7 ++-
 drivers/media/platform/xilinx/Kconfig             |   2 +-
 drivers/media/radio/radio-timb.c                  |   4 +-
 drivers/media/radio/si4713/si4713.c               |   4 +-
 drivers/media/usb/as102/as102_drv.c               |   1 +
 drivers/media/usb/usbtv/usbtv-video.c             |  12 ++--
 drivers/media/v4l2-core/Kconfig                   |   2 +-
 drivers/media/v4l2-core/v4l2-dv-timings.c         |  29 +++++++---
 drivers/media/v4l2-core/videobuf2-core.c          |   2 -
 drivers/media/v4l2-core/videobuf2-dma-contig.c    |   7 +++
 drivers/media/v4l2-core/videobuf2-dma-sg.c        |   6 ++
 drivers/media/v4l2-core/videobuf2-vmalloc.c       |   6 +-
 39 files changed, 605 insertions(+), 117 deletions(-)

             reply	other threads:[~2015-04-24  8:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-24  8:11 Hans Verkuil [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-05-15 11:38 [GIT PULL FOR v4.2] Various fixes Hans Verkuil
2015-05-17 11:12 Hans Verkuil
2015-05-25 12:15 Hans Verkuil
2015-06-08 12:09 Hans Verkuil
2015-06-12  7:50 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=5539FABF.3080608@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.