[RFC] Configuration generic drivers at runtime

2007-03-10 Thread Laurent Pinchart
they can add). I would like comments regarding the second solution. Is this something that is likely to be accepted in the mainline kernel ? I don't know of any other Linux driver implementing such kind of dynamic runtime configuration. Best regards, Laurent Pinchart - To unsubscribe from

Re: [RFC] Configuring generic drivers at runtime

2007-03-12 Thread Laurent Pinchart
to get right. If nobody has any opinion on the subject, I'll just go on and implement my idea. But if something isn't going to be accepted in the mainline kernel, I'd rather find out now to spend time on finding a better idea. Best regards, Laurent Pinchart Hi everybody, I'm writing

Re: Porting V4L2 drivers to 2.6.20

2007-03-13 Thread Laurent Pinchart
for V4L2?. The structure has been moved to include/media/v4l2-dev.h Best regards, Laurent Pinchart - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read

git issues while fetching from http://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/

2007-02-13 Thread Laurent Pinchart
repository is empty. Is that a normal situation ? Should git be able to regenerate the tags locally from the objects ? I'm using git 1.4.4.4. Best regards, Laurent Pinchart PS: please CC me when replying to this e-mail. Thanks - To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: Help Understanding Linux memory management

2007-04-10 Thread Laurent Pinchart
subsystem is often hard to find. You can get the book at http://www.phptr.com/bookstore/product.asp?isbn=0131453483rl=1# Laurent Pinchart - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org

Re: [linux-usb-devel] USB deadlock after resume

2007-11-21 Thread Laurent Pinchart
like the RESET_RESUME quirk best. Adding a new quirk to the uvcvideo driver doesn't really make sense when the USB subsystem is already able to handle this situation. Best regards, Laurent Pinchart - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: [linux-usb-devel] USB deadlock after resume

2007-11-21 Thread Laurent Pinchart
regards, Laurent Pinchart - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [linux-usb-devel] USB deadlock after resume

2007-11-21 Thread Laurent Pinchart
will be called on resume after a bus power down ? Best regards, Laurent Pinchart - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http

Re: [PATCH] drm: platform: Don't initialize driver-private data

2012-10-31 Thread Laurent Pinchart
Hi Thierry, On Wednesday 31 October 2012 09:26:07 Thierry Reding wrote: On Fri, Oct 26, 2012 at 04:06:27PM +0200, Laurent Pinchart wrote: On Monday 15 October 2012 20:03:42 Thierry Reding wrote: Platform device drivers usually use the driver-private data for their own purposes. Having

Re: [PATCH 5/5] drivers/media/platform/omap3isp/isp.c: fix error return code

2012-09-24 Thread Laurent Pinchart
and applied the patch to my tree. Thanks. goto error; + } ret = isp_reset(isp); if (ret 0) -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org

Re: [PATCH v5] media: v4l2-ctrl: add a helper function to add standard control with driver specific menu

2012-09-24 Thread Laurent Pinchart
Hadli manjunath.ha...@ti.com Cc: Hans Verkuil hans.verk...@cisco.com Cc: Sakari Ailus sakari.ai...@iki.fi Cc: Sylwester Nawrocki s.nawro...@samsung.com Cc: Laurent Pinchart laurent.pinch...@ideasonboard.com Cc: Mauro Carvalho Chehab mche...@infradead.org Cc: Hans de Goede hdego...@redhat.com Cc

Re: [PATCH] media: davinci: vpif: set device capabilities

2012-09-25 Thread Laurent Pinchart
; strlcpy(cap-driver, vpif display, sizeof(cap-driver)); vpif_driver strlcpy(cap-bus_info, Platform, sizeof(cap-bus_info)); Ditto: platform:vpif_driver. strlcpy(cap-card, config-card_name, sizeof(cap-card)); -- Regards, Laurent Pinchart -- To unsubscribe from this list

Re: [PATCH] v4l: change path of video drivers

2012-09-25 Thread Laurent Pinchart
-by: Manjunath Hadli manjunath.ha...@ti.com Cc: Mauro Carvalho Chehab mche...@infradead.org Cc: Hans Verkuil hans.verk...@cisco.com Cc: Laurent Pinchart laurent.pinch...@ideasonboard.com Cc: Sakari Ailus sakari.ai...@iki.fi Cc: Rob Landley r...@landley.net For the omap3isp part and the V4L2 core

Re: [PATCH] media: davinci: vpif: set device capabilities

2012-09-25 Thread Laurent Pinchart
On Tuesday 25 September 2012 15:48:10 Hans Verkuil wrote: On Tue 25 September 2012 15:26:11 Prabhakar Lad wrote: On Tue, Sep 25, 2012 at 5:24 PM, Hans Verkuil hansv...@cisco.com wrote: On Tue 25 September 2012 13:49:16 Laurent Pinchart wrote: Hi Hans, On Tuesday 25 September 2012

Re: [PATCH] media: mt9p031/mt9t001/mt9v032: use V4L2_CID_TEST_PATTERN for test pattern control

2012-09-25 Thread Laurent Pinchart
= v4l2_ctrl_new_std(mt9v032-ctrls, mt9v032_ctrl_ops, -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please

Re: [PATCH v2] media: mt9p031/mt9t001/mt9v032: use V4L2_CID_TEST_PATTERN for test pattern control

2012-09-26 Thread Laurent Pinchart
Hi Prabhakar, Thanks for the patch. On Wednesday 26 September 2012 12:05:10 Prabhakar wrote: From: Lad, Prabhakar prabhakar@ti.com Signed-off-by: Lad, Prabhakar prabhakar@ti.com Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Cc: Laurent Pinchart laurent.pinch

Re: [PATCH v5] media: mt9p031/mt9t001/mt9v032: use V4L2_CID_TEST_PATTERN for test pattern control

2012-10-03 Thread Laurent Pinchart
-by: Lad, Prabhakar prabhakar@ti.com Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Cc: Sakari Ailus sakari.ai...@iki.fi Cc: Paul Gortmaker paul.gortma...@windriver.com Cc: Jean Delvare kh...@linux-fr.org Should I push

[PATCH 0/2] USB webcam gadget driver fix for linux-next

2012-10-03 Thread Laurent Pinchart
Hi, The first patch in this series should fix the UVC gadget compilation errors in linux-next. The second patch should make sure I'll be notified next time a patch tries to break it :-) Both patches are based on Linus' tree. Laurent Pinchart (2): usb: gadget: Make webcam gadget select

[PATCH 1/2] usb: gadget: Make webcam gadget select USB_LIBCOMPOSITE

2012-10-03 Thread Laurent Pinchart
Composite gadget support is now available as a library instead of being built with each gadget. Composite drivers need to select USB_LIBCOMPOSITE. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/usb/gadget/Kconfig |1 + 1 files changed, 1 insertions(+), 0

[PATCH 2/2] MAINTAINERS: Add maintainer entry for the USB webcam gadget

2012-10-03 Thread Laurent Pinchart
Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- MAINTAINERS |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index d919e3d..b118b23 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7392,6 +7392,13 @@ S: Maintained

Re: [PATCH RFC] media: v4l2-ctrl: Add digital gain controls

2012-10-04 Thread Laurent Pinchart
-by: Manjunath Hadli manjunath.ha...@ti.com Cc: Sakari Ailus sakari.ai...@iki.fi Cc: Laurent Pinchart laurent.pinch...@ideasonboard.com Cc: Guennadi Liakhovetski g.liakhovet...@gmx.de Cc: Sylwester Nawrocki s.nawro...@samsung.com Cc: Hans Verkuil hans.verk...@cisco.com Cc: Hans de Goede hdego

[RFC] linux/time.h vs. sys/time.h mess (was [PATCH 1/2] [media] remove include/linux/dvb/dmx.h)

2012-10-19 Thread Laurent Pinchart
the self-contained headers concept. How could we fix this ? Are there legitimate users of linux/time.h in user space ? A quick grep in glibc doesn't reveal anything. -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: [PATCH 1/1] usb: gadget: Don't attempt to dequeue requests for a disabled USB endpoint on Freescale hardware

2012-10-22 Thread Laurent Pinchart
|| !_req || !ep-ep.desc) return -EINVAL; Shouldn't that last check be done with a lock taken ? spin_lock_irqsave(ep-udc-lock, flags); -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord

Re: [PATCH RESEND] media: davinci: vpbe: fix build warning

2012-10-22 Thread Laurent Pinchart
new_val = (readl(IOMEM(addr)) ~mask) | (val mask); - writel(new_val, addr); + writel(new_val, IOMEM(addr)); return new_val; } -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord

Re: [Patch 0/1]drm_irq: Introducing the irq_thread support

2012-10-11 Thread Laurent Pinchart
the generic code that's there is just to keep non-kms userspace going. -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 1/2] uapi: update includes for drm content when no kernel API exists

2012-10-13 Thread Laurent Pinchart
: Alex Deucher alexander.deuc...@amd.com Cc: Paul E. McKenney paul...@linux.vnet.ibm.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: Laurent Pinchart laurent.pinch...@ideasonboard.com Signed-off-by: Luis R. Rodriguez mcg...@do-not-panic.com -- Regards, Laurent Pinchart

Re: [PATCH 01/23] uvc: Replace memcpy with struct assignment

2012-10-24 Thread Laurent Pinchart
that finds this problem is as follows: (http://coccinelle.lip6.fr/) // smpl @@ identifier struct_name; struct struct_name to; struct struct_name from; expression E; @@ -memcpy((to), (from), E); +to = from; // /smpl Cc: Laurent Pinchart laurent.pinch...@ideasonboard.com Signed-off

Re: [PATCH 1/1] usb: gadget: Don't attempt to dequeue requests for a disabled USB endpoint on Freescale hardware

2012-10-24 Thread Laurent Pinchart
Hi Simon, On Monday 22 October 2012 12:49:51 Simon Haggett wrote: On 22/10/12 11:47, Laurent Pinchart wrote: On Monday 22 October 2012 03:33:19 Li Yang-R58472 wrote: On Saturday, October 20, 2012 1:37 AM Felipe Balbi wrote: On Fri, Oct 19, 2012 at 06:19:26PM +0100, Simon Haggett wrote

Re: [PATCH 1/1] usb: gadget: Don't attempt to dequeue requests for a disabled USB endpoint on Freescale hardware

2012-10-24 Thread Laurent Pinchart
Hi Felipe, On Monday 22 October 2012 13:56:01 Felipe Balbi wrote: On Mon, Oct 22, 2012 at 12:47:21PM +0200, Laurent Pinchart wrote: On Monday 22 October 2012 03:33:19 Li Yang-R58472 wrote: On Saturday, October 20, 2012 1:37 AM Felipe Balbi wrote: On Fri, Oct 19, 2012 at 06:19:26PM +0100

Re: [PATCH v2] media: davinci: vpbe: fix build warning

2012-10-25 Thread Laurent Pinchart
. Signed-off-by: Lad, Prabhakar prabhakar@ti.com Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Cc: Laurent Pinchart laurent.pinch...@ideasonboard.com Cc: Mauro Carvalho Chehab mche...@infradead.org Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- Changes for v2: 1

Re: [PATCH] drm: platform: Don't initialize driver-private data

2012-10-26 Thread Laurent Pinchart
-by: Laurent Pinchart laurent.pinch...@ideasonboard.com But I'm not convinced by the patch, as explained above. --- Note that I don't have any hardware to test the shmobile changes on so it would be good to get a Tested-by for that. drivers/gpu/drm/drm_platform.c | 1 - drivers

Re: [PATCH 1/2] uapi: update includes for drm content when no kernel API exists

2012-10-16 Thread Laurent Pinchart
Hi Luis, On Saturday 13 October 2012 10:00:42 Luis R. Rodriguez wrote: On Sat, Oct 13, 2012 at 3:33 AM, Laurent Pinchart wrote: On Friday 12 October 2012 16:49:31 Luis R. Rodriguez wrote: From: Luis R. Rodriguez mcg...@do-not-panic.com The UAPI changes split kernel API and userspace API

[PATCH] drivers: cma: Fix wrong CMA selected region size default value

2012-10-17 Thread Laurent Pinchart
Kconfig lists CMA_SIZE_SEL_ABSOLUTE as the default value fo the CMA selected region size, but that option isn't available in the defined choices. Set the default to CMA_SIZE_SEL_MBYTES instead. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/base/Kconfig |2

[PATCH 2/2] drivers: dma-coherent: Fix typo in dma_mmap_from_coherent documentation

2012-10-17 Thread Laurent Pinchart
The function documentation incorrectly references dma_release_coherent. Fix it. Don't mention a specific function name as dma_mmap_from_coherent as multiple callers. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/base/dma-coherent.c |5 ++--- 1 files changed, 2

[PATCH 1/2] drivers: dma-contiguous: Don't redefine SZ_1M

2012-10-17 Thread Laurent Pinchart
Use the definition from linux/sizes.h instead. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/base/dma-contiguous.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/drivers/base/dma-contiguous.c b/drivers/base/dma-contiguous.c index

Serial buffer memory leak

2007-08-08 Thread Laurent Pinchart
a patch if someone could point me in the right direction. Please CC me when answering, as I'm not subscribed to the list. Regards, -- Laurent Pinchart CSE Semaphore Belgium Chaussée de Bruxelles, 732A B-1410 Waterloo Belgium T +32 (2) 387 42 59 F +32 (2) 387 42 75 - To unsubscribe from

Re: Serial buffer memory leak

2007-08-08 Thread Laurent Pinchart
. -- Laurent Pinchart CSE Semaphore Belgium Chaussée de Bruxelles, 732A B-1410 Waterloo Belgium T +32 (2) 387 42 59 F +32 (2) 387 42 75 - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org

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

2012-07-15 Thread Laurent Pinchart
(VPFE) DM36x +URL:http://www.ti.com/lit/ug/sprufg8c/sprufg8c.pdf + + +References +== + +[1] http://git.ideasonboard.org/?p=media-ctl.git;a=summary -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: [PATCH] fbdev: Add ioctls FBIO_COPYRECT, FBIO_FILLRECT, lest these operations be done in software.

2012-07-18 Thread Laurent Pinchart
to be. This will enable user-mode software to do so. If we really want to go this way, I think we should develop a proper 2D acceleration API. I'm not sure whether it's worth the effort though. -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line unsubscribe linux

Re: [PATCH v2] media: davinci: vpif: align the buffers size to page page size boundary

2013-04-16 Thread Laurent Pinchart
. This patch aligns the the buffer size to page size boundary for both capture and display driver so the it pass the check. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com Cc: Laurent Pinchart laurent.pinch...@ideasonboard.com Cc: Hans Verkuil hans.verk...@cisco.com Cc: Mauro Carvalho

Re: [PATCH] [media] uvcvideo: quirk PROBE_DEF for Dell Studio / OmniVision webcam

2013-04-16 Thread Laurent Pinchart
Mostafa ka...@canonical.com Thank you for the patch. Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com I've taken the patch in my tree and will submit it upstream for v3.11. Could you please try to get the full 'lsusb -v -d 05a9:264a' output from the bug reporter ? --- drivers

Re: [PATCH v2] media: davinci: vpif: align the buffers size to page page size boundary

2013-04-18 Thread Laurent Pinchart
Hi Mauro, On Thursday 18 April 2013 08:35:47 Mauro Carvalho Chehab wrote: Em Thu, 18 Apr 2013 08:21:21 -0300 Mauro Carvalho Chehab escreveu: Em Thu, 18 Apr 2013 10:17:14 +0530 Prabhakar Lad escreveu: On Tue, Apr 16, 2013 at 4:48 PM, Laurent Pinchart wrote: Hi Prabhakar

Re: [PATCH v2] media: davinci: vpif: align the buffers size to page page size boundary

2013-04-18 Thread Laurent Pinchart
On Thursday 18 April 2013 11:08:28 Mauro Carvalho Chehab wrote: Em Thu, 18 Apr 2013 15:22:16 +0200 Laurent Pinchart escreveu: On Thursday 18 April 2013 08:35:47 Mauro Carvalho Chehab wrote: Em Thu, 18 Apr 2013 08:21:21 -0300 Mauro Carvalho Chehab escreveu: Em Thu, 18 Apr 2013 10:17:14

Re: [PATCH RFC] media: videobuf2: fix the length check for mmap

2013-04-21 Thread Laurent Pinchart
size during the check. Alongside fixes the vmalloc allocator to round up the size. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com Cc: Laurent Pinchart laurent.pinch...@ideasonboard.com Cc: Marek Szyprowski m.szyprow...@samsung.com Cc: Seung-Woo Kim sw0312@samsung.com Cc

Re: [PATCH] [media] uvcvideo: quirk PROBE_DEF for Dell Studio / OmniVision webcam

2013-04-21 Thread Laurent Pinchart
Hi Kamal, On Wednesday 17 April 2013 09:38:43 Kamal Mostafa wrote: On Wed, 2013-04-17 at 01:05 +0200, Laurent Pinchart wrote: Hi Kamal, On Monday 15 April 2013 12:01:51 Kamal Mostafa wrote: BugLink: https://bugs.launchpad.net/bugs/1168430 OminiVision webcam 0x05a9:0x264a

Re: [PATCH v2] ADP1653 board code for Nokia RX-51

2013-04-04 Thread Laurent Pinchart
Hi Sakari, On Thursday 04 April 2013 01:22:28 Sakari Ailus wrote: On Tue, Mar 26, 2013 at 12:07:01AM +0100, Laurent Pinchart wrote: On Sunday 24 March 2013 23:46:01 Sakari Ailus wrote: Pali Rohár wrote: On Thursday 07 March 2013 23:18:27 Sakari Ailus wrote: On Wed, Mar 06, 2013

Re: [PATCH 00/03] gpio: Renesas R-Car GPIO driver update

2013-03-14 Thread Laurent Pinchart
Hi Magnus, On Thursday 14 March 2013 13:23:46 Magnus Damm wrote: On Wed, Mar 13, 2013 at 9:58 PM, Laurent Pinchart wrote: On Wednesday 13 March 2013 20:32:03 Magnus Damm wrote: gpio: Renesas R-Car GPIO driver update [PATCH 01/03] gpio: Renesas R-Car GPIO driver V2 [PATCH 02/03] gpio

Re: [PATCH 00/03] gpio: Renesas R-Car GPIO driver update

2013-03-19 Thread Laurent Pinchart
Hi Magnus, On Tuesday 19 March 2013 12:36:52 Magnus Damm wrote: On Thu, Mar 14, 2013 at 10:13 PM, Laurent Pinchart wrote: On Thursday 14 March 2013 13:23:46 Magnus Damm wrote: On Wed, Mar 13, 2013 at 9:58 PM, Laurent Pinchart wrote: On Wednesday 13 March 2013 20:32:03 Magnus Damm wrote

Re: [PATCH v2] ADP1653 board code for Nokia RX-51

2013-03-25 Thread Laurent Pinchart
model that ? That should be all. -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org

Re: [PATCH] gpio: Renesas R-Car GPIO driver V3

2013-03-26 Thread Laurent Pinchart
platform device driver. In the future DT support will be submitted as an incremental feature patch. Signed-off-by: Magnus Damm d...@opensource.se Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com I've taken the patch in my tree. -- Regards, Laurent Pinchart -- To unsubscribe from

Re: [PATCH v4] clk: allow reentrant calls into the clk framework

2013-03-27 Thread Laurent Pinchart
...@codeaurora.org Cc: Ulf Hansson ulf.hans...@linaro.org Cc: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/clk/clk.c | 255 +++--- 1 file changed, 186 insertions(+), 69 deletions(-) diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index

Re: [PATCH v4] clk: allow reentrant calls into the clk framework

2013-03-27 Thread Laurent Pinchart
to enable/disable and prepare/unprepare the L4 clock in the XCLK[AB] enable/disable and prepare/unprepare operation handlers. I'm refraining from reviewing the horrible implementation until I get proper answers to the above questions. -- Regards, Laurent Pinchart -- To unsubscribe from

Re: [PATCH] davinci: vpif: add pm_runtime support

2013-03-28 Thread Laurent Pinchart
); return 0; } -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] davinci: vpif: add pm_runtime support

2013-03-28 Thread Laurent Pinchart
Hi Prabhakar, On Thursday 28 March 2013 15:36:11 Prabhakar Lad wrote: On Thu, Mar 28, 2013 at 2:39 PM, Laurent Pinchart wrote: On Thursday 28 March 2013 14:20:32 Prabhakar lad wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com Add pm_runtime support to the TI Davinci VPIF driver

Re: [PATCH v5 0/2] reentrancy in the common clk framework

2013-03-28 Thread Laurent Pinchart
+++--- 1 file changed, 98 insertions(+), 38 deletions(-) For the whole patch set, Tested-by: Laurent Pinchart laurent.pinch...@ideasonboard.com on a DM3730. -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: [PATCH] gpio: Renesas R-Car GPIO driver

2013-03-09 Thread Laurent Pinchart
gpio_base; + unsigned int irq_base; + unsigned int number_of_pins; +}; + +#endif /* __GPIO_RCAR_H__ */ -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH -next] sh-pfc: fix return value check in sh_pfc_register_pinctrl()

2013-03-11 Thread Laurent Pinchart
. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com I've taken the patch in my tree and will push it to v3.10. --- drivers/pinctrl/sh-pfc/pinctrl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [PATCH] gpio: Renesas R-Car GPIO driver

2013-03-12 Thread Laurent Pinchart
Hi Magnus, On Tuesday 12 March 2013 14:27:25 Magnus Damm wrote: On Sun, Mar 10, 2013 at 3:16 AM, Laurent Pinchart wrote: Hi Magnus, Thank you for the patch. Thanks for your review! You're welcome. On Tuesday 05 March 2013 09:32:19 Magnus Damm wrote: From: Magnus Damm d

[PATCH] pinctrl: Print the correct information in debugfs pinconf-state file

2013-03-12 Thread Laurent Pinchart
A bad copypaste resulted in the debugfs pinconf-state file printing the pin name instead of the state name. Fix it. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- drivers/pinctrl/pinconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers

Re: [PATCH 00/03] gpio: Renesas R-Car GPIO driver update

2013-03-13 Thread Laurent Pinchart
This series updates the R-Car GPIO driver with various changes kindly suggested by Laurent Pinchart. Patch [01/03] is a drop in replacement for V1 of the R-Car GPIO driver. The flag in patch [02/03] is kept out of [01/03] to avoid changing the behaviour of the driver between V1 and V2. Also

Re: [PATCH v3 0/9] Media Controller capture driver for DM365

2012-11-29 Thread Laurent Pinchart
) will need to be provided when this media controller aware driver will move out of staging to drivers/media/ and replace the existing driver, Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Mauro/Greg, The below series of patches have gone through good amount of reviews, and agreed

Re: [PATCH RFC v2] media: tvp514x: add OF support

2013-02-03 Thread Laurent Pinchart
on this. If there's any difference between the chips that need to be handled in the driver, using two compatible properties is a good practice. Your driver will then be able to easily differentiate between the two chips, and there's no real drawback in doing so. -- Regards, Laurent Pinchart -- To unsubscribe

Re: [PATCH RFC] media: tvp514x: add OF support

2013-01-24 Thread Laurent Pinchart
for the tvp514x driver. Signed-off-by: Lad, Prabhakar prabhakar@ti.com Cc: Hans Verkuil hans.verk...@cisco.com Cc: Laurent Pinchart laurent.pinch...@ideasonboard.com Cc: Mauro Carvalho Chehab mche...@redhat.com Cc: Guennadi Liakhovetski g.liakhovet...@gmx.de --- This patch is on top of following

Re: [PATCH]Documentation:Chinese translation of Documentation/video4linux/omap3isp.txt

2012-09-17 Thread Laurent Pinchart
trust the ack, as I don't understand a word of the translated documentation :-) Should I apply this to my tree, or should it go through a documentation translation tree ? -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: [PATCH v2 1/9] ARM: OMAP: iommu: fix including iommu.h without IOMMU_API selected

2012-09-19 Thread Laurent Pinchart
-by: Laurent Pinchart laurent.pinch...@ideasonboard.com I had the same patch in my tree already :-) --- arch/arm/plat-omap/include/plat/iommu.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/plat-omap/include/plat/iommu.h b/arch/arm/plat-omap/include/plat/iommu.h index 88be3e6

Re: [PATCH 01/14] davinci: vpfe: add dm3xx IPIPEIF hardware support module

2012-09-19 Thread Laurent Pinchart
headers are already in media/ you can probably keep using it for now. - Definitions requires by userspace should go to include/linux/ - The rest should go to drivers/media/platform/davinci/. -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: [PATCH 4/5] video:omap3isp:fix up ENOIOCTLCMD error handling

2012-09-13 Thread Laurent Pinchart
Hi Wanlong, Thanks for the patch. On Monday 27 August 2012 15:23:15 Wanlong Gao wrote: At commit 07d106d0, Linus pointed out that ENOIOCTLCMD should be translated as ENOTTY to user mode. Cc: Laurent Pinchart laurent.pinch...@ideasonboard.com Cc: Mauro Carvalho Chehab mche...@infradead.org

Re: [PATCH v2] media: v4l2-ctrls: add control for test pattern

2012-09-13 Thread Laurent Pinchart
modifications. So on my behalf, Acked-by: Sakari Ailus sakari.ai...@iki.fi -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

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

2012-09-13 Thread Laurent Pinchart
. The main difference between the simple and the advanced predictors is image quality, with advanced predictor supposed to produce better quality images as a result. Simple predictor can be used e.g. for testing purposes. --8-- -- Regards, Laurent Pinchart -- To unsubscribe from

Re: [PATCH v3] media: v4l2-ctrl: add a helper function to modify the menu

2012-09-13 Thread Laurent Pinchart
Hadli manjunath.ha...@ti.com Cc: Hans Verkuil hans.verk...@cisco.com Cc: Sakari Ailus sakari.ai...@iki.fi Cc: Sylwester Nawrocki s.nawro...@samsung.com Cc: Laurent Pinchart laurent.pinch...@ideasonboard.com Cc: Mauro Carvalho Chehab mche...@infradead.org Cc: Hans de Goede hdego...@redhat.com Cc

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

2012-07-25 Thread Laurent Pinchart
Hi Manjunath, On Tuesday 17 July 2012 10:43:54 Hadli, Manjunath wrote: On Sun, Jul 15, 2012 at 18:16:25, Laurent Pinchart wrote: On Wednesday 11 July 2012 21:09:26 Manjunath Hadli wrote: Add documentation on the Davinci VPFE driver. Document the subdevs, and private IOTCLs the driver

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

2012-07-25 Thread Laurent Pinchart
Hi Manjunath, Please ignore the previous reply, I've hit the sent button too soon by mistake. -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http

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

2012-07-25 Thread Laurent Pinchart
Hi Manjunath, On Tuesday 17 July 2012 10:43:54 Hadli, Manjunath wrote: On Sun, Jul 15, 2012 at 18:16:25, Laurent Pinchart wrote: On Wednesday 11 July 2012 21:09:26 Manjunath Hadli wrote: Add documentation on the Davinci VPFE driver. Document the subdevs, and private IOTCLs the driver

Re: [PATCH v2 4/4] fbdev: sh_mobile_lcdc: use dma_mmap_coherent if available

2012-07-26 Thread Laurent Pinchart
. dma_mmap_coherent() maps the address correctly. It is available on ARM platforms. Signed-off-by: Hideki EIRAKU h...@igel.co.jp Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

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

2012-07-27 Thread Laurent Pinchart
Hi Manjunath, On Friday 27 July 2012 05:49:24 Hadli, Manjunath wrote: On Thu, Jul 26, 2012 at 05:55:31, Laurent Pinchart wrote: On Tuesday 17 July 2012 10:43:54 Hadli, Manjunath wrote: On Sun, Jul 15, 2012 at 18:16:25, Laurent Pinchart wrote: On Wednesday 11 July 2012 21:09:26 Manjunath

Re: [PATCH 1/1] [media] uvcvideo: Add 10,12bit and alternate 8bit greyscale

2012-07-28 Thread Laurent Pinchart
, 0x71} #define UVC_GUID_FORMAT_Y16 \ { 'Y', '1', '6', ' ', 0x00, 0x00, 0x10, 0x00, \ 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71} -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord

Re: [PATCH v2] media: davinci: fix section mismatch warnings

2012-08-14 Thread Laurent Pinchart
manjunath.ha...@ti.com Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- Changes for v2: 1: Annotate probe with __devinit. 2: Fixed the commit message. drivers/media/video/davinci/dm355_ccdc.c |2 +- drivers/media/video/davinci/dm644x_ccdc.c |2 +- drivers

Re: [PATCH v4] fbdev: sh_mobile_lcdc: use dma_mmap_coherent

2012-08-16 Thread Laurent Pinchart
. dma_mmap_coherent() maps the address correctly. Signed-off-by: Hideki EIRAKU h...@igel.co.jp Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com I will push the patch to v3.7 through my tree. --- drivers/video/sh_mobile_lcdcfb.c | 20 1 files changed, 20 insertions

Re: [PATCH] media: davinci: vpif: add check for NULL handler

2012-08-16 Thread Laurent Pinchart
, + ch-vpifparams.std_info.hd_sd); + if (ret 0) { + vpif_err(can't set clock\n); + return ret; + } } /* set the parameters and addresses */ -- Regards, Laurent Pinchart -- To unsubscribe from

Re: [PATCH v3 4/4] fbdev: sh_mobile_lcdc: use dma_mmap_coherent if available

2012-08-07 Thread Laurent Pinchart
, .fb_check_var = sh_mobile_lcdc_check_var, .fb_set_par = sh_mobile_lcdc_set_par, +#ifdef ARCH_HAS_DMA_MMAP_COHERENT + .fb_mmap= sh_mobile_lcdc_mmap, +#endif }; static void -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH v3 4/4] fbdev: sh_mobile_lcdc: use dma_mmap_coherent if available

2012-08-07 Thread Laurent Pinchart
On Tuesday 07 August 2012 14:01:43 Laurent Pinchart wrote: Hi Eiraku-san, On Monday 06 August 2012 18:55:24 Hideki EIRAKU wrote: fb_mmap() implemented in fbmem.c uses smem_start as the physical address of the frame buffer. In the sh_mobile_lcdc driver, the smem_start is a dma_addr_t

Re: [PATCH] dma-buf: add reference counting for exporter module

2012-08-08 Thread Laurent Pinchart
)(struct dma_buf *, struct device *, struct dma_buf_attachment *); -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

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

2012-08-02 Thread Laurent Pinchart
Hi Manjunath, On Tuesday 31 July 2012 13:15:27 Manju wrote: On Friday 27 July 2012 04:19 PM, Laurent Pinchart wrote: On Friday 27 July 2012 05:49:24 Hadli, Manjunath wrote: On Thu, Jul 26, 2012 at 05:55:31, Laurent Pinchart wrote: On Tuesday 17 July 2012 10:43:54 Hadli, Manjunath wrote

Re: [PATCH] media: davinci: vpif: add check for NULL handler

2012-08-17 Thread Laurent Pinchart
Hi Prabhakar, On Friday 17 August 2012 14:02:19 Prabhakar Lad wrote: On Friday 17 August 2012 11:07 AM, Sekhar Nori wrote: On 8/17/2012 10:51 AM, Prabhakar Lad wrote: On Thursday 16 August 2012 08:43 PM, Laurent Pinchart wrote: On Thursday 16 August 2012 19:32:00 Prabhakar Lad wrote

Re: Free Linux Driver Development!

2007-02-07 Thread Laurent Pinchart
controls defined by UVC. Once V4L2 will be updated (hopefully soon, I keep trying :-)), I will submit the driver upstream. Regards, Laurent Pinchart - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: [PATCH 3/3] fbdev: sh_mobile_lcdc: use dma_mmap_coherent if available

2012-07-25 Thread Laurent Pinchart
= sh_mobile_release, .fb_check_var = sh_mobile_check_var, .fb_set_par = sh_mobile_set_par, +#ifdef ARCH_HAS_DMA_MMAP_COHERENT + .fb_mmap= sh_mobile_fb_mmap, +#endif }; static void -- Regards, Laurent Pinchart -- To unsubscribe from this list: send

[PATCH] ALSA: pcm - Don't define ARCH_HAS_DMA_MMAP_COHERENT privately for ARM

2012-07-25 Thread Laurent Pinchart
The ARM architecture now defines ARCH_HAS_DMA_MMAP_COHERENT, there's no need to define it privately anymore. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- sound/core/pcm_native.c |7 --- 1 files changed, 0 insertions(+), 7 deletions(-) Hi Eiraku-san, Could you

Re: [PATCH v4 1/2] iommu/shmobile: Add iommu driver for Renesas IPMMU modules

2012-12-10 Thread Laurent Pinchart
()) + pr_err(shmobile_iommu_attach_all_devices failed\n); + return 0; +nomem_pool2: + dma_pool_destroy(l1pool); +nomem_pool1: + return -ENOMEM; +} -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: [PATCH v4] fbdev: sh_mobile_lcdc: use dma_mmap_coherent

2012-12-10 Thread Laurent Pinchart
Hi Eiraku-san, On Monday 10 December 2012 19:31:25 Hideki EIRAKU wrote: On Thu, 16 Aug 2012 14:16:32 +0200 Laurent Pinchart wrote: On Thursday 16 August 2012 19:13:20 Hideki EIRAKU wrote: fb_mmap() implemented in fbmem.c uses smem_start as the physical address of the frame buffer

Re: [PATCH v4 1/2] iommu/shmobile: Add iommu driver for Renesas IPMMU modules

2012-12-11 Thread Laurent Pinchart
Hi Eiraku-san, On Tuesday 11 December 2012 19:10:42 Hideki EIRAKU wrote: On Mon, 10 Dec 2012 16:55:58 +0100 Laurent Pinchart wrote: On Monday 15 October 2012 17:34:52 Hideki EIRAKU wrote: This is the Renesas IPMMU driver and IOMMU API implementation. The IPMMU module supports the MMU

[PATCH 05/42] sh-pfc: Move platform device and driver to the core

2012-11-20 Thread Laurent Pinchart
to the core. The platform device will then be moved to arch code. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- drivers/sh/pfc/core.c| 101 + drivers/sh/pfc/core.h|4 ++ drivers/sh/pfc/gpio.c|3 +- drivers/sh

[PATCH 39/42] sh-pfc: Remove pinmux_info definition

2012-11-20 Thread Laurent Pinchart
The pinmux_info alias to sh_pfc_soc_info isn't needed anymore, remove it. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- include/linux/sh_pfc.h |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/include/linux/sh_pfc.h b/include/linux

[PATCH 42/42] ARM: shmobile: sh7372: Add pin control resources

2012-11-20 Thread Laurent Pinchart
Add memory resources for the pin control platform device to let the sh-pfc driver ioremap() registers properly instead of evily casting register physical addresses to virtual addresses. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- arch/arm/mach-shmobile/pfc

[PATCH 41/42] ARM: shmobile: r8a7740: Add pin control resources

2012-11-20 Thread Laurent Pinchart
Add memory resources for the pin control platform device to let the sh-pfc driver ioremap() registers properly instead of evily casting register physical addresses to virtual addresses. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- arch/arm/mach-shmobile/pfc

[PATCH 40/42] sh-pfc: Move sh_pfc.h from include/linux/ to driver directory

2012-11-20 Thread Laurent Pinchart
The header file isn't used by arch code anymore. Make it private to the driver. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- drivers/pinctrl/sh-pfc/core.c|1 - drivers/pinctrl/sh-pfc/core.h|3 +- drivers/pinctrl/sh-pfc/gpio.c|1

[PATCH 37/42] sh-pfc: Add shx3 pinmux support

2012-11-20 Thread Laurent Pinchart
Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- drivers/pinctrl/sh-pfc/Kconfig|6 + drivers/pinctrl/sh-pfc/Makefile |1 + drivers/pinctrl/sh-pfc/core.c |3 + drivers/pinctrl/sh-pfc/core.h |1 + drivers/pinctrl/sh-pfc/pfc-shx3.c | 581

[PATCH 35/42] sh-pfc: Add sh7785 pinmux support

2012-11-20 Thread Laurent Pinchart
Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- drivers/pinctrl/sh-pfc/Kconfig |6 + drivers/pinctrl/sh-pfc/Makefile |1 + drivers/pinctrl/sh-pfc/core.c |3 + drivers/pinctrl/sh-pfc/core.h |1 + drivers/pinctrl/sh-pfc/pfc-sh7785.c

[PATCH 36/42] sh-pfc: Add sh7786 pinmux support

2012-11-20 Thread Laurent Pinchart
Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- drivers/pinctrl/sh-pfc/Kconfig |6 + drivers/pinctrl/sh-pfc/Makefile |1 + drivers/pinctrl/sh-pfc/core.c |3 + drivers/pinctrl/sh-pfc/core.h |1 + drivers/pinctrl/sh-pfc/pfc-sh7786.c

[PATCH 29/42] sh-pfc: Add sh7720 pinmux support

2012-11-20 Thread Laurent Pinchart
Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- drivers/pinctrl/sh-pfc/Kconfig |6 + drivers/pinctrl/sh-pfc/Makefile |1 + drivers/pinctrl/sh-pfc/core.c |3 + drivers/pinctrl/sh-pfc/core.h |1 + drivers/pinctrl/sh-pfc/pfc-sh7720.c

[PATCH 26/42] sh-pfc: Add sh7203 pinmux support

2012-11-20 Thread Laurent Pinchart
Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- drivers/pinctrl/sh-pfc/Kconfig |6 + drivers/pinctrl/sh-pfc/Makefile |1 + drivers/pinctrl/sh-pfc/core.c |3 + drivers/pinctrl/sh-pfc/core.h |1 + drivers/pinctrl/sh-pfc/pfc-sh7203.c

  1   2   3   4   5   6   7   8   9   10   >