Re: [RFC][PATCH 0/2] dma-buf: add importer private data for reimporting

2013-06-05 Thread Daniel Vetter
On Wed, Jun 05, 2013 at 11:52:59AM +0900, 김승우 wrote: On 2013년 06월 04일 21:55, Daniel Vetter wrote: On Tue, Jun 04, 2013 at 07:42:22PM +0900, 김승우 wrote: On 2013년 06월 01일 00:29, Daniel Vetter wrote: On Fri, May 31, 2013 at 07:22:24PM +0900, 김승우 wrote: Hello Daniel, Thanks for

[PATCH v3] ov10635: Add OmniVision ov10635 SoC camera driver

2013-06-05 Thread Phil Edworthy
Signed-off-by: Phil Edworthy phil.edwor...@renesas.com --- v3: - Removed dupplicated writes to reg 0x3042 - Program all the standard registers after checking the ID v2: - Simplified flow in ov10635_s_ctrl. - Removed chip ident code - build tested only drivers/media/i2c/soc_camera/Kconfig

Re: [PATCH v2] ov10635: Add OmniVision ov10635 SoC camera driver

2013-06-05 Thread Guennadi Liakhovetski
Hi Phil Thanks for the patch. I'll look at it in more detail hopefully soon enough... One remark so far to Jean-Philippe's comment: On Tue, 4 Jun 2013, jean-philippe francois wrote: 2013/6/3 Phil Edworthy phil.edwor...@renesas.com: Signed-off-by: Phil Edworthy phil.edwor...@renesas.com

[PATCH] [media] soc_camera: error dev remove and v4l2 call

2013-06-05 Thread Wenbing Wang
From: Wenbing Wang wan...@marvell.com in soc_camera_close(), if ici-ops-remove() removes device firstly, and then call __soc_camera_power_off(), it has logic error. Since if remove device, it should disable subdev clk. but in __soc_camera_ power_off(), it will callback v4l2 s_power function which

Re: [PATCH] [media] soc_camera: error dev remove and v4l2 call

2013-06-05 Thread Guennadi Liakhovetski
Hi On Wed, 5 Jun 2013, Wenbing Wang wrote: From: Wenbing Wang wan...@marvell.com in soc_camera_close(), if ici-ops-remove() removes device firstly, and then call __soc_camera_power_off(), it has logic error. Since if remove device, it should disable subdev clk. but in __soc_camera_

Re: [PATCH 1/2] [media] soc_camera: mt9t112: Remove empty function

2013-06-05 Thread Guennadi Liakhovetski
Hi Sachin On Tue, 4 Jun 2013, Sachin Kamat wrote: On 24 May 2013 16:55, Sachin Kamat sachin.ka...@linaro.org wrote: After the switch to devm_* functions, the 'remove' function does not do anything. Delete it. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Cc: Kuninori Morimoto

Re: [PATCH 1/2] [media] soc_camera: mt9t112: Remove empty function

2013-06-05 Thread Sachin Kamat
On 5 June 2013 15:32, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: Hi Sachin On Tue, 4 Jun 2013, Sachin Kamat wrote: On 24 May 2013 16:55, Sachin Kamat sachin.ka...@linaro.org wrote: After the switch to devm_* functions, the 'remove' function does not do anything. Delete it.

Re: [PATCH v2] ov10635: Add OmniVision ov10635 SoC camera driver

2013-06-05 Thread phil . edworthy
Hi Guennadi, Thanks for the patch. I'll look at it in more detail hopefully soon enough... One remark so far to Jean-Philippe's comment: [snip] Register 0x3042 is only touched by the enable part, not by the change mode part I think you could move the {0x3042, 0xf0} sequence in the

Re: [RFC][PATCH 1/2] dma-buf: add importer private data to attachment

2013-06-05 Thread Maarten Lankhorst
Op 31-05-13 10:54, Seung-Woo Kim schreef: dma-buf attachment has only exporter private data, but importer private data can be useful for importer especially to re-import the same dma-buf. To use importer private data in attachment of the device, the function to search attachment in the

cron job: media_tree daily build: WARNINGS

2013-06-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: Wed Jun 5 19:00:19 CEST 2013 git branch: test git hash: 7eac97d7e714429f7ef1ba5d35f94c07f4c34f8e gcc

rtl28xxu ir remote

2013-06-05 Thread marco caminati
Thanks for the recent efforts as from subject. I tested it with no success, however. Indeed, with old r820t-unaware drivers (e.g., v4l version df33bbd60225), I used to get some output from cat /dev/input/eventX upon pressing ir remote buttons (passingrtl2832u_rc_mode=2 to modprobe). Now this

Re: [PATCH for v3.10] v4l2-ioctl: don't print the clips list.

2013-06-05 Thread Sakari Ailus
On Fri, May 31, 2013 at 01:14:59PM +0200, Hans Verkuil wrote: The clips pointer is a userspace pointer, not a kernelspace pointer. Signed-off-by: Hans Verkuil hans.verk...@cisco.com Acked-by: Sakari Ailus sakari.ai...@iki.fi -- Sakari Ailus e-mail: sakari.ai...@iki.fi XMPP:

Re: [PATCH] smscoreapi: memory leak fix

2013-06-05 Thread Sakari Ailus
Hi Roberto, Thanks for the patch. On Tue, May 21, 2013 at 05:32:30PM -0300, Roberto Alcântara wrote: Ensure release_firmware is called if kmalloc fails. Signed-off-by:Roberto Alcantara robe...@eletronica.org diff --git a/linux/drivers/media/common/siano/smscoreapi.c

Re: [REVIEW PATCH v2 10/11] media: Change media device link_notify behaviour

2013-06-05 Thread Sakari Ailus
Hi Sylwester, Thanks for the patch! On Fri, May 31, 2013 at 04:37:26PM +0200, Sylwester Nawrocki wrote: ... @@ -547,25 +547,17 @@ int __media_entity_setup_link(struct media_link *link, u32 flags) mdev = source-parent; - if ((flags MEDIA_LNK_FL_ENABLED) mdev-link_notify) {

[RESEND PATCH 1/1] media: dmxdev: remove dvb_ringbuffer_flush() on writer side

2013-06-05 Thread Sakari Ailus
From: Soeren Moch sm...@web.de In dvb_ringbuffer lock-less synchronizationof reader and writer threads is done with separateread and write pointers. Sincedvb_ringbuffer_flush() modifies the read pointer, this function must not be called from the writer thread. This patch removes the

Re: Audio: no sound

2013-06-05 Thread Alejandro A. Valdés
On 05/30/2013 05:13 AM, Ezequiel Garcia wrote: Hi Alejandro, See below. On Sat, May 25, 2013 at 4:00 AM, Jon Arne Jørgensen jona...@jonarne.no wrote: On Thu, May 23, 2013 at 09:48:38PM -0300, Alejandro A. Valdés wrote: [...] [ 187.472216] easycap::0adjust_contrast: adjusting contrast to

[PATCH] Reimplement SAA712x setup routine

2013-06-05 Thread Ismael Luceno
Signed-off-by: Ismael Luceno ismael.luc...@corp.bluecherry.net --- drivers/staging/media/solo6x10/solo6x10-tw28.c | 112 +++-- 1 file changed, 66 insertions(+), 46 deletions(-) diff --git a/drivers/staging/media/solo6x10/solo6x10-tw28.c

Re: [PATCH v2 1/4] ARM: davinci: dm365 evm: remove init_enable from ths7303 pdata

2013-06-05 Thread Sekhar Nori
On 5/25/2013 11:09 PM, Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com remove init_enable from ths7303 pdata as it is being dropped from ths7303_platform_data. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com Cc: Sekhar Nori nsek...@ti.com Cc: Hans Verkuil

Re: [RFC v2 02/10] exynos5-fimc-is: Adds fimc-is driver core files

2013-06-05 Thread Sachin Kamat
Hi Arun, On 31 May 2013 18:33, Arun Kumar K arun...@samsung.com wrote: This driver is for the FIMC-IS IP available in Samsung Exynos5 SoC onwards. This patch adds the core files for the new driver. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im