All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v4.19] Various fixes
@ 2018-07-18 10:38 Hans Verkuil
  2018-07-24 22:04 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 11+ messages in thread
From: Hans Verkuil @ 2018-07-18 10:38 UTC (permalink / raw)
  To: Linux Media Mailing List
  Cc: Jacopo Mondi, Ezequiel Garcia, Niklas Söderlund

Hi Mauro,

Various fixes. Please note that I re-added the 'Add support for STD ioctls on subdev nodes'
patch. It really is needed.

Regards,

	Hans

The following changes since commit 39fbb88165b2bbbc77ea7acab5f10632a31526e6:

  media: bpf: ensure bpf program is freed on detach (2018-07-13 11:07:29 -0400)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git for-v4.19m

for you to fetch changes up to 38630cde092e3fd66e18fc8752d7dd6b32947ca7:

  media: staging: tegra-vde: Replace debug messages with trace points (2018-07-18 12:15:18 +0200)

----------------------------------------------------------------
Dmitry Osipenko (1):
      media: staging: tegra-vde: Replace debug messages with trace points

Ezequiel Garcia (3):
      rcar_jpu: Remove unrequired wait in .job_abort
      s5p-g2d: Remove unrequired wait in .job_abort
      mem2mem: Make .job_abort optional

Hans Verkuil (1):
      videobuf2-core: check for q->error in vb2_core_qbuf()

Jacopo Mondi (9):
      sh: defconfig: migor: Update defconfig
      sh: defconfig: migor: Enable CEU and sensor drivers
      sh: defconfig: ecovec: Update defconfig
      sh: defconfig: ecovec: Enable CEU and video drivers
      sh: defconfig: se7724: Update defconfig
      sh: defconfig: se7724: Enable CEU and sensor driver
      sh: defconfig: ap325rxa: Update defconfig
      sh: defconfig: ap325rxa: Enable CEU and sensor driver
      sh: migor: Remove stale soc_camera include

Laurent Pinchart (1):
      v4l: rcar_fdp1: Enable compilation on Gen2 platforms

Neil Armstrong (1):
      media: platform: meson-ao-cec: make busy TX warning silent

Niklas Söderlund (1):
      v4l: Add support for STD ioctls on subdev nodes

Philipp Zabel (1):
      media: video-mux: fix compliance failures

 Documentation/media/uapi/v4l/vidioc-enumstd.rst  |  11 ++-
 Documentation/media/uapi/v4l/vidioc-g-std.rst    |  14 +++-
 Documentation/media/uapi/v4l/vidioc-querystd.rst |  11 ++-
 arch/sh/boards/mach-migor/setup.c                |   1 -
 arch/sh/configs/ap325rxa_defconfig               |  29 ++-----
 arch/sh/configs/ecovec24_defconfig               |  35 ++-------
 arch/sh/configs/migor_defconfig                  |  31 ++------
 arch/sh/configs/se7724_defconfig                 |  30 ++------
 drivers/media/common/videobuf2/videobuf2-core.c  |   5 ++
 drivers/media/platform/Kconfig                   |   2 +-
 drivers/media/platform/meson/ao-cec.c            |   2 +-
 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c  |   5 --
 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c     |   5 --
 drivers/media/platform/rcar_jpu.c                |  16 ----
 drivers/media/platform/rockchip/rga/rga.c        |   6 --
 drivers/media/platform/s5p-g2d/g2d.c             |  16 ----
 drivers/media/platform/s5p-g2d/g2d.h             |   1 -
 drivers/media/platform/s5p-jpeg/jpeg-core.c      |   7 --
 drivers/media/platform/video-mux.c               | 119 ++++++++++++++++++++++++++++-
 drivers/media/v4l2-core/v4l2-mem2mem.c           |   6 +-
 drivers/media/v4l2-core/v4l2-subdev.c            |  22 ++++++
 drivers/staging/media/tegra-vde/tegra-vde.c      | 221 +++++++++++++++++++++++++++++++-----------------------
 drivers/staging/media/tegra-vde/trace.h          |  98 ++++++++++++++++++++++++
 include/media/v4l2-mem2mem.h                     |   2 +-
 include/uapi/linux/v4l2-subdev.h                 |   4 +
 25 files changed, 429 insertions(+), 270 deletions(-)
 create mode 100644 drivers/staging/media/tegra-vde/trace.h

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

* Re: [GIT PULL FOR v4.19] Various fixes
  2018-07-18 10:38 [GIT PULL FOR v4.19] Various fixes Hans Verkuil
@ 2018-07-24 22:04 ` Mauro Carvalho Chehab
  2018-07-25  7:18     ` jacopo mondi
  0 siblings, 1 reply; 11+ messages in thread
From: Mauro Carvalho Chehab @ 2018-07-24 22:04 UTC (permalink / raw)
  To: Hans Verkuil
  Cc: Linux Media Mailing List, Jacopo Mondi, Ezequiel Garcia,
	Niklas Söderlund

Em Wed, 18 Jul 2018 12:38:58 +0200
Hans Verkuil <hverkuil@xs4all.nl> escreveu:

> Hi Mauro,
> 
> Various fixes. Please note that I re-added the 'Add support for STD ioctls on subdev nodes'
> patch. It really is needed.
> 
> Regards,
> 
> 	Hans
> 

> Jacopo Mondi (9):
>       sh: defconfig: migor: Update defconfig
>       sh: defconfig: migor: Enable CEU and sensor drivers
>       sh: defconfig: ecovec: Update defconfig
>       sh: defconfig: ecovec: Enable CEU and video drivers
>       sh: defconfig: se7724: Update defconfig
>       sh: defconfig: se7724: Enable CEU and sensor driver
>       sh: defconfig: ap325rxa: Update defconfig
>       sh: defconfig: ap325rxa: Enable CEU and sensor driver

I didn't apply the above ones. I understand you want to enable
the sensor drivers there, but It should either go via SUPERH
tree or we would need his ack to merge on our tree.

>       sh: migor: Remove stale soc_camera include

It caused me lots of doubts if we should either apply this one
via the media tree or not. I ended by applying, as we're maintaining
the soc_camera stuff, with are being removed. So, it makes more sense
to merge it via our tree.

Still, it would be nicer if we had the SUPERH maintainer's ack on
it.


Thanks,
Mauro

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

* Re: [GIT PULL FOR v4.19] Various fixes
  2018-07-24 22:04 ` Mauro Carvalho Chehab
@ 2018-07-25  7:18     ` jacopo mondi
  0 siblings, 0 replies; 11+ messages in thread
From: jacopo mondi @ 2018-07-25  7:18 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Hans Verkuil, Linux Media Mailing List, Jacopo Mondi,
	Ezequiel Garcia, Niklas Söderlund, ysato, dalias, linux-sh

[-- Attachment #1: Type: text/plain, Size: 1774 bytes --]

Hi Mauro,
   I understand, and I failed to cc the SH people initially.

Roping in Sato-san, Rich and the SH list.
Could you guys please have a look here? I've gone through the media
tree as all these changes sparkled from soc_camera removal, and while
I was there I updated the defconfigs before enabling CEU and disabling
soc_camera.

How long before we miss v4.19 Mauro?

Thanks
   j

On Tue, Jul 24, 2018 at 07:04:13PM -0300, Mauro Carvalho Chehab wrote:
> Em Wed, 18 Jul 2018 12:38:58 +0200
> Hans Verkuil <hverkuil@xs4all.nl> escreveu:
>
> > Hi Mauro,
> >
> > Various fixes. Please note that I re-added the 'Add support for STD ioctls on subdev nodes'
> > patch. It really is needed.
> >
> > Regards,
> >
> > 	Hans
> >
>
> > Jacopo Mondi (9):
> >       sh: defconfig: migor: Update defconfig
> >       sh: defconfig: migor: Enable CEU and sensor drivers
> >       sh: defconfig: ecovec: Update defconfig
> >       sh: defconfig: ecovec: Enable CEU and video drivers
> >       sh: defconfig: se7724: Update defconfig
> >       sh: defconfig: se7724: Enable CEU and sensor driver
> >       sh: defconfig: ap325rxa: Update defconfig
> >       sh: defconfig: ap325rxa: Enable CEU and sensor driver
>
> I didn't apply the above ones. I understand you want to enable
> the sensor drivers there, but It should either go via SUPERH
> tree or we would need his ack to merge on our tree.
>
> >       sh: migor: Remove stale soc_camera include
>
> It caused me lots of doubts if we should either apply this one
> via the media tree or not. I ended by applying, as we're maintaining
> the soc_camera stuff, with are being removed. So, it makes more sense
> to merge it via our tree.
>
> Still, it would be nicer if we had the SUPERH maintainer's ack on
> it.
>
>
> Thanks,
> Mauro

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: [GIT PULL FOR v4.19] Various fixes
@ 2018-07-25  7:18     ` jacopo mondi
  0 siblings, 0 replies; 11+ messages in thread
From: jacopo mondi @ 2018-07-25  7:18 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Hans Verkuil, Linux Media Mailing List, Jacopo Mondi,
	Ezequiel Garcia, Niklas Söderlund, ysato, dalias, linux-sh

[-- Attachment #1: Type: text/plain, Size: 1774 bytes --]

Hi Mauro,
   I understand, and I failed to cc the SH people initially.

Roping in Sato-san, Rich and the SH list.
Could you guys please have a look here? I've gone through the media
tree as all these changes sparkled from soc_camera removal, and while
I was there I updated the defconfigs before enabling CEU and disabling
soc_camera.

How long before we miss v4.19 Mauro?

Thanks
   j

On Tue, Jul 24, 2018 at 07:04:13PM -0300, Mauro Carvalho Chehab wrote:
> Em Wed, 18 Jul 2018 12:38:58 +0200
> Hans Verkuil <hverkuil@xs4all.nl> escreveu:
>
> > Hi Mauro,
> >
> > Various fixes. Please note that I re-added the 'Add support for STD ioctls on subdev nodes'
> > patch. It really is needed.
> >
> > Regards,
> >
> > 	Hans
> >
>
> > Jacopo Mondi (9):
> >       sh: defconfig: migor: Update defconfig
> >       sh: defconfig: migor: Enable CEU and sensor drivers
> >       sh: defconfig: ecovec: Update defconfig
> >       sh: defconfig: ecovec: Enable CEU and video drivers
> >       sh: defconfig: se7724: Update defconfig
> >       sh: defconfig: se7724: Enable CEU and sensor driver
> >       sh: defconfig: ap325rxa: Update defconfig
> >       sh: defconfig: ap325rxa: Enable CEU and sensor driver
>
> I didn't apply the above ones. I understand you want to enable
> the sensor drivers there, but It should either go via SUPERH
> tree or we would need his ack to merge on our tree.
>
> >       sh: migor: Remove stale soc_camera include
>
> It caused me lots of doubts if we should either apply this one
> via the media tree or not. I ended by applying, as we're maintaining
> the soc_camera stuff, with are being removed. So, it makes more sense
> to merge it via our tree.
>
> Still, it would be nicer if we had the SUPERH maintainer's ack on
> it.
>
>
> Thanks,
> Mauro

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: [GIT PULL FOR v4.19] Various fixes
  2018-07-25  7:18     ` jacopo mondi
@ 2018-07-25  9:54       ` Mauro Carvalho Chehab
  -1 siblings, 0 replies; 11+ messages in thread
From: Mauro Carvalho Chehab @ 2018-07-25  9:54 UTC (permalink / raw)
  To: jacopo mondi
  Cc: Hans Verkuil, Linux Media Mailing List, Jacopo Mondi,
	Ezequiel Garcia, Niklas Söderlund, ysato, dalias, linux-sh

Jacopo,

Please don't do top posting! I reordered the thread for it to be at
the way it should be.

Em Wed, 25 Jul 2018 09:18:53 +0200
jacopo mondi <jacopo@jmondi.org> escreveu:

> On Tue, Jul 24, 2018 at 07:04:13PM -0300, Mauro Carvalho Chehab wrote:
> > Em Wed, 18 Jul 2018 12:38:58 +0200
> > Hans Verkuil <hverkuil@xs4all.nl> escreveu:
> >  
> > > Hi Mauro,
> > >
> > > Various fixes. Please note that I re-added the 'Add support for STD ioctls on subdev nodes'
> > > patch. It really is needed.
> > >
> > > Regards,
> > >
> > > 	Hans
> > >  
> >  
> > > Jacopo Mondi (9):
> > >       sh: defconfig: migor: Update defconfig
> > >       sh: defconfig: migor: Enable CEU and sensor drivers
> > >       sh: defconfig: ecovec: Update defconfig
> > >       sh: defconfig: ecovec: Enable CEU and video drivers
> > >       sh: defconfig: se7724: Update defconfig
> > >       sh: defconfig: se7724: Enable CEU and sensor driver
> > >       sh: defconfig: ap325rxa: Update defconfig
> > >       sh: defconfig: ap325rxa: Enable CEU and sensor driver  
> >
> > I didn't apply the above ones. I understand you want to enable
> > the sensor drivers there, but It should either go via SUPERH
> > tree or we would need his ack to merge on our tree.
> >  
> > >       sh: migor: Remove stale soc_camera include  
> >
> > It caused me lots of doubts if we should either apply this one
> > via the media tree or not. I ended by applying, as we're maintaining
> > the soc_camera stuff, with are being removed. So, it makes more sense
> > to merge it via our tree.
> >
> > Still, it would be nicer if we had the SUPERH maintainer's ack on
> > it.
> >
> >
> > Thanks,
> > Mauro  
>
>
> Mauro,
>    I understand, and I failed to cc the SH people initially.
> 
> Roping in Sato-san, Rich and the SH list.
> Could you guys please have a look here? I've gone through the media
> tree as all these changes sparkled from soc_camera removal, and while
> I was there I updated the defconfigs before enabling CEU and disabling
> soc_camera.
> 
> How long before we miss v4.19 Mauro?

That depends on the policies SH people have. This is just build config
stuff, so I guess it could be applied anytime without much issues.

From my side, I'm planning to apply the latest patches for 4.19 along
this week, reserving the next week for bug fixes only and janitorial
work.

> 
> Thanks
>    j
> 


Thanks,
Mauro

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

* Re: [GIT PULL FOR v4.19] Various fixes
@ 2018-07-25  9:54       ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 11+ messages in thread
From: Mauro Carvalho Chehab @ 2018-07-25  9:54 UTC (permalink / raw)
  To: jacopo mondi
  Cc: Hans Verkuil, Linux Media Mailing List, Jacopo Mondi,
	Ezequiel Garcia, Niklas Söderlund, ysato, dalias, linux-sh

Jacopo,

Please don't do top posting! I reordered the thread for it to be at
the way it should be.

Em Wed, 25 Jul 2018 09:18:53 +0200
jacopo mondi <jacopo@jmondi.org> escreveu:

> On Tue, Jul 24, 2018 at 07:04:13PM -0300, Mauro Carvalho Chehab wrote:
> > Em Wed, 18 Jul 2018 12:38:58 +0200
> > Hans Verkuil <hverkuil@xs4all.nl> escreveu:
> >  
> > > Hi Mauro,
> > >
> > > Various fixes. Please note that I re-added the 'Add support for STD ioctls on subdev nodes'
> > > patch. It really is needed.
> > >
> > > Regards,
> > >
> > > 	Hans
> > >  
> >  
> > > Jacopo Mondi (9):
> > >       sh: defconfig: migor: Update defconfig
> > >       sh: defconfig: migor: Enable CEU and sensor drivers
> > >       sh: defconfig: ecovec: Update defconfig
> > >       sh: defconfig: ecovec: Enable CEU and video drivers
> > >       sh: defconfig: se7724: Update defconfig
> > >       sh: defconfig: se7724: Enable CEU and sensor driver
> > >       sh: defconfig: ap325rxa: Update defconfig
> > >       sh: defconfig: ap325rxa: Enable CEU and sensor driver  
> >
> > I didn't apply the above ones. I understand you want to enable
> > the sensor drivers there, but It should either go via SUPERH
> > tree or we would need his ack to merge on our tree.
> >  
> > >       sh: migor: Remove stale soc_camera include  
> >
> > It caused me lots of doubts if we should either apply this one
> > via the media tree or not. I ended by applying, as we're maintaining
> > the soc_camera stuff, with are being removed. So, it makes more sense
> > to merge it via our tree.
> >
> > Still, it would be nicer if we had the SUPERH maintainer's ack on
> > it.
> >
> >
> > Thanks,
> > Mauro  
>
>
> Mauro,
>    I understand, and I failed to cc the SH people initially.
> 
> Roping in Sato-san, Rich and the SH list.
> Could you guys please have a look here? I've gone through the media
> tree as all these changes sparkled from soc_camera removal, and while
> I was there I updated the defconfigs before enabling CEU and disabling
> soc_camera.
> 
> How long before we miss v4.19 Mauro?

That depends on the policies SH people have. This is just build config
stuff, so I guess it could be applied anytime without much issues.

From my side, I'm planning to apply the latest patches for 4.19 along
this week, reserving the next week for bug fixes only and janitorial
work.

> 
> Thanks
>    j
> 


Thanks,
Mauro

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

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

Various fixes for 4.19.

Regards,

	Hans

The following changes since commit 343b23a7c6b6680ef949e6112a4ee60688acf39d:

  media: gpu: ipu-v3: Allow negative offsets for interlaced scanning (2018-07-26 15:21:50 -0400)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git for-v4.19n

for you to fetch changes up to e0d084eedd4f531bc32b2b61c92963126dbf642d:

  media: pci: ivtv: Replace GFP_ATOMIC with GFP_KERNEL (2018-07-27 09:57:28 +0200)

----------------------------------------------------------------
Ezequiel Garcia (1):
      rockchip/rga: Fix bad dma_free_attrs() parameter

Hans Verkuil (1):
      media.h: remove linux/version.h include

Jia-Ju Bai (10):
      media: i2c: adv7842: Replace mdelay() with msleep() and usleep_range() in adv7842_ddr_ram_test()
      media: i2c: vs6624: Replace mdelay() with msleep() and usleep_range() in vs6624_probe()
      media: pci: cobalt: Replace GFP_ATOMIC with GFP_KERNEL in cobalt_probe()
      media: pci: cx23885: Replace mdelay() with msleep() and usleep_range() in altera_ci_slot_reset()
      media: pci: cx23885: Replace mdelay() with msleep() and usleep_range() in cx23885_gpio_setup()
      media: pci: cx23885: Replace mdelay() with msleep() in cx23885_reset()
      media: pci: cx25821: Replace mdelay() with msleep()
      media: pci: cx88: Replace mdelay() with msleep() in cx88_card_setup_pre_i2c()
      media: pci: cx88: Replace mdelay() with msleep() in dvb_register()
      media: pci: ivtv: Replace GFP_ATOMIC with GFP_KERNEL

Matt Ranostay (1):
      media: video-i2c: hwmon: fix return value from amg88xx_hwmon_init()

Nicolas Dufresne (1):
      vivid: Fix V4L2_FIELD_ALTERNATE new frame check

Niklas Söderlund (3):
      adv7180: fix field type to V4L2_FIELD_ALTERNATE
      adv7180: add g_frame_interval support
      rcar-csi2: update stream start for V3M

Philipp Zabel (2):
      media: coda: let CODA960 firmware set frame cropping in SPS header
      media: coda: add SPS fixup code for frame sizes that are not multiples of 16

 drivers/media/i2c/adv7180.c                      |  30 +++++-
 drivers/media/i2c/adv7842.c                      |   8 +-
 drivers/media/i2c/video-i2c.c                    |   2 +-
 drivers/media/i2c/vs6624.c                       |   4 +-
 drivers/media/media-device.c                     |   1 +
 drivers/media/pci/cobalt/cobalt-driver.c         |   2 +-
 drivers/media/pci/cx23885/altera-ci.c            |   2 +-
 drivers/media/pci/cx23885/cx23885-cards.c        |  82 +++++++-------
 drivers/media/pci/cx23885/cx23885-core.c         |   2 +-
 drivers/media/pci/cx25821/cx25821-core.c         |   4 +-
 drivers/media/pci/cx25821/cx25821-gpio.c         |   2 +-
 drivers/media/pci/cx88/cx88-cards.c              |   4 +-
 drivers/media/pci/cx88/cx88-dvb.c                |  20 ++--
 drivers/media/pci/ivtv/ivtv-driver.c             |   2 +-
 drivers/media/pci/ivtv/ivtvfb.c                  |   2 +-
 drivers/media/platform/coda/coda-bit.c           |  40 +++++++
 drivers/media/platform/coda/coda-h264.c          | 316 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/media/platform/coda/coda.h               |   2 +
 drivers/media/platform/rcar-vin/rcar-csi2.c      |  20 ++--
 drivers/media/platform/rockchip/rga/rga.c        |   2 +-
 drivers/media/platform/vivid/vivid-kthread-cap.c |   2 +-
 include/uapi/linux/media.h                       |   3 +-
 22 files changed, 469 insertions(+), 83 deletions(-)

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

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

The following changes since commit 666e994aa2278e948e2492ee9d81b4df241e7222:

  media: platform: s5p-mfc: simplify getting .drvdata (2018-07-04 11:45:40 -0400)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git for-v4.19i

for you to fetch changes up to 894d81fed117fc49906e64b085f3607cf694de92:

  media: v4l2-ctrls.h: fix v4l2_ctrl field description typos (2018-07-06 15:48:16 +0200)

----------------------------------------------------------------
Baruch Siach (1):
      media: v4l2-ctrls.h: fix v4l2_ctrl field description typos

Hugues Fruchet (1):
      MAINTAINERS: Add entry for STM32 DCMI media driver

Julia Lawall (1):
      gspca_kinect: cast sizeof to int for comparison

Krzysztof Ha?asa (1):
      tw686x: Fix oops on buffer alloc failure

Matt Ranostay (1):
      media: video-i2c: add hwmon support for amg88xx

Philipp Zabel (4):
      media: coda: move framebuffer size calculation out of loop
      media: coda: streamline framebuffer size calculation a bit
      media: coda: use encoder crop rectangle to set visible width and height
      media: coda: add missing h.264 levels

 MAINTAINERS                               |  8 +++++++
 drivers/media/i2c/Kconfig                 |  1 +
 drivers/media/i2c/video-i2c.c             | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/media/pci/tw686x/tw686x-video.c   | 11 ++++++---
 drivers/media/platform/coda/coda-bit.c    | 45 ++++++++++++++++------------------
 drivers/media/platform/coda/coda-common.c | 45 ++++++++++++++++++++++++++++++----
 drivers/media/platform/coda/coda-h264.c   |  3 +++
 drivers/media/usb/gspca/kinect.c          |  2 +-
 include/media/v4l2-ctrls.h                |  4 ++--
 9 files changed, 165 insertions(+), 35 deletions(-)

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

* [GIT PULL FOR v4.19] Various fixes
@ 2018-07-04  9:50 Hans Verkuil
  0 siblings, 0 replies; 11+ messages in thread
From: Hans Verkuil @ 2018-07-04  9:50 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Jacopo Mondi

About half of this pull request is Jacopo's R-Car R8A77995 series, the
other half are miscellaneous patches.

Regards,

	Hans

The following changes since commit 3c4a737267e89aafa6308c6c456d2ebea3fcd085:

  media: ov5640: fix frame interval enumeration (2018-06-28 09:24:38 -0400)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git for-v4.19h

for you to fetch changes up to f7080d547e040e061a6dd7aebcde74c14f844392:

  tuner-simple: allow setting mono radio mode (2018-07-04 11:35:49 +0200)

----------------------------------------------------------------
Jacopo Mondi (11):
      media: rcar-vin: Rename 'digital' to 'parallel'
      media: rcar-vin: Remove two empty lines
      media: rcar-vin: Create a group notifier
      media: rcar-vin: Cleanup notifier in error path
      media: rcar-vin: Cache the mbus configuration flags
      media: rcar-vin: Parse parallel input on Gen3
      media: rcar-vin: Link parallel input media entities
      media: rcar-vin: Handle parallel subdev in link_notify
      media: rcar-vin: Rename _rcar_info to rcar_info
      media: rcar-vin: Add support for R-Car R8A77995 SoC
      dt-bindings: media: rcar-vin: Add R8A77995 support

Jan Luebbe (2):
      media: imx: capture: refactor enum_/try_fmt
      media: imx: add support for RGB565_2X8 on parallel bus

Keiichi Watanabe (3):
      media: v4l2-ctrl: Change control for VP8 profile to menu control
      media: v4l2-ctrl: Add control for VP9 profile
      media: mtk-vcodec: Support VP9 profile in decoder

Maciej S. Szmigiero (3):
      ivtv: zero-initialize cx25840 platform data
      cx25840: add kernel-doc description of struct cx25840_state
      tuner-simple: allow setting mono radio mode

Peter Seiderer (2):
      media: staging/imx: fill vb2_v4l2_buffer field entry
      media: staging/imx: fill vb2_v4l2_buffer sequence entry

 Documentation/devicetree/bindings/media/rcar_vin.txt |   1 +
 Documentation/media/uapi/v4l/extended-controls.rst   |  48 ++++++++-
 drivers/media/i2c/cx25840/cx25840-core.h             |  33 ++++++-
 drivers/media/pci/ivtv/ivtv-i2c.c                    |   1 +
 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c   |   5 +
 drivers/media/platform/qcom/venus/vdec_ctrls.c       |  10 +-
 drivers/media/platform/qcom/venus/venc.c             |   4 +-
 drivers/media/platform/qcom/venus/venc_ctrls.c       |  10 +-
 drivers/media/platform/rcar-vin/rcar-core.c          | 265 +++++++++++++++++++++++++++++++++-----------------
 drivers/media/platform/rcar-vin/rcar-dma.c           |  36 ++++---
 drivers/media/platform/rcar-vin/rcar-v4l2.c          |  12 +--
 drivers/media/platform/rcar-vin/rcar-vin.h           |  29 ++++--
 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c         |  15 ++-
 drivers/media/tuners/tuner-simple.c                  |   5 +-
 drivers/media/v4l2-core/v4l2-ctrls.c                 |  23 ++++-
 drivers/staging/media/imx/imx-ic-prpencvf.c          |   5 +
 drivers/staging/media/imx/imx-media-capture.c        |  38 ++++----
 drivers/staging/media/imx/imx-media-csi.c            | 106 +++++++++++++-------
 drivers/staging/media/imx/imx-media-utils.c          |   1 +
 drivers/staging/media/imx/imx-media.h                |   2 +
 include/uapi/linux/v4l2-controls.h                   |  18 +++-
 21 files changed, 468 insertions(+), 199 deletions(-)

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

* [GIT PULL FOR v4.19] Various fixes
@ 2018-07-02  9:35 Hans Verkuil
  0 siblings, 0 replies; 11+ messages in thread
From: Hans Verkuil @ 2018-07-02  9:35 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Ezequiel Garcia, Philipp Zabel

Hi Mauro,

The usual 'various fixes'. A bunch of coda fixes, and I cherry-picked from
Ezequiel's https://www.spinics.net/lists/linux-media/msg136223.html patch
series.

Regards,

	Hans

The following changes since commit 3c4a737267e89aafa6308c6c456d2ebea3fcd085:

  media: ov5640: fix frame interval enumeration (2018-06-28 09:24:38 -0400)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git for-v4.19f

for you to fetch changes up to bf40e3b08f4b7f5f49ffe28f94a2a505017df5c2:

  media: fsl-viu: fix error handling in viu_of_probe() (2018-07-02 10:56:01 +0200)

----------------------------------------------------------------
Alexey Khoroshilov (1):
      media: fsl-viu: fix error handling in viu_of_probe()

Ezequiel Garcia (8):
      sta2x11: Add video_device and vb2_queue locks
      mtk-mdp: Add locks for capture and output vb2_queues
      s5p-g2d: Implement wait_prepare and wait_finish
      staging: bcm2835-camera: Provide lock for vb2_queue
      davinci_vpfe: Add video_device and vb2_queue locks
      mx_emmaprp: Implement wait_prepare and wait_finish
      m2m-deinterlace: Implement wait_prepare and wait_finish
      stk1160: Set the vb2_queue lock before calling vb2_queue_init

Hans Verkuil (2):
      v4l2-ioctl.c: use correct vb2_queue lock for m2m devices
      vivid: fix gain when autogain is on

Philipp Zabel (8):
      media: coda: fix encoder source stride
      media: coda: add read-only h.264 decoder profile/level controls
      media: coda: fix reorder detection for unknown levels
      media: coda: clear hold flag on streamoff
      media: coda: jpeg: allow non-JPEG colorspace
      media: coda: jpeg: only queue two buffers into the bitstream for JPEG on CODA7541
      media: coda: jpeg: explicitly disable thumbnails in SEQ_INIT
      media: coda: mark CODA960 firmware version 2.1.9 as supported

Steve Longerbeam (1):
      media: v4l2-ctrls: Fix CID base conflict between MAX217X and IMX

 drivers/media/pci/sta2x11/sta2x11_vip.c                       |   6 +++
 drivers/media/platform/coda/coda-bit.c                        |  38 +++++--------
 drivers/media/platform/coda/coda-common.c                     | 118 +++++++++++++++++++++++++++++++++++++++--
 drivers/media/platform/coda/coda.h                            |   2 +
 drivers/media/platform/coda/coda_regs.h                       |   1 +
 drivers/media/platform/fsl-viu.c                              |  38 +++++++------
 drivers/media/platform/m2m-deinterlace.c                      |   4 ++
 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c                  |  20 ++-----
 drivers/media/platform/mx2_emmaprp.c                          |   4 ++
 drivers/media/platform/s5p-g2d/g2d.c                          |   2 +
 drivers/media/platform/vivid/vivid-ctrls.c                    |   2 +-
 drivers/media/usb/stk1160/stk1160-v4l.c                       |   2 +-
 drivers/media/v4l2-core/v4l2-ioctl.c                          |  56 ++++++++++++++++++-
 drivers/staging/media/davinci_vpfe/vpfe_video.c               |   6 ++-
 drivers/staging/media/davinci_vpfe/vpfe_video.h               |   2 +-
 drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.c |  24 ++-------
 include/uapi/linux/v4l2-controls.h                            |   2 +-
 17 files changed, 242 insertions(+), 85 deletions(-)

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

* [GIT PULL FOR v4.19] Various fixes
@ 2018-06-08 10:52 Hans Verkuil
  0 siblings, 0 replies; 11+ messages in thread
From: Hans Verkuil @ 2018-06-08 10:52 UTC (permalink / raw)
  To: Linux Media Mailing List

The following changes since commit f2809d20b9250c675fca8268a0f6274277cca7ff:

  media: omap2: fix compile-testing with FB_OMAP2=m (2018-06-05 09:56:56 -0400)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git for-v4.19a

for you to fetch changes up to 5286c2c46ef67346079b86a700d90faec0756d33:

  media: rcar-vin: Drop unnecessary register properties from example vin port (2018-06-08 11:34:27 +0200)

----------------------------------------------------------------
Alexey Khoroshilov (1):
      media: tc358743: release device_node in tc358743_probe_of()

Arnd Bergmann (4):
      media: v4l: cadence: include linux/slab.h
      media: cx231xx: fix RC_CORE dependency
      media: v4l: cadence: add VIDEO_V4L2 dependency
      media: v4l: omap: add VIDEO_V4L2 dependency

Colin Ian King (1):
      media: mtk-vpu: fix spelling mistake: "Prosessor" -> "Processor"

Dmitry Osipenko (1):
      media: dt: bindings: tegra-vde: Document new optional Memory Client reset property

Gabriel Fanelli (1):
      staging: media: bcm2048: match alignment with open parenthesis

Geert Uytterhoeven (1):
      v4l: rcar_fdp1: Change platform dependency to ARCH_RENESAS

Jacopo Mondi (1):
      media: renesas-ceu: Add support for YUYV permutations

Janani Sankara Babu (1):
      Staging:media:imx Fix multiple assignments in a line

Nicholas Mc Guire (3):
      media: adv7604: simplify of_node_put()
      media: atmel-isi: drop unnecessary while loop
      media: atmel-isi: move of_node_put() to cover success branch as well

Pavel Machek (1):
      media: i2c: lm3560: add support for lm3559 chip

Simon Horman (1):
      media: rcar-vin: Drop unnecessary register properties from example vin port

 Documentation/devicetree/bindings/media/nvidia,tegra-vde.txt | 11 ++++-
 Documentation/devicetree/bindings/media/rcar_vin.txt         |  3 --
 drivers/media/i2c/adv7604.c                                  |  7 +---
 drivers/media/i2c/lm3560.c                                   |  3 +-
 drivers/media/i2c/tc358743.c                                 |  5 ++-
 drivers/media/platform/Kconfig                               |  2 +-
 drivers/media/platform/atmel/atmel-isi.c                     | 27 ++++++------
 drivers/media/platform/cadence/Kconfig                       |  2 +
 drivers/media/platform/cadence/cdns-csi2rx.c                 |  1 +
 drivers/media/platform/cadence/cdns-csi2tx.c                 |  1 +
 drivers/media/platform/mtk-vpu/mtk_vpu.c                     |  2 +-
 drivers/media/platform/omap/Kconfig                          |  1 +
 drivers/media/platform/renesas-ceu.c                         | 91 ++++++++++++++++++++++++++++++++++------
 drivers/media/usb/cx231xx/Kconfig                            |  2 +-
 drivers/staging/media/bcm2048/radio-bcm2048.c                |  2 +-
 drivers/staging/media/imx/imx-media-csi.c                    |  6 ++-
 include/media/i2c/lm3560.h                                   |  1 +
 17 files changed, 121 insertions(+), 46 deletions(-)

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

end of thread, other threads:[~2018-07-27  9:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-18 10:38 [GIT PULL FOR v4.19] Various fixes Hans Verkuil
2018-07-24 22:04 ` Mauro Carvalho Chehab
2018-07-25  7:18   ` jacopo mondi
2018-07-25  7:18     ` jacopo mondi
2018-07-25  9:54     ` Mauro Carvalho Chehab
2018-07-25  9:54       ` Mauro Carvalho Chehab
  -- strict thread matches above, loose matches on Subject: below --
2018-07-27  8:09 Hans Verkuil
2018-07-06 14:35 Hans Verkuil
2018-07-04  9:50 Hans Verkuil
2018-07-02  9:35 Hans Verkuil
2018-06-08 10:52 Hans Verkuil

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.