Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: ivtv: devel

[PULL] http://linuxtv.org/hg/~awalls/ivtv

 

 

ivtv devel RSS feed   Index | Next | Previous | View Threaded


awalls at radix

Jul 5, 2009, 11:42 AM

Post #1 of 5 (2675 views)
Permalink
[PULL] http://linuxtv.org/hg/~awalls/ivtv

Mauro,

Please pull from http://linuxtv.org/hg/~awalls/ivtv

for the following 2 changesets:

01/02: ivtv: Add card entry for AVerMedia UltraTV 1500 MCE (M113 variant)
http://linuxtv.org/hg/~awalls/ivtv?cmd=changeset;node=ebb0ea04b057

02/02: ivtv: Fix automatic detection of AVerMedia UltraTV 1500MCE.
http://linuxtv.org/hg/~awalls/ivtv?cmd=changeset;node=ff6524eeaecb


ivtv-cards.c | 45 +++++++++++++++++++++++++++++++++++++++++++++
ivtv-cards.h | 3 ++-
ivtv-driver.c | 1 +
3 files changed, 48 insertions(+), 1 deletion(-)

Thanks,
Andy


_______________________________________________
ivtv-devel mailing list
ivtv-devel [at] ivtvdriver
http://ivtvdriver.org/mailman/listinfo/ivtv-devel


awalls at radix

Jul 18, 2009, 7:23 AM

Post #2 of 5 (2419 views)
Permalink
[PULL] http://linuxtv.org/hg/~awalls/ivtv [In reply to]

Mauro,

Please pull from http://linuxtv.org/hg/~awalls/ivtv

for the following 7 changesets:

01/07: tuner-types: Add an entry for the Partsnic PTI-5NF05 NTSC tuner
http://linuxtv.org/hg/~awalls/ivtv?cmd=changeset;node=d91bb8714d93

02/07: ivtv: Add AVerMedia AVerTV M113 with a Partsnic NTSC tuner and no FM radio
http://linuxtv.org/hg/~awalls/ivtv?cmd=changeset;node=529d33816e2a

03/07: ivtv: Change the AVerTV M113 card to use the Partsnic PTI-5NF05 tuner
http://linuxtv.org/hg/~awalls/ivtv?cmd=changeset;node=7ea3e7b9a657

04/07: ivtv: Fix input mux configuration for S-Video for AVerMedia M113 cards
http://linuxtv.org/hg/~awalls/ivtv?cmd=changeset;node=82a264ea2784

05/07: cx25840: Ensure CX2584x Vid and Aux PLL's run near the VCO's center freq
http://linuxtv.org/hg/~awalls/ivtv?cmd=changeset;node=d7e1eb4b17d8

06/07: ivtv: Fix improper GPIO audio mux input switch on video standard change
http://linuxtv.org/hg/~awalls/ivtv?cmd=changeset;node=e8fcd13e4ae7

07/07: ivtv: Fix a typographical error in the mux chip part number two comments
http://linuxtv.org/hg/~awalls/ivtv?cmd=changeset;node=487e903c9bc7


Documentation/video4linux/CARDLIST.tuner | 1
drivers/media/common/tuners/tuner-types.c | 25 ++
drivers/media/video/cx25840/cx25840-audio.c | 291 +++++++++++++++++++++++++++-
drivers/media/video/cx25840/cx25840-core.c | 3
drivers/media/video/ivtv/ivtv-cards.c | 35 +--
drivers/media/video/ivtv/ivtv-gpio.c | 13 -
include/media/tuner.h | 1
7 files changed, 336 insertions(+), 33 deletions(-)

Most of these changes go towards supporting AVerMedia AverTV cards with
an M113 PCB marking.

The exception is change 05/07 which is a rework of the AUX PLL parameter
setting code for standalone CX2548x chips to be *very* similar to the
cx18 driver's code to set the AUX PLL. (You've seen many of those 291
lines before.)

Thanks go to Ravi A. for helping with (ongoing) testing and for
troubleshooting the GPIO mux problem with changing the TV standard.

Thanks,
Andy


_______________________________________________
ivtv-devel mailing list
ivtv-devel [at] ivtvdriver
http://ivtvdriver.org/mailman/listinfo/ivtv-devel


jra at baylink

Jul 18, 2009, 7:45 AM

Post #3 of 5 (2450 views)
Permalink
Re: [PULL] http://linuxtv.org/hg/~awalls/ivtv [In reply to]

----- "Andy Walls" <awalls [at] radix> wrote:
> Please pull from http://linuxtv.org/hg/~awalls/ivtv
> for the following 7 changesets:

As one of the many Hauppauge owners directly affected by your work, thanks.

As one of the many editors of the MythTV wiki, I've updated the IVTV entry
(admittedly a bit late) to acknowledge that work. Thanks again.

Cheers,
-- jra

--
Jay R. Ashworth Baylink jra [at] baylink
Designer The Things I Think RFC 2100
Ashworth & Associates http://baylink.pitas.com '87 e24
St Petersburg FL USA http://photo.imageinc.us +1 727 647 1274

Start a man a fire, and he'll be warm all night.
Set a man on fire, and he'll be warm for the rest of his life.

_______________________________________________
ivtv-devel mailing list
ivtv-devel [at] ivtvdriver
http://ivtvdriver.org/mailman/listinfo/ivtv-devel


awalls at radix

Jul 18, 2009, 2:07 PM

Post #4 of 5 (2435 views)
Permalink
Re: [PULL] http://linuxtv.org/hg/~awalls/ivtv [In reply to]

On Sat, 2009-07-18 at 10:23 -0400, Andy Walls wrote:
> Mauro,
>
> Please pull from http://linuxtv.org/hg/~awalls/ivtv
>
> for the following 7 changesets:
>
> 01/07: tuner-types: Add an entry for the Partsnic PTI-5NF05 NTSC tuner
> http://linuxtv.org/hg/~awalls/ivtv?cmd=changeset;node=d91bb8714d93
>
> 02/07: ivtv: Add AVerMedia AVerTV M113 with a Partsnic NTSC tuner and no FM radio
> http://linuxtv.org/hg/~awalls/ivtv?cmd=changeset;node=529d33816e2a
>
> 03/07: ivtv: Change the AVerTV M113 card to use the Partsnic PTI-5NF05 tuner
> http://linuxtv.org/hg/~awalls/ivtv?cmd=changeset;node=7ea3e7b9a657
>
> 04/07: ivtv: Fix input mux configuration for S-Video for AVerMedia M113 cards
> http://linuxtv.org/hg/~awalls/ivtv?cmd=changeset;node=82a264ea2784
>
> 05/07: cx25840: Ensure CX2584x Vid and Aux PLL's run near the VCO's center freq
> http://linuxtv.org/hg/~awalls/ivtv?cmd=changeset;node=d7e1eb4b17d8
>
> 06/07: ivtv: Fix improper GPIO audio mux input switch on video standard change
> http://linuxtv.org/hg/~awalls/ivtv?cmd=changeset;node=e8fcd13e4ae7
>
> 07/07: ivtv: Fix a typographical error in the mux chip part number two comments
> http://linuxtv.org/hg/~awalls/ivtv?cmd=changeset;node=487e903c9bc7
>
>
> Documentation/video4linux/CARDLIST.tuner | 1
> drivers/media/common/tuners/tuner-types.c | 25 ++
> drivers/media/video/cx25840/cx25840-audio.c | 291 +++++++++++++++++++++++++++-
> drivers/media/video/cx25840/cx25840-core.c | 3
> drivers/media/video/ivtv/ivtv-cards.c | 35 +--
> drivers/media/video/ivtv/ivtv-gpio.c | 13 -
> include/media/tuner.h | 1
> 7 files changed, 336 insertions(+), 33 deletions(-)
>
> Most of these changes go towards supporting AVerMedia AverTV cards with
> an M113 PCB marking.
>
> The exception is change 05/07 which is a rework of the AUX PLL parameter
> setting code for standalone CX2548x chips to be *very* similar to the
> cx18 driver's code to set the AUX PLL. (You've seen many of those 291
> lines before.)

Mauro,

Please hold off on this pull request. I've got clock issues to work
out. I'll resubmit when I'm ready. Thanks.

Regards,
Andy



> Thanks go to Ravi A. for helping with (ongoing) testing and for
> troubleshooting the GPIO mux problem with changing the TV standard.
>
> Thanks,
> Andy
>
>
> _______________________________________________
> ivtv-devel mailing list
> ivtv-devel [at] ivtvdriver
> http://ivtvdriver.org/mailman/listinfo/ivtv-devel
>


_______________________________________________
ivtv-devel mailing list
ivtv-devel [at] ivtvdriver
http://ivtvdriver.org/mailman/listinfo/ivtv-devel


awalls at radix

Jul 18, 2009, 5:36 PM

Post #5 of 5 (2428 views)
Permalink
Re: [PULL] http://linuxtv.org/hg/~awalls/ivtv [In reply to]

On Sat, 2009-07-18 at 10:45 -0400, Jay R. Ashworth wrote:
> ----- "Andy Walls" <awalls [at] radix> wrote:
> > Please pull from http://linuxtv.org/hg/~awalls/ivtv
> > for the following 7 changesets:
>
> As one of the many Hauppauge owners directly affected by your work, thanks.
>
> As one of the many editors of the MythTV wiki, I've updated the IVTV entry
> (admittedly a bit late) to acknowledge that work. Thanks again.


You're welcome.

And thanks!

Regards,
Andy

> Cheers,
> -- jra
>


_______________________________________________
ivtv-devel mailing list
ivtv-devel [at] ivtvdriver
http://ivtvdriver.org/mailman/listinfo/ivtv-devel

ivtv devel RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.