cron job: media_tree daily build: OK

2016-05-28 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: Sun May 29 04:00:24 CEST 2016 git branch: test git hash: bc2b80ee3490651904f121eac1c8fb7652d48253 gcc

Trustee :

2016-05-28 Thread FDF
You have been selected as one of our trustee,By Foundation De France Charity Works.Contact us for more details. -- 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

Re: [PATCH 2/4] dt-bindings: Update Renesas R-Car FCP DT binding

2016-05-28 Thread Geert Uytterhoeven
Hi Kieran, On Fri, May 27, 2016 at 7:19 PM, Kieran Bingham wrote: > The FCP driver, can also support the FCPF variant for FDP1 compatible > processing. > > Signed-off-by: Kieran Bingham Thanks for your patch! > --- >

Re: [PATCH 3/4] dt-bindings: Document Renesas R-Car FCP power-domains usage

2016-05-28 Thread Geert Uytterhoeven
Hi Kieran, On Fri, May 27, 2016 at 7:19 PM, Kieran Bingham wrote: > The example misses the power-domains usage, and documentation that the > property is used by the node. > > Signed-off-by: Kieran Bingham Thanks for your patch! > --- >

[PATCH] saa7164: Replace if and BUG with BUG_ON

2016-05-28 Thread Amitoj Kaur Chawla
Replace if condition and BUG() with a BUG_ON having the conditional expression of the if statement as argument. The Coccinelle semantic patch used to make this change is as follows: @@ expression E,f; @@ ( if (<+... f(...) ...+>) { BUG(); } | - if (E) { BUG(); } + BUG_ON(E); ) Signed-off-by:

RE: netup_unidvb CI problem

2016-05-28 Thread Saso Slavicic
Another bug in the driver. According to Netup 2014 drivers, the attributes should be read from _config not _io --- drivers/media/pci/netup_unidvb/netup_unidvb_ci.c.orig 2016-05-28 17:16:07.073608043 +0200 +++ drivers/media/pci/netup_unidvb/netup_unidvb_ci.c2016-05-28 17:16:33.970418997

Re: ascot2e.c off by one bug

2016-05-28 Thread Antti Palosaari
Convert it to regmap at the same (just a hint...) On 05/28/2016 12:28 PM, Saso Slavicic wrote: Hi, Tuning a card with Sony ASCOT2E produces the following error: kernel: i2c i2c-9: wr reg=0006: len=11 is too big! MAX_WRITE_REGSIZE is defined as 10, buf[MAX_WRITE_REGSIZE + 1] buffer is

netup_unidvb CI problem

2016-05-28 Thread Saso Slavicic
Hi, I have a problem with CI slots on NetUP Dual DVB Universal CI card. Running kernel-ml 4.4 on Centos 7 produces the following error: [765846.415719] netup_unidvb :11:00.0: DVB init done, num=1 [765846.415721] dvb_ca_en50221_init [765846.415804] DVB: register adapter0/ca0 @ minor: 24

ascot2e.c off by one bug

2016-05-28 Thread Saso Slavicic
Hi, Tuning a card with Sony ASCOT2E produces the following error: kernel: i2c i2c-9: wr reg=0006: len=11 is too big! MAX_WRITE_REGSIZE is defined as 10, buf[MAX_WRITE_REGSIZE + 1] buffer is used in ascot2e_write_regs(). The problem is that exactly 10 bytes are written in