Re: Anchor Chips V4L2 driver

2011-06-05 Thread John McMaster
On 06/03/2011 06:22 AM, Hans de Goede wrote: > Hi, > > On 06/03/2011 02:15 PM, Mauro Carvalho Chehab wrote: >> Em 03-06-2011 02:40, John McMaster escreveu: >>> I'd like to write a driver for an Anchor Chips (seems to be bought by >>> Cypress) USB camera Linux driver sold as an AmScope MD1800. It s

Re: DM04 USB DVB-S TUNER

2011-06-05 Thread Malcolm Priestley
On Sun, 2011-06-05 at 21:42 +0100, Malcolm Priestley wrote: > On Sun, 2011-06-05 at 19:34 +0300, Mehmet Altan Pire wrote: > > 05-06-2011 17:16, Malcolm Priestley yazmış: > > > On Sun, 2011-06-05 at 03:35 +0300, Mehmet Altan Pire wrote: > > >> Hi, > > >> I have "DM04 USB DVBS TUNER", using ubuntu wi

[PATCH] media: soc_camera_video_start - type should be const

2011-06-05 Thread Geert Uytterhoeven
drivers/media/video/soc_camera.c: In function ‘soc_camera_video_start’: drivers/media/video/soc_camera.c:1515: warning: initialization discards qualifiers from pointer target type Signed-off-by: Geert Uytterhoeven --- drivers/media/video/soc_camera.c |2 +- 1 files changed, 1 insertions(+),

Re: [RFC 0/6] iommu: generic api migration and grouping

2011-06-05 Thread Ohad Ben-Cohen
Hi Kyungmin, On Fri, Jun 3, 2011 at 2:57 AM, Kyungmin Park wrote: > Please see the RFC patch, ARM: DMA-mapping & IOMMU integration > http://www.spinics.net/lists/linux-mm/msg19856.html Marek's work somehow escaped me, thanks for the pointers ! Ohad. -- To unsubscribe from this list: send the li

Re: [RFC 0/6] iommu: generic api migration and grouping

2011-06-05 Thread Ohad Ben-Cohen
Hi Arnd, On Fri, Jun 3, 2011 at 6:53 PM, Arnd Bergmann wrote: > I think the future of iovmm is looking not so good. Marek Szyprowski > is working on a generic version of the dma-mapping API (dma_map_ops) > based on the iommu API. Nice! I missed Marek's work somehow. > As far as I can tell, once

[cron job] v4l-dvb daily build: ERRORS

2011-06-05 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Sun Jun 5 19:00:57 CEST 2011 git hash:f9b51477fe540fb4c65a05027fdd6f2ecce4db3b gcc version: i686-linux-gcc (GCC) 4.5

Re: xc4000 patches folded

2011-06-05 Thread Devin Heitmueller
On Sunday, June 5, 2011, Mauro Carvalho Chehab wrote: > Em 05-06-2011 12:13, Istvan Varga escreveu: >> On 06/05/2011 03:58 PM, Mauro Carvalho Chehab wrote: >> >>> Don't add \n\t\t at the beginning of the param_desc. Even the extra \t and >>> \n >>> format stuff in the middle of the description is

Re: xc4000 patches folded

2011-06-05 Thread Mauro Carvalho Chehab
Em 05-06-2011 12:13, Istvan Varga escreveu: > On 06/05/2011 03:58 PM, Mauro Carvalho Chehab wrote: > >> Don't add \n\t\t at the beginning of the param_desc. Even the extra \t and \n >> format stuff in the middle of the description is unusual. It is better to >> avoid, >> as it may break scripts.

Re: DM04 USB DVB-S TUNER

2011-06-05 Thread Mehmet Altan Pire
05-06-2011 17:16, Malcolm Priestley yazmış: > On Sun, 2011-06-05 at 03:35 +0300, Mehmet Altan Pire wrote: >> Hi, >> I have "DM04 USB DVBS TUNER", using ubuntu with v4l media-build >> drivers/modules but device doesn't working (unknown device). >> >> lsusb message: >> ID 3344:22f0 >> >> under of th

Re: xc4000 patches folded

2011-06-05 Thread Istvan Varga
On 06/05/2011 03:58 PM, Mauro Carvalho Chehab wrote: > Don't add \n\t\t at the beginning of the param_desc. Even the extra \t and \n > format stuff in the middle of the description is unusual. It is better to > avoid, > as it may break scripts. OK, I will remove the tabs. Is the use of \n allowe

Re: XC4000: setting registers

2011-06-05 Thread Istvan Varga
On 06/05/2011 02:56 PM, Mauro Carvalho Chehab wrote: > Ok, just pushed it (I forgot to use the -f tag). Please double check > if the code is working on the devices you have. I did not try building it, but the code now seems to be identical to the xc4000.c/h driver I am currently using. There is o

Compro VideoMate Vista T750F support

2011-06-05 Thread Carlos Corbacho
Hi, >From looking over the linux-media mailing list, it seems that a patch was submitted in October last year to add support for this card and the remote: http://www.mail-archive.com/linux-media@vger.kernel.org/msg22911.html There was then a follow up to that, asking for some minor fixes (mostl

Re: [GIT PATCHES FOR 2.6.41] Add bitmask controls

2011-06-05 Thread Sakari Ailus
On Wed, Jun 01, 2011 at 10:41:21AM -0300, Mauro Carvalho Chehab wrote: > > There are currently two use cases: Sakari's flash controller needs to > > report errors which are a bitmask of possible error conditions. It is way > > overkill to split that up in separate boolean controls, especially since

Re: [PATCH v9] Add support for M-5MOLS 8 Mega Pixel camera ISP

2011-06-05 Thread Sylwester Nawrocki
Hi Sakari, On 06/05/2011 01:55 PM, Sakari Ailus wrote: > On Thu, May 26, 2011 at 04:12:47PM +0900, Kim, HeungJun wrote: >> Hi Sakari, > > Hi HeungJun, > >> 2011-05-25 ?? 10:54, Sakari Ailus ??? ???: >>> Hi HeungJun, >>> >>> Thanks for the patch! >> Also, thanks for the interests of this driv

Re: [RFCv2 PATCH 07/11] v4l2-ctrls: add control events.

2011-06-05 Thread Sakari Ailus
Hi Hans, On Sat, May 28, 2011 at 04:58:20PM +0200, Hans Verkuil wrote: > On Saturday, May 28, 2011 12:34:21 Sakari Ailus wrote: > > Hi Hans, > > > > On Wed, May 25, 2011 at 03:33:51PM +0200, Hans Verkuil wrote: > > > From: Hans Verkuil > > > > > > Whenever a control changes value or state an ev

Re: [PATCH v9] Add support for M-5MOLS 8 Mega Pixel camera ISP

2011-06-05 Thread Sakari Ailus
Hi Hans, On Sun, Jun 05, 2011 at 02:11:14PM +0200, Hans Verkuil wrote: > On Sunday, June 05, 2011 13:55:30 Sakari Ailus wrote: > > On Thu, May 26, 2011 at 04:12:47PM +0900, Kim, HeungJun wrote: > > > >> + > > > >> + struct v4l2_ctrl_handler handle; > > > >> + /* Autoexposure/exposure con

Re: XC4000: setting registers

2011-06-05 Thread Mauro Carvalho Chehab
Em 05-06-2011 09:28, Istvan Varga escreveu: > On 06/05/2011 02:05 PM, Mauro Carvalho Chehab wrote: > >> This one breaks compilation: >> >> drivers/media/common/tuners/xc4000.c: In function > ‘xc4000_set_analog_params’: >> drivers/media/common/tuners/xc4000.c:1340: error: ‘type’ undeclared > (first

Re: [PATCH] rc-core: fix winbond-cir issues

2011-06-05 Thread Mauro Carvalho Chehab
Em 30-03-2011 11:20, David Härdeman escreveu: > The conversion of winbond-cir to use rc-core seems to have missed a > a few bits and pieces which were in my local tree. Kudos to > Juan Jesús García de Soria Lucena for noticing. > > Signed-off-by: David Härdeman Hi David, This patch got missed

Re: XC4000: setting registers

2011-06-05 Thread Istvan Varga
On 06/05/2011 02:05 PM, Mauro Carvalho Chehab wrote: > This one breaks compilation: > > drivers/media/common/tuners/xc4000.c: In function ‘xc4000_set_analog_params’: > drivers/media/common/tuners/xc4000.c:1340: error: ‘type’ undeclared (first use in this function) > drivers/media/common/tuners/xc4

Re: [PATCH v9] Add support for M-5MOLS 8 Mega Pixel camera ISP

2011-06-05 Thread Hans Verkuil
On Sunday, June 05, 2011 13:55:30 Sakari Ailus wrote: > On Thu, May 26, 2011 at 04:12:47PM +0900, Kim, HeungJun wrote: > > >> + > > >> +struct v4l2_ctrl_handler handle; > > >> +/* Autoexposure/exposure control cluster */ > > >> +struct { > > >> +struct v4l2_c

Re: [PATCH v2 3/4] m5mols: remove union in the m5mols_get_version(), and VERSION_SIZE

2011-06-05 Thread Sakari Ailus
On Sun, Jun 05, 2011 at 03:03:47PM +0300, Sakari Ailus wrote: [clip] > > - /* store version information swapped for being readable */ > > - info->ver = version.ver; > > info->ver.fw= be16_to_cpu(info->ver.fw); > > info->ver.hw= be16_to_cpu(info->ver.hw); > > info->ver.

Re: XC4000: setting registers

2011-06-05 Thread Mauro Carvalho Chehab
Hi Istvan, Em 04-06-2011 12:12, istva...@mailbox.hu escreveu: > This patch implements setting the registers in xc4000_set_params() > and xc4000_set_analog_params(). A new register is defined which enables > filtering of the composite video output (this is needed to avoid bad > picture quality with

Re: [PATCH v2 3/4] m5mols: remove union in the m5mols_get_version(), and VERSION_SIZE

2011-06-05 Thread Sakari Ailus
Hi HeungJun, Thanks for the patch. On Tue, May 31, 2011 at 04:36:01PM +0900, HeungJun, Kim wrote: > Remove union version in the m5mols_get_version(), and read version information > directly. Also remove VERSION_SIZE. > > Signed-off-by: HeungJun, Kim > Signed-off-by: Kyungmin Park > --- > driv

Re: [PATCH v9] Add support for M-5MOLS 8 Mega Pixel camera ISP

2011-06-05 Thread Sakari Ailus
On Thu, May 26, 2011 at 04:12:47PM +0900, Kim, HeungJun wrote: > Hi Sakari, Hi HeungJun, > 2011-05-25 ?? 10:54, Sakari Ailus ??? ???: > > Hi HeungJun, > > > > Thanks for the patch! > Also, thanks for the interests of this driver! You'we welcome! :-) > > > > I'm happy to see that Samsung i

Re: [PATCH] Refactor Mantis DMA transfer to deliver 16Kb TS data per interrupt

2011-06-05 Thread Marko Ristola
Hi Mauro and Manu I think that the patch is robust enough to be accepted. Please Mauro accept this patch at appropriate time. Would you Manu, please, read my lengthy detailed description of this patch when you have time? Then you know what it does and why. I provided a descriptive table of the

Re: [RFC/PATCH v3] v4l: add control definitions for codec devices.

2011-06-05 Thread Hans Verkuil
Hi Kamil! On Thursday, June 02, 2011 16:48:41 Kamil Debski wrote: > Hi, > > This is a third version of the patch that adds controls for the codec family > of > devices. I have implemented the suggestions to v1 I got from Hans Verkuil on > the #v4l > channel. Also I have addressed comments to v2

Doman me.by is dead ...

2011-06-05 Thread Igor M. Liplianin
It happens domain "me.by" died :( I'm subscribed using "liplia...@tut.by" for now. I have couple addresses yet liplia...@netup.ru liplia...@tcm.by Best regards Igor -- Igor M. Liplianin Microsoft Windows Free Zone - Linux used for all Computing Tasks -- To unsubscribe from this li