[PATCH v3 2/2] dma-buf: Add debugfs support

2013-04-03 Thread Sumit Semwal
Add debugfs support to make it easier to print debug information about the dma-buf buffers. Cc: Dave Airlie [minor fixes on init and warning fix] Signed-off-by: Sumit Semwal --- changes since v2: (based on review comments from Laurent Pinchart) - reordered functions to avoid forward declaratio

[PATCH v3 1/2] dma-buf: replace dma_buf_export() with dma_buf_export_named()

2013-04-03 Thread Sumit Semwal
For debugging purposes, it is useful to have a name-string added while exporting buffers. Hence, dma_buf_export() is replaced with dma_buf_export_named(), which additionally takes 'exp_name' as a parameter. For backward compatibility, and for lazy exporters who don't wish to name themselves, a #de

[PATCH v3 0/2] dma-buf: Add support for debugfs

2013-04-03 Thread Sumit Semwal
The patch series adds a much-missed support for debugfs to dma-buf framework. Based on the feedback received on v1 of this patch series, support is also added to allow exporters to provide name-strings that will prove useful while debugging. Some more magic can be added for more advanced debuggin

[GIT PULL] soc-camera for 3.10 second lot

2013-04-03 Thread Guennadi Liakhovetski
Hi Mauro All looks quiet, clock and async will have to wait for another round (or more) :-) So, just minor updates here. I'm not sure whether I already can update patch status at patchwork and whether any patches have been delegated to me yet (perhaps not, I'd get a notification, right?) As soo

cron job: media_tree daily build: ERRORS

2013-04-03 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 Apr 3 19:00:18 CEST 2013 git branch: test git hash: f9f11dfe4831adb1531e1face9dcd9fc57665d2e gcc versi

Re: [RFC 12/12] mipi-csis: Enable all interrupts for fimc-is usage

2013-04-03 Thread Sylwester Nawrocki
Hi Arun, On 03/13/2013 05:09 AM, Arun Kumar K wrote: > Hi Sylwester, > >>> >>> /* Interrupt mask */ >>> #define S5PCSIS_INTMSK 0x10 >>> -#define S5PCSIS_INTMSK_EN_ALL0xf000103f >>> +#define S5PCSIS_INTMSK_EN_ALL0xfc00103f >> >> Do you know w

Re: Patch update notification: 6 patches updated

2013-04-03 Thread Mauro Carvalho Chehab
Hi Prabhakar, Em Wed, 3 Apr 2013 16:12:09 +0530 Prabhakar Lad escreveu: > Hi Mauro, We're starting to work this week with media sub-mainainers. It will take some time for all sub-maintainers to work the same way. In the specific case of those patches, Hans is the sub-maintainer that will be tak

Re: Patch update notification: 6 patches updated

2013-04-03 Thread Prabhakar Lad
Hi Mauro, On Wed, Apr 3, 2013 at 4:03 PM, Patchwork wrote: > Hello, > > The following patches (submitted by you) have been updated in patchwork: > > * [v3] davinci: vpif: add pm_runtime support > - http://patchwork.linuxtv.org/patch/17737/ > was: New > now: Not Applicable > > * [v2

Re: [PATCH] [media] mx2_camera: use module_platform_driver_probe()

2013-04-03 Thread Guennadi Liakhovetski
On Wed, 3 Apr 2013, Fabio Porcedda wrote: > On Mon, Mar 18, 2013 at 11:09 AM, Guennadi Liakhovetski > wrote: > > Hi Fabio > > > > On Mon, 18 Mar 2013, Fabio Porcedda wrote: > > > >> The commit 39793c6 "[media] mx2_camera: Convert it to platform driver" > >> used module_platform_driver() to make c

[PATCH v2] exynos4-is: Remove dependency on SYSCON for non-dt platforms

2013-04-03 Thread Sylwester Nawrocki
Currently the whole driver depends on MFD_SYSCON, which in turn depends on OF. To allow to use the driver on non-dt platforms (S5PV210) the SYSREG support is made conditional (it is needed only for dt enabled platforms) and MFD_SYSCON is selected if OF is enabled, instead of depending on OF. Signe

Driver for Cinergy Hybrid T USB XS FM

2013-04-03 Thread Michaël Lefèvre
Following http://www.mail-archive.com/linux-media@vger.kernel.org/msg09960.html Usb id : 0x0ccd:0x0072 I got a hand on such device and try to make it work under linux 3.5 tree yesterday. However, it' s my first attempt at drivers coding. Looks like we now have a mix em28xx/xc5000 with (extracted

Re: [PATCH] [media] mx2_camera: use module_platform_driver_probe()

2013-04-03 Thread Fabio Porcedda
On Mon, Mar 18, 2013 at 11:09 AM, Guennadi Liakhovetski wrote: > Hi Fabio > > On Mon, 18 Mar 2013, Fabio Porcedda wrote: > >> The commit 39793c6 "[media] mx2_camera: Convert it to platform driver" >> used module_platform_driver() to make code smaller, >> but since the driver used platform_driver_p

Re: Terratec Grabby hwrev 2

2013-04-03 Thread Timo Teras
On Tue, 02 Apr 2013 18:39:25 +0200 Frank Schäfer wrote: > Am 02.04.2013 07:43, schrieb Timo Teras: > > On Mon, 01 Apr 2013 19:26:53 +0200 > > Frank Schäfer wrote: > > > >> Am 30.03.2013 10:54, schrieb Timo Teras: > >>> On Thu, 28 Mar 2013 12:22:52 -0300 > >>> Mauro Carvalho Chehab wrote: > >>>