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

This pull request contains a pile of fixes/enhancements, mostly soc-camera
related.

Regards,

	Hans

The following changes since commit 4dc102b2f53d63207fa12a6ad49c7b6448bc3301:

  [media] dvb_core: Replace memset with eth_zero_addr (2015-07-22 13:32:21 -0300)

are available in the git repository at:

  git://linuxtv.org/hverkuil/media_tree.git for-v4.3e

for you to fetch changes up to 9a400ca65ee917dc438cb9b553c11580269b4460:

  v4l2: export videobuf2 trace points (2015-07-28 11:15:04 +0200)

----------------------------------------------------------------
Ezequiel Garcia (1):
      tw68: Move PCI vendor and device IDs to pci_ids.h

Hans Verkuil (13):
      sh-veu: initialize timestamp_flags and copy timestamp info
      tw9910: don't use COLORSPACE_JPEG
      tw9910: init priv->scale and update standard
      ak881x: simplify standard checks
      mt9t112: JPEG -> SRGB
      sh_mobile_ceu_camera: fix querycap
      sh_mobile_ceu_camera: set field to FIELD_NONE
      soc_camera: fix enum_input
      soc_camera: fix expbuf support
      soc_camera: compliance fixes
      soc_camera: pass on streamoff error
      soc_camera: always release queue for queue owner
      mt9v032: fix uninitialized variable warning

Laurent Pinchart (1):
      v4l: subdev: Add pad config allocator and init

Philipp Zabel (1):
      v4l2: export videobuf2 trace points

Rob Taylor (3):
      media: soc_camera: soc_scale_crop: Use correct pad number in try_fmt
      media: rcar_vin: fill in bus_info field
      media: rcar_vin: Reject videobufs that are too small for current format

William Towle (5):
      media: adv7604: fix probe of ADV7611/7612
      media: adv7604: reduce support to first (digital) input
      media: soc_camera: rcar_vin: Add BT.709 24-bit RGB888 input support
      media: soc_camera pad-aware driver initialisation
      media: rcar_vin: Use correct pad number in try_fmt

 drivers/media/i2c/adv7604.c                              | 19 +++++++++++++++----
 drivers/media/i2c/ak881x.c                               |  8 ++++----
 drivers/media/i2c/mt9v032.c                              |  2 +-
 drivers/media/i2c/soc_camera/mt9t112.c                   |  8 ++++----
 drivers/media/i2c/soc_camera/tw9910.c                    | 35 +++++++++++++++++++++++++++++++----
 drivers/media/pci/tw68/tw68-core.c                       | 21 +++++++++++----------
 drivers/media/pci/tw68/tw68.h                            | 16 ----------------
 drivers/media/platform/sh_veu.c                          |  8 ++++++++
 drivers/media/platform/soc_camera/Kconfig                |  1 +
 drivers/media/platform/soc_camera/rcar_vin.c             | 34 +++++++++++++++++++++++++++-------
 drivers/media/platform/soc_camera/sh_mobile_ceu_camera.c |  3 +++
 drivers/media/platform/soc_camera/soc_camera.c           | 67 +++++++++++++++++++++++++++++++++++++++++++++++--------------------
 drivers/media/platform/soc_camera/soc_scale_crop.c       |  1 +
 drivers/media/v4l2-core/v4l2-ioctl.c                     |  5 +++++
 drivers/media/v4l2-core/v4l2-subdev.c                    | 19 ++++++++++++++++++-
 include/linux/pci_ids.h                                  |  9 +++++++++
 include/media/soc_camera.h                               |  1 +
 include/media/v4l2-subdev.h                              | 11 +++++++++++
 18 files changed, 197 insertions(+), 71 deletions(-)

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

* Re: [GIT PULL FOR v4.3] Various fixes
  2015-07-28  9:22 [GIT PULL FOR v4.3] Various fixes Hans Verkuil
@ 2015-08-11 13:08 ` Mauro Carvalho Chehab
  2015-08-11 13:18   ` Hans Verkuil
  0 siblings, 1 reply; 5+ messages in thread
From: Mauro Carvalho Chehab @ 2015-08-11 13:08 UTC (permalink / raw)
  To: Hans Verkuil; +Cc: Linux Media Mailing List

Em Tue, 28 Jul 2015 11:22:15 +0200
Hans Verkuil <hverkuil@xs4all.nl> escreveu:

> This pull request contains a pile of fixes/enhancements, mostly soc-camera
> related.
> 
> Regards,
> 
> 	Hans
> 
> The following changes since commit 4dc102b2f53d63207fa12a6ad49c7b6448bc3301:
> 
>   [media] dvb_core: Replace memset with eth_zero_addr (2015-07-22 13:32:21 -0300)
> 
> are available in the git repository at:
> 
>   git://linuxtv.org/hverkuil/media_tree.git for-v4.3e
> 
> for you to fetch changes up to 9a400ca65ee917dc438cb9b553c11580269b4460:
> 
>   v4l2: export videobuf2 trace points (2015-07-28 11:15:04 +0200)
> 
> ----------------------------------------------------------------
> Ezequiel Garcia (1):
>       tw68: Move PCI vendor and device IDs to pci_ids.h
> 
> Hans Verkuil (13):
>       sh-veu: initialize timestamp_flags and copy timestamp info
>       tw9910: don't use COLORSPACE_JPEG
>       tw9910: init priv->scale and update standard
>       ak881x: simplify standard checks
>       mt9t112: JPEG -> SRGB
>       sh_mobile_ceu_camera: fix querycap
>       sh_mobile_ceu_camera: set field to FIELD_NONE
>       soc_camera: fix enum_input
>       soc_camera: fix expbuf support
>       soc_camera: compliance fixes
>       soc_camera: pass on streamoff error
>       soc_camera: always release queue for queue owner
>       mt9v032: fix uninitialized variable warning
> 
> Laurent Pinchart (1):
>       v4l: subdev: Add pad config allocator and init

As explained, we won't be adding any changes at the MC while we don't fix
the MC mess.

As I don't know what patches here are dependent of this change, I'm 
stopping handling this patch series at patch #15, with means that the
following patches aren't merged:

0015-v4l-subdev-Add-pad-config-allocator-and-init.patch
0016-media-soc_camera-rcar_vin-Add-BT.709-24-bit-RGB888-i.patch
0017-media-soc_camera-pad-aware-driver-initialisation.patch
0018-media-rcar_vin-Use-correct-pad-number-in-try_fmt.patch
0019-media-soc_camera-soc_scale_crop-Use-correct-pad-numb.patch
0020-media-rcar_vin-fill-in-bus_info-field.patch
0021-media-rcar_vin-Reject-videobufs-that-are-too-small-f.patch
0022-mt9v032-fix-uninitialized-variable-warning.patch
0023-tw68-Move-PCI-vendor-and-device-IDs-to-pci_ids.h.patch
0024-v4l2-export-videobuf2-trace-points.patch

Feel free to submit the remaining fix patches from this series that
aren't related to media controller on a separate pull request.

Regards,
Mauro

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

* Re: [GIT PULL FOR v4.3] Various fixes
  2015-08-11 13:08 ` Mauro Carvalho Chehab
@ 2015-08-11 13:18   ` Hans Verkuil
  2015-08-11 14:50     ` William Towle
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Verkuil @ 2015-08-11 13:18 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: Linux Media Mailing List, William Towle

Hi Mauro,

On 08/11/15 15:08, Mauro Carvalho Chehab wrote:
> Em Tue, 28 Jul 2015 11:22:15 +0200
> Hans Verkuil <hverkuil@xs4all.nl> escreveu:
> 
>> This pull request contains a pile of fixes/enhancements, mostly soc-camera
>> related.
>>
>> Regards,
>>
>> 	Hans
>>
>> The following changes since commit 4dc102b2f53d63207fa12a6ad49c7b6448bc3301:
>>
>>   [media] dvb_core: Replace memset with eth_zero_addr (2015-07-22 13:32:21 -0300)
>>
>> are available in the git repository at:
>>
>>   git://linuxtv.org/hverkuil/media_tree.git for-v4.3e
>>
>> for you to fetch changes up to 9a400ca65ee917dc438cb9b553c11580269b4460:
>>
>>   v4l2: export videobuf2 trace points (2015-07-28 11:15:04 +0200)
>>
>> ----------------------------------------------------------------
>> Ezequiel Garcia (1):
>>       tw68: Move PCI vendor and device IDs to pci_ids.h
>>
>> Hans Verkuil (13):
>>       sh-veu: initialize timestamp_flags and copy timestamp info
>>       tw9910: don't use COLORSPACE_JPEG
>>       tw9910: init priv->scale and update standard
>>       ak881x: simplify standard checks
>>       mt9t112: JPEG -> SRGB
>>       sh_mobile_ceu_camera: fix querycap
>>       sh_mobile_ceu_camera: set field to FIELD_NONE
>>       soc_camera: fix enum_input
>>       soc_camera: fix expbuf support
>>       soc_camera: compliance fixes
>>       soc_camera: pass on streamoff error
>>       soc_camera: always release queue for queue owner
>>       mt9v032: fix uninitialized variable warning
>>
>> Laurent Pinchart (1):
>>       v4l: subdev: Add pad config allocator and init
> 
> As explained, we won't be adding any changes at the MC while we don't fix
> the MC mess.
> 
> As I don't know what patches here are dependent of this change, I'm 
> stopping handling this patch series at patch #15, with means that the
> following patches aren't merged:
> 
> 0015-v4l-subdev-Add-pad-config-allocator-and-init.patch
> 0016-media-soc_camera-rcar_vin-Add-BT.709-24-bit-RGB888-i.patch
> 0017-media-soc_camera-pad-aware-driver-initialisation.patch
> 0018-media-rcar_vin-Use-correct-pad-number-in-try_fmt.patch
> 0019-media-soc_camera-soc_scale_crop-Use-correct-pad-numb.patch
> 0020-media-rcar_vin-fill-in-bus_info-field.patch
> 0021-media-rcar_vin-Reject-videobufs-that-are-too-small-f.patch

William, can you take a look at this? Just let me know which patches
are independent to patch 0015.

> 0022-mt9v032-fix-uninitialized-variable-warning.patch
> 0023-tw68-Move-PCI-vendor-and-device-IDs-to-pci_ids.h.patch
> 0024-v4l2-export-videobuf2-trace-points.patch
> 
> Feel free to submit the remaining fix patches from this series that
> aren't related to media controller on a separate pull request.

I actually posted a 4.3 pull request this afternoon that has patches
22 and an improved version of patch 24:

https://patchwork.linuxtv.org/patch/30810/

Especially the tracepoint patch is quite important.

Patch 23 will be part of some future pull request (no hurry with that
one).

Regards,

	Hans

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

* Re: [GIT PULL FOR v4.3] Various fixes
  2015-08-11 13:18   ` Hans Verkuil
@ 2015-08-11 14:50     ` William Towle
  0 siblings, 0 replies; 5+ messages in thread
From: William Towle @ 2015-08-11 14:50 UTC (permalink / raw)
  To: Hans Verkuil
  Cc: Mauro Carvalho Chehab, Linux Media Mailing List, William Towle

Hi Hans,

On Tue, 11 Aug 2015, Hans Verkuil wrote:
>> 0015-v4l-subdev-Add-pad-config-allocator-and-init.patch
>> 0016-media-soc_camera-rcar_vin-Add-BT.709-24-bit-RGB888-i.patch
>> 0017-media-soc_camera-pad-aware-driver-initialisation.patch
>> 0018-media-rcar_vin-Use-correct-pad-number-in-try_fmt.patch
>> 0019-media-soc_camera-soc_scale_crop-Use-correct-pad-numb.patch
>> 0020-media-rcar_vin-fill-in-bus_info-field.patch
>> 0021-media-rcar_vin-Reject-videobufs-that-are-too-small-f.patch
>
> William, can you take a look at this? Just let me know which patches
> are independent to patch 0015.

   Of those, the patches that *do* call the allocator function directly
or are otherwise co-dependent are numbers 17-19 inclusive.


   The independent patches in that list are therefore:

[prerequisite work by Laurent Pinchart (1x)...]
 	0016-media-soc_camera-rcar_vin-Add-BT.709-24-bit-RGB888-i.patch
[general rcar_vin enhancements by Rob Taylor (2x)...]
 	0020-media-rcar_vin-fill-in-bus_info-field.patch
 	0021-media-rcar_vin-Reject-videobufs-that-are-too-small-f.patch

Cheers,
   Wills.

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

* [GIT PULL FOR v4.3] Various fixes
@ 2015-08-11 11:47 Hans Verkuil
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Verkuil @ 2015-08-11 11:47 UTC (permalink / raw)
  To: linux-media

A small vivid improvement and two patches that fix compiler/linker warnings.

Regards,

	Hans

The following changes since commit 267897a4708fd7a0592333f33a4a7c393c999ab7:

  [media] tda10071: implement DVBv5 statistics (2015-08-11 07:34:58 -0300)

are available in the git repository at:

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

for you to fetch changes up to c947b28da693d6c05c87a3aefc7bd6a261bf07a5:

  mt9v032: fix uninitialized variable warning (2015-08-11 13:47:47 +0200)

----------------------------------------------------------------
Hans Verkuil (1):
      mt9v032: fix uninitialized variable warning

Philipp Zabel (1):
      v4l2: move tracepoint generation into separate file

Prashant Laddha (1):
      vivid: support cvt, gtf timings for video out

 drivers/media/i2c/mt9v032.c                  |  2 +-
 drivers/media/platform/vivid/vivid-vid-out.c | 15 +++++++++++++--
 drivers/media/v4l2-core/Makefile             |  3 +++
 drivers/media/v4l2-core/v4l2-ioctl.c         |  1 -
 drivers/media/v4l2-core/v4l2-trace.c         | 11 +++++++++++
 5 files changed, 28 insertions(+), 4 deletions(-)
 create mode 100644 drivers/media/v4l2-core/v4l2-trace.c

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

end of thread, other threads:[~2015-08-11 14:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-28  9:22 [GIT PULL FOR v4.3] Various fixes Hans Verkuil
2015-08-11 13:08 ` Mauro Carvalho Chehab
2015-08-11 13:18   ` Hans Verkuil
2015-08-11 14:50     ` William Towle
2015-08-11 11:47 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).