[PATCH v2] media: atmel-isi: parse the DT parameters for vsync/hsync/pixclock polarity

2015-08-03 Thread Josh Wu
This patch will get the DT parameters of vsync/hsync/pixclock polarity, and pass to driver. Also add a debug information for test purpose. Signed-off-by: Josh Wu --- Changes in v2: - rewrite the debug message and add pix clock polarity setup thanks to Laurent. - update the commit log. drive

Skrzynka Pocztowa Zostala Tymczasowo Zawieszona!!!

2015-08-03 Thread System Admin
Konto e-mail uzytkownika Drogi Niedawno wykryto nietypowe dzialania z konta e-mail, wiec skrzynka pocztowa zostala tymczasowo zawieszona przez administratora systemu, nalezy odzyskac swoje konto, klikajac na ponizszy link lub skopiuj do przegladarki: http://itadminhelpdeskcentered.e

Re: [PATCH] media: atmel-isi: parse the DT parameters for vsync/hsync polarity

2015-08-03 Thread Josh Wu
Hi, Laurent On 8/1/2015 5:11 PM, Laurent Pinchart wrote: Hi Josh, Thank you for the patch. On Friday 31 July 2015 18:33:32 Josh Wu wrote: This patch will get the DT parameters of vsync/hsync polarity, and pass to the platform data. Also add a debug information for test purpose. Signed-off-b

Re: [PATCH 2/2] media: atmel-isi: move configure_geometry() to start_streaming()

2015-08-03 Thread Josh Wu
Hi, Laurent On 8/3/2015 9:27 PM, Laurent Pinchart wrote: Hi Josh, On Monday 03 August 2015 11:56:01 Josh Wu wrote: On 7/31/2015 10:37 PM, Laurent Pinchart wrote: On Wednesday 17 June 2015 18:39:39 Josh Wu wrote: As in set_fmt() function we only need to know which format is been set, we don't

cron job: media_tree daily build: OK

2015-08-03 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: Tue Aug 4 04:00:17 CEST 2015 git branch: test git hash: 4dc102b2f53d63207fa12a6ad49c7b6448bc3301 gcc versi

Re: [RFC PATCH v2] lib: scatterlist: add sg splitting function

2015-08-03 Thread Andrew Morton
On Sat, 1 Aug 2015 15:17:13 +0200 Robert Jarzmik wrote: > Sometimes a scatter-gather has to be split into several chunks, or sub scatter > lists. This happens for example if a scatter list will be handled by multiple > DMA channels, each one filling a part of it. > > A concrete example comes w

zajam ponuda

2015-08-03 Thread SUN EAST FEDERAL CREDIT UNION
Bok Pozdrav od sunca EAST Savezne Kreditna unija, mi smo dobro uspostavljen i odobren uk zajam tvrtki, tijekom godina, razvili smo dobro razumijevanje Vašim potrebama i individualnim potrebama. odlučni smo nas prema našim kupcima pošteno i ponuditi uslugu koja je profesionalni i prijateljski

Re: [lm-sensors] MAINTAINERS/s5p: Kamil Debski no longer with Samsung?

2015-08-03 Thread Joe Perches
On Mon, 2015-08-03 at 19:06 +0200, Jean Delvare wrote: > Hi Bartlomiej, > > Le Monday 03 August 2015 à 17:33 +0200, Bartlomiej Zolnierkiewicz a > écrit : > > Hi, > > > > On Sunday, August 02, 2015 01:40:40 PM Joe Perches wrote: > > > On Sun, 2015-08-02 at 20:31 +, Mail Delivery System wrote:

Re: [lm-sensors] MAINTAINERS/s5p: Kamil Debski no longer with Samsung?

2015-08-03 Thread Jean Delvare
Hi Bartlomiej, Le Monday 03 August 2015 à 17:33 +0200, Bartlomiej Zolnierkiewicz a écrit : > Hi, > > On Sunday, August 02, 2015 01:40:40 PM Joe Perches wrote: > > On Sun, 2015-08-02 at 20:31 +, Mail Delivery System wrote: > > > : host mailin.samsung.com[203.254.224.12] > > > said: 550 5.1.1

Re: [PATCH v3 3/3] [media] videobuf2: add trace events

2015-08-03 Thread Steven Rostedt
On Tue, 28 Jul 2015 09:53:20 +0200 Philipp Zabel wrote: > I tried this yesterday and failed to figure out a satisfactory way to do > it since the vb2 trace point macros reuse the v4l2 enum definitions and > __print_symbolic/flags macros. The alternative would be to just export > the vb2 trace po

Re: [PATCH] [media] coda: drop zero payload bitstream buffers

2015-08-03 Thread Philipp Zabel
Am Montag, den 03.08.2015, 13:57 +0200 schrieb Zahari Doychev: > The buffers with zero payload are now dumped in coda_fill_bitstream and not > passed to coda_bitstream_queue. This avoids unnecessary fifo addition and > buffer sequence counter increment. > > Signed-off-by: Zahari Doychev Yes, tha

Re: MAINTAINERS/s5p: Kamil Debski no longer with Samsung?

2015-08-03 Thread Bartlomiej Zolnierkiewicz
Hi, On Sunday, August 02, 2015 01:40:40 PM Joe Perches wrote: > On Sun, 2015-08-02 at 20:31 +, Mail Delivery System wrote: > > : host mailin.samsung.com[203.254.224.12] > > said: 550 5.1.1 > > Recipient address rejected: User unknown (in reply to RCPT TO > > command) > > His email addr

[RFC] Media Controller, the next generation

2015-08-03 Thread Hans Verkuil
Hi all, During last week's brainstorm meeting in Espoo, Finland, we discussed how to proceed with the MC API. Trying to apply the existing API to DVB devices caused a lot of controversy and this meeting was an attempt to resolve these issues. This RFC is the proposal for the public API (NOT the i

drivers/media/platform/am437x/am437x-vpfe.c:1698: bad test ?

2015-08-03 Thread David Binderman
Hello there, drivers/media/platform/am437x/am437x-vpfe.c:1698:27: warning: self-comparison always evaluates to true [-Wtautological-compare] if (client->addr == curr_client->addr &&     client->adapter->nr == client->adapter->nr) { maybe if (client->addr == curr_client->addr

Re: [PATCH 2/2] media: atmel-isi: move configure_geometry() to start_streaming()

2015-08-03 Thread Laurent Pinchart
Hi Josh, On Monday 03 August 2015 11:56:01 Josh Wu wrote: > On 7/31/2015 10:37 PM, Laurent Pinchart wrote: > > On Wednesday 17 June 2015 18:39:39 Josh Wu wrote: > >> As in set_fmt() function we only need to know which format is been set, > >> we don't need to access the ISI hardware in this moment

Re: [PATCH] uvcvideo: Disable hardware timestamps by default

2015-08-03 Thread Peter Rabbitson
On 07/27/2015 04:18 PM, Laurent Pinchart wrote: The hardware timestamping implementation has been reported as not working correctly on at least the Logitech C920. Until this can be fixed, disable it by default. As stated earlier on freenode#v4l - this patch seems to do the job for me as well.

[PATCH] [media] coda: drop zero payload bitstream buffers

2015-08-03 Thread Zahari Doychev
The buffers with zero payload are now dumped in coda_fill_bitstream and not passed to coda_bitstream_queue. This avoids unnecessary fifo addition and buffer sequence counter increment. Signed-off-by: Zahari Doychev --- drivers/media/platform/coda/coda-bit.c | 7 +++ 1 file changed, 7 inserti

[PATCH] vivid: support cvt, gtf timings for video out

2015-08-03 Thread Prashant Laddha
The generation of cvt, gtf timings is already supported by v4l2-ctl. This patch adds support for setting cvt,gtf timings for video out. While enabling cvt,gtf in vivid capture, the vivid video out was missed out. Adding it now. Cc: Hans Verkuil Signed-off-by: Prashant Laddha --- drivers/media/p

Re: [PATCH 1/2] staging:media:lirc Remove the extra braces in if statement of lirc_imon

2015-08-03 Thread Dan Carpenter
Normally, I wait overnight between writing a patch and sending it. There is no rush and the delay helps me to be more careful. The subject is still not perfect. Do: git log --oneline drivers/staging/media/lirc/lirc_imon.c On Mon, Aug 03, 2015 at 02:56:31AM -0500, Pradheep Shrinivasan wr

[PATCH 2/2] staging:media:lirc This fix changes the spaces to tab in lirc_sasem.c

2015-08-03 Thread Pradheep Shrinivasan
This fix changes the space in the code to tab to fix the ERROR "ERROR: code indent should use tabs where possible" Signed-off-by: Pradheep Shrinivasan --- drivers/staging/media/lirc/lirc_sasem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/media/lirc/lirc_s

[PATCH 1/2] staging:media:lirc Remove the extra braces in if statement of lirc_imon

2015-08-03 Thread Pradheep Shrinivasan
From: pradheep This patche removes the extra braces found in drivers/staging/media/lirc/lirc_imon.c to fix the warning thrown by checkpatch.pl Signed-off-by: Pradheep Shrinivasan --- drivers/staging/media/lirc/lirc_imon.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --gi