RE: [PATCH 0/5] V4L2 patches for Intel Moorestown Camera Imaging Drivers

2009-05-04 Thread Zhang, Xiaolin
The camera interface is located on the Langwell, not on the Atom processor. BRs Xiaolin -Original Message- From: Dongsoo, Nathaniel Kim [mailto:dongsoo@gmail.com] Sent: Thursday, April 30, 2009 5:33 PM To: Zhang, Xiaolin Cc: linux-media@vger.kernel.org; Johnson, Charles F; Zhu, Dani

Re: EC168 "dvb_usb: Unknown symbol release_firmware"

2009-05-04 Thread drbob
On Mon, 04 May 2009 19:35:09 -0400, CityK wrote: > drbob, > > Off_Topic: that name takes me back: http://muppet.wikia.com/wiki/Dr._Bob And I thought I'd picked that name at random. The muppets must have had a deeper effect on my subconscious than I realised... > > On_Topic: You have built th

Re: Hauppauge 950Q Analog (Composite Input) Problem

2009-05-04 Thread Devin Heitmueller
On Mon, May 4, 2009 at 8:18 PM, John R. wrote: > Hello, > > Actually, I am trying to use the analog composite input (not cable > television) working.  Is this part of analog support?  Or is that for analog > cable only? > > When I hook a video source up to the composite RCA jack and "mplayer > /de

Hauppauge 950Q Analog (Composite Input) Problem

2009-05-04 Thread John R.
Hello, Actually, I am trying to use the analog composite input (not cable television) working. Is this part of analog support? Or is that for analog cable only? When I hook a video source up to the composite RCA jack and "mplayer /dev/video" it presents the following: MPlayer dev-SVN-r26

Re: EC168 "dvb_usb: Unknown symbol release_firmware"

2009-05-04 Thread CityK
drbob, Off_Topic: that name takes me back: http://muppet.wikia.com/wiki/Dr._Bob On_Topic: You have built the drivers but you haven't installed them into the system as intended, consequently you will run into the set of observations that you have. Have a read through: http://www.linuxtv.org/wiki

Re: [linux-dvb] Can't scan transponders with Terratec Cinergy HT PCI board

2009-05-04 Thread Charles
On Fri, May 1, 2009 at 2:26 AM, hermann pitton wrote: > Hi Charles, > > Am Donnerstag, den 30.04.2009, 13:54 +0200 schrieb Charles: >> Hello, >> >> >> I installed my Terratec Cinergy HT PCI DVB-T board on Ubuntu 9.04 > > I guess HT PCI can mean a lot, like My Cinema, WinFast and the like ... > >>

Re: saa7134/2.6.26 regression, noisy output

2009-05-04 Thread Anders Eriksson
Hi hermann, hermann-pit...@arcor.de said: > There is no way to detect which sort of such a LNA circuitry is employed. > Just try and error and pray. Also no further documentation for the changing > code itself and only some comments by Hartmut on the lists. > > In case config = 1 gpio0 of the td

Re: [cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: ERRORS

2009-05-04 Thread Hans Verkuil
> Hello, Hans > > On Mon, May 4, 2009 at 10:04 PM, Hans Verkuil wrote: >> 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:        Mon May  4 19:00:02 CEST 2009 >> path

Re: [cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: ERRORS

2009-05-04 Thread Alexey Klimov
Hello, Hans On Mon, May 4, 2009 at 10:04 PM, Hans Verkuil wrote: > 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:        Mon May  4 19:00:02 CEST 2009 > path:        http

[cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: ERRORS

2009-05-04 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:Mon May 4 19:00:02 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 11658:83712d149893 gcc version: gcc

Re: [linux-dvb] Pinnacle pctv hybrid pro stick 340e support

2009-05-04 Thread Devin Heitmueller
On Mon, May 4, 2009 at 12:32 PM, Lars D. Forseth wrote: > Hello, > > I have a Pinnacle PCTV Hybrid Stick Solo 340e SE which identifies as > "2304:023e" with lsusb. > After searching the web for almost two days now I did not find any working > solution in getting this DVB-T USB stick to work under

Re: [linux-dvb] Pinnacle pctv hybrid pro stick 340e support

2009-05-04 Thread Lars D. Forseth
Hello, I have a Pinnacle PCTV Hybrid Stick Solo 340e SE which identifies as "2304:023e" with lsusb. After searching the web for almost two days now I did not find any working solution in getting this DVB-T USB stick to work under Ubuntu 9.04 UNR. When I found this thread (http://marc.info/?l=

TT-3200: locks init. and timeout

2009-05-04 Thread pierre gronlier
Hello, I have a TT-3200 card and the b40d628f830d revision of v4l-dvb (april 24th) I have this two szap config files: $ cat channels_astra_fta.conf LCP:11479:v:0:22000:161:84:6402 $ cat channels_hotbird_fta.conf 4FunTv:10719:v:1:27500:163:92:4404 My problem is that to lock on hotbird I have to l

RE: [PATCH 0/5] V4L2 patches for Intel Moorestown Camera Imaging Drivers

2009-05-04 Thread Zhang, Xiaolin
Good comments. Only ISP driver is based on the V4L2 driver framework. The camera sensor used on the Moorestown platform is based on the I2C client driver. I will look at the Documentation/video4linux/v4l2-framework.txt and will consider your comment in our future plan. Welcome any more comment

Re: [questions] dmesg: Non-NULL drvdata on register

2009-05-04 Thread Janne Grunau
On Mon, May 04, 2009 at 03:03:40PM +0200, Hans Verkuil wrote: > > > Not so many time ago i noticed such line in dmesg: > > > > radio-mr800 2-1:1.0: Non-NULL drvdata on register > > > > Quick review showed that it appears in usb_amradio_probe fucntions. Then > > i found such code in v4l2_device_reg

Re: [patch 3/3 v2] mm: introduce follow_pfn()

2009-05-04 Thread Christoph Hellwig
Looks good to me. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [questions] dmesg: Non-NULL drvdata on register

2009-05-04 Thread Alexey Klimov
On Mon, May 4, 2009 at 5:03 PM, Hans Verkuil wrote: > >> Hello, >> >> Not so many time ago i noticed such line in dmesg: >> >> radio-mr800 2-1:1.0: Non-NULL drvdata on register >> >> Quick review showed that it appears in usb_amradio_probe fucntions. Then >> i found such code in v4l2_device_regist

[patch 3/3 v2] mm: introduce follow_pfn()

2009-05-04 Thread Johannes Weiner
Analoguous to follow_phys(), add a helper that looks up the PFN at a user virtual address in an IO mapping or a raw PFN mapping. Signed-off-by: Johannes Weiner --- include/linux/mm.h |2 ++ mm/memory.c| 29 + 2 files changed, 31 insertions(+), 0 deletion

Re: [questions] dmesg: Non-NULL drvdata on register

2009-05-04 Thread Hans Verkuil
> Hello, > > Not so many time ago i noticed such line in dmesg: > > radio-mr800 2-1:1.0: Non-NULL drvdata on register > > Quick review showed that it appears in usb_amradio_probe fucntions. Then > i found such code in v4l2_device_register() function (v4l2-device.c > file): > > /* Set name to drive

Re: [questions] dmesg: Non-NULL drvdata on register

2009-05-04 Thread Hans Verkuil
> Hello, > > Not so many time ago i noticed such line in dmesg: > > radio-mr800 2-1:1.0: Non-NULL drvdata on register > > Quick review showed that it appears in usb_amradio_probe fucntions. Then > i found such code in v4l2_device_register() function (v4l2-device.c > file): > > /* Set name to drive

[questions] dmesg: Non-NULL drvdata on register

2009-05-04 Thread Alexey Klimov
Hello, Not so many time ago i noticed such line in dmesg: radio-mr800 2-1:1.0: Non-NULL drvdata on register Quick review showed that it appears in usb_amradio_probe fucntions. Then i found such code in v4l2_device_register() function (v4l2-device.c file): /* Set name to driver name + device na

Re: [patch 3/3] mm: introduce follow_pfn()

2009-05-04 Thread Christoph Hellwig
On Mon, May 04, 2009 at 11:54:34AM +0200, Johannes Weiner wrote: > Analoguous to follow_phys(), add a helper that looks up the PFN > instead. It also only allows IO mappings or PFN mappings. A kerneldoc describing what it does and the limitations would be extremly helpful. -- To unsubscribe from

Re: [patch 2/3] mm: use generic follow_pte() in follow_phys()

2009-05-04 Thread Johannes Weiner
On Mon, May 04, 2009 at 11:54:33AM +0200, Johannes Weiner wrote: > Signed-off-by: Johannes Weiner > --- > mm/memory.c | 37 ++--- > 1 files changed, 6 insertions(+), 31 deletions(-) > > diff --git a/mm/memory.c b/mm/memory.c > index a621319..aee167d 100644 > ---

[patch 3/3] mm: introduce follow_pfn()

2009-05-04 Thread Johannes Weiner
Analoguous to follow_phys(), add a helper that looks up the PFN instead. It also only allows IO mappings or PFN mappings. Signed-off-by: Johannes Weiner --- include/linux/mm.h |2 ++ mm/memory.c| 19 +++ 2 files changed, 21 insertions(+), 0 deletions(-) diff --git

[patch 1/3] mm: introduce follow_pte()

2009-05-04 Thread Johannes Weiner
A generic readonly page table lookup helper to map an address space and an address from it to a pte. Signed-off-by: Johannes Weiner --- mm/memory.c | 37 + 1 files changed, 37 insertions(+), 0 deletions(-) diff --git a/mm/memory.c b/mm/memory.c index cf6873

[patch 2/3] mm: use generic follow_pte() in follow_phys()

2009-05-04 Thread Johannes Weiner
Signed-off-by: Johannes Weiner --- mm/memory.c | 37 ++--- 1 files changed, 6 insertions(+), 31 deletions(-) diff --git a/mm/memory.c b/mm/memory.c index a621319..aee167d 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -3051,50 +3051,25 @@ int follow_phys(struct v