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

Besides vivid and vimc fixes the main change is to switch to using u64
for the timestamp everywhere.

Regards,

	Hans

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.1l

for you to fetch changes up to 008448a3d698195c4789b8b967a3e5332a0a2673:

  vivid: add vertical down sampling to imagesize calc (2019-02-05 12:00:48 +0100)

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

----------------------------------------------------------------
André Almeida (1):
      vivid: add vertical down sampling to imagesize calc

Hans Verkuil (8):
      v4l2-event: keep track of the timestamp in ns
      videobuf: use u64 for the timestamp internally
      meye: use u64 for the timestamp internally
      cpia2: use u64 for the timestamp internally
      stkwebcam: use u64 for the timestamp internally
      usbvision: use u64 for the timestamp internally
      zoran: use u64 for the timestamp internally
      v4l2-common: drop v4l2_get_timestamp

Lucas A. M. Magalhães (1):
      media: vimc: Add vimc-streamer for stream control

 drivers/media/common/saa7146/saa7146_fops.c   |   2 +-
 drivers/media/pci/bt8xx/bttv-driver.c         |   8 +--
 drivers/media/pci/cx18/cx18-mailbox.c         |   2 +-
 drivers/media/pci/meye/meye.c                 |   8 +--
 drivers/media/pci/meye/meye.h                 |   2 +-
 drivers/media/platform/davinci/vpfe_capture.c |   2 +-
 drivers/media/platform/fsl-viu.c              |   2 +-
 drivers/media/platform/omap/omap_vout.c       |  12 ++--
 drivers/media/platform/vimc/Makefile          |   3 +-
 drivers/media/platform/vimc/vimc-capture.c    |  18 +++---
 drivers/media/platform/vimc/vimc-common.c     |  35 -----------
 drivers/media/platform/vimc/vimc-common.h     |  15 +----
 drivers/media/platform/vimc/vimc-debayer.c    |  26 ++------
 drivers/media/platform/vimc/vimc-scaler.c     |  28 ++-------
 drivers/media/platform/vimc/vimc-sensor.c     |  56 ++++-------------
 drivers/media/platform/vimc/vimc-streamer.c   | 188 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/media/platform/vimc/vimc-streamer.h   |  38 ++++++++++++
 drivers/media/platform/vivid/vivid-vid-cap.c  |  10 ++-
 drivers/media/usb/cpia2/cpia2.h               |   2 +-
 drivers/media/usb/cpia2/cpia2_usb.c           |   2 +-
 drivers/media/usb/cpia2/cpia2_v4l.c           |  11 +---
 drivers/media/usb/cx231xx/cx231xx-417.c       |   4 +-
 drivers/media/usb/cx231xx/cx231xx-vbi.c       |   2 +-
 drivers/media/usb/cx231xx/cx231xx-video.c     |   2 +-
 drivers/media/usb/stkwebcam/stk-webcam.c      |   2 +-
 drivers/media/usb/tm6000/tm6000-video.c       |   2 +-
 drivers/media/usb/usbvision/usbvision-core.c  |   2 +-
 drivers/media/usb/usbvision/usbvision-video.c |   4 +-
 drivers/media/usb/usbvision/usbvision.h       |   2 +-
 drivers/media/usb/zr364xx/zr364xx.c           |   4 +-
 drivers/media/v4l2-core/v4l2-common.c         |  10 ---
 drivers/media/v4l2-core/v4l2-event.c          |  19 +++---
 drivers/media/v4l2-core/videobuf-core.c       |   4 +-
 drivers/staging/media/zoran/zoran.h           |   2 +-
 drivers/staging/media/zoran/zoran_device.c    |   4 +-
 drivers/staging/media/zoran/zoran_driver.c    |   4 +-
 include/media/v4l2-common.h                   |   9 ---
 include/media/v4l2-event.h                    |   2 +
 include/media/videobuf-core.h                 |   2 +-
 39 files changed, 321 insertions(+), 229 deletions(-)
 create mode 100644 drivers/media/platform/vimc/vimc-streamer.c
 create mode 100644 drivers/media/platform/vimc/vimc-streamer.h

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

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

Hi Mauro,

I decided to include Jacopo's arch/sh patch since there hasn't been a reply
for 10 days, and it is a simple fix for an annoying problem.

I also merged Ezequiel's 'Correct return type' series: it's a bit painful
as it touches on more sources than you would expect, but this is a good time
to get this in. Having proper type checking is a good thing, after all.

Regards,

	Hans

The following changes since commit 6fd369dd1cb65a032f1ab9227033ecb7b759656d:

  media: vimc: fill in bus_info in media_device_info (2019-02-07 12:38:59 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 79b66349d5580365ea9bcc3f699906bdd70f3671:

  media: cedrus: mpeg2: Use v4l2_m2m_get_vq helper for capture queue (2019-02-15 12:13:03 +0100)

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

----------------------------------------------------------------
Chen-Yu Tsai (3):
      media: sun6i: Fix CSI regmap's max_register
      media: sun6i: Add support for RGB565 formats
      media: sun6i: Add support for JPEG media bus format

Colin Ian King (1):
      media: exynos4-is: remove redundant check on type

Ezequiel Garcia (10):
      mtk-jpeg: Correct return type for mem2mem buffer helpers
      mtk-mdp: Correct return type for mem2mem buffer helpers
      mtk-vcodec: Correct return type for mem2mem buffer helpers
      mx2_emmaprp: Correct return type for mem2mem buffer helpers
      rockchip/rga: Correct return type for mem2mem buffer helpers
      s5p-g2d: Correct return type for mem2mem buffer helpers
      s5p-jpeg: Correct return type for mem2mem buffer helpers
      sh_veu: Correct return type for mem2mem buffer helpers
      rockchip/vpu: Correct return type for mem2mem buffer helpers
      media: v4l2-mem2mem: Correct return type for mem2mem buffer helpers

Jacopo Mondi (1):
      sh: migor: Include missing dma-mapping header

Paul Kocialkowski (2):
      media: cedrus: Forbid setting new formats on busy queues
      media: cedrus: mpeg2: Use v4l2_m2m_get_vq helper for capture queue

Tim Harvey (1):
      media: tda1997x: fix get_edid

 arch/sh/boards/mach-migor/setup.c                           |  1 +
 drivers/media/i2c/tda1997x.c                                |  4 ++++
 drivers/media/platform/exynos4-is/fimc-isp-video.c          |  4 +---
 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c             | 40 ++++++++++++++++++++--------------------
 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c                | 20 +++++++-------------
 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c          | 62 ++++++++++++++++++++++++++------------------------------------
 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c          | 72 ++++++++++++++++++++++++++++--------------------------------------------
 drivers/media/platform/mx2_emmaprp.c                        |  6 +++---
 drivers/media/platform/rockchip/rga/rga.c                   |  6 +++---
 drivers/media/platform/s5p-g2d/g2d.c                        |  6 +++---
 drivers/media/platform/s5p-jpeg/jpeg-core.c                 | 38 +++++++++++++++++++-------------------
 drivers/media/platform/sh_veu.c                             |  4 ++--
 drivers/media/platform/sunxi/sun6i-csi/sun6i_csi.c          | 27 ++++++++++++++++++++++++---
 drivers/media/platform/sunxi/sun6i-csi/sun6i_csi.h          |  3 +++
 drivers/media/platform/sunxi/sun6i-csi/sun6i_video.c        |  3 +++
 drivers/media/v4l2-core/v4l2-mem2mem.c                      |  6 +++---
 drivers/staging/media/rockchip/vpu/rk3288_vpu_hw_jpeg_enc.c |  6 +++---
 drivers/staging/media/rockchip/vpu/rk3399_vpu_hw_jpeg_enc.c |  6 +++---
 drivers/staging/media/sunxi/cedrus/cedrus_mpeg2.c           | 10 +++++-----
 drivers/staging/media/sunxi/cedrus/cedrus_video.c           | 10 ++++++++++
 include/media/v4l2-mem2mem.h                                | 24 +++++++++++++++---------
 21 files changed, 186 insertions(+), 172 deletions(-)

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

end of thread, other threads:[~2019-02-15 12:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-05 12:16 [GIT PULL FOR v5.1] Various fixes/improvements Hans Verkuil
2019-02-15 12:14 Hans Verkuil (hansverk)

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