On Sat, 2009-12-12 at 03:42 +0200, Igor M. Liplianin wrote:
> On 12 декабря 2009 03:00:37 Andy Walls wrote:
> > On Sat, 2009-12-12 at 02:30 +0200, Igor M. Liplianin wrote:
> > > On 11 декабря 2009, "Igor M. Liplianin" wrote:
> > > > On Thu, 2009-12-10 at 18:16 +0200, Igor M. Liplianin wrote:
> > >
On 12 декабря 2009 03:00:37 Andy Walls wrote:
> On Sat, 2009-12-12 at 02:30 +0200, Igor M. Liplianin wrote:
> > On 11 декабря 2009, "Igor M. Liplianin" wrote:
> > > On Thu, 2009-12-10 at 18:16 +0200, Igor M. Liplianin wrote:
> > > > On 10 декабря 2009 03:12:39 Andy Walls wrote:
> > > > > On Wed, 2
On Sat, 2009-12-12 at 02:30 +0200, Igor M. Liplianin wrote:
> On 11 декабря 2009, "Igor M. Liplianin" wrote:
> > On Thu, 2009-12-10 at 18:16 +0200, Igor M. Liplianin wrote:
> > > On 10 декабря 2009 03:12:39 Andy Walls wrote:
> > > > On Wed, 2009-12-09 at 17:54 +0200, Igor M. Liplianin wrote:
> > >
Hi Muralidharan
On Thu, 10 Dec 2009, Karicheri, Muralidharan wrote:
> Guennadi,
>
> I am not sure if your MT9T031 changes are part of linux-next tree at
> v4l-dvb. If not, can you point me to the latest stack that I can apply
> on top of linux-next tree to get your latest changes for MT9T031 s
On 11 декабря 2009, "Igor M. Liplianin" wrote:
> On Thu, 2009-12-10 at 18:16 +0200, Igor M. Liplianin wrote:
> > On 10 декабря 2009 03:12:39 Andy Walls wrote:
> > > On Wed, 2009-12-09 at 17:54 +0200, Igor M. Liplianin wrote:
> > > > > > > Igor and Matthias,
> > > > > > >
> > > > > > > Please try t
From: Márton Németh
Make module_init static and mark it with __init.
Make module_exit static and mark it with __exit.
Mark probe functions with __devinit.
Make id table static and mark with __devinitconst.
This will eliminate the following sparse warnings (see "make C=1"):
* smsdvb.c:668:5: war
From: Márton Németh
Eliminate the following sparse warnings (see "make C=1"):
* dib8000.c:125:15: warning: symbol 'coeff_2k_sb_1seg_dqpsk' was not declared.
Should it be static?
* dib8000.c:130:15: warning: symbol 'coeff_2k_sb_1seg' was not declared.
Should it be static?
* dib8000.c:134:15:
Hi
2009/12/11 Karicheri, Muralidharan :
> Hi,
>
> Thanks for the response. One more question that I have is if
> the devices on the two buses can use the same i2c address.
> That is the case for my board. So wondering if this works as
> well.
>
That is IMHO exactly reason of existence such "expan
Hi,
Thanks for the response. One more question that I have is if
the devices on the two buses can use the same i2c address.
That is the case for my board. So wondering if this works as
well.
Murali Karicheri
Software Design Engineer
Texas Instruments Inc.
Germantown, MD 20874
phone: 301-407-9583
From: Márton Németh
Eliminate the following sparse warnings (see "make C=1"):
* v4l/m5602_s5k4aa.c:530:23: warning: dubious: x | !y
* v4l/m5602_s5k4aa.c:575:23: warning: dubious: x | !y
Signed-off-by: Márton Németh
---
../../m5602_s5k4aa_dubious.patch
diff -r f5662ce08663 linux/drivers/media/
Ok. I will do.
Murali Karicheri
Software Design Engineer
Texas Instruments Inc.
Germantown, MD 20874
phone: 301-407-9583
email: m-kariche...@ti.com
>-Original Message-
>From: Sergei Shtylyov [mailto:sshtyl...@ru.mvista.com]
>Sent: Thursday, December 10, 2009 12:38 PM
>To: Karicheri, Mural
Kevin,
That is what I had seen. I will check it again on Monday
and let you know.
Murali Karicheri
Software Design Engineer
Texas Instruments Inc.
Germantown, MD 20874
phone: 301-407-9583
email: m-kariche...@ti.com
>-Original Message-
>From: Kevin Hilman [mailto:khil...@deeprootsystems.c
On 19:32 Thu 10 Dec 2009, Greg KH wrote:
> On Thu, Dec 10, 2009 at 05:04:49PM -0800, Brandon Philips wrote:
> > Commit 163fe744c3283fd267268629afff4cfc846ed0e0 added a double
> > mutex_lock which hangs ov51x_probe(). This was clearly a typo.
> >
> > Change final mutex_lock() -> mutex_unlock()
> >
Spot on, Christophe!
I didn't realize I have not tried swapping the sensor wires and this little
damned thing is working now!
However I must point the "faulty" sensor wire works right with the HVR-1100. I
cannot tell which sensor belongs to which card (both of them are identical
except the "wo
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:Fri Dec 11 19:00:05 CET 2009
path:http://www.linuxtv.org/hg/v4l-dvb
changeset: 13611:db37ff59927f
gcc version: gcc (
"Karicheri, Muralidharan" writes:
>>> Kevin,
>>>
>>> I think I have figured it out...
>>>
>>> First issue was that I was adding my entry at the end of dm644x_clks[]
>>> array. I need to add it before the CLK(NULL, NULL, NULL)
>>>
>>> secondly, your suggestion didn't work as is. This is what I had
Hi Guennadi,
On 12/11/09, Guennadi Liakhovetski wrote:
> On Fri, 11 Dec 2009, Alan Carvalho de Assis wrote:
>> I got mx27_camera from pengutronix tree and modified it to work with
>> kernel 2.6.32 (few modifications).
>
> Sorry, I cannot help you with an out-of-tree driver, and generally I would
On Fri, 11 Dec 2009 16:01:51 +1100 Stephen Rothwell wrote:
> Hi all,
>
> My usual call for calm: please do not put stuff destined for 2.6.34 into
> linux-next trees until after 2.6.33-rc1.
>
> Changes since 20091210:
drivers/media/dvb/frontends/dib0090.h:103: error: expected '=', ',', ';', 'as
On Fri, 11 Dec 2009, Alan Carvalho de Assis wrote:
> Hi Guennadi,
>
> On 12/8/09, Alan Carvalho de Assis wrote:
> > Hi Guennadi,
> ...
> >>> I am trying to use an OV2640 camera with soc_camera.
> >>>
> >>> I'm using ov772x driver as base, but it needs too much modification to
> >>> work with ov2
Document all four 10-bit Bayer formats, 10-bit monochrome and a missing
8-bit Bayer formats.
Signed-off-by: Guennadi Liakhovetski
---
Notice, this is a linux git patch, so, it includes manual additions to
media-entities.tmpl, which will hopefully not be needed for hg. I'm also
adding all four
Hi Mauro,
At last soc-camera and mediabus lot for 2.6.33. Note, that one of this
patches adds new fourcc codes. A patch for their documentation will be
submitted immediately.
Please pull from http://linuxtv.org/hg/~gliakhovetski/v4l-dvb
for the following 30 changesets:
01/30: tw9910: The driv
Hi Guennadi,
On 12/8/09, Alan Carvalho de Assis wrote:
> Hi Guennadi,
...
>>> I am trying to use an OV2640 camera with soc_camera.
>>>
>>> I'm using ov772x driver as base, but it needs too much modification to
>>> work with ov2640.
>>
>> I don't know that sensor specifically, but they can be quit
Guillem Aranda wrote:
Sorry for the noise,
The sooner I wrote the email, the sooner my TeviiS470 started to work!
I did it work with the latest s2-liplianin tip, of course firmwares
were in /lib/firmware dir.
Now I'm doing some compatibility tests. As I said I can get a few less
channels th
If val is a u64, then following:
val *= (u64)1 << 32;
val /= (u64)1 << 32;
should surely be better represented as:
val <<= 32;
val >>= 32;
Especially as, for the division, the compiler might want to actually do a
division:
drivers/built-in.o: In function `lgs8gx
Hi Antonio.
Did you switched also the IR remote sensor itself ?
I experienced same weird things with a WinovaTV years ago, and finally the IR
phototransistor in the small round receiver was crappy.
When I changed it by a common spare it all came right.
Protect also your IR sensor from AC lights
Hi all,
I own a Hauppauge Nova-T-500 in a box running Mythbuntu 9.10. The card runs
fine except when it comes to the in-built remote sensor:
Whenever I press any button, the remote sensor seems to receive some other
keycodes aside the proper one (i.e. when I press Volume Up button the sensor
Hi all, I'm new on this list.
I modified on my own the SAA driver to manage an ASUS PS3-100 combo card not
supported yet in current version.
It features two DVB-S and DVB-T receivers packed on the same PCI card.
The DVB-T part is identical to ASUS P7131 Hybrid and therefore is managed thru
the e
Hi all,
I own a Hauppauge Nova-T-500 in a box running Mythbuntu 9.10. The card runs
fine except when it comes to the in-built remote sensor:
Whenever I press any button, the remote sensor seems to receive some other
keycodes aside the proper one (i.e. when I press Volume Up button the sensor
Guillem Solà wrote:
Hi,
I come to this list as my last resort. I have two DVB-S PCIE cards and
no one can get channels, but I have another computer with a PCI
SAA7146 that can get 1400 services from same dish.
* Tveii S470 *
One is the Tveii S470. I guess that the S470 should work because y
Mauro,
Backwards compat got broken a few weeks ago... Please pull for the fix.
Please pull from:
http://kernellabs.com/hg/~mkrufky/build-fix
for:
- saa7134: fix build against older kernels
saa7134-input.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Cheers,
Mike
--
To unsubscri
On 11.12.2009 02:21, Laurent Pinchart wrote:
> On Thursday 10 December 2009 17:34:25 Daniel Ritz wrote:
>> On Thu, 2009-12-10 at 02:46 +0100, Laurent Pinchart wrote:
>>> Hi Daniel,
>>>
>>> On Friday 04 December 2009 03:05:37 Daniel Ritz wrote:
Hi Laurent
On Thu, 2009-12-03 at 21:15 +
On Thu, 2009-12-10 at 11:56 -0500, Robert Longfield wrote:
> Ok I've been able to do some troubleshooting with some interesting results.
> I removed the one splitter being used, connected to the main cable
> coming into the house, isolated the grounds with no change in sync
> issues.
> I pulled the
Hi Mauro,
Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb
for the following 2 changesets:
01/02: gspca - some subdrivers: Make device_table[]s constant.
http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=0ba73f8e8517
02/02: gspca - ov534: Fix a compilation warning.
http://lin
From: Magnus Damm
Make sure physical addresses are 32-bit aligned in the SuperH
Mobile CEU driver V2. The lowest two bits of the frame address
registers are fixed to zero so frame buffers have to be 32-bit
aligned. The V4L2 mmap() case is using dma_alloc_coherent() for
this driver which will retu
34 matches
Mail list logo