Re: Re: [PATCH 2/3] cx23885: add DVBSky S952 support

2014-11-06 Thread Nibble Max
On 2014-11-07 04:31:01, Olli Salonen wrote: >Looks good to me. Only missing T982 support now? > >Reviewed-by: Olli Salonen > >-olli > Thanks for review. Yes, it is only missing T982 for cx23885 bridge driver. BR, Max >On Wed, 5 Nov 2014, Nibble Max wrote: > >> DVBSky S952 dvb-s/s2 dual PCIe ca

Re: [PATCH v2 1/4] [media] solo6x10: clean up properly in stop_streaming

2014-11-06 Thread Dan Carpenter
On Fri, Nov 07, 2014 at 01:06:18AM +0400, Andrey Utkin wrote: > This fixes warning from drivers/media/v4l2-core/videobuf2-core.c, > WARN_ON(atomic_read(&q->owned_by_drv_count)). > Thanks! regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the bo

[GIT PULL FOR v3.19] uvcvideo changes

2014-11-06 Thread Laurent Pinchart
Hi Mauro, The following changes since commit 4895cc47a072dcb32d3300d0a46a251a8c6db5f1: [media] s5p-mfc: fix sparse error (2014-11-05 08:29:27 -0200) are available in the git repository at: git://linuxtv.org/pinchartl/media.git remotes/media/uvc/next for you to fetch changes up to a1bee5f9f

cron job: media_tree daily build: OK

2014-11-06 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date: Fri Nov 7 04:00:15 CET 2014 git branch: test git hash: 4895cc47a072dcb32d3300d0a46a251a8c6db5f1 gcc versio

RE: soc-camera and focuser vcm devices

2014-11-06 Thread Andrew Chew
> On Tue, 4 Nov 2014, Andrew Chew wrote: > > > Hello, Guennadi > > > > I was wondering if you can provide some advice as to how focuser vcm > > devices would fit into the soc-camera framework. We have a raw sensor > > (an IMX219) with an AD5823 VCM (it's just a simple I2C device) to > > provide v

Re: soc-camera and focuser vcm devices

2014-11-06 Thread Guennadi Liakhovetski
On Tue, 4 Nov 2014, Andrew Chew wrote: > Hello, Guennadi > > I was wondering if you can provide some advice as to how focuser vcm > devices would fit into the soc-camera framework. We have a raw sensor > (an IMX219) with an AD5823 VCM (it's just a simple I2C device) to > provide variable focu

Re: SPI interface camera sensor driver for soc_camera framework

2014-11-06 Thread Guennadi Liakhovetski
Hi Kassey, On Mon, 27 Oct 2014, Kassey wrote: > hi, Dmitri: > is there any sample driver for SPI interface camera sensor driver > base don soc_camera framework, other than the i2c interface ? Currently there are no SPI drivers, used with the soc-camera framework. There is however an example

[PATCH v2 1/4] [media] solo6x10: clean up properly in stop_streaming

2014-11-06 Thread Andrey Utkin
This fixes warning from drivers/media/v4l2-core/videobuf2-core.c, WARN_ON(atomic_read(&q->owned_by_drv_count)). Signed-off-by: Andrey Utkin --- drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/drivers/media/pci/solo6x

[PATCH 1/1] smiapp: Only some selection targets are settable

2014-11-06 Thread Sakari Ailus
Setting a non-settable selection target caused BUG() to be called. The check for valid selections only takes the selection target into account, but does not tell whether it may be set, or only get. Fix the issue by simply returning an error to the user. Signed-off-by: Sakari Ailus --- drivers/me

Re: [PATCH 2/3] cx23885: add DVBSky S952 support

2014-11-06 Thread Olli Salonen
Looks good to me. Only missing T982 support now? Reviewed-by: Olli Salonen -olli On Wed, 5 Nov 2014, Nibble Max wrote: DVBSky S952 dvb-s/s2 dual PCIe card: 1>dvb frontend: M88TS2022(tuner),M88DS3103(demod) 2>PCIe bridge: CX23885(port b: parallel mode, port c: serial mode) 3>rc: cx23885 integ

Re: [PATCH 1/3] cx23885: add DVBSky S950 support

2014-11-06 Thread Olli Salonen
Reviewed-by: Olli Salonen On Wed, 5 Nov 2014, Nibble Max wrote: DVBSky S950 dvb-s/s2 PCIe card: 1>dvb frontend: M88TS2022(tuner),M88DS3103(demod) 2>PCIe bridge: cx23885 3>rc: cx23885 integrated. Signed-off-by: Nibble Max --- drivers/media/pci/cx23885/cx23885-cards.c | 20

Re: em28xx: Hauppauge HVR 900 on 3.18.0-rc3

2014-11-06 Thread Michal B
Well ... i'm having same issues also on 3.17.x and 3.4.x, i can run analog tv only on 3.2 ( debian wheezy's stable) 2014-11-06 9:20 GMT+01:00 Michal B : > Well ... i'm having same issues also on 3.17.x and 3.4.x, i can run analog > tv only on 3.2 ( debian wheezy's stable) > > Dňa 6.11.2014 9:09 p

Re: [PATCH 1/4] [media] solo6x10: free vb2 buffers on stop_streaming

2014-11-06 Thread Dan Carpenter
On Wed, Oct 29, 2014 at 08:03:51PM +0400, Andrey Utkin wrote: > This fixes warning from drivers/media/v4l2-core/videobuf2-core.c:2144 > On my kernel that line is: q->start_streaming_called = 0; This changelog is useless. regards, dan carpenter -- To unsubscribe from this list: send th

Re: staging: media: lirc: lirc_zilog.c: replace custom print macros with dev_* and pr_*

2014-11-06 Thread Andy Walls
On November 6, 2014 8:54:28 AM EST, Andy Walls wrote: >On November 6, 2014 8:21:13 AM EST, Sean Young wrote: >>On Thu, Nov 06, 2014 at 11:05:49AM -0200, Mauro Carvalho Chehab wrote: >>> Hi Sean, >>> >>> Em Thu, 06 Nov 2014 12:46:29 + >>> Sean Young escreveu: >>> >>> > On Fri, Oct 31, 2014

Re: staging: media: lirc: lirc_zilog.c: replace custom print macros with dev_* and pr_*

2014-11-06 Thread Sean Young
On Thu, Nov 06, 2014 at 11:05:49AM -0200, Mauro Carvalho Chehab wrote: > Hi Sean, > > Em Thu, 06 Nov 2014 12:46:29 + > Sean Young escreveu: > > > On Fri, Oct 31, 2014 at 05:35:41PM +0300, Dan Carpenter wrote: > > > On Fri, Oct 31, 2014 at 04:26:45PM +0200, Aya Mahfouz wrote: > > > > On Fri,

Re: staging: media: lirc: lirc_zilog.c: replace custom print macros with dev_* and pr_*

2014-11-06 Thread Mauro Carvalho Chehab
Hi Sean, Em Thu, 06 Nov 2014 12:46:29 + Sean Young escreveu: > On Fri, Oct 31, 2014 at 05:35:41PM +0300, Dan Carpenter wrote: > > On Fri, Oct 31, 2014 at 04:26:45PM +0200, Aya Mahfouz wrote: > > > On Fri, Oct 31, 2014 at 04:06:00PM +0300, Dan Carpenter wrote: > > > > drivers/staging/media/li

[PATCH] media: davinci: vpbe: missing clk_put

2014-11-06 Thread Sudip Mukherjee
we are getting struct clk using clk_get before calling clk_prepare_enable. but if clk_prepare_enable fails, then we are jumping to fail_mutex_unlock where we are just unlocking the mutex, but we are not freeing the clock source. this patch just adds a call to clk_put before jumping to fail_mutex_un

Re: Issues with Empia + saa7115

2014-11-06 Thread Rafael Coutinho
Found out, the problem that "dd" was not getting any data was due BeagleBoneBlack usb dma configuration on kernel: config_musb_pio_only This should be true to Disable DMA (always use PIO). Now I can debug if the problem is the saa711x driver version. 2014-11-03 10:03 GMT-02:00 Rafael Coutinho :

Re: staging: media: lirc: lirc_zilog.c: replace custom print macros with dev_* and pr_*

2014-11-06 Thread Sean Young
On Fri, Oct 31, 2014 at 05:35:41PM +0300, Dan Carpenter wrote: > On Fri, Oct 31, 2014 at 04:26:45PM +0200, Aya Mahfouz wrote: > > On Fri, Oct 31, 2014 at 04:06:00PM +0300, Dan Carpenter wrote: > > > drivers/staging/media/lirc/lirc_zilog.c > > > 1333 /* Close the IR device */ > > > 1334 static

Re: [v4l-utils RFC v3 01/11] mediactl: Introduce ctrl_to_subdev configuration

2014-11-06 Thread Sakari Ailus
Hi Jacek, Thanks for the update! A few comments below. On Thu, Nov 06, 2014 at 11:11:32AM +0100, Jacek Anaszewski wrote: > Add an infrastructure for a ctrl_to_subdev configuration > data. The ctrl_to_subdev config entry is designed for > conveying information about the target sub-device > in the

[PATCH] vivid: add test array controls

2014-11-06 Thread Hans Verkuil
Add array controls to test support for such controls. There is one array with just one element, one 8x16 matrix control and one 4 dimensional 2x3x4x5 control. This makes it possible to experiment with such controls without requiring hard-to-get hardware. Signed-off-by: Hans Verkuil diff --git a

Re: v4l2-ctl bug(?) printing ctrl payload array

2014-11-06 Thread Hans Verkuil
On 11/06/14 10:31, Hans Verkuil wrote: > On 11/05/14 20:52, Andrey Utkin wrote: >> More on the same topic. >> I believe there's another bug on displaying of payload. >> Let's say we have the same [45][45] array, and this is what is posted to it: >> uint16_t buf[45 * 45] = {0, }; >> buf[0] =

[v4l-utils RFC v3 10/11] mediactl: Close only pipeline sub-devices

2014-11-06 Thread Jacek Anaszewski
The function media_device_new_by_entity_devname queries media devices available in the system for containment if given media entity. If a verification is negative the media_device is released with media_device_unref. In the previous approach media_device_unref was closing all media entities it cont

[v4l-utils RFC v3 09/11] mediactl: Add media device ioctl API

2014-11-06 Thread Jacek Anaszewski
Ioctls executed on complex media devices need special handling. E.g. S_FMT requires negotiation for the whole pipeline of sub-devices. On the other hand some ioctls need to be targeted for specific sub-devices. The API being introduced address such requirements. Signed-off-by: Jacek Anaszewski Ac

[v4l-utils RFC v3 04/11] mediactl: Add media device graph helpers

2014-11-06 Thread Jacek Anaszewski
Add new graph helpers useful for video pipeline discovering. Signed-off-by: Jacek Anaszewski Acked-by: Kyungmin Park --- utils/media-ctl/libmediactl.c | 184 + utils/media-ctl/mediactl.h| 132 + 2 files changed, 316 inser

[v4l-utils RFC v3 11/11] Add a libv4l plugin for Exynos4 camera

2014-11-06 Thread Jacek Anaszewski
The plugin provides support for the media device on Exynos4 SoC. It performs single plane <-> multi plane API conversion, video pipeline linking and takes care of automatic data format negotiation for the whole pipeline, after intercepting VIDIOC_S_FMT or VIDIOC_TRY_FMT ioctls. Signed-off-by: Jace

[v4l-utils RFC v3 08/11] mediactl: Add support for media device pipelines

2014-11-06 Thread Jacek Anaszewski
Add infrastructure for linking media entities, discovering pipelines of media entities and opening/closing all sub-devices in the pipeline at one go. Signed-off-by: Jacek Anaszewski Acked-by: Kyungmin Park --- utils/media-ctl/libmediactl.c | 166 +++ utils

[v4l-utils RFC v3 01/11] mediactl: Introduce ctrl_to_subdev configuration

2014-11-06 Thread Jacek Anaszewski
Add an infrastructure for a ctrl_to_subdev configuration data. The ctrl_to_subdev config entry is designed for conveying information about the target sub-device in the media device pipeline for a v4l2 control related ioctl calls. Signed-off-by: Jacek Anaszewski Acked-by: Kyungmin Park --- utils

[v4l-utils RFC v3 03/11] mediatext: Add library

2014-11-06 Thread Jacek Anaszewski
libmediatext is a helper library for converting configurations (Media controller links, V4L2 controls and V4L2 sub-device media bus formats and selections) from text-based form into IOCTLs. libmediatext depends on libv4l2subdev and libmediactl. Signed-off-by: Sakari Ailus Signed-off-by: Teemu Tu

[v4l-utils RFC v3 00/11] Add a plugin for the Exynos4 camera

2014-11-06 Thread Jacek Anaszewski
This is a third version of the patch series adding a plugin for the Exynos4 camera. Temporarily the plugin doesn't link against libmediactl, but has its sources compiled in. Currently libmediactl.la is built after the plugins and this will have to be resolved somehow. Changes fr

[v4l-utils RFC v3 07/11] mediactl: Add VYUY8_2X8 media bus format

2014-11-06 Thread Jacek Anaszewski
The VYUY8_2X8 media bus format is the only one supported by the S5C73M3 camera sensor, that is a part of the media device on the Exynos4412-trats2 board. Signed-off-by: Jacek Anaszewski Acked-by: Kyungmin Park --- utils/media-ctl/libv4l2subdev.c |1 + 1 file changed, 1 insertion(+) diff --

[v4l-utils RFC v3 06/11] mediactl: Add subdev_fmt property to the media_entity

2014-11-06 Thread Jacek Anaszewski
Add subdev_fmt field to the structure media_entity. Added is also API for setting the media_entity format and comparing two subdev formats. Signed-off-by: Jacek Anaszewski Acked-by: Kyungmin Park --- utils/media-ctl/libmediactl.c |6 ++ utils/media-ctl/libv4l2subdev.c | 34 +

[v4l-utils RFC v3 05/11] mediactl: Add media_device creation helpers

2014-11-06 Thread Jacek Anaszewski
Add helper functions that allow for easy instantiation of media_device object basing on whether the media device contains video device with given node name. Signed-off-by: Jacek Anaszewski Acked-by: Kyungmin Park --- utils/media-ctl/libmediactl.c | 75 +

[v4l-utils RFC v3 02/11] mediactl: Separate entity and pad parsing

2014-11-06 Thread Jacek Anaszewski
From: Sakari Ailus Sometimes it's useful to be able to parse the entity independent of the pad. Separate entity parsing into media_parse_entity(). Signed-off-by: Sakari Ailus --- utils/media-ctl/libmediactl.c | 28 utils/media-ctl/mediactl.h| 14 +++

[PATCH v2 03/10] [media] Make use of the new media_bus_format definitions

2014-11-06 Thread Boris Brezillon
Replace references to the v4l2_mbus_pixelcode enum with the new media_bus_format enum in all common headers. Signed-off-by: Boris Brezillon Acked-by: Sakari Ailus --- include/media/v4l2-mediabus.h| 2 +- include/media/v4l2-subdev.h | 2 +- include/uapi/linux/v4l2-subdev.h | 6 +++--- 3

[PATCH v2 01/10] [media] Move mediabus format definition to a more standard place

2014-11-06 Thread Boris Brezillon
Rename mediabus formats and move the enum into a separate header file so that it can be used by DRM/KMS subsystem without any reference to the V4L2 subsystem. Old v4l2_mbus_pixelcode now points to media_bus_format. Signed-off-by: Boris Brezillon Acked-by: Guennadi Liakhovetski --- include/uapi

[PATCH v2 02/10] [media] v4l: Update subdev-formats doc with new MEDIA_BUS_FMT values

2014-11-06 Thread Boris Brezillon
In order to have subsytem agnostic media bus format definitions we've moved media bus definition to include/uapi/linux/media-bus-format.h and prefixed enum values with MEDIA_BUS_FMT instead of V4L2_MBUS_FMT. Update the v4l documentation accordingly. Signed-off-by: Boris Brezillon --- Documentat

[PATCH v2 00/10] [media] Make mediabus format subsystem neutral

2014-11-06 Thread Boris Brezillon
Hello, This patch series prepares the use of media bus formats outside of the V4L2 subsytem (my final goal is to use it in the Atmel HLCDC DRM driver where I have to configure my DPI/RGB bus according to the connected display). The series first defines a new enum with a neutral name (media_bus_fo

[PATCH v2 06/10] [media] platform: Make use of media_bus_format enum

2014-11-06 Thread Boris Brezillon
In order to have subsytem agnostic media bus format definitions we've moved media bus definition to include/uapi/linux/media-bus-format.h and prefixed enum values with MEDIA_BUS_FMT instead of V4L2_MBUS_FMT. Reference new definitions in all platform drivers. Signed-off-by: Boris Brezillon --- D

[PATCH v2 10/10] [media] v4l: Forbid usage of V4L2_MBUS_FMT definitions inside the kernel

2014-11-06 Thread Boris Brezillon
Place v4l2_mbus_pixelcode in a #ifndef __KERNEL__ section so that kernel users don't have access to these definitions. We have to keep this definition for user-space users even though they're encouraged to move to the new media_bus_format enum. Signed-off-by: Boris Brezillon --- include/uapi/li

[PATCH v2 09/10] gpu: ipu-v3: Make use of media_bus_format enum

2014-11-06 Thread Boris Brezillon
In order to have subsytem agnostic media bus format definitions we've moved media bus definition to include/uapi/linux/media-bus-format.h and prefixed enum values with MEDIA_BUS_FMT instead of V4L2_MBUS_FMT. Reference new definitions in the ipu-v3 driver. Signed-off-by: Boris Brezillon --- driv

[PATCH v2 05/10] [media] pci: Make use of media_bus_format enum

2014-11-06 Thread Boris Brezillon
In order to have subsytem agnostic media bus format definitions we've moved media bus definition to include/uapi/linux/media-bus-format.h and prefixed enum values with MEDIA_BUS_FMT instead of V4L2_MBUS_FMT. Replace all references to the old definition in pci drivers. Signed-off-by: Boris Brezill

[PATCH v2 07/10] [media] usb: Make use of media_bus_format enum

2014-11-06 Thread Boris Brezillon
In order to have subsytem agnostic media bus format definitions we've moved media bus definition to include/uapi/linux/media-bus-format.h and prefixed enum values with MEDIA_BUS_FMT instead of V4L2_MBUS_FMT. Reference new definitions in all usb drivers. Signed-off-by: Boris Brezillon --- driver

[PATCH v2 08/10] staging: media: Make use of media_bus_format enum

2014-11-06 Thread Boris Brezillon
In order to have subsytem agnostic media bus format definitions we've moved media bus definition to include/uapi/linux/media-bus-format.h and prefixed enum values with MEDIA_BUS_FMT instead of V4L2_MBUS_FMT. Reference new definitions in all media drivers residing in staging. Signed-off-by: Boris

[PATCH v2 04/10] [media] i2c: Make use of media_bus_format enum

2014-11-06 Thread Boris Brezillon
In order to have subsytem agnostic media bus format definitions we've moved media bus definitions to include/uapi/linux/media-bus-format.h and prefixed enum values with MEDIA_BUS_FMT instead of V4L2_MBUS_FMT. Replace all references to the old definitions in i2c drivers. Signed-off-by: Boris Brezi

Re: v4l2-ctl bug(?) printing ctrl payload array

2014-11-06 Thread Hans Verkuil
On 11/05/14 20:52, Andrey Utkin wrote: > More on the same topic. > I believe there's another bug on displaying of payload. > Let's say we have the same [45][45] array, and this is what is posted to it: > uint16_t buf[45 * 45] = {0, }; > buf[0] = 1; > buf[1] = 2; > buf[45] =

Hello

2014-11-06 Thread mohdafattah1964...@hotmail.com
Did you receive my email? -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: em28xx: Hauppauge HVR 900 on 3.18.0-rc3

2014-11-06 Thread Malcolm Priestley
On 06/11/14 06:51, Michal B wrote: Hi, analog TV on Hauppauge HVR 900 [2040:6500] - audio works correctly but video stops after few samples, audio continues after video stop, H Michal Yep, pretty much the same for all 3.18 and rc3 One of my systems freezes the other no video. All the drivers