linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL FOR v4.21] Various fixes
@ 2018-11-07 10:31 Hans Verkuil
  2018-11-22 20:21 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Verkuil @ 2018-11-07 10:31 UTC (permalink / raw)
  To: Linux Media Mailing List

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.21a

for you to fetch changes up to b6f3defe272a97ea65f4352cdc9c0b943164a75e:

  vivid: fill in media_device bus_info (2018-11-07 11:15:12 +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] 3+ messages in thread

* Re: [GIT PULL FOR v4.21] Various fixes
  2018-11-07 10:31 [GIT PULL FOR v4.21] Various fixes Hans Verkuil
@ 2018-11-22 20:21 ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2018-11-22 20:21 UTC (permalink / raw)
  To: Hans Verkuil; +Cc: Linux Media Mailing List

Hi Hans,

Em Wed, 7 Nov 2018 11:31:14 +0100
Hans Verkuil <hverkuil@xs4all.nl> escreveu:

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

Could you please check your trees? 

Checkpatch is complaining with:

	WARNING: Missing Signed-off-by: line by nominal patch author 'Hans Verkuil <hverkuil@xs4all.nl>'

This particular tree has two of your emails as signatures, but it misses
the one you're actually using for the Author: tag:

	Signed-off-by:	Hans Verkuil <hans.verkuil@cisco.com>
	Signed-off-by:	Hans Verkuil <hansverk@cisco.com>

I ended by merging another of your trees that had the same issue.
We should receive some e-mails when this hits linux-next, due to that :-)

> 
> 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.21a
> 
> for you to fetch changes up to b6f3defe272a97ea65f4352cdc9c0b943164a75e:
> 
>   vivid: fill in media_device bus_info (2018-11-07 11:15:12 +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(-



Thanks,
Mauro

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

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

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.21b

for you to fetch changes up to d0783331c8aa9074e8235ea6d7e73e7010450d90:

  vivid: free bitmap_cap when updating std/timings/etc. (2018-11-09 15:29:13 +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] 3+ messages in thread

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-07 10:31 [GIT PULL FOR v4.21] Various fixes Hans Verkuil
2018-11-22 20:21 ` Mauro Carvalho Chehab
2018-11-09 14:37 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).