linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.1] Various fixes
@ 2019-02-18 17:04 Hans Verkuil
  0 siblings, 0 replies; 8+ messages in thread
From: Hans Verkuil @ 2019-02-18 17:04 UTC (permalink / raw)
  To: Linux Media Mailing List

The following changes since commit 16597c2744f79aaf5f9ec0107be477639985bf44:

  media: i2c: adv748x: Remove PAGE_WAIT (2019-02-18 11:25:30 -0500)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.1r2

for you to fetch changes up to 69bcb353abb07b1ad061f70ef9ba738e84488350:

  media: cx25840: mark pad sig_types to fix cx231xx init (2019-02-18 18:01:30 +0100)

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

----------------------------------------------------------------
Cody P Schafer (1):
      media: cx25840: mark pad sig_types to fix cx231xx init

Colin Ian King (1):
      wl128x: fix spelling mistake: "Swtich" -> "Switch"

Hans Verkuil (2):
      vivid: two unregistration fixes
      vimc: fix memory leak

 drivers/media/i2c/cx25840/cx25840-core.c  | 3 ++-
 drivers/media/i2c/cx25840/cx25840-core.h  | 1 -
 drivers/media/platform/vimc/vimc-core.c   | 2 ++
 drivers/media/platform/vivid/vivid-core.c | 4 +---
 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

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

* [GIT PULL FOR v5.1] Various fixes
@ 2019-02-07 15:31 Hans Verkuil
  0 siblings, 0 replies; 8+ messages in thread
From: Hans Verkuil @ 2019-02-07 15:31 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Ezequiel Garcia

The following changes since commit f0ef022c85a899bcc7a1b3a0955c78a3d7109106:

  media: vim2m: allow setting the default transaction time via parameter (2019-01-31 17:17:08 -0200)

are available in the Git repository at:

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

for you to fetch changes up to 2ce52e1ff1fad37fe7179306b8e4efd82ea98630:

  vimc: fill in bus_info in media_device_info (2019-02-07 16:19:54 +0100)

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

----------------------------------------------------------------
Ezequiel Garcia (2):
      media: vb2: Fix buf_out_validate documentation
      media: v4l2-mem2mem: Rename v4l2_m2m_buf_copy_data to v4l2_m2m_buf_copy_metadata

Hans Verkuil (4):
      hdpvr: fix smatch warning
      vim2m: fix smatch warning
      pxa_camera: fix smatch warning
      vimc: fill in bus_info in media_device_info

Steve Longerbeam (1):
      media: imx: Validate frame intervals before setting

 drivers/media/platform/pxa_camera.c             |  8 +++++---
 drivers/media/platform/vicodec/vicodec-core.c   |  4 ++--
 drivers/media/platform/vim2m.c                  |  4 ++--
 drivers/media/platform/vimc/vimc-capture.c      |  4 +---
 drivers/media/platform/vimc/vimc-core.c         |  2 ++
 drivers/media/usb/hdpvr/hdpvr-i2c.c             | 14 +++++++-------
 drivers/media/v4l2-core/v4l2-mem2mem.c          |  8 ++++----
 drivers/staging/media/imx/imx-ic-prp.c          |  9 +++++++--
 drivers/staging/media/imx/imx-ic-prpencvf.c     |  9 +++++++--
 drivers/staging/media/imx/imx-media-csi.c       |  5 ++++-
 drivers/staging/media/imx/imx-media-vdic.c      |  5 ++++-
 drivers/staging/media/sunxi/cedrus/cedrus_dec.c |  2 +-
 include/media/v4l2-mem2mem.h                    | 14 +++++++-------
 include/media/videobuf2-core.h                  |  3 ++-
 14 files changed, 55 insertions(+), 36 deletions(-)

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

* [GIT PULL FOR v5.1] Various fixes
@ 2019-01-31 14:10 Hans Verkuil
  0 siblings, 0 replies; 8+ messages in thread
From: Hans Verkuil @ 2019-01-31 14:10 UTC (permalink / raw)
  To: Linux Media Mailing List

The following changes since commit 560c053deb94ff65b22a87f28e8e2fab5940555c:

  media: vivid: fix vid_out_buf_prepare() (2019-01-31 09:32:05 -0200)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.1k

for you to fetch changes up to 277a309f78411c5c4bc088c72dc19281f53f81a4:

  vicodec: support SOURCE_CHANGE event for decoders only (2019-01-31 15:08:58 +0100)

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

----------------------------------------------------------------
Hans Verkuil (5):
      videobuf2: remove unused variable
      vicodec: check type in g/s_selection
      vicodec: fill in bus_info in media_device_info
      vim2m: fill in bus_info in media_device_info
      vicodec: support SOURCE_CHANGE event for decoders only

Philipp Zabel (1):
      media: imx-pxp: fix duplicated if condition

 drivers/media/common/videobuf2/videobuf2-core.c |  1 -
 drivers/media/platform/imx-pxp.c                |  2 +-
 drivers/media/platform/vicodec/vicodec-core.c   | 18 +++++++++++++++---
 drivers/media/platform/vim2m.c                  |  2 ++
 4 files changed, 18 insertions(+), 5 deletions(-)

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

* [GIT PULL FOR v5.1] Various fixes
@ 2019-01-16 16:03 Hans Verkuil
  0 siblings, 0 replies; 8+ messages in thread
From: Hans Verkuil @ 2019-01-16 16:03 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Philipp Zabel, Steve Longerbeam

Updates to s5p-jpeg, gspca, imx, coda, rcar-vin.

Regards,

	Hans

The following changes since commit 1e0d0a5fd38192f23304ea2fc2b531fea7c74247:

  media: s5p-mfc: fix incorrect bus assignment in virtual child device (2019-01-07 14:39:36 -0500)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.1f

for you to fetch changes up to 98ef14f1f1c7048fb21375f8644a9a72a384a75a:

  media: imx.rst: Update doc to reflect fixes to interlaced capture (2019-01-16 16:52:48 +0100)

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

----------------------------------------------------------------
Pawe? Chmiel (1):
      media: s5p-jpeg: Correct step and max values for V4L2_CID_JPEG_RESTART_INTERVAL

Philipp Zabel (12):
      media: gspca: ov534: replace msleep(10) with usleep_range
      media: gspca: support multiple pixel formats in ENUM_FRAMEINTERVALS
      media: gspca: support multiple pixel formats in TRY_FMT
      media: gspca: ov543-ov772x: move video format specific registers into bridge_start
      media: gspca: ov534-ov772x: add SGBRG8 bayer mode support
      media: gspca: ov534-ov722x: remove mode specific video data registers from bridge_init
      media: gspca: ov534-ov722x: remove camera clock setup from bridge_init
      media: gspca: ov534-ov772x: remove unnecessary COM3 initialization
      media: v4l2-ctrl: Add control to enable h.264 constrained intra prediction
      media: v4l2-ctrl: Add control for h.264 chroma qp offset
      media: coda: Add control for h.264 constrained intra prediction
      media: coda: Add control for h.264 chroma qp index offset

Steve Longerbeam (12):
      media: rcar-vin: Allow independent VIN link enablement
      media: videodev2.h: Add more field helper macros
      gpu: ipu-csi: Swap fields according to input/output field types
      gpu: ipu-v3: Add planar support to interlaced scan
      media: imx: Fix field negotiation
      media: imx-csi: Double crop height for alternate fields at sink
      media: imx: interweave and odd-chroma-row skip are incompatible
      media: imx-csi: Allow skipping odd chroma rows for YVU420
      media: imx: vdic: rely on VDIC for correct field order
      media: imx-csi: Move crop/compose reset after filling default mbus fields
      media: imx: Allow interweave with top/bottom lines swapped
      media: imx.rst: Update doc to reflect fixes to interlaced capture

 Documentation/media/uapi/v4l/extended-controls.rst |   9 +++
 Documentation/media/v4l-drivers/imx.rst            | 103 +++++++++++++++++++++-------------
 drivers/gpu/ipu-v3/ipu-cpmem.c                     |  26 ++++++++-
 drivers/gpu/ipu-v3/ipu-csi.c                       | 126 ++++++++++++++++++++++++++++--------------
 drivers/media/platform/coda/coda-bit.c             |   6 +-
 drivers/media/platform/coda/coda-common.c          |  11 ++++
 drivers/media/platform/coda/coda.h                 |   2 +
 drivers/media/platform/rcar-vin/rcar-core.c        |   8 ++-
 drivers/media/platform/s5p-jpeg/jpeg-core.c        |   2 +-
 drivers/media/usb/gspca/gspca.c                    |  18 ++++--
 drivers/media/usb/gspca/ov534.c                    | 153 ++++++++++++++++++++++++++++++++++++---------------
 drivers/media/v4l2-core/v4l2-ctrls.c               |   3 +
 drivers/staging/media/imx/imx-ic-prpencvf.c        |  46 ++++++++++++----
 drivers/staging/media/imx/imx-media-capture.c      |  14 +++++
 drivers/staging/media/imx/imx-media-csi.c          | 156 ++++++++++++++++++++++++++++++++++++++--------------
 drivers/staging/media/imx/imx-media-vdic.c         |  12 +---
 include/uapi/linux/v4l2-controls.h                 |   2 +
 include/uapi/linux/videodev2.h                     |   7 +++
 include/video/imx-ipu-v3.h                         |   8 ++-
 19 files changed, 516 insertions(+), 196 deletions(-)

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

* [GIT PULL FOR v5.1] Various fixes
@ 2019-01-15  8:16 Hans Verkuil
  0 siblings, 0 replies; 8+ messages in thread
From: Hans Verkuil @ 2019-01-15  8:16 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Sakari Ailus

Most notably Sakari's patch which adds V4L2_BUF_TYPE_META_OUTPUT to the
V4L2_TYPE_IS_OUTPUT define.

The other two are vivid fixes to make it pass the media regression test
I'm working on.

Regards,

	Hans

The following changes since commit 1e0d0a5fd38192f23304ea2fc2b531fea7c74247:

  media: s5p-mfc: fix incorrect bus assignment in virtual child device (2019-01-07 14:39:36 -0500)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.1d

for you to fetch changes up to 635891d4e3afdf9447f5cd6fd77735dca8e24850:

  vivid: take data_offset into account for video output (2019-01-15 09:12:56 +0100)

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

----------------------------------------------------------------
Hans Verkuil (2):
      vivid: disable VB2_USERPTR if dma_contig was configured
      vivid: take data_offset into account for video output

Sakari Ailus (1):
      v4l: uAPI: V4L2_BUF_TYPE_META_OUTPUT is an output buffer type

 drivers/media/platform/vivid/vivid-core.c    | 20 +++++++++++++++-----
 drivers/media/platform/vivid/vivid-vid-out.c | 16 ++++++++++------
 include/uapi/linux/videodev2.h               |  3 ++-
 3 files changed, 27 insertions(+), 12 deletions(-)

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

* [GIT PULL FOR v5.1] Various fixes
@ 2019-01-10 12:34 Hans Verkuil
  0 siblings, 0 replies; 8+ messages in thread
From: Hans Verkuil @ 2019-01-10 12:34 UTC (permalink / raw)
  To: Linux Media Mailing List

The following changes since commit 1e0d0a5fd38192f23304ea2fc2b531fea7c74247:

  media: s5p-mfc: fix incorrect bus assignment in virtual child device (2019-01-07 14:39:36 -0500)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.1c

for you to fetch changes up to a9561384ce6d9f01e919793b0b6e8c5551df4eb8:

  media: s5p-jpeg: Correct step and max values for V4L2_CID_JPEG_RESTART_INTERVAL (2019-01-10 12:36:18 +0100)

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

----------------------------------------------------------------
Fabrizio Castro (4):
      media: dt-bindings: rcar-csi2: Add r8a774c0
      media: dt-bindings: rcar-vin: Add R8A774C0 support
      media: rcar-vin: Add support for RZ/G2E
      media: rcar-csi2: Add support for RZ/G2E

Niklas Söderlund (4):
      dt-bindings: adv748x: make data-lanes property mandatory for CSI-2 endpoints
      i2c: adv748x: reuse power up sequence when initializing CSI-2
      i2c: adv748x: store number of CSI-2 lanes described in device tree
      i2c: adv748x: configure number of lanes used for TXA CSI-2 transmitter

Pawe? Chmiel (1):
      media: s5p-jpeg: Correct step and max values for V4L2_CID_JPEG_RESTART_INTERVAL

Peter Rosin (1):
      media: saa7146: make use of i2c_8bit_addr_from_msg

 Documentation/devicetree/bindings/media/i2c/adv748x.txt       |  11 ++-
 Documentation/devicetree/bindings/media/rcar_vin.txt          |   9 +-
 Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt |   3 +-
 drivers/media/common/saa7146/saa7146_i2c.c                    |   5 +-
 drivers/media/i2c/adv748x/adv748x-core.c                      | 209 ++++++++++++++++++++++++++--------------------
 drivers/media/i2c/adv748x/adv748x.h                           |   1 +
 drivers/media/platform/rcar-vin/rcar-core.c                   |   4 +
 drivers/media/platform/rcar-vin/rcar-csi2.c                   |   4 +
 drivers/media/platform/s5p-jpeg/jpeg-core.c                   |   2 +-
 9 files changed, 146 insertions(+), 102 deletions(-)

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

* [GIT PULL FOR v5.1] Various fixes
@ 2019-01-10 11:18 Sean Young
  0 siblings, 0 replies; 8+ messages in thread
From: Sean Young @ 2019-01-10 11:18 UTC (permalink / raw)
  To: linux-media

Hi Mauro,

Here are some of the dvb fixes and the rc fixes for 5.1. Please pull.

Thanks,

Sean

The following changes since commit 1e0d0a5fd38192f23304ea2fc2b531fea7c74247:

  media: s5p-mfc: fix incorrect bus assignment in virtual child device (2019-01-07 14:39:36 -0500)

are available in the Git repository at:

  git://linuxtv.org/syoung/media_tree.git for-v5.1a

for you to fetch changes up to 959614504ebff677711d271792f7c1ffee818e86:

  media: dvb: Add check on sp8870_readreg (2019-01-10 11:11:13 +0000)

----------------------------------------------------------------
Aditya Pakki (2):
      media: dvb: add return value check on Write16
      media: dvb: Add check on sp8870_readreg

Arnd Bergmann (1):
      media: seco-cec: fix RC_CORE dependency

Colin Ian King (1):
      media: cxd2880-spi: fix two memory leaks of dvb_spi

Ettore Chimenti (1):
      media: secocec: fix ir address shift

Kangjie Lu (2):
      media: lgdt3306a: fix a missing check of return value
      media: mt312: fix a missing check of mt312 reset

 drivers/media/dvb-frontends/drxd_hard.c    | 30 +++++++++++++++++++-----------
 drivers/media/dvb-frontends/lgdt3306a.c    |  5 ++++-
 drivers/media/dvb-frontends/mt312.c        |  4 +++-
 drivers/media/dvb-frontends/sp8870.c       |  4 +++-
 drivers/media/platform/Kconfig             |  2 +-
 drivers/media/platform/seco-cec/seco-cec.h |  2 +-
 drivers/media/spi/cxd2880-spi.c            |  8 +++++---
 7 files changed, 36 insertions(+), 19 deletions(-)

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

* [GIT PULL FOR v5.1] Various fixes
@ 2019-01-08 15:44 Hans Verkuil
  0 siblings, 0 replies; 8+ messages in thread
From: Hans Verkuil @ 2019-01-08 15:44 UTC (permalink / raw)
  To: Linux Media Mailing List

The following changes since commit 1e0d0a5fd38192f23304ea2fc2b531fea7c74247:

  media: s5p-mfc: fix incorrect bus assignment in virtual child device (2019-01-07 14:39:36 -0500)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.1b2

for you to fetch changes up to aaa099e5efb834c55a8ddbeb7d9596208e4433c2:

  rcar-vin: remove unneeded locking in async callbacks (2019-01-08 16:41:51 +0100)

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

----------------------------------------------------------------
Aditya Pakki (2):
      media: gspca: Check the return value of write_bridge for timeout
      media: gspca: mt9m111: Check write_bridge for timeout

Akinobu Mita (1):
      media: staging: bcm2835-camera: use V4L2_FRACT_COMPARE

Alexey Khoroshilov (2):
      media: tw9910: fix failure handling in tw9910_power_on()
      media: tw9910: add helper function for setting gpiod value

Andrzej Pietrasiewicz (2):
      media: Change Andrzej Pietrasiewicz's e-mail address
      MAINTAINERS: Change s5p-jpeg maintainer information.

Dafna Hirschfeld (1):
      media: vicodec: bugfix - replace '=' with '|='

Hans Verkuil (1):
      v4l2-ctrls.c/uvc: zero v4l2_event

Jacopo Mondi (1):
      media: rcar-csi2: Fix PHTW table values for E3/V3M

Kangjie Lu (2):
      usb: gspca: add a missed return-value check for do_command
      usb: gspca: add a missed check for goto_low_power

Kieran Bingham (1):
      media: vsp1: Fix trivial documentation

Niklas Söderlund (1):
      rcar-vin: remove unneeded locking in async callbacks

Ondrej Jirman (1):
      media: sunxi: cedrus: Fix missing error message context

Pawe? Chmiel (1):
      media: s5p-jpeg: Check for fmt_ver_flag when doing fmt enumeration

 MAINTAINERS                                                   |  3 ++-
 drivers/media/common/videobuf2/videobuf2-dma-sg.c             |  2 +-
 drivers/media/i2c/tw9910.c                                    | 27 +++++++++++----------
 drivers/media/platform/rcar-vin/rcar-core.c                   | 14 -----------
 drivers/media/platform/rcar-vin/rcar-csi2.c                   | 62 +++++++++++++++++++++++------------------------
 drivers/media/platform/s5p-jpeg/jpeg-core.c                   | 23 ++++++++++--------
 drivers/media/platform/s5p-jpeg/jpeg-core.h                   |  2 +-
 drivers/media/platform/s5p-jpeg/jpeg-hw-s5p.c                 |  2 +-
 drivers/media/platform/s5p-jpeg/jpeg-hw-s5p.h                 |  2 +-
 drivers/media/platform/s5p-jpeg/jpeg-regs.h                   |  2 +-
 drivers/media/platform/vicodec/codec-fwht.c                   |  8 +++---
 drivers/media/platform/vsp1/vsp1_video.c                      |  2 +-
 drivers/media/usb/gspca/cpia1.c                               | 14 ++++++++---
 drivers/media/usb/gspca/m5602/m5602_mt9m111.c                 |  8 +++---
 drivers/media/usb/gspca/m5602/m5602_po1030.c                  |  8 ++++--
 drivers/media/usb/uvc/uvc_ctrl.c                              |  2 +-
 drivers/media/v4l2-core/v4l2-ctrls.c                          |  2 +-
 drivers/staging/media/sunxi/cedrus/cedrus_hw.c                | 28 ++++++++++-----------
 drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.c |  8 ++----
 include/media/videobuf2-dma-sg.h                              |  2 +-
 20 files changed, 111 insertions(+), 110 deletions(-)

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

end of thread, other threads:[~2019-02-18 17:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-18 17:04 [GIT PULL FOR v5.1] Various fixes Hans Verkuil
  -- strict thread matches above, loose matches on Subject: below --
2019-02-07 15:31 Hans Verkuil
2019-01-31 14:10 Hans Verkuil
2019-01-16 16:03 Hans Verkuil
2019-01-15  8:16 Hans Verkuil
2019-01-10 12:34 Hans Verkuil
2019-01-10 11:18 Sean Young
2019-01-08 15:44 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).