linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL FOR v4.21 v2] Various fixes
@ 2018-11-23  8:29 Hans Verkuil
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Verkuil @ 2018-11-23  8:29 UTC (permalink / raw)
  To: Linux Media Mailing List

(fixed up my SoB mess)

Just one note: the "cec: keep track of outstanding transmits" is CC-ed to stable
for v4.18 and up, but I prefer to wait until v4.21 before merging it to give it
more test time. It is not something that happens in normal usage, so delaying
this isn't a problem.

Regards,

	Hans

The following changes since commit fbe57dde7126d1b2712ab5ea93fb9d15f89de708:

  media: ov7740: constify structures stored in fields of v4l2_subdev_ops structure (2018-11-06 07:17:02 -0500)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v4.21a2

for you to fetch changes up to 9001e4d520f11d344f10092d3217156ec10c6934:

  vivid: fill in media_device bus_info (2018-11-23 09:26:54 +0100)

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

----------------------------------------------------------------
Hans Verkuil (7):
      adv7604: add CEC support for adv7611/adv7612
      cec: report Vendor ID after initialization
      cec: add debug_phys_addr module option
      cec: keep track of outstanding transmits
      vivid: fix error handling of kthread_run
      vivid: set min width/height to a value > 0
      vivid: fill in media_device bus_info

Julia Lawall (4):
      media: vicodec: constify v4l2_ctrl_ops structure
      media: rockchip/rga: constify v4l2_m2m_ops structure
      media: vimc: constify structures stored in fields of v4l2_subdev_ops structure
      media: rockchip/rga: constify video_device structure

Sean Young (1):
      media: v4l uapi docs: few minor corrections and typos

 Documentation/media/uapi/v4l/app-pri.rst         |  2 +-
 Documentation/media/uapi/v4l/audio.rst           |  2 +-
 Documentation/media/uapi/v4l/dev-capture.rst     |  2 +-
 Documentation/media/uapi/v4l/dev-teletext.rst    |  2 +-
 Documentation/media/uapi/v4l/format.rst          |  2 +-
 Documentation/media/uapi/v4l/mmap.rst            | 22 +++++++++----------
 Documentation/media/uapi/v4l/open.rst            |  2 +-
 Documentation/media/uapi/v4l/tuner.rst           |  4 ++--
 Documentation/media/uapi/v4l/userp.rst           |  8 +++----
 Documentation/media/uapi/v4l/video.rst           |  4 ++--
 drivers/media/cec/cec-adap.c                     | 34 ++++++++++++++++++++++--------
 drivers/media/cec/cec-core.c                     |  6 ++++++
 drivers/media/i2c/adv7604.c                      | 63 ++++++++++++++++++++++++++++++++++++++++++++++---------
 drivers/media/platform/rockchip/rga/rga.c        |  4 ++--
 drivers/media/platform/vicodec/vicodec-core.c    |  2 +-
 drivers/media/platform/vimc/vimc-sensor.c        |  2 +-
 drivers/media/platform/vivid/vivid-core.c        |  2 ++
 drivers/media/platform/vivid/vivid-kthread-cap.c |  5 ++++-
 drivers/media/platform/vivid/vivid-kthread-out.c |  5 ++++-
 drivers/media/platform/vivid/vivid-vid-common.c  |  2 +-
 include/media/cec.h                              |  1 +
 21 files changed, 125 insertions(+), 51 deletions(-)

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

* [GIT PULL FOR v4.21 v2] Various fixes
@ 2018-11-23  8:33 Hans Verkuil
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Verkuil @ 2018-11-23  8:33 UTC (permalink / raw)
  To: Linux Media Mailing List

(fixed my SoB mess in this v2)

Various fixes, mostly related to issues found by syzbot.

The following changes since commit fbe57dde7126d1b2712ab5ea93fb9d15f89de708:

  media: ov7740: constify structures stored in fields of v4l2_subdev_ops structure (2018-11-06 07:17:02 -0500)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v4.21b2

for you to fetch changes up to 3f444acfa6f43e2e9b23907fc820e3e51339565c:

  vivid: free bitmap_cap when updating std/timings/etc. (2018-11-23 09:31:39 +0100)

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

----------------------------------------------------------------
Hans Verkuil (6):
      vim2m: use cancel_delayed_work_sync instead of flush_schedule_work
      adv*/tc358743/ths8200: fill in min width/height/pixelclock
      vb2: check memory model for VIDIOC_CREATE_BUFS
      MAINTAINERS fixups
      v4l2-tpg: array index could become negative
      vivid: free bitmap_cap when updating std/timings/etc.

 MAINTAINERS                                     | 10 ++++------
 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c   |  2 +-
 drivers/media/common/videobuf2/videobuf2-core.c |  3 +++
 drivers/media/i2c/ad9389b.c                     |  2 +-
 drivers/media/i2c/adv7511.c                     |  2 +-
 drivers/media/i2c/adv7604.c                     |  4 ++--
 drivers/media/i2c/adv7842.c                     |  4 ++--
 drivers/media/i2c/tc358743.c                    |  2 +-
 drivers/media/i2c/ths8200.c                     |  2 +-
 drivers/media/platform/vim2m.c                  |  3 ++-
 drivers/media/platform/vivid/vivid-vid-cap.c    |  2 ++
 11 files changed, 20 insertions(+), 16 deletions(-)

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

end of thread, other threads:[~2018-11-23 19:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-23  8:29 [GIT PULL FOR v4.21 v2] Various fixes Hans Verkuil
2018-11-23  8:33 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).