* tm6010 development repository
@ 2009-04-01 8:27 Kevin Wells
2009-04-02 14:37 ` Steven Toth
0 siblings, 1 reply; 6+ messages in thread
From: Kevin Wells @ 2009-04-01 8:27 UTC (permalink / raw)
To: Mauro Carvalho Chehab; +Cc: linux-media
Hi Mauro,
I've started trying to understand the code in the following repository:
http://www.linuxtv.org/hg/~mchehab/tm6010/
I have a few patches I would like to apply. How should I do this?
* Should I e-mail patches to you?
* Should I find somewhere to host my repository and get you to pull
them?
If I need to host my repository do you have any suggestions as to where?
Kevin
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: tm6010 development repository
2009-04-01 8:27 tm6010 development repository Kevin Wells
@ 2009-04-02 14:37 ` Steven Toth
2009-04-05 0:45 ` Kevin Wells
0 siblings, 1 reply; 6+ messages in thread
From: Steven Toth @ 2009-04-02 14:37 UTC (permalink / raw)
To: Kevin Wells; +Cc: Mauro Carvalho Chehab, linux-media
Kevin Wells wrote:
> Hi Mauro,
>
> I've started trying to understand the code in the following repository:
>
> http://www.linuxtv.org/hg/~mchehab/tm6010/
>
> I have a few patches I would like to apply. How should I do this?
>
> * Should I e-mail patches to you?
> * Should I find somewhere to host my repository and get you to pull
> them?
>
> If I need to host my repository do you have any suggestions as to where?
Agreed, this chipset needs some love and attention. I have some patches also
stacked up, so - this is a tree I've been meaning to get back to.
Submit the patches to the list and I'll try to get some time to create and
maintain a ~stoth/tm6010 tree. I think I can get the nova-s-usb2 running with
just a little effort.
Thanks,
- Steve
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: tm6010 development repository
2009-04-02 14:37 ` Steven Toth
@ 2009-04-05 0:45 ` Kevin Wells
2009-04-05 11:47 ` Mauro Carvalho Chehab
0 siblings, 1 reply; 6+ messages in thread
From: Kevin Wells @ 2009-04-05 0:45 UTC (permalink / raw)
To: Steven Toth; +Cc: Mauro Carvalho Chehab, linux-media
Steven Toth wrote:
> Kevin Wells wrote:
>> I've started trying to understand the code in the following repository:
>>
>> http://www.linuxtv.org/hg/~mchehab/tm6010/
>>
>> I have a few patches I would like to apply. How should I do this?
> Submit the patches to the list and I'll try to get some time to create
> and maintain a ~stoth/tm6010 tree. I think I can get the nova-s-usb2
> running with just a little effort.
Thanks Steve. Sorry for the slow reply. I'm doing this in my limited
spare time.
Patches to follow. Nothing exciting. Just trying to make the code more
robust. Patches are very granular. Let me know if that doesn't work for you.
Knowing the driver works on the nova-s-usb2 would be encouraging. I'm
trying to get it to work on an hvr-900h.
Kevin
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: tm6010 development repository
2009-04-05 0:45 ` Kevin Wells
@ 2009-04-05 11:47 ` Mauro Carvalho Chehab
2009-04-06 9:51 ` Kevin Wells
0 siblings, 1 reply; 6+ messages in thread
From: Mauro Carvalho Chehab @ 2009-04-05 11:47 UTC (permalink / raw)
To: Kevin Wells; +Cc: Steven Toth, linux-media
On Sun, 05 Apr 2009 12:45:56 +1200
Kevin Wells <wells_kevin@yahoo.co.nz> wrote:
> Steven Toth wrote:
> > Kevin Wells wrote:
> >> I've started trying to understand the code in the following repository:
> >>
> >> http://www.linuxtv.org/hg/~mchehab/tm6010/
> >>
> >> I have a few patches I would like to apply. How should I do this?
> > Submit the patches to the list and I'll try to get some time to create
> > and maintain a ~stoth/tm6010 tree. I think I can get the nova-s-usb2
> > running with just a little effort.
> Thanks Steve. Sorry for the slow reply. I'm doing this in my limited
> spare time.
>
> Patches to follow. Nothing exciting. Just trying to make the code more
> robust. Patches are very granular. Let me know if that doesn't work for you.
>
> Knowing the driver works on the nova-s-usb2 would be encouraging. I'm
> trying to get it to work on an hvr-900h.
I'll merge those with some patches I have here. hvr-900h analog part is working
with a some troubles on the experimental tree I have here. A good thing to do,
after I merge yours and my patches, is to convert it to the new v4l2 dev/subdev
interface. I suspect that this will solve several bugs we currently have with
the i2c interface of this driver.
I intend to do this later this week, after the end of the merge window. For
now, I still have lots of patches to review, in order to submit for 2.6.30.
--
Cheers,
Mauro
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: tm6010 development repository
2009-04-05 11:47 ` Mauro Carvalho Chehab
@ 2009-04-06 9:51 ` Kevin Wells
2009-04-06 12:41 ` Steven Toth
0 siblings, 1 reply; 6+ messages in thread
From: Kevin Wells @ 2009-04-06 9:51 UTC (permalink / raw)
To: Mauro Carvalho Chehab; +Cc: Steven Toth, linux-media
Mauro Carvalho Chehab wrote:
> On Sun, 05 Apr 2009 12:45:56 +1200
> Kevin Wells <wells_kevin@yahoo.co.nz> wrote:
>
>> Steven Toth wrote:
>>
>>> Kevin Wells wrote:
>>>
>>>> I've started trying to understand the code in the following repository:
>>>>
>>>> http://www.linuxtv.org/hg/~mchehab/tm6010/
>>>>
>>>> I have a few patches I would like to apply. How should I do this?
>>>>
>>> Submit the patches to the list and I'll try to get some time to create
>>> and maintain a ~stoth/tm6010 tree. I think I can get the nova-s-usb2
>>> running with just a little effort.
>>>
>> Patches to follow. Nothing exciting. Just trying to make the code more
>> robust. Patches are very granular. Let me know if that doesn't work for you.
>>
> I'll merge those with some patches I have here. hvr-900h analog part is working
> with a some troubles on the experimental tree I have here. A good thing to do,
> after I merge yours and my patches, is to convert it to the new v4l2 dev/subdev
> interface. I suspect that this will solve several bugs we currently have with
> the i2c interface of this driver.
>
> I intend to do this later this week, after the end of the merge window. For
> now, I still have lots of patches to review, in order to submit for 2.6.30.
>
Thanks Mauro.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: tm6010 development repository
2009-04-06 9:51 ` Kevin Wells
@ 2009-04-06 12:41 ` Steven Toth
0 siblings, 0 replies; 6+ messages in thread
From: Steven Toth @ 2009-04-06 12:41 UTC (permalink / raw)
To: Kevin Wells; +Cc: Mauro Carvalho Chehab, linux-media
Kevin Wells wrote:
> Mauro Carvalho Chehab wrote:
>> On Sun, 05 Apr 2009 12:45:56 +1200
>> Kevin Wells <wells_kevin@yahoo.co.nz> wrote:
>>
>>> Steven Toth wrote:
>>>
>>>> Kevin Wells wrote:
>>>>
>>>>> I've started trying to understand the code in the following
>>>>> repository:
>>>>>
>>>>> http://www.linuxtv.org/hg/~mchehab/tm6010/
>>>>>
>>>>> I have a few patches I would like to apply. How should I do this?
>>>>>
>>>> Submit the patches to the list and I'll try to get some time to
>>>> create and maintain a ~stoth/tm6010 tree. I think I can get the
>>>> nova-s-usb2 running with just a little effort.
>>>>
>>> Patches to follow. Nothing exciting. Just trying to make the code
>>> more robust. Patches are very granular. Let me know if that doesn't
>>> work for you.
>>>
>> I'll merge those with some patches I have here. hvr-900h analog part
>> is working
>> with a some troubles on the experimental tree I have here. A good
>> thing to do,
>> after I merge yours and my patches, is to convert it to the new v4l2
>> dev/subdev
>> interface. I suspect that this will solve several bugs we currently
>> have with
>> the i2c interface of this driver.
>>
>> I intend to do this later this week, after the end of the merge
>> window. For
>> now, I still have lots of patches to review, in order to submit for
>> 2.6.30.
>>
> Thanks Mauro.
Thanks Kevin.
Mauro,
Let me know when you've done this and I'll clone your tree and look at the
nova-s-usb2 issues.
Thanks,
- Steve
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-04-06 12:41 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-01 8:27 tm6010 development repository Kevin Wells
2009-04-02 14:37 ` Steven Toth
2009-04-05 0:45 ` Kevin Wells
2009-04-05 11:47 ` Mauro Carvalho Chehab
2009-04-06 9:51 ` Kevin Wells
2009-04-06 12:41 ` Steven Toth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox