cron job: media_tree daily build: ERRORS

2016-04-02 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 Apr 3 04:00:14 CEST 2016 git branch: test git hash: d3f5193019443ef8e556b64f3cd359773c4d377b gcc

Re: [PATCHv2] [media] rcar-vin: add Renesas R-Car VIN driver

2016-04-02 Thread Niklas Söderlund
Hi Hans, Thanks again for your review! I have addressed your comments in v3 which I just posted but there where a few things I just wanted to answer in this thread. On 2016-02-29 10:52:25 +0100, Hans Verkuil wrote: > Hi Niklas, > > Thanks for your patch! Much appreciated. > > I have more

[PATCHv3] [media] rcar-vin: add Renesas R-Car VIN driver

2016-04-02 Thread Niklas Söderlund
A V4L2 driver for Renesas R-Car VIN driver that do not depend on soc_camera. The driver is heavily based on its predecessor and aims to replace it. Signed-off-by: Niklas Söderlund --- The driver is tested on Koelsch and can do streaming using qv4l2 and

[PATCH 2/3] [media] adv7180: Add cropcap operation

2016-04-02 Thread Niklas Söderlund
Add support to get the pixel aspect ratio depending on the current standard (50 vs 60 Hz). Signed-off-by: Niklas Söderlund --- drivers/media/i2c/adv7180.c | 16 1 file changed, 16 insertions(+) diff --git a/drivers/media/i2c/adv7180.c

[PATCH 1/3] [media] adv7180: Add g_std operation

2016-04-02 Thread Niklas Söderlund
Add support to get the standard to the adv7180 driver. Signed-off-by: Niklas Söderlund --- drivers/media/i2c/adv7180.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/media/i2c/adv7180.c b/drivers/media/i2c/adv7180.c index

[PATCH 3/3] [media] adv7180: Add g_tvnorms operation

2016-04-02 Thread Niklas Söderlund
The ADV7180 supports NTSC, PAL and SECAM. Signed-off-by: Niklas Söderlund --- drivers/media/i2c/adv7180.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/drivers/media/i2c/adv7180.c b/drivers/media/i2c/adv7180.c index

[PATCH 0/3] [media] adv7180: Add more operations

2016-04-02 Thread Niklas Söderlund
Add more operations to allow for the user to read the std and supported tvnorms. Also expose the pixel aspect ratio using the cropcap operation. These operations where developed in conjuctin with the new rcar-vin drvier that is posted in a separat patch. It is also that driver I have used to test

[PATCH RFC v2 0/2] pxa_camera transition to v4l2 standalone device

2016-04-02 Thread Robert Jarzmik
Hi Hans and Guennadi, This is the second opus of this RFC. The goal is still to see how close our ports are to see if there are things we could either reuse of change. >From RFCv1, the main change is cleaning up in function names and functions grouping, and fixes to make v4l2-compliance happy

[PATCH RFC v2 2/2] media: platform: pxa_camera: make a standalone v4l2 device

2016-04-02 Thread Robert Jarzmik
This patch removes the soc_camera API dependency from pxa_camera. In the current status : - all previously captures are working the same on pxa270 - the s_crop() call was removed, judged not working (see what happens soc_camera_s_crop() when get_crop() == NULL) - if the pixel clock is

[PATCH RFC v2 1/2] media: platform: transfer format translations to soc_mediabus

2016-04-02 Thread Robert Jarzmik
Transfer the formats translations to soc_mediabus. Even is soc_camera was to be deprecated, soc_mediabus will survive, and should describe all that happens on the bus connecting the image processing unit of the SoC and the sensor. The translation engine provides an easy way to compute the formats

AVerMedia HD Volar (A867) AF9035 + MXL5007T driver issues

2016-04-02 Thread Alessandro Radicati
Hi, In trying to understand why my DVB USB tuner doesn't work with stock kernel drivers (4.2.0), I decided to pull out my logic analyser and sniff the I2C bus between the AF9035 and MXL5007T. I seem to have uncovered a couple of issues: 1) Attach fails because MXL5007T driver I2C soft reset