Re: [PATCH] mmp_camera: add MODULE_ALIAS

2011-09-18 Thread Mauro Carvalho Chehab
Em 14-09-2011 19:47, Jonathan Corbet escreveu: On Wed, 7 Sep 2011 10:36:46 +0100 (BST) Daniel Drake d...@laptop.org wrote: This enables module autoloading. Signed-off-by: Daniel Drake d...@laptop.org No objections here, consider it acked. Mauro: as far as I'm concerned, Daniel can be

Re: can't find bt driver

2011-09-18 Thread Mauro Carvalho Chehab
Em 17-09-2011 20:05, James escreveu: Where is the bt848 driver in kernel-3.0.4? It should be at the usual places: $ find drivers/media/ -name bt8x* drivers/media/video/bt8xx drivers/media/dvb/bt8xx $ find sound/ -name bt8* sound/pci/bt87x.c -- To unsubscribe from this list: send the line

Re: [git:v4l-dvb/for_v3.2] [media] cx18: Fix videobuf capture

2011-09-18 Thread Andy Walls
Mauro Carvalho Chehab mche...@redhat.com wrote: This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree: Subject: [media] cx18: Fix videobuf capture Author: Simon Farnsworth simon.farnswo...@onelan.co.uk Date:

Re: [PATCH] TT CT-3650 CI support

2011-09-18 Thread Jose Alberto Reguero
On Jueves, 1 de Septiembre de 2011 01:47:32 Jose Alberto Reguero escribió: From: http://www.spinics.net/lists/linux-media/msg20440.html This patch add support for the CI of the TT CT-3650. Jose Alberto Signed-off-by: Jose Alberto Reguero jaregu...@telefonica.net Second version with

Re: [RFC][PATCH 2/2] v4l2: Add lv8093 lens driver

2011-09-18 Thread Mauro Carvalho Chehab
Hi Sergio/Dominic, Em 13-07-2010 20:40, Sergio Aguirre escreveu: This adds LV8093 Piezo Actuator Lens driver. This is currently found in tandem with IMX046 sensor. Due to patchwork.kernel.org long outage, I'm working on setting a new patchwork instance somewhere else. So, I'm importing the

Re: [PATCH] FM1216ME_MK3 AUX byte for FM mode

2011-09-18 Thread Mauro Carvalho Chehab
Hi Dmitri, Em 23-04-2009 02:40, Dmitri Belimov escreveu: Hi All Write AUX byte to FM1216ME_MK3 when FM mode, better sensitivity. It can be usefull for other tuners. Hmm... Found this patch. It were never applied, but it may make some sense to apply it. Could you please double-check if this

Re: [RFC][PATCH 2/2] v4l2: Add lv8093 lens driver

2011-09-18 Thread Laurent Pinchart
Hi, On Sunday 18 September 2011 14:25:50 Mauro Carvalho Chehab wrote: Em 13-07-2010 20:40, Sergio Aguirre escreveu: This adds LV8093 Piezo Actuator Lens driver. This is currently found in tandem with IMX046 sensor. Due to patchwork.kernel.org long outage, I'm working on setting a new

Re: [PATCH v2 0/8] RFC for Media Controller capture driver for DM365

2011-09-18 Thread Mauro Carvalho Chehab
Em 29-08-2011 12:07, Manjunath Hadli escreveu: changes from last patch set: 1. Made changes based on Sakari's feedback mainly: a. returned early to allow unindenting b. reformatting to shift the code to left where possible c. changed hex numbers to lower case

Re: [PATCH 1/2] misc: remove CONFIG_MISC_DEVICES

2011-09-18 Thread Randy Dunlap
On 09/05/2011 07:19 AM, Arnd Bergmann wrote: I think it would simply be more consistent to have it enabled all the time. Well, even better would be to move the bulk of the misc drivers to a proper location sorted by their subsystems. A lot of them should never have been merged in their current

[ANNOUNCE] patchwork.linuxtv.org

2011-09-18 Thread Mauro Carvalho Chehab
Dear Sirs, As several of you noticed, we were having several troubles with patchwork.kernel.org, resulting on patches that got lost and several other troubles. Still, it is the main tool I use here to collect random patches that people send through the mailing list and that the driver

Re: [PATCH 1/2] misc: remove CONFIG_MISC_DEVICES

2011-09-18 Thread Greg KH
On Sun, Sep 18, 2011 at 08:11:45AM -0700, Randy Dunlap wrote: On 09/05/2011 07:19 AM, Arnd Bergmann wrote: I think it would simply be more consistent to have it enabled all the time. Well, even better would be to move the bulk of the misc drivers to a proper location sorted by their

Re: [patch][saa7134] do not change mute state for capturing audio

2011-09-18 Thread Stas Sergeev
Hi Mauro, I've finally found the time (and an energy) to go look into the automute breakage. With the attached automute fix I no longer have any problems with pulseaudio. I also attached the patch that introduces an std option to limit the scan list, resulting in a faster scan. It is completely

Re: can't find bt driver

2011-09-18 Thread James
On 09/18/11 07:30, Mauro Carvalho Chehab wrote: Em 17-09-2011 20:05, James escreveu: Where is the bt848 driver in kernel-3.0.4? It should be at the usual places: $ find drivers/media/ -name bt8x* drivers/media/video/bt8xx drivers/media/dvb/bt8xx $ find sound/ -name bt8* sound/pci/bt87x.c I

Re: can't find bt driver

2011-09-18 Thread Mauro Carvalho Chehab
Em 18-09-2011 12:50, James escreveu: On 09/18/11 07:30, Mauro Carvalho Chehab wrote: Em 17-09-2011 20:05, James escreveu: Where is the bt848 driver in kernel-3.0.4? It should be at the usual places: $ find drivers/media/ -name bt8x* drivers/media/video/bt8xx drivers/media/dvb/bt8xx $

Re: [PATCH 2/3] soc-camera: mt9t112: modify delay time after initialize

2011-09-18 Thread Mauro Carvalho Chehab
Em 02-02-2010 02:54, Kuninori Morimoto escreveu: mt9t112 camera needs 100 milliseconds for initializing Special thanks to Phil Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com Reported-by: Phil Edworthy phil.edwor...@renesas.com --- drivers/media/video/mt9t112.c |2 +-

Re: [PATCH 2/3] soc-camera: mt9t112: modify delay time after initialize

2011-09-18 Thread Guennadi Liakhovetski
On Sun, 18 Sep 2011, Mauro Carvalho Chehab wrote: Em 02-02-2010 02:54, Kuninori Morimoto escreveu: mt9t112 camera needs 100 milliseconds for initializing Special thanks to Phil Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com Reported-by: Phil Edworthy

cron job: media_tree daily build: WARNINGS

2011-09-18 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:Sun Sep 18 19:00:15 CEST 2011 git hash:e27412f5a5966629e3d4213c78a539068ca0ea26 gcc version: i686-linux-gcc

Re: [PATCH 0/2] Patches for TVP7002

2011-09-18 Thread Mauro Carvalho Chehab
Em 03-08-2010 05:18, mats.randga...@tandberg.com escreveu: From: Mats Randgaard mats.randga...@tandberg.com The patch TVP7002: Changed register values depends on http://www.mail-archive.com/linux-media@vger.kernel.org/msg20769.html Hmm... those patches still apply over the latest

Re: [PATCH 1/2] misc: remove CONFIG_MISC_DEVICES

2011-09-18 Thread Randy Dunlap
On 09/18/2011 08:28 AM, Greg KH wrote: On Sun, Sep 18, 2011 at 08:11:45AM -0700, Randy Dunlap wrote: On 09/05/2011 07:19 AM, Arnd Bergmann wrote: I think it would simply be more consistent to have it enabled all the time. Well, even better would be to move the bulk of the misc drivers to a

Re: [PATCH 0/2] video: s3c-fb: Add window positioning support

2011-09-18 Thread Florian Tobias Schandinat
Hi Laurent, On 09/07/2011 03:31 PM, Laurent Pinchart wrote: Hi Florian, On Thursday 01 September 2011 18:45:18 Florian Tobias Schandinat wrote: Hi all, On 08/25/2011 07:51 PM, Ajay Kumar wrote: Just as a note, there are many drivers like mx3fb.c, au1200fb.c and OMAP seem to be doing

Re: [PATCH v3 0/3] fbdev: Add FOURCC-based format configuration API

2011-09-18 Thread Florian Tobias Schandinat
Hi all, as there was no reaction to this patch series I am scheduling it for 3.3 merge window (3.2 seems too close to me as this is an API change). As the second patch has nothing to do with fbdev it should go mainline via V4L2. Any problems/comments? Best regards, Florian Tobias Schandinat

Re: [PATCH v2] arm: omap3evm: Add support for an MT9M032 based camera board.

2011-09-18 Thread martin
On Sat, Sep 17, 2011 at 01:24:29PM -0700, Joe Perches wrote: On Sat, 2011-09-17 at 11:34 +0200, Martin Hostettler wrote: Adds board support for an MT9M032 based camera to omap3evm. All of the logging messages could be prefixed by the printk subsystem if you add #define pr_fmt before any

Re: [PATCH v2] arm: omap3evm: Add support for an MT9M032 based camera board.

2011-09-18 Thread martin
On Sun, Sep 18, 2011 at 12:08:20AM +0200, Laurent Pinchart wrote: On Sunday 18 September 2011 00:00:16 Sylwester Nawrocki wrote: On 09/17/2011 11:34 AM, Martin Hostettler wrote: Adds board support for an MT9M032 based camera to omap3evm. ... + +static int __init

em28xx: new board id [eb1a:2870]

2011-09-18 Thread Karim
Hi everyone, I've made some tests with my Pinnacle PCTV Stick[1] Model: Pinnacle PCTV Stick Vendor/Product id: [eb1a:2870]. lsusb : Bus 001 Device 009: ID eb1a:2870 eMPIA Technology, Inc. Pinnacle PCTV Stick Dmesg with kernel 3.0 : http://pastebin.com/VDpczS7V Tests made with Kaffeine :

Re: [PATCH 0/2] video: s3c-fb: Add window positioning support

2011-09-18 Thread Laurent Pinchart
Hi Florian, On Sunday 18 September 2011 21:29:57 Florian Tobias Schandinat wrote: On 09/07/2011 03:31 PM, Laurent Pinchart wrote: On Thursday 01 September 2011 18:45:18 Florian Tobias Schandinat wrote: On 08/25/2011 07:51 PM, Ajay Kumar wrote: Just as a note, there are many drivers like

Re: [PATCH v3 0/3] fbdev: Add FOURCC-based format configuration API

2011-09-18 Thread Laurent Pinchart
Hi Florian, On Sunday 18 September 2011 21:49:09 Florian Tobias Schandinat wrote: Hi all, as there was no reaction to this patch series I am scheduling it for 3.3 merge window (3.2 seems too close to me as this is an API change). That's fine with me. As the second patch has nothing to do

Re: Proposal for a low-level Linux display framework

2011-09-18 Thread Laurent Pinchart
Hi Rob, (CC'ing linux-media, as I believe this is very on-topic) On Sunday 18 September 2011 18:14:26 Rob Clark wrote: On Sat, Sep 17, 2011 at 6:12 PM, Laurent Pinchart wrote: On Thursday 15 September 2011 20:39:21 Florian Tobias Schandinat wrote: On 09/15/2011 05:52 PM, Alex Deucher wrote:

Re: [PATCH v2] arm: omap3evm: Add support for an MT9M032 based camera board.

2011-09-18 Thread Laurent Pinchart
Hi Martin, On Saturday 17 September 2011 11:34:57 Martin Hostettler wrote: Adds board support for an MT9M032 based camera to omap3evm. Sigend-off-by: Martin Hostettler mar...@neutronstar.dyndns.org --- arch/arm/mach-omap2/Makefile|1 +

Re: [PATCH v2] v4l: Add driver for Micron MT9M032 camera sensor

2011-09-18 Thread Laurent Pinchart
Hi Martin, Thanks for the patch. On Saturday 17 September 2011 11:29:31 Martin Hostettler wrote: The MT9M032 is a parallel 3MP sensor from Micron controlled through I2C. According to the Aptina datasheet, it's an 1.6MP sensor :-) The driver creates a V4L2 subdevice. It currently supports

Re: [PATCH] v4l subdev: add dispatching for VIDIOC_DBG_G_REGISTER and VIDIOC_DBG_S_REGISTER.

2011-09-18 Thread Laurent Pinchart
Hi Martin, Thanks for the patch. On Saturday 17 September 2011 11:26:36 Martin Hostettler wrote: Ioctls on the subdevs node currently don't dispatch the register access debug driver callbacks. Add the dispatching with the same security checks are for non subdev video nodes (i.e. only

Re: [PATCH/RFC 1/2] v4l2: Add the parallel bus HREF signal polarity flags

2011-09-18 Thread Laurent Pinchart
Hi Sylwester, On Saturday 17 September 2011 14:07:30 Sylwester Nawrocki wrote: On 09/17/2011 12:54 PM, Laurent Pinchart wrote: On Friday 16 September 2011 19:28:42 Sylwester Nawrocki wrote: HREF is a signal indicating valid data during single line transmission. Add corresponding flags for

Re: [PATCH/RFC 1/2] v4l2: Add the parallel bus HREF signal polarity flags

2011-09-18 Thread Laurent Pinchart
Hi Sylwester, On Saturday 17 September 2011 18:06:20 Sylwester Nawrocki wrote: On 09/17/2011 02:34 PM, Guennadi Liakhovetski wrote: On Sat, 17 Sep 2011, Sylwester Nawrocki wrote: On 09/17/2011 12:54 PM, Laurent Pinchart wrote: On Friday 16 September 2011 19:28:42 Sylwester Nawrocki wrote:

Re: [PATCH 2/3] v4l: Add AUTO option for the V4L2_CID_POWER_LINE_FREQUENCY control

2011-09-18 Thread Laurent Pinchart
Hi Sylwester, Thanks for the patch. On Friday 16 September 2011 19:05:29 Sylwester Nawrocki wrote: V4L2_CID_POWER_LINE_FREQUENCY control allows applications to instruct a driver what is the power line frequency so an appropriate filter can be used by the device to cancel flicker by

Re: [PATCH 1/3] v4l: Extend V4L2_CID_COLORFX control with AQUA effect

2011-09-18 Thread Laurent Pinchart
Hi Sylwester, Thanks for the patch. On Friday 16 September 2011 19:05:28 Sylwester Nawrocki wrote: Add V4L2_COLORFX_AQUA image effect in the V4L2_CID_COLORFX menu. What's the aqua effect ? Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park

Re: Asking advice for Camera/ISP driver framework design

2011-09-18 Thread Laurent Pinchart
Hi Cliff, On Thursday 15 September 2011 19:10:52 Sakari Ailus wrote: Cliff Cai wrote: On Thu, Sep 15, 2011 at 6:20 PM, Laurent Pinchart wrote: On Wednesday 14 September 2011 08:13:32 Cliff Cai wrote: Dear guys, I'm currently working on a camera/ISP Linux driver project.Of course,I

Re: [RFC][PATCH 2/2] v4l2: Add lv8093 lens driver

2011-09-18 Thread Aguirre, Sergio
Hi Mauro/Laurent, On Sun, Sep 18, 2011 at 7:53 AM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi, On Sunday 18 September 2011 14:25:50 Mauro Carvalho Chehab wrote: Em 13-07-2010 20:40, Sergio Aguirre escreveu: This adds LV8093 Piezo Actuator Lens driver. This is currently

RE: [PATCH v2 0/8] RFC for Media Controller capture driver for DM365

2011-09-18 Thread Hadli, Manjunath
Mauro, Thank you for your note. The first RFC for this (VPFE MC) driver was sent only in August this year. The other driver being discussed before was VPBE (which did go through some grind but not 2 years) which you accepted. This series of patches is definitely not two years old (unless I

[PATCH RESEND 0/4] davinci vpbe: enable DM365 v4l2 display driver

2011-09-18 Thread Manjunath Hadli
The patchset adds incremental changes necessary to enable dm365 v4l2 display driver, which includes vpbe display driver changes, osd specific changes and venc changes. The changes are incremental in nature,addind a few HD modes, and taking care of register level changes. The patch set does not

[PATCH RESEND 1/4] davinci vpbe: remove unused macro.

2011-09-18 Thread Manjunath Hadli
remove VPBE_DISPLAY_SD_BUF_SIZE as it is no longer used. Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com --- drivers/media/video/davinci/vpbe_display.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/davinci/vpbe_display.c

[PATCH RESEND 4/4] davinci vpbe: add VENC block changes to enable dm365 and dm355

2011-09-18 Thread Manjunath Hadli
This patch implements necessary changes for enabling dm365 and dm355 hardware for vpbe. The patch contains additional HD mode support for dm365 (720p60, 1080i30) and appropriate register modifications based on version numbers. VPBE_VERSION_2 = dm365 specific VPBE_VERSION_3 = dm355 specific

[PATCH RESEND 3/4] davinci vpbe: add dm365 and dm355 specific OSD changes

2011-09-18 Thread Manjunath Hadli
Add OSD block changes to enable dm365 and dm355 for vpbe driver. Changes are based on version number of OSD, which have incremental changes over 644x OSD hardware interms of few registers. VPBE_VERSION_2 = dm365 specific VPBE_VERSION_3 = dm355 specific Signed-off-by: Manjunath Hadli

[PATCH RESEND 2/4] davinci vpbe: add dm365 VPBE display driver changes

2011-09-18 Thread Manjunath Hadli
This patch implements the core additions to the display driver, mainly controlling the VENC and other encoders for dm365. This patch also includes addition of amplifier subdevice to the vpbe driver and interfacing with venc subdevice. Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com ---

RE: [PATCH RESEND 0/4] davinci vpbe: enable DM365 v4l2 display driver

2011-09-18 Thread Hadli, Manjunath
Sakari, Hans, Can I request you to have a look at these patches too? Thanks and Regards, -Manju On Mon, Sep 19, 2011 at 11:05:25, Hadli, Manjunath wrote: The patchset adds incremental changes necessary to enable dm365 v4l2 display driver, which includes vpbe display driver changes, osd