linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL FOR v4.7] Various fixes
@ 2016-04-15 12:45 Hans Verkuil
  0 siblings, 0 replies; 3+ messages in thread
From: Hans Verkuil @ 2016-04-15 12:45 UTC (permalink / raw)
  To: Linux Media Mailing List


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%)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL FOR v4.7] Various fixes
@ 2016-05-04 13:51 Hans Verkuil
  0 siblings, 0 replies; 3+ messages in thread
From: Hans Verkuil @ 2016-05-04 13:51 UTC (permalink / raw)
  To: linux-media

(Superseeds https://patchwork.linuxtv.org/patch/34178/, dropping Ismael's patch
due to confused patch provenance)

The following changes since commit 68af062b5f38510dc96635314461c6bbe1dbf2fe:

  Merge tag 'v4.6-rc6' into patchwork (2016-05-02 07:48:23 -0300)

are available in the git repository at:

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

for you to fetch changes up to 3b97cd1d95c24647842359ac9515295ce5c97038:

  media: vb2-dma-contig: configure DMA max segment size properly (2016-05-04 15:48:45 +0200)

----------------------------------------------------------------
Hans Verkuil (1):
      v4l2-ioctl.c: improve cropcap compatibility code

Marek Szyprowski (1):
      media: vb2-dma-contig: configure DMA max segment size properly

 drivers/media/v4l2-core/v4l2-ioctl.c           | 70 +++++++++++++++++++++++++++++++++++++++++++---------------------------
 drivers/media/v4l2-core/videobuf2-dma-contig.c | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 94 insertions(+), 29 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL FOR v4.7] Various fixes
@ 2016-05-04  9:12 Hans Verkuil
  0 siblings, 0 replies; 3+ messages in thread
From: Hans Verkuil @ 2016-05-04  9:12 UTC (permalink / raw)
  To: linux-media

The following changes since commit 68af062b5f38510dc96635314461c6bbe1dbf2fe:

  Merge tag 'v4.6-rc6' into patchwork (2016-05-02 07:48:23 -0300)

are available in the git repository at:

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

for you to fetch changes up to 416997d02013936b65c9d7a3d05d2030027fac0c:

  media: vb2-dma-contig: configure DMA max segment size properly (2016-05-04 11:08:13 +0200)

----------------------------------------------------------------
Hans Verkuil (1):
      v4l2-ioctl.c: improve cropcap compatibility code

Ismael Luceno (1):
      solo6x10: Set FRAME_BUF_SIZE to 200KB

Marek Szyprowski (1):
      media: vb2-dma-contig: configure DMA max segment size properly

 drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c |  7 +++++--
 drivers/media/v4l2-core/v4l2-ioctl.c           | 70 +++++++++++++++++++++++++++++++++++++++++++---------------------------
 drivers/media/v4l2-core/videobuf2-dma-contig.c | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 99 insertions(+), 31 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-05-04 13:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-15 12:45 [GIT PULL FOR v4.7] Various fixes Hans Verkuil
2016-05-04  9:12 Hans Verkuil
2016-05-04 13:51 Hans Verkuil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).