Re: [PATCH v3 00/23] Unrestricted media entity ID range support

2015-12-28 Thread Mauro Carvalho Chehab
Em Sun, 27 Dec 2015 19:11:36 +0200 Laurent Pinchart <laurent.pinch...@ideasonboard.com> escreveu: > Hi Mauro, > > On Wednesday 23 December 2015 10:32:42 Mauro Carvalho Chehab wrote: > > Em Wed, 16 Dec 2015 16:03:01 +0200 Sakari Ailus escreveu: > > > On Wed, De

Re: [PATCH v3 00/23] Unrestricted media entity ID range support

2015-12-23 Thread Mauro Carvalho Chehab
Em Wed, 16 Dec 2015 16:03:01 +0200 Sakari Ailus escreveu: > Hi Javier, > > On Wed, Dec 16, 2015 at 03:32:15PM +0200, Sakari Ailus wrote: > > This is the third version of the unrestricted media entity ID range > > support set. I've taken Mauro's comments into account and

Re: [PATCH v2 3/3] [media] include/media: move platform_data to linux/platform_data/media

2015-11-17 Thread Mauro Carvalho Chehab
Em Mon, 16 Nov 2015 13:28:10 +0100 Arnd Bergmann escreveu: > I think we can also move some of the existing platform data headers to the > same > place, but that could be a separate patch: > > $ git grep linux/platform_data drivers/media/ >

[PATCH v2 3/3] [media] include/media: move platform_data to linux/platform_data/media

2015-11-16 Thread Mauro Carvalho Chehab
cd include/$MAIN_DIR; for j in $DIRS; do for i in $(ls $j); do echo " perl -ne 's,include/$PREV_DIR($i)\b,include/$MAIN_DIR$j\1,; print \$_' |\\"; done; done;

Re: [PATCH 2/2] [media] include/media: move platform driver headers to a separate dir

2015-11-13 Thread Mauro Carvalho Chehab
Em Wed, 11 Nov 2015 21:26:31 +0100 Arnd Bergmann <a...@arndb.de> escreveu: > On Wednesday 11 November 2015 15:14:48 Mauro Carvalho Chehab wrote: > > rename include/media/{ => platform}/exynos-fimc.h (100%) > > rename include/media/{ => platform}/mmp-camera.h (100%

Re: [PATCH 2/2] [media] include/media: move platform driver headers to a separate dir

2015-11-13 Thread Mauro Carvalho Chehab
Em Fri, 13 Nov 2015 22:31:15 +0100 Arnd Bergmann <a...@arndb.de> escreveu: > On Friday 13 November 2015 17:13:41 Mauro Carvalho Chehab wrote: > > Em Wed, 11 Nov 2015 21:26:31 +0100 > > Arnd Bergmann <a...@arndb.de> escreveu: > > > > &g

[PATCH 2/2] [media] include/media: move platform driver headers to a separate dir

2015-11-11 Thread Mauro Carvalho Chehab
in $(ls $j); do echo "perl -ne 's,(include [\\\"\\<]media/)($i)([\\\"\\>]),\1$j\2\3,; print \$_' |\\"; done; done; echo "cat > a && mv a \$i; done") >script && . ./script Signed-off-by: Mauro Carvalho Chehab <mche...@osg.samsung.com> ren

Re: [PATCH] media: i2c/adp1653: devicetree support for adp1653

2014-12-23 Thread Mauro Carvalho Chehab
Em Wed, 3 Dec 2014 22:46:41 +0100 Pavel Machek pa...@ucw.cz escreveu: We are moving to device tree support on OMAP3, but that currently breaks ADP1653 driver. This adds device tree support, plus required documentation. Signed-off-by: Pavel Machek pa...@ucw.cz Please be sure to check your

Re: [PATCH] arm: omap2: rx51-peripherals: fix build warning

2014-12-04 Thread Mauro Carvalho Chehab
...@kernel.org Cc: Tony Lindgren t...@atomide.com Cc: Hans Verkuil hans.verk...@cisco.com Cc: Mauro Carvalho Chehab mche...@osg.samsung.com Signed-off-by: Felipe Balbi ba...@ti.com a gentle reminder on this one. Let me add my Acked-by: Arnd Bergmann a...@arndb.de

Re: [PATCH] arm: omap2: rx51-peripherals: fix build warning

2014-12-04 Thread Mauro Carvalho Chehab
Em Thu, 04 Dec 2014 11:03:53 -0600 Felipe Balbi ba...@ti.com escreveu: Hi, On Thu, Dec 04, 2014 at 03:00:12PM -0200, Mauro Carvalho Chehab wrote: Em Thu, 04 Dec 2014 08:39:31 -0800 Tony Lindgren t...@atomide.com escreveu: * Felipe Balbi ba...@ti.com [141204 07:50]: Hi

Re: [RFCv2 1/8] [media] si4713: switch to devm regulator API

2014-11-11 Thread Mauro Carvalho Chehab
Em Tue, 21 Oct 2014 17:07:00 +0200 Sebastian Reichel s...@kernel.org escreveu: This switches back to the normal regulator API (but use managed variant) in preparation for device tree support. This patch broke compilation. Please be sure that none of the patches in the series would break it, as

Re: [RFCv2 1/8] [media] si4713: switch to devm regulator API

2014-11-11 Thread Mauro Carvalho Chehab
Em Tue, 11 Nov 2014 18:59:31 +0100 Hans Verkuil hverk...@xs4all.nl escreveu: Hi Mauro, On 11/11/2014 12:07 PM, Mauro Carvalho Chehab wrote: Em Tue, 21 Oct 2014 17:07:00 +0200 Sebastian Reichel s...@kernel.org escreveu: This switches back to the normal regulator API (but use managed

Re: [PATCH 1/3] omap-dma: Allow compile-testing omap1_camera driver

2014-09-09 Thread Mauro Carvalho Chehab
Em Tue, 9 Sep 2014 15:41:58 +0100 Russell King - ARM Linux li...@arm.linux.org.uk escreveu: On Tue, Sep 09, 2014 at 11:38:17AM -0300, Mauro Carvalho Chehab wrote: We want to be able to COMPILE_TEST the omap1_camera driver. It compiles fine, but it fails linkediting: ERROR: omap_stop_dma

Re: [PATCH 1/3] omap-dma: Allow compile-testing omap1_camera driver

2014-09-09 Thread Mauro Carvalho Chehab
Em Tue, 09 Sep 2014 12:36:54 -0300 Mauro Carvalho Chehab m.che...@samsung.com escreveu: Em Tue, 9 Sep 2014 15:41:58 +0100 Russell King - ARM Linux li...@arm.linux.org.uk escreveu: On Tue, Sep 09, 2014 at 11:38:17AM -0300, Mauro Carvalho Chehab wrote: We want to be able to COMPILE_TEST

Re: [PATCH 19/51] DMA-API: media: dt3155v4l: replace dma_set_mask()+dma_set_coherent_mask() with new helper

2013-10-31 Thread Mauro Carvalho Chehab
, right? If so: Acked-by: Mauro Carvalho Chehab m.che...@samsung.com Regards, Hans --- drivers/staging/media/dt3155v4l/dt3155v4l.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/drivers/staging/media/dt3155v4l/dt3155v4l.c b/drivers/staging

Re: [PATCH V3] i2c: move of helpers into the core

2013-08-24 Thread Mauro Carvalho Chehab
Nawrocki s.nawro...@samsung.com Signed-off-by: Wolfram Sang w...@the-dreams.de Acked-by: Mauro Carvalho Chehab m.che...@samsung.com --- V2-V3: Was trying to be too smart by only fixing includes needed. Took a more general approach this time, converting of_i2c.h to i2c.h in case i2c.h

Re: [PATCH] omap3isp: Don't include plat/cpu.h

2013-01-06 Thread Mauro Carvalho Chehab
Em Thu, 3 Jan 2013 14:55:41 -0800 Tony Lindgren t...@atomide.com escreveu: * Laurent Pinchart laurent.pinch...@ideasonboard.com [130103 13:24]: The plat/*.h headers are not available to drivers in multiplatform kernels. As the header isn't needed, just remove it. Please consider merging

Re: [PATCH 2/2] ARM: OMAP2+: Drop plat/cpu.h for omap2plus

2012-12-17 Thread Mauro Carvalho Chehab
plat/cpu.h from smartreflex.c and isp.c as they will cause compile errors with ARCH_MULTIPLATFORM enabled. Cc: Jean Pihet jean.pi...@newoldbits.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Laurent Pinchart laurent.pinch...@ideasonboard.com Cc: Mauro Carvalho Chehab mche...@redhat.com

Re: [PATCH 0/2] omap_vout: remove cpu_is_* uses

2012-11-29 Thread Mauro Carvalho Chehab
the DSS tree. Mauro, are you fine with that ? Sure. For both patches: Acked-by: Mauro Carvalho Chehab mche...@redhat.com Regards, Mauro -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH 3/6] ARM: OMAP2+: Move plat/iovmm.h to include/linux/omap-iommu.h

2012-10-18 Thread Mauro Carvalho Chehab
joerg.roe...@amd.com Cc: Ohad Ben-Cohen o...@wizery.com Cc: Ido Yariv i...@wizery.com Cc: Laurent Pinchart laurent.pinch...@ideasonboard.com Cc: Mauro Carvalho Chehab mche...@infradead.org Cc: Omar Ramirez Luna omar.l...@linaro.org Cc: linux-me...@vger.kernel.org Signed-off-by: Tony Lindgren t

Re: [PATCH v2 1/5] [media] omap3isp: Fix compilation error in ispreg.h

2012-10-07 Thread Mauro Carvalho Chehab
in this series, IMHO, it makes more sense to go through arm omap tree, so, for the patches on this series that touch at drivers/media/platform/*: Acked-by: Mauro Carvalho Chehab mche...@redhat.com Acked-by: Tony Lindgren t...@atomide.com --- drivers/media/platform/omap3isp/ispreg.h | 6

Re: [PATCH 3/3] arm: omap: Move iommu/iovmm headers to platform_data

2012-09-27 Thread Mauro Carvalho Chehab
+- drivers/iommu/omap-iovmm.c | 4 ++-- drivers/media/platform/omap3isp/isp.h | 5 +++-- drivers/media/platform/omap3isp/ispvideo.c | 6 -- Acked-by: Mauro Carvalho Chehab mche...@redhat.com

[git:v4l-dvb/for_v3.7] [media] ARM: mach-omap2: board-rx51-peripherals: Add lirc-rx51 data

2012-08-13 Thread Mauro Carvalho Chehab
2012 -0300 The IR diode on the RX51 is connected to the GPT9. This data is needed for the IR driver to function. Signed-off-by: Timo Kokkonen timo.t.kokko...@iki.fi Cc: Tony Lindgren t...@atomide.com Cc: linux-omap@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com arch/arm

[git:v4l-dvb/for_v3.7] [media] media: rc: Introduce RX51 IR transmitter driver

2012-08-13 Thread Mauro Carvalho Chehab
-omap@vger.kernel.org Cc: Sakari Ailus sakari.ai...@iki.fi Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com drivers/media/rc/Kconfig | 10 + drivers/media/rc/Makefile |1 + drivers/media/rc/ir-rx51.c | 496 include/media/ir-rx51.h

Re: [PATCH 4/8] ispvideo: Add support for G/S/ENUM_STD ioctl

2011-09-28 Thread Mauro Carvalho Chehab
Em 27-09-2011 19:49, Gary Thomas escreveu: On 2011-09-27 16:31, Mauro Carvalho Chehab wrote: Em 19-09-2011 12:31, Hiremath, Vaibhav escreveu: -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Friday, September 16, 2011 6:36 PM To: Ravi

Re: [PATCH 4/8] ispvideo: Add support for G/S/ENUM_STD ioctl

2011-09-27 Thread Mauro Carvalho Chehab
Em 19-09-2011 12:31, Hiremath, Vaibhav escreveu: -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Friday, September 16, 2011 6:36 PM To: Ravi, Deepthy Cc: linux-me...@vger.kernel.org; t...@atomide.com; li...@arm.linux.org.uk;

Re: [PATCHv2] ISP:BUILD:FIX: Move media_entity_init() and

2011-09-06 Thread Mauro Carvalho Chehab
Em 06-09-2011 11:47, Laurent Pinchart escreveu: Hi Vaibhav, On Tuesday 06 September 2011 16:12:35 Hiremath, Vaibhav wrote: On Monday, September 05, 2011 6:20 PM Laurent Pinchart wrote: On Sunday 04 September 2011 15:32:28 Mauro Carvalho Chehab wrote: snip I don't mind splitting

Re: [PATCHv2] ISP:BUILD:FIX: Move media_entity_init() and

2011-09-04 Thread Mauro Carvalho Chehab
Em 04-09-2011 06:01, Laurent Pinchart escreveu: Hi Mauro, On Sunday 04 September 2011 00:21:38 Mauro Carvalho Chehab wrote: Em 24-08-2011 10:25, Laurent Pinchart escreveu: On Wednesday 24 August 2011 14:19:01 Hiremath, Vaibhav wrote: On Wednesday, August 24, 2011 5:00 PM Laurent Pinchart

Re: [PATCHv2] ISP:BUILD:FIX: Move media_entity_init() and

2011-09-03 Thread Mauro Carvalho Chehab
Em 24-08-2011 10:25, Laurent Pinchart escreveu: Hi Vaibhav, On Wednesday 24 August 2011 14:19:01 Hiremath, Vaibhav wrote: On Wednesday, August 24, 2011 5:00 PM Laurent Pinchart wrote: On Wednesday 24 August 2011 13:21:27 Ravi, Deepthy wrote: On Wed, Aug 24, 2011 at 4:47 PM, Laurent

Re: [RFC PATCH] HDMI:Support for EDID parsing in kernel.

2011-03-22 Thread Mauro Carvalho Chehab
Em 22-03-2011 14:32, Mythri P K escreveu: Adding support for common EDID parsing in kernel. EDID - Extended display identification data is a data structure provided by a digital display to describe its capabilities to a video source, This a standard supported by CEA and VESA. There are

Re: [RFC] How to pass camera Orientation to userspace

2009-02-24 Thread Mauro Carvalho Chehab
On Tue, 24 Feb 2009, kilg...@banach.math.auburn.edu wrote: On Tue, 24 Feb 2009, Mauro Carvalho Chehab wrote: On Mon, 23 Feb 2009, kilg...@banach.math.auburn.edu wrote: big snip Theodore, You're considering just one subset of the V4L usages: notebook webcams. Actually, the sq905

Re: [RFC] How to pass camera Orientation to userspace

2009-02-23 Thread Mauro Carvalho Chehab
On Sat, 21 Feb 2009 12:53:57 +0100 Hans Verkuil hverk...@xs4all.nl wrote: Hi Adam, Sorry for the late reply, it's been very busy. Me too. 1) Reuse the existing HFLIP and VFLIP controls, marking them as read-only Pros : No change needed to videodev2.h Cons: It is confusing to have

Re: Patch series in Tarball submitted (RE: [REVIEW PATCH 00/14] OMAP3 camera + ISP + MT9P012 sensor driver v2)

2009-01-14 Thread Mauro Carvalho Chehab
On Wed, 14 Jan 2009 08:55:08 -0600 Aguirre Rodriguez, Sergio Alberto saagui...@ti.com wrote: -Original Message- From: Hiremath, Vaibhav Sent: Wednesday, January 14, 2009 8:51 AM snip [Hiremath, Vaibhav] I tried to build camera driver as module and got following error -

Re: [REVIEW PATCH 01/14] V4L: Int if: Dummy slave

2009-01-13 Thread Mauro Carvalho Chehab
On Mon, 12 Jan 2009 20:03:08 -0600 Aguirre Rodriguez, Sergio Alberto saagui...@ti.com wrote: +static struct v4l2_int_slave dummy_slave = { + /* Dummy pointer to avoid underflow in find_ioctl. */ + .ioctls = (void *)0x8000, Why are you using here a magic number? +

Re: [REVIEW PATCH 2/2] Added OMAP3EVM Multi-Media Daughter Card Support

2009-01-11 Thread Mauro Carvalho Chehab
On Sat, 10 Jan 2009 04:41:21 +0300 Alexey Klimov klimov.li...@gmail.com wrote: On Wed, 2009-01-07 at 11:37 +0530, hvaib...@ti.com wrote: [...] You have a lot of dprintk messages. May be it's better to move \n to dprintk definition? And use dprintk without \n. Probably, makes your life

Re: [REVIEW PATCH 1/2] OMAP3 ISP-Camera: Added BT656 support

2009-01-07 Thread Mauro Carvalho Chehab
On Wed, 7 Jan 2009 11:37:20 +0530 hvaib...@ti.com wrote: From: Vaibhav Hiremath hvaib...@ti.com Support for BT656 through TVP5146 decoder, works on top of ISP-Camera patches posted by Sergio on 12th Dec 2008. The TVP514x driver patch has been accepted under V4L, will be part of O-L in

Re: [REVIEW PATCH 2/2] Added OMAP3EVM Multi-Media Daughter Card Support

2009-01-07 Thread Mauro Carvalho Chehab
On Wed, 7 Jan 2009 11:37:50 +0530 hvaib...@ti.com wrote: arch/arm/mach-omap2/Kconfig |4 + arch/arm/mach-omap2/Makefile|1 + arch/arm/mach-omap2/. | 417 +++ arch/arm/mach-omap2/board-omap3evm-dc.h | 43

Re: [REVIEW] v4l2 debugging: match drivers by name instead of the deprecated ID

2008-12-22 Thread Mauro Carvalho Chehab
On Mon, 22 Dec 2008 13:28:37 +0100 Hans Verkuil hverk...@xs4all.nl wrote: On Monday 22 December 2008 12:11:33 Mauro Carvalho Chehab wrote: On Sat, 20 Dec 2008 13:45:56 +0100 Hans Verkuil hverk...@xs4all.nl wrote: Hi all, Jean Delvare has stated repeatedly that the I2C driver IDs

Re: [PATCH] Add OMAP2 camera driver

2008-12-08 Thread Mauro Carvalho Chehab
On Wed, 3 Dec 2008 12:35:08 +0530 Hiremath, Vaibhav [EMAIL PROTECTED] wrote: I can tell you that for OMAP3 we do have lot of files coming in, and it really brings more confusion if we have OMAP1 and OMAP2 lying outside and OMAP3 code (Display + capture) say under omap/ or omap3/. It makes

Re: [PATCH] Add OMAP2 camera driver

2008-12-08 Thread Mauro Carvalho Chehab
On Thu, 27 Nov 2008 00:14:51 +0530 Trilok Soni [EMAIL PROTECTED] wrote: + +/* + * + * DMA hardware. + * + */ + +/* Ack all interrupt on CSR and IRQSTATUS_L0 */ +static void omap24xxcam_dmahw_ack_all(unsigned long base) Oh, no! yet another dma video buffers handling... Soni, couldn't

Re: [PATCH] Add OMAP2 camera driver

2008-12-08 Thread Mauro Carvalho Chehab
On Mon, 8 Dec 2008 19:42:35 -0200 Mauro Carvalho Chehab [EMAIL PROTECTED] wrote: On Thu, 27 Nov 2008 00:14:51 +0530 Trilok Soni [EMAIL PROTECTED] wrote: + +/* + * + * DMA hardware. + * + */ + +/* Ack all interrupt on CSR and IRQSTATUS_L0 */ +static void

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-ng

2008-12-02 Thread Mauro Carvalho Chehab
On Tue, 2 Dec 2008 17:58:35 +0100 Laurent Pinchart [EMAIL PROTECTED] wrote: Are you meaning marking this as experimental at Kconfig? This seems too complex, since we'll need to test for some var on every driver that were converted, providing two KABI options for each converted driver (the

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-ng

2008-12-01 Thread Mauro Carvalho Chehab
On Mon, 1 Dec 2008 12:46:08 +0100 Hans Verkuil [EMAIL PROTECTED] wrote: Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-ng for the following: - v4l2: add v4l2_device and v4l2_subdev structs to the v4l2 framework. - v4l2-common: add i2c helper functions -

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-ng

2008-12-01 Thread Mauro Carvalho Chehab
Hi Hans, On Mon, 1 Dec 2008 15:24:43 +0100 Laurent Pinchart [EMAIL PROTECTED] wrote: I am all for pushing the changes to the v4l-dvb repository so they can get broader testing. I am, however, a bit more concerned about pushing the changes to Linus yet. They will of course go to

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb

2008-12-01 Thread Mauro Carvalho Chehab
On Mon, 1 Dec 2008 23:44:52 +0530 Trilok Soni [EMAIL PROTECTED] wrote: Hi Hans, On Mon, Dec 1, 2008 at 7:21 PM, Hans Verkuil [EMAIL PROTECTED] wrote: Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb for the following: I don't understand hg version control

Re: [PATCH] OMAP 2/3 V4L2 display driver on video planes

2008-10-05 Thread Mauro Carvalho Chehab
On Sun, 05 Oct 2008 07:57:20 -0400 Robert William Fuller [EMAIL PROTECTED] wrote: The 80 column rule isn't there for nothing. There are legitimate reasons to have lines longer than 80 columns. True. That's why this is a warning. Cheers, Mauro. -- To unsubscribe from this list: send the line

Re: [PATCH] OMAP 2/3 V4L2 display driver on video planes

2008-10-05 Thread Mauro Carvalho Chehab
On Fri, 3 Oct 2008 20:10:36 +0530 Shah, Hardik [EMAIL PROTECTED] wrote: 2) Can you describe what the non-standard v4l2 ioctls are used for? I suspect that some of these can be done differently. Something like a chromakey is already available in v4l2 (through VIDIOC_G/S_FBUF and