Re: Baytrail camera csi / isp support status ?

2015-01-05 Thread Laurent Pinchart
Hi Bastien, On Tuesday 06 January 2015 01:06:54 Bastien Nocera wrote: > On Fri, 2014-12-12 at 12:07 +0100, Hans de Goede wrote: > > Hi All, > > > > A college of mine has a baytrail bases tablet: > > > > http://www.onda-tablet.com/onda-v975w-quad-core-win-8-tablet-9-7-inch-reti > > na-screen-ram-

cron job: media_tree daily build: ERRORS

2015-01-05 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 Jan 6 04:00:11 CET 2015 git branch: test git hash: 99f3cd52aee21091ce62442285a68873e3be833f gcc versio

Re: Baytrail camera csi / isp support status ?

2015-01-05 Thread Bastien Nocera
Hey, On Fri, 2014-12-12 at 12:07 +0100, Hans de Goede wrote: > Hi All, > > A college of mine has a baytrail bases tablet: > > http://www.onda-tablet.com/onda-v975w-quad-core-win-8-tablet-9-7-inch-retina-screen-ram-2gb-wifi-32gb.html > > And he is trying to get Linux to run on it, he has things

[yavta PATCH 2/2] Fix data offset config option parsing

2015-01-05 Thread Sakari Ailus
The option itself was considered correctly, but a small but crucial break statement was missing. --data-offset option does not take an argument either. Signed-off-by: Sakari Ailus --- yavta.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yavta.c b/yavta.c index 3bec0be..7

[yavta PATCH 0/2] Data prefix writing fixes

2015-01-05 Thread Sakari Ailus
Hi Laurent, Just a small fix (and a better name) for the --buffer-prefix option implementation. The original patch didn't quite work as intended. -- Kind regards, Sakari -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.o

[yavta PATCH 1/2] Rename buffer prefix as data prefix

2015-01-05 Thread Sakari Ailus
Data prefix is a much better name for this (think of data_offset, for instance). Signed-off-by: Sakari Ailus --- yavta.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/yavta.c b/yavta.c index 0055c7d..3bec0be 100644 --- a/yavta.c +++ b/yavta.c @@ -81,7 +81,7 @@

[PATCH] [media] [pvrusb2]: remove dead retry cmd code

2015-01-05 Thread Haim Daniel
In case a command is timed out, current flow sets the retry_flag and does nothing. Signed-off-by: Haim Daniel --- drivers/media/usb/pvrusb2/pvrusb2-encoder.c | 15 +-- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/drivers/media/usb/pvrusb2/pvrusb2-encoder.c b/drivers

Re: [PATCH 2/5] mb86a20s: convert it to I2C binding model

2015-01-05 Thread Mauro Carvalho Chehab
Em Thu, 01 Jan 2015 21:30:36 + Antti Palosaari escreveu: > I am on holiday trip now. But generally speaking I would like to separate all > drivers from the interfaces. That means for example I2C tuner driver is just > a I2C driver and nothing more - no relations to DVB nor V4L API. That wo

Re: [PATCH 4/5] dvb core: add media controller support for the demod

2015-01-05 Thread Mauro Carvalho Chehab
Em Mon, 05 Jan 2015 23:36:00 +0900 Akihiro TSUKADA escreveu: > On 2015年01月02日 00:51, Mauro Carvalho Chehab wrote: > > /* > > @@ -416,6 +418,11 @@ struct dvb_frontend { > > struct dvb_frontend_ops ops; > > struct dvb_adapter *dvb; > > struct i2c_client *fe_cl; > > +#if defined(CONFIG_

Re: [linux-media] Patch notification: 2 patches updated

2015-01-05 Thread Fabio Estevam
Hi Mauro, On Tue, Dec 23, 2014 at 2:38 PM, Patchwork wrote: > Hello, > > The following patches (submitted by you) have been updated in patchwork: > > * linux-media: [1/2] of: Add new compatibles for CODA bindings > - http://patchwork.linuxtv.org/patch/27149/ > - for: Linux Media kernel

Using CSI1 on i.MX6

2015-01-05 Thread Jean-Michel Hautbois
Hi all, First of all, happy new year :). Next, I am trying to use the second CSI on i.MX6 (still based on media tree and Steve's work, "slightly" modified ;-)). I am using the following lines in order to configure my adv7604 correctly, and running it in free run mode in order to get something reli

Re: [PATCH 4/5] dvb core: add media controller support for the demod

2015-01-05 Thread Akihiro TSUKADA
On 2015年01月02日 00:51, Mauro Carvalho Chehab wrote: > /* > @@ -416,6 +418,11 @@ struct dvb_frontend { > struct dvb_frontend_ops ops; > struct dvb_adapter *dvb; > struct i2c_client *fe_cl; > +#if defined(CONFIG_MEDIA_CONTROLLER) > + struct media_device *mdev; > + struct med

Re: [PATCH] [media] gspca_touptek: Add support for ToupTek UCMOS series USB cameras

2015-01-05 Thread Hans de Goede
Hi John, On 01-12-14 03:27, John McMaster wrote: Adds support for AmScope MU800 / ToupTek UCMOS08000KPB USB microscope camera. Signed-off-by: John McMaster Thanks, I've added this driver to my gspca tree, and asked Mauro to queue it up for 3.20. Regards, Hans --- drivers/media/usb/gspc

[PULL patches for 3.20]: New gspca touptek driver and sunxi-cir driver improvments

2015-01-05 Thread Hans de Goede
Hi Mauro, Please pull from my tree for a new gspca touptek driver and some sunxi-cir driver improvments. The following changes since commit 99f3cd52aee21091ce62442285a68873e3be833f: [media] vb2-vmalloc: Protect DMA-specific code by #ifdef CONFIG_HAS_DMA (2014-12-23 16:28:09 -0200) are avail

Re: [PATCH 2/5] mb86a20s: convert it to I2C binding model

2015-01-05 Thread Akihiro TSUKADA
moikka, On 2015年01月02日 06:30, Antti Palosaari wrote: > I am on holiday trip now. But generally speaking I would like to separate all > drivers from the interfaces. That means for example I2C tuner driver is just > a I2C driver and nothing more - no relations to DVB nor V4L API. That is > someth

Re: [RFC/PATCH] dvb-core: add template code for i2c binding model

2015-01-05 Thread Mauro Carvalho Chehab
Em Mon, 05 Jan 2015 21:14:42 +0900 Akihiro TSUKADA escreveu: > > The only thing I noticed is that it is causing some warnings at > > dmesg about trying to create already created sysfs nodes, when the > > driver is removed/reinserted. > > > > Probably, the remove callback is called too soon or to

Re: [RFC/PATCH] dvb-core: add template code for i2c binding model

2015-01-05 Thread Akihiro TSUKADA
> The only thing I noticed is that it is causing some warnings at > dmesg about trying to create already created sysfs nodes, when the > driver is removed/reinserted. > > Probably, the remove callback is called too soon or too late. I don't have any warnings in syslog when reinserting earth-pt3 +

Re: [RFC/PATCH] dvb-core: add template code for i2c binding model

2015-01-05 Thread Akihiro TSUKADA
Hi, thank you for the comment. I understood the naming conventions you mentioned, and I'll update them in the next version. >> diff --git a/drivers/media/dvb-core/dvb_i2c.c >> b/drivers/media/dvb-core/dvb_i2c.c >> new file mode 100644 >> index 000..4ea4e5e >> --- /dev/null >> +++ b/drivers/me

Re: [PATCH 1/2] V4L: remove clock name from v4l2_clk API

2015-01-05 Thread Josh Wu
Hi, Guennadi On 1/5/2015 5:28 PM, Guennadi Liakhovetski wrote: Hi Josh, On Mon, 5 Jan 2015, Josh Wu wrote: Hi, Guennadi On 1/2/2015 7:48 PM, Guennadi Liakhovetski wrote: All uses of the v4l2_clk API so far only register one clock with a fixed name. This allows us to get rid of it, which als

Re: [PATCH v2 2/2] V4L2: add CCF support to the v4l2_clk API

2015-01-05 Thread Josh Wu
On 1/5/2015 5:36 PM, Guennadi Liakhovetski wrote: On Mon, 5 Jan 2015, Josh Wu wrote: Hi, Guennadi On 1/3/2015 4:18 AM, Guennadi Liakhovetski wrote: From aeaee56e04d023f3a019d2595ef5128015acdb06 Mon Sep 17 00:00:00 2001 From: Guennadi Liakhovetski Date: Fri, 2 Jan 2015 12:26:41 +0100 Subjec

Re: [PATCH v2 2/2] V4L2: add CCF support to the v4l2_clk API

2015-01-05 Thread Guennadi Liakhovetski
On Mon, 5 Jan 2015, Josh Wu wrote: > Hi, Guennadi > > On 1/3/2015 4:18 AM, Guennadi Liakhovetski wrote: > > From aeaee56e04d023f3a019d2595ef5128015acdb06 Mon Sep 17 00:00:00 2001 > > From: Guennadi Liakhovetski > > Date: Fri, 2 Jan 2015 12:26:41 +0100 > > Subject: [PATCH 2/2] V4L2: add CCF supp

Re: [PATCH v2 12/13] ARM: dts: sun6i: Add sun6i-a31s.dtsi

2015-01-05 Thread Hans de Goede
Hi, On 05-01-15 10:08, Maxime Ripard wrote: Hi, On Mon, Dec 22, 2014 at 02:46:12PM +0100, Hans de Goede wrote: On 21-12-14 23:39, Maxime Ripard wrote: On Sat, Dec 20, 2014 at 11:24:55AM +0100, Hans de Goede wrote: Given your previous changes, you should also update the enable-method. I

Re: [PATCH 1/2] V4L: remove clock name from v4l2_clk API

2015-01-05 Thread Guennadi Liakhovetski
Hi Josh, On Mon, 5 Jan 2015, Josh Wu wrote: > Hi, Guennadi > > On 1/2/2015 7:48 PM, Guennadi Liakhovetski wrote: > > All uses of the v4l2_clk API so far only register one clock with a fixed > > name. This allows us to get rid of it, which also will make CCF and DT > > integration easier. > This

Re: [PATCH v2 2/2] V4L2: add CCF support to the v4l2_clk API

2015-01-05 Thread Josh Wu
Hi, Guennadi On 1/3/2015 4:18 AM, Guennadi Liakhovetski wrote: From aeaee56e04d023f3a019d2595ef5128015acdb06 Mon Sep 17 00:00:00 2001 From: Guennadi Liakhovetski Date: Fri, 2 Jan 2015 12:26:41 +0100 Subject: [PATCH 2/2] V4L2: add CCF support to the v4l2_clk API V4L2 clocks, e.g. used by camer

Re: [PATCH v2 12/13] ARM: dts: sun6i: Add sun6i-a31s.dtsi

2015-01-05 Thread Maxime Ripard
Hi, On Mon, Dec 22, 2014 at 02:46:12PM +0100, Hans de Goede wrote: > On 21-12-14 23:39, Maxime Ripard wrote: > >On Sat, Dec 20, 2014 at 11:24:55AM +0100, Hans de Goede wrote: > >>Hi, > >> > >>On 19-12-14 19:34, Maxime Ripard wrote: > >>>On Wed, Dec 17, 2014 at 06:18:23PM +0100, Hans de Goede wrote

Re: [PATCH 1/2] V4L: remove clock name from v4l2_clk API

2015-01-05 Thread Josh Wu
Hi, Guennadi On 1/2/2015 7:48 PM, Guennadi Liakhovetski wrote: All uses of the v4l2_clk API so far only register one clock with a fixed name. This allows us to get rid of it, which also will make CCF and DT integration easier. This patch not register a v4l2_clk with name: "mclk". So this will br