Re: [patch] [media] stv090x: remove indent levels

2014-02-18 Thread Dan Carpenter
On Wed, Feb 19, 2014 at 10:52:32AM +0530, Manu Abraham wrote: > On Tue, Feb 18, 2014 at 2:26 PM, Dan Carpenter > wrote: > > On Tue, Feb 18, 2014 at 09:25:36AM +0530, Manu Abraham wrote: > >> Hi Dan, > >> > >> On Thu, Feb 6, 2014 at 2:58 PM, Dan Carpenter > >> wrote: > >> > 1) We can flip the "i

Re: [RFC v3,2/3] controls.xml : add addtional Flash fault bits

2014-02-18 Thread Daniel Jeong
Hi Sakari. Thank you for you comments. Hi Daniel, Thanks for the update. Daniel Jeong wrote: Add addtional falult bits for FLASH V4L2_FLASH_FAULT_UNDER_VOLTAGE : UVLO V4L2_FLASH_FAULT_INPUT_VOLTAGE : input voltage is adjusted by IVFM V4L2_FLASH_FAULT_LED_OVER_TEMPERATURE : NTC Trip point i

Re: [patch] [media] stv090x: remove indent levels

2014-02-18 Thread Manu Abraham
On Tue, Feb 18, 2014 at 2:26 PM, Dan Carpenter wrote: > On Tue, Feb 18, 2014 at 09:25:36AM +0530, Manu Abraham wrote: >> Hi Dan, >> >> On Thu, Feb 6, 2014 at 2:58 PM, Dan Carpenter >> wrote: >> > 1) We can flip the "if (!lock)" check to "if (lock) return lock;" and >> >then remove a big chun

cron job: media_tree daily build: WARNINGS

2014-02-18 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: Wed Feb 19 04:00:35 CET 2014 git branch: test git hash: 37e59f876bc710d67a30b660826a5e83e07101ce gcc versio

Re: Some questions timeout in rc_dev

2014-02-18 Thread Rune Petersen
On 18/02/14 15:02, Sean Young wrote: On Sun, Feb 16, 2014 at 10:54:01PM +0100, Rune Petersen wrote: The intent of the timeout member in the rc_dev struct is a little unclear to me. In rc-core.h it is described as: @timeout: optional time after which device stops sending data. But if I l

Re: [PATCH v2] media: soc-camera: OF cameras

2014-02-18 Thread Bryan Wu
On Wed, Feb 12, 2014 at 12:05 PM, Bryan Wu wrote: > From: Guennadi Liakhovetski > > With OF we aren't getting platform data any more. To minimise changes we > create all the missing data ourselves, including compulsory struct > soc_camera_link objects. Host-client linking is now done, based on th

Re: [RFC PATCH] [media]: of: move graph helpers from drivers/media/v4l2-core to drivers/of

2014-02-18 Thread Grant Likely
On Tue, 18 Feb 2014 08:06:24 +0100, Sascha Hauer wrote: > Hi Grant, > > On Mon, Feb 17, 2014 at 06:14:51PM +, Grant Likely wrote: > > On Tue, 11 Feb 2014 07:56:33 -0600, Rob Herring > > wrote: > > > On Tue, Feb 11, 2014 at 5:45 AM, Philipp Zabel > > > wrote: > > > > From: Philipp Zabel >

Re: [PATCH] V4L: s5k6a3: Add DT binding documentation

2014-02-18 Thread Sylwester Nawrocki
On 22/12/13 22:27, Sylwester Nawrocki wrote: > This patch adds DT binding documentation for the Samsung S5K6A3(YX) > raw image sensor. > > Signed-off-by: Sylwester Nawrocki > Signed-off-by: Kyungmin Park > --- > This patch adds missing documentation [1] for the "samsung,s5k6a3" > compatible. Rob

[PATCH v2 3/3] uvcvideo: Enable VIDIOC_CREATE_BUFS

2014-02-18 Thread Laurent Pinchart
From: Philipp Zabel This patch enables the ioctl to create additional buffers on the videobuf2 capture queue. Signed-off-by: Philipp Zabel [laurent.pinch...@ideasonboard.com: Acquire privileges instead of just checking them in VIDIOC_CREATE_BUFS implementation] Signed-off-by: Laurent Pinchart

[PATCH v2 2/3] uvcvideo: Support allocating buffers larger than the current frame size

2014-02-18 Thread Laurent Pinchart
The queue_setup handler takes an optional format argument that can be used to allocate buffers for a format different than the current format. The uvcvideo driver doesn't support changing the format when buffers have been allocated, but there's no reason not to support allocating buffers larger tha

[PATCH v2 1/3] uvcvideo: Remove duplicate check for number of buffers in queue_setup

2014-02-18 Thread Laurent Pinchart
videobuf2 already ensures that the number of buffers will not exceed VIDEO_MAX_FRAME, which is equal to our arbitraty limit of UVC_MAX_VIDEO_BUFFERS. Remove the duplicate check. Signed-off-by: Laurent Pinchart Tested-by: Philipp Zabel --- drivers/media/usb/uvc/uvc_queue.c | 3 --- drivers/media

[PATCH v2 0/3] uvcvideo VIDIOC_CREATE_BUFS support

2014-02-18 Thread Laurent Pinchart
Hello, Here's the second version of the VIDIOC_CREATE_BUFS support for uvcvideo patch set. Compared to v1, patch 3/3 acquires privileges instead of merely checking for them. Now the driver passes the VIDIOC_CREATE_BUFS v4l2-compliance test. Laurent Pinchart (2): uvcvideo: Remove duplicate chec

easyCap on 12.04

2014-02-18 Thread Andrea Rossi
Hy guys, there's someone can help me? I need to get stream by easyCap 12.04. With lsusb i get Bus 003 Device 003: ID 1b71:3002 Now, what i do? tnks to all! =) -- Andrea Rossi -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.ke

[patch] [media] gspca_stv06xx: remove an unneeded check

2014-02-18 Thread Dan Carpenter
"err" is zero here so we don't need to check again. Signed-off-by: Dan Carpenter diff --git a/drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c b/drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c index bf3e5c317a26..e60cbb3aa609 100644 --- a/drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c +++ b/

Re: [PATCH 1/5] ARM: omap2: cm-t35: Add regulators and clock for camera sensor

2014-02-18 Thread Laurent Pinchart
Hi Igor, On Tuesday 18 February 2014 16:03:44 Igor Grinberg wrote: > On 02/18/14 14:47, Laurent Pinchart wrote: > > On Monday 10 February 2014 22:54:40 Laurent Pinchart wrote: > >> The camera sensor will soon require regulators and clocks. Register > >> fixed regulators for its VAA and VDD power s

Re: [PATCH 0/3] uvcvideo VIDIOC_CREATE_BUFS support

2014-02-18 Thread Philipp Zabel
Hi Laurent, Am Dienstag, den 18.02.2014, 15:27 +0100 schrieb Laurent Pinchart: > Hi Philipp, > > Here's a patch set that enables VIDIOC_CREATE_BUFS support in the uvcvideo > driver. It's based on the patch you've submitted (3/3), with two additional > cleanup patches to simplify the queue_setup i

Pinnacle PCTV 340e no longer working in kernel 3.11

2014-02-18 Thread Alfonso Garcia
This USB stick was working with 3.8, now with 3.11 the kernel loads the driver correctly but you can't tune any channels (tried with kaffeine, tv-me and VLC) I've loaded the xc4000 driver enabling verbose output and no error messages appear during scanning, merely it does not detect any signal. I

Re: [PATCH] Added bayer 8-bit patterns to uvcvideo

2014-02-18 Thread Laurent Pinchart
Hi Edgar, Thank you for the patch. On Monday 20 January 2014 09:11:28 Edgar Thier wrote: > Add bayer 8-bit GUIDs to uvcvideo and > associate them with the corresponding V4L2 pixel formats. > > Signed-off-by: Edgar Thier Acked-by: Laurent Pinchart Out of curiosity, could you please send me th

Re: [PATCH] staging: davinci_vpfe: fix error check

2014-02-18 Thread Laurent Pinchart
Hi Prabhakar, (Removing Greg, Mauro and the de...@driverdev.osuosl.org list to avoid spamming them) On Saturday 15 February 2014 09:16:19 Josh Triplett wrote: > On Sat, Feb 15, 2014 at 11:17:11AM +0100, Levente Kurusa wrote: > > The check would check the pointer, which is never less than 0. > >

[PATCH 3/3] uvcvideo: Enable VIDIOC_CREATE_BUFS

2014-02-18 Thread Laurent Pinchart
From: Philipp Zabel This patch enables the ioctl to create additional buffers on the videobuf2 capture queue. Signed-off-by: Philipp Zabel Signed-off-by: Laurent Pinchart --- drivers/media/usb/uvc/uvc_queue.c | 12 drivers/media/usb/uvc/uvc_v4l2.c | 10 ++ drivers/media/

[PATCH 2/3] uvcvideo: Support allocating buffers larger than the current frame size

2014-02-18 Thread Laurent Pinchart
The queue_setup handler takes an optional format argument that can be used to allocate buffers for a format different than the current format. The uvcvideo driver doesn't support changing the format when buffers have been allocated, but there's no reason not to support allocating buffers larger tha

[PATCH 0/3] uvcvideo VIDIOC_CREATE_BUFS support

2014-02-18 Thread Laurent Pinchart
Hi Philipp, Here's a patch set that enables VIDIOC_CREATE_BUFS support in the uvcvideo driver. It's based on the patch you've submitted (3/3), with two additional cleanup patches to simplify the queue_setup implementation and supporting allocation of buffers larger than the current frame size. As

[PATCH 1/3] uvcvideo: Remove duplicate check for number of buffers in queue_setup

2014-02-18 Thread Laurent Pinchart
videobuf2 already ensures that the number of buffers will not exceed VIDEO_MAX_FRAME, which is equal to our arbitraty limit of UVC_MAX_VIDEO_BUFFERS. Remove the duplicate check. Signed-off-by: Laurent Pinchart --- drivers/media/usb/uvc/uvc_queue.c | 3 --- drivers/media/usb/uvc/uvcvideo.h | 2 -

Re: [PATCH 1/5] ARM: omap2: cm-t35: Add regulators and clock for camera sensor

2014-02-18 Thread Igor Grinberg
Hi Laurent, On 02/18/14 14:47, Laurent Pinchart wrote: > Mauro, Tony, > > On Monday 10 February 2014 22:54:40 Laurent Pinchart wrote: >> The camera sensor will soon require regulators and clocks. Register >> fixed regulators for its VAA and VDD power supplies and a fixed rate >> clock for its mas

Re: Some questions timeout in rc_dev

2014-02-18 Thread Sean Young
On Sun, Feb 16, 2014 at 10:54:01PM +0100, Rune Petersen wrote: > The intent of the timeout member in the rc_dev struct is a little unclear to > me. > In rc-core.h it is described as: > @timeout: optional time after which device stops sending data. > > But if I look at the usage, it is used

Re: [RFC PATCH] [media]: of: move graph helpers from drivers/media/v4l2-core to drivers/of

2014-02-18 Thread Philipp Zabel
Hi Grant, Am Montag, den 17.02.2014, 18:14 + schrieb Grant Likely: > On Tue, 11 Feb 2014 07:56:33 -0600, Rob Herring wrote: > > On Tue, Feb 11, 2014 at 5:45 AM, Philipp Zabel > > wrote: > > > From: Philipp Zabel > > > > > > This patch moves the parsing helpers used to parse connected graph

Re: [PATCH 1/5] ARM: omap2: cm-t35: Add regulators and clock for camera sensor

2014-02-18 Thread Laurent Pinchart
Mauro, Tony, On Monday 10 February 2014 22:54:40 Laurent Pinchart wrote: > The camera sensor will soon require regulators and clocks. Register > fixed regulators for its VAA and VDD power supplies and a fixed rate > clock for its master clock. This patch is a prerequisite for a set of 4 patches t

[GIT PULL FOR v3.15] OMAP3 ISP fixes

2014-02-18 Thread Laurent Pinchart
Hi Mauro, The following changes since commit 37e59f876bc710d67a30b660826a5e83e07101ce: [media, edac] Change my email address (2014-02-07 08:03:07 -0200) are available in the git repository at: git://linuxtv.org/pinchartl/media.git omap3isp/next for you to fetch changes up to 58ee8629ebc528

Dear

2014-02-18 Thread Dr. Pius Okagba
Attention: Regarding the transaction made so far, I waited for your message as you told me with none received. Remember, I supposed to have traveled last night but the weather is too bad. I will be leaving to Paraguay tomorrow for estate project. Meanwhile, contact the Bank manager with below add

Re: [RFC PATCH] [media]: of: move graph helpers from drivers/media/v4l2-core to drivers/of

2014-02-18 Thread Sylwester Nawrocki
On 17/02/14 19:14, Grant Likely wrote: > On Tue, 11 Feb 2014 07:56:33 -0600, Rob Herring wrote: >> > On Tue, Feb 11, 2014 at 5:45 AM, Philipp Zabel >> > wrote: >>> > > From: Philipp Zabel >>> > > >>> > > This patch moves the parsing helpers used to parse connected graphs >>> > > in the device t

Re:

2014-02-18 Thread Mr.Abdullah Mahmoud
Attention Sir/Madam I've a Proposal for you await your immediate response Please get back to me for more information Kindly reply via mail. Best Regards, Mr.Abdullah Mahmoud -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@

Re: [patch] [media] stv090x: remove indent levels

2014-02-18 Thread Dan Carpenter
On Tue, Feb 18, 2014 at 09:25:36AM +0530, Manu Abraham wrote: > Hi Dan, > > On Thu, Feb 6, 2014 at 2:58 PM, Dan Carpenter > wrote: > > 1) We can flip the "if (!lock)" check to "if (lock) return lock;" and > >then remove a big chunk of indenting. > > 2) There is a redundant "if (!lock)" which

Vážení: Webmail odberateľ

2014-02-18 Thread Webmaster / Administrador2014
-- Vážení: Webmail odberateľ Oznamujeme vám, že váš e-mailový účet bol prekročený skladovacie kapacity. Nebudete môcť odosielať a prijímať e-maily a vaše e-mailový účet bude vymazaný z nášho servera. Ak sa chcete tomuto problému vyhnúť, Kliknite na odkaz nižšie pre aktualizáciu pokynov http:

Re: OMAP3 ISP capabilities, resizer

2014-02-18 Thread Peter Meerwald
Hello, > > * I have a test program, http://pmeerw.net/scaler.c, which exercises the > > OMAP3 ISP resizer standalone with the pipeline given below; it crashes the > > system quite reliably on 3.7 and recent kernels :( > > > > the reason for the crash is that the ISP resizer can still be busy and