linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.3] Various fixes
@ 2019-06-12 14:22 Hans Verkuil (hansverk)
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Verkuil (hansverk) @ 2019-06-12 14:22 UTC (permalink / raw)
  To: Linux Media Mailing List

The following changes since commit 4e8c120de9268fc26f583268b9d22e7d37c4595f:

  media: fdp1: Support M3N and E3 platforms (2019-06-11 12:29:54 -0400)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git for-v5.3p

for you to fetch changes up to 4ca498ad26603d78d76deff405a0070f9bf65c21:

  media: imx214: Fix typo in module description of imx214 (2019-06-12 16:11:27 +0200)

----------------------------------------------------------------
Anders Roxell (2):
      drivers: media: i2c: don't enable if CONFIG_DRM_I2C_ADV7511=n
      drivers: media: coda: fix warning same module names

Hans Verkuil (1):
      touchscreen/sur40: set device_caps in struct video_device

Marek Szyprowski (1):
      media: s5p-mfc: fix reading min scratch buffer size on MFC v6/v7

Masanari Iida (1):
      media: imx214: Fix typo in module description of imx214

Tomasz Figa (1):
      MAINTAINERS: media: Add Tomasz Figa as a videobuf2 reviewer

Young Xiao (1):
      media: davinci: vpif_capture: fix memory leak in vpif_probe()

YueHaibing (1):
      media: meson: vdec: Add missing kthread.h

 MAINTAINERS                                   |  1 +
 drivers/input/touchscreen/sur40.c             |  6 ++----
 drivers/media/i2c/Kconfig                     |  1 +
 drivers/media/i2c/imx214.c                    |  2 +-
 drivers/media/pci/cobalt/Kconfig              |  2 +-
 drivers/media/platform/coda/Makefile          |  4 ++--
 drivers/media/platform/davinci/vpif_capture.c | 16 ++++++++++++++--
 drivers/media/platform/s5p-mfc/s5p_mfc.c      |  3 ++-
 drivers/staging/media/meson/vdec/vdec.c       |  1 +
 9 files changed, 25 insertions(+), 11 deletions(-)

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

* [GIT PULL FOR v5.3] Various fixes
@ 2019-06-27  7:49 Hans Verkuil
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Verkuil @ 2019-06-27  7:49 UTC (permalink / raw)
  To: Linux Media Mailing List

Just three patches this time.

Regards,

	Hans

The following changes since commit 86d617d6c79d79288ca608b6fb0a2467b0e8ddbb:

  media: MAINTAINERS: Add maintainers for Media Controller (2019-06-24 15:07:51 -0400)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.3u

for you to fetch changes up to 696b7cfaa9954fa0c91ddf79206aa399bbdea1e1:

  media: allegro: use new v4l2_m2m_ioctl_try_encoder_cmd funcs (2019-06-27 09:41:23 +0200)

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

----------------------------------------------------------------
Bastien Nocera (1):
      doc-rst: Fix typos

Luke Nowakowski-Krijger (1):
      radio-raremono: change devm_k*alloc to k*alloc

Michael Tretter (1):
      media: allegro: use new v4l2_m2m_ioctl_try_encoder_cmd funcs

 Documentation/media/uapi/rc/rc-tables.rst        | 10 +++++-----
 drivers/media/radio/radio-raremono.c             | 30 +++++++++++++++++++++++-------
 drivers/staging/media/allegro-dvt/allegro-core.c | 22 ++--------------------
 3 files changed, 30 insertions(+), 32 deletions(-)

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

* [GIT PULL FOR v5.3] Various fixes.
@ 2019-06-17 13:47 Hans Verkuil
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Verkuil @ 2019-06-17 13:47 UTC (permalink / raw)
  To: Linux Media Mailing List

The following changes since commit 513dbd35b5d93c45fa7291147f21fc0227a9f999:

  media: add SPDX headers to some files (2019-06-12 11:42:27 -0400)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.3r

for you to fetch changes up to c0d1b0b083620e1755a563102368c35686df5f18:

  staging: media: tegra-vde: Manually pack UAPI structures (2019-06-17 15:37:55 +0200)

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

----------------------------------------------------------------
Akinobu Mita (2):
      media: vivid: remove unnecessary min and max timeperframe constants
      media: video-i2c: use V4L2_FRACT_COMPARE

André Almeida (2):
      media: vimc: stream: add missing function documentation
      media: docs: create vimc documentation

Dmitry Osipenko (2):
      staging: media: tegra-vde: Remove BIT() macro from UAPI header
      staging: media: tegra-vde: Manually pack UAPI structures

Fabio Estevam (2):
      media: dt-bindings: imx7-csi: Document a single CSI clock
      media: coda: Use devm_platform_ioremap_resource()

Jae Hyun Yoo (1):
      media: aspeed: add a workaround to fix a silicon bug

Luca Ceresoli (1):
      media: docs: v4l2-controls: fix sentence rendered in a nonsense way

YueHaibing (1):
      media: meye: Fix build COMPILE_TEST error

 Documentation/devicetree/bindings/media/imx7-csi.txt |  9 ++----
 Documentation/media/uapi/v4l/extended-controls.rst   |  9 +++---
 Documentation/media/v4l-drivers/index.rst            |  1 +
 Documentation/media/v4l-drivers/vimc.dot             | 22 +++++++++++++++
 Documentation/media/v4l-drivers/vimc.rst             | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/media/i2c/video-i2c.c                        |  8 ++----
 drivers/media/pci/meye/Kconfig                       |  3 +-
 drivers/media/platform/aspeed-video.c                | 28 ++++++++++++++-----
 drivers/media/platform/coda/coda-common.c            |  4 +--
 drivers/media/platform/vimc/vimc-streamer.c          | 22 +++++++++++++++
 drivers/media/platform/vivid/vivid-core.h            | 12 --------
 drivers/media/platform/vivid/vivid-vid-cap.c         |  7 -----
 drivers/staging/media/tegra-vde/tegra-vde.c          | 13 +++++++--
 drivers/staging/media/tegra-vde/uapi.h               | 48 ++++++++++++++++----------------
 14 files changed, 212 insertions(+), 72 deletions(-)
 create mode 100644 Documentation/media/v4l-drivers/vimc.dot
 create mode 100644 Documentation/media/v4l-drivers/vimc.rst

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

* [GIT PULL FOR v5.3] Various fixes
@ 2019-06-03 12:09 Hans Verkuil
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Verkuil @ 2019-06-03 12:09 UTC (permalink / raw)
  To: Linux Media Mailing List

The following changes since commit 69fbb3f47327d959830c94bf31893972b8c8f700:

  media: wl128x: Fix some error handling in fm_v4l2_init_video_device() (2019-06-03 07:20:49 -0400)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.3i

for you to fetch changes up to b38335752c71ca9603f0a863a6e6eecd641add04:

  media: dt-bindings: Fix vendor-prefixes YAML (2019-06-03 13:58:51 +0200)

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

----------------------------------------------------------------
Colin Ian King (1):
      media: cx23885: remove redundant assignment to err

Dan Carpenter (1):
      media: staging/imx: fix two NULL vs IS_ERR() bugs

Hans Verkuil (1):
      dvb-usb/cxusb-analog.c: fix coccinelle warning, use ktime.h

Maxime Ripard (1):
      media: dt-bindings: Fix vendor-prefixes YAML

Neil Armstrong (1):
      media: platform: ao-cec-g12a: disable regmap fast_io for cec bus regmap

 Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 +-
 drivers/media/pci/cx23885/cx23885-dvb.c                | 2 --
 drivers/media/platform/meson/ao-cec-g12a.c             | 1 -
 drivers/media/usb/dvb-usb/cxusb-analog.c               | 5 ++---
 drivers/staging/media/imx/imx-media-csi.c              | 4 ++--
 drivers/staging/media/imx/imx7-media-csi.c             | 4 ++--
 6 files changed, 7 insertions(+), 11 deletions(-)

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

* [GIT PULL FOR v5.3] Various fixes
@ 2019-05-29  9:49 Hans Verkuil
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Verkuil @ 2019-05-29  9:49 UTC (permalink / raw)
  To: Linux Media Mailing List

Note: this includes two regressions for 5.3:

      mc-device.c: don't memset __user pointer contents
      cec-adap: fix regression in ping sanity check

Regards,

	Hans

The following changes since commit 39cb46751e2fbb72e0698f80e339db1fd4e1f50e:

  media: imx7-media-csi: Change imx7_csi_enable() to void (2019-05-28 14:20:12 -0400)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.3h

for you to fetch changes up to 6d40d995f877ef1cec20bec1135207f0dfac4c5a:

  cec-adap: fix regression in ping sanity check (2019-05-29 11:41:05 +0200)

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

----------------------------------------------------------------
Hans Verkuil (4):
      videobuf2-vmalloc: get_userptr: buffers are always writable
      media-ioc-enum-links.rst: fix incorrect reserved field documentation
      mc-device.c: don't memset __user pointer contents
      cec-adap: fix regression in ping sanity check

Kefeng Wang (1):
      media: saa7164: fix remove_proc_entry warning

Wen Yang (2):
      media: mtk-vpu: fix leaked of_node references
      media: mtk-vcodec: fix leaked of_node references

 Documentation/media/uapi/mediactl/media-ioc-enum-links.rst |  7 ++++++-
 drivers/media/cec/cec-adap.c                               |  2 +-
 drivers/media/common/videobuf2/videobuf2-dma-contig.c      |  3 +--
 drivers/media/common/videobuf2/videobuf2-dma-sg.c          |  3 +--
 drivers/media/common/videobuf2/videobuf2-memops.c          |  9 ++-------
 drivers/media/common/videobuf2/videobuf2-vmalloc.c         |  3 +--
 drivers/media/mc/mc-device.c                               |  5 +++--
 drivers/media/pci/saa7164/saa7164-core.c                   | 33 ++++++++++++++++++++++-----------
 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec_pm.c      |  2 +-
 drivers/media/platform/mtk-vpu/mtk_vpu.c                   |  2 +-
 include/media/videobuf2-memops.h                           |  3 +--
 11 files changed, 40 insertions(+), 32 deletions(-)

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

end of thread, other threads:[~2019-06-27  7:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-12 14:22 [GIT PULL FOR v5.3] Various fixes Hans Verkuil (hansverk)
  -- strict thread matches above, loose matches on Subject: below --
2019-06-27  7:49 Hans Verkuil
2019-06-17 13:47 Hans Verkuil
2019-06-03 12:09 Hans Verkuil
2019-05-29  9:49 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).