Re: [PATCH] [media] atmel_isi: allocate memory to store the isi platform data.

2012-08-29 Thread Josh Wu
Hi, all Sorry, My mistake here. After checking the code, this ISI bug doesn't exist in current mainline code. So I will *cancel* this patch. Since current mainline will copy this __initdata isi platform data to one static structure in function at91_add_device_isi(...). Then pass this static

[PATCH] v3 Add support to Avermedia Twinstar double tuner in af9035

2012-08-29 Thread Jose Alberto Reguero
This patch add support to the Avermedia Twinstar double tuner in the af9035 driver. Version 3 of the patch. Signed-off-by: Jose Alberto Reguero Jose Alberto diff -upr linux/drivers/media/dvb-frontends/af9033.c linux.new/drivers/media/dvb-frontends/af9033.c --- linux/drivers/media/dvb-fronten

Re: [PATCH RFC 0/4] V4L2: Vendor specific media bus formats/ frame size control

2012-08-29 Thread Sylwester Nawrocki
Hi Nicolas, On 08/27/2012 05:48 PM, Nicolas THERY wrote: > Hello, > > On 2012-08-23 11:51, Sylwester Nawrocki wrote: >> This patch series introduces new image source class control - >> V4L2_CID_FRAMESIZE >> and vendor or device specific media bus format section. >> >> There was already a discuss

cron job: media_tree daily build: WARNINGS

2012-08-29 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 Aug 29 19:00:18 CEST 2012 git hash:79e8c7bebb467bbc3f2514d75bba669a3f354324 gcc version: i686-linux-gcc (GC

Re: [PATCH RFC 0/4] V4L2: Vendor specific media bus formats/ frame size control

2012-08-29 Thread sakari.ai...@iki.fi
Hi Nicolas, On Mon, Aug 27, 2012 at 05:48:43PM +0200, Nicolas THERY wrote: > Hello, > > On 2012-08-23 11:51, Sylwester Nawrocki wrote: > > This patch series introduces new image source class control - > > V4L2_CID_FRAMESIZE > > and vendor or device specific media bus format section. > > > > The

Re: [Linaro-mm-sig] [PATCH 2/4] dma-fence: dma-buf synchronization (v8 )

2012-08-29 Thread Francesco Lavra
Hi, On Fri, Aug 10, 2012 at 4:57 PM, Maarten Lankhorst wrote: [Snip] > diff --git a/include/linux/dma-fence.h b/include/linux/dma-fence.h > new file mode 100644 > index 000..e0ceddd > --- /dev/null > +++ b/include/linux/dma-fence.h > @@ -0,0 +1,124 @@ > +/* > + * Fence mechanism for dma-buf

Re: [PATCH] [media] atmel_isi: allocate memory to store the isi platform data.

2012-08-29 Thread Guennadi Liakhovetski
On Wed, 29 Aug 2012, Sylwester Nawrocki wrote: > Hi, > > On 08/29/2012 12:11 PM, Josh Wu wrote: > > This patch fix the bug: ISI driver's platform data became invalid > > when isi platform data's attribution is __initdata. > > > > If the isi platform data is passed as __initdata. Then we need st

Re: [PATCH] [media] atmel_isi: allocate memory to store the isi platform data.

2012-08-29 Thread Sylwester Nawrocki
Hi, On 08/29/2012 12:11 PM, Josh Wu wrote: > This patch fix the bug: ISI driver's platform data became invalid > when isi platform data's attribution is __initdata. > > If the isi platform data is passed as __initdata. Then we need store > it in driver allocated memory. otherwise when we use it

Re: [PATCH] [media] atmel_isi: allocate memory to store the isi platform data.

2012-08-29 Thread Nicolas THERY
Hello, On 2012-08-29 12:11, Josh Wu wrote: > This patch fix the bug: ISI driver's platform data became invalid when isi > platform data's attribution is __initdata. > > If the isi platform data is passed as __initdata. Then we need store it in > driver allocated memory. otherwise when we use it

Re: [PATCH] media: v4l2-ctrls: add control for dpcm predictor

2012-08-29 Thread Prabhakar Lad
Hi Sakari, Thanks for the review. On Wed, Aug 29, 2012 at 7:51 PM, Sakari Ailus wrote: > Hi Prabhakar, > > Thanks for the patch. > > On Wed, Aug 29, 2012 at 06:01:07PM +0530, Prabhakar Lad wrote: >> From: Lad, Prabhakar >> >> add V4L2_CID_DPCM_PREDICTOR control of type menu, which >> determines

Re: [PATCH] [media] davinci: vpfe: Add documentation

2012-08-29 Thread Prabhakar Lad
Hi Sakari, On Thu, Aug 16, 2012 at 9:53 PM, Sakari Ailus wrote: > Hi Manju, > > On Thu, Aug 09, 2012 at 09:13:52AM +0530, Manjunath Hadli wrote: >> Hi Sakari, >> >> Thank you for the comments. > > Thanks for the graphs! > >> On Thursday 02 August 2012 05:37 AM, Sakari Ailus wrote: >> > Hi Manju,

Re: [PATCH] media: v4l2-ctrls: add control for dpcm predictor

2012-08-29 Thread Sakari Ailus
Hi Prabhakar, Thanks for the patch. On Wed, Aug 29, 2012 at 06:01:07PM +0530, Prabhakar Lad wrote: > From: Lad, Prabhakar > > add V4L2_CID_DPCM_PREDICTOR control of type menu, which > determines the dpcm predictor. The predictor can be either > simple or advanced. > > Signed-off-by: Lad, Prabh

Re: [PATCH] media: v4l2-ctrls: add control for dpcm predictor

2012-08-29 Thread Prabhakar Lad
Hi Sylwester, On Wednesday 29 August 2012 06:13 PM, Sylwester Nawrocki wrote: > Hi Prabhakar, > > On 08/29/2012 02:31 PM, Prabhakar Lad wrote: >> From: Lad, Prabhakar >> >> add V4L2_CID_DPCM_PREDICTOR control of type menu, which >> determines the dpcm predictor. The predictor can be either >> si

Re: [PATCH] media: v4l2-ctrls: add control for dpcm predictor

2012-08-29 Thread Sylwester Nawrocki
Hi Prabhakar, On 08/29/2012 02:31 PM, Prabhakar Lad wrote: > From: Lad, Prabhakar > > add V4L2_CID_DPCM_PREDICTOR control of type menu, which > determines the dpcm predictor. The predictor can be either > simple or advanced. Thanks for the patch. I was expecting to find some information about t

[PATCH] media: v4l2-ctrls: add control for dpcm predictor

2012-08-29 Thread Prabhakar Lad
From: Lad, Prabhakar add V4L2_CID_DPCM_PREDICTOR control of type menu, which determines the dpcm predictor. The predictor can be either simple or advanced. Signed-off-by: Lad, Prabhakar Signed-off-by: Manjunath Hadli Cc: Sakari Ailus Cc: Hans Verkuil Cc: Laurent Pinchart Cc: Mauro Carvalho

[PATCH] [media] atmel_isi: allocate memory to store the isi platform data.

2012-08-29 Thread Josh Wu
This patch fix the bug: ISI driver's platform data became invalid when isi platform data's attribution is __initdata. If the isi platform data is passed as __initdata. Then we need store it in driver allocated memory. otherwise when we use it out of the probe() function, then the isi platform d