Re: [git:v4l-dvb/for_v3.2] [media] cx25840: Enable support for non-tuner LR1/LR2 audio inputs

2011-10-15 Thread Andy Walls
On Fri, 2011-10-14 at 22:15 +0200, Mauro Carvalho Chehab wrote: > This is an automatic generated email to let you know that the following patch > were queued at the > http://git.linuxtv.org/media_tree.git tree: > > Subject: [media] cx25840: Enable support for non-tuner LR1/LR2 audio inputs > Aut

Re: [git:v4l-dvb/for_v3.2] [media] cx25840: enable raw cc processing only for the cx23885 hardware

2011-10-15 Thread Andy Walls
On Fri, 2011-10-14 at 22:10 +0200, Mauro Carvalho Chehab wrote: > This is an automatic generated email to let you know that the following patch > were queued at the > http://git.linuxtv.org/media_tree.git tree: Ummm... > Subject: [media] cx25840: enable raw cc processing only for the cx23885 >

Re: [git:v4l-dvb/for_v3.2] [media] cx18: Fix videobuf capture

2011-09-18 Thread Andy Walls
Mauro Carvalho Chehab wrote: >This is an automatic generated email to let you know that the following >patch were queued at the >http://git.linuxtv.org/media_tree.git tree: > >Subject: [media] cx18: Fix videobuf capture >Author: Simon Farnsworth >Date:Mon Sep 5 12:23:12 2011 -0300 > >When

Re: [git:v4l-dvb/other] V4L/DVB: ivtv: use kthread_worker instead of workqueue

2010-07-10 Thread Andy Walls
On Sat, 2010-07-10 at 09:53 -0300, Mauro Carvalho Chehab wrote: > Em 10-07-2010 09:33, Andy Walls escreveu: > > On Tue, 2010-07-06 at 03:51 +0200, Mauro Carvalho Chehab wrote: > >> This is an automatic generated email to let you know that the following > >> patch we

Re: [git:v4l-dvb/other] V4L/DVB: ivtv: use kthread_worker instead of workqueue

2010-07-10 Thread Andy Walls
gt; association instead. This also makes setting the priority cleaner. > > Signed-off-by: Tejun Heo > Reviewed-by: Andy Walls > Acked-by: Andy Walls > Signed-off-by: Mauro Carvalho Chehab Mauro, Please revert this or keep it from going upstream. It relies on at least on other

Re: [git:v4l-dvb/ivtv] V4L/DVB: tda18271: fix error detection during initialization of first instance

2010-06-26 Thread Andy Walls
On Sat, 2010-06-26 at 14:51 +0200, Mauro Carvalho Chehab wrote: > This is an automatic generated email to let you know that the following patch > were queued at the > http://git.linuxtv.org/v4l-dvb.git tree: > > Subject: V4L/DVB: tda18271: fix error detection during initialization of > first in

[linuxtv-commits] [hg:v4l-dvb] ivtv: Tweak Sony GigaPocket Kikyou card entry based on experiments

2010-03-03 Thread Patch from Andy Walls
mainstream Kernel If anyone has any objections, please let us know by sending a message to: Linux Media Mailing List -- From: Andy Walls ivtv: Tweak Sony GigaPocket Kikyou card entry based on experiments Based on experiments by Eric Wescott, edit the Sony GigaPocket (Kikyou) card

[linuxtv-commits] [hg:v4l-dvb] ivtv: Fix ivtv_api_get_data() to avoid unneeded IO during IRQ handling

2010-03-03 Thread Patch from Andy Walls
mainstream Kernel If anyone has any objections, please let us know by sending a message to: Linux Media Mailing List -- From: Andy Walls ivtv: Fix ivtv_api_get_data() to avoid unneeded IO during IRQ handling ivtv_api_get_data() was performing more PCI MMIO than needed, resulting

[linuxtv-commits] [hg:v4l-dvb] tuner-types: Add Sony BTF-Pxn01Z tuner type used on GigaPocket cards

2010-03-03 Thread Patch from Andy Walls
mainstream Kernel If anyone has any objections, please let us know by sending a message to: Linux Media Mailing List -- From: Andy Walls tuner-types: Add Sony BTF-Pxn01Z tuner type used on GigaPocket cards Sony makes custome tuners for its GigaPocket line of ivtv based capture

[linuxtv-commits] [git:v4l-dvb/master] V4L/DVB: tuner-types: Add Sony BTF-Pxn01Z tuner type used on GigaPocket cards

2010-02-23 Thread Patch from Andy Walls
From: Andy Walls Sony makes custome tuners for its GigaPocket line of ivtv based capture cards. This adds an entry to the tuner-types list for such tuners. Parameters are based on experiments by Eric Anderson . Signed-off-by: Andy Walls Signed-off-by: Mauro Carvalho Chehab Documentation

[linuxtv-commits] [git:v4l-dvb/master] V4L/DVB: ivtv: Tweak Sony GigaPocket Kikyou card entry based on experiments

2010-02-23 Thread Patch from Andy Walls
From: Andy Walls Based on experiments by Eric Wescott, edit the Sony GigaPocket (Kikyou) card entry video and audio mux settings. Signed-off-by: Andy Walls Signed-off-by: Mauro Carvalho Chehab drivers/media/video/ivtv/ivtv-cards.c | 23 --- 1 files changed, 8

[linuxtv-commits] [git:v4l-dvb/master] V4L/DVB: ivtv: Fix ivtv_api_get_data() to avoid unneeded IO during IRQ handling

2010-02-23 Thread Patch from Andy Walls
From: Andy Walls ivtv_api_get_data() was performing more PCI MMIO than needed, resulting often in it accounting for more than half the total time spent in ivtv_irq_handler(). Now it only reads at most 7 of the 16 mailbox data words over the PCI bus, and in some instances only 2 or 3 data words

[linuxtv-commits] [hg:v4l-dvb] cx18: Fix memory leak in cx18-alsa starting of PCM captures

2010-02-03 Thread Patch from Andy Walls
The patch number 14099 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Add missing serialization locks to cx18-dvb

2010-02-03 Thread Patch from Andy Walls
The patch number 14101 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Increment driver version for the addition of cx18-alsa and fixes

2010-02-03 Thread Patch from Andy Walls
The patch number 14100 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Add missing serialization locking to cx18-alsa

2010-02-03 Thread Patch from Andy Walls
The patch number 14098 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Rename snd_cx18_mixer_lock to snd_cx18_lock and increase visibility

2010-02-03 Thread Patch from Andy Walls
The patch number 14097 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] ivtv: Adjust msleep() delays used to prevent tinny audio and PCI bus hang

2010-01-22 Thread Patch from Andy Walls
The patch number 14043 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx25840, v4l2-subdev, ivtv, pvrusb2: Fix ivtv/cx25840 tinny audio

2010-01-22 Thread Patch from Andy Walls
The patch number 14042 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18-alsa: Add non-working cx18-alsa-pcm.[ch] files to avoid data loss

2010-01-22 Thread Patch from Andy Walls
The patch number 14018 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18-alsa: Initial non-working cx18-alsa files

2010-01-22 Thread Patch from Andy Walls
The patch number 14017 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] saa7127: Add support for generating SECAM output for the SAA712[89] chips

2010-01-10 Thread Patch from Andy Walls
The patch number 13913 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Clean up dead code from ivtv once used for IDX processing

2010-01-10 Thread Patch from Andy Walls
The patch number 13909 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Fix set indextable command to properly select I/P/B index entries

2010-01-10 Thread Patch from Andy Walls
The patch number 13910 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Add initial working VIDIOC_G_ENC_INDEX ioctl() support

2010-01-10 Thread Patch from Andy Walls
The patch number 13908 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Update MPEG Index stream buffers module option processing

2010-01-10 Thread Patch from Andy Walls
The patch number 13902 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Start IDX streams automatically as an internal associated stream

2010-01-10 Thread Patch from Andy Walls
The patch number 13906 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Perform automatic rotation of very old, unread IDX buffers

2010-01-10 Thread Patch from Andy Walls
The patch number 13907 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Encapsulate check for a stream being enabled into an inline function

2010-01-10 Thread Patch from Andy Walls
The patch number 13903 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Fix TS and IDX stream buffer memory leak on module unload

2010-01-10 Thread Patch from Andy Walls
The patch number 13904 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Allow MPEG index streams to be started and stopped internally

2010-01-10 Thread Patch from Andy Walls
The patch number 13905 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Use per cx18 instance init data for ir-kbd-i2c instead of const data

2009-11-24 Thread Patch from Andy Walls
The patch number 13445 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] ivtv: Add more explicit detection of known IR devices for Hauppauge cards

2009-11-24 Thread Patch from Andy Walls
The patch number 13446 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] ivtv: Add module parameter to adjust I2C SCL clock period per board

2009-11-24 Thread Patch from Andy Walls
The patch number 13442 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] ivtv: Add explicit IR controller initialization for the AVerTV M116

2009-11-24 Thread Patch from Andy Walls
The patch number 13444 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] ivtv: Defer legacy I2C IR probing until after setup of known I2C devices

2009-11-24 Thread Patch from Andy Walls
The patch number 13443 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] ivtv: Update the cards definitions to add another AVerMedia M113 variant

2009-11-24 Thread Patch from Andy Walls
The patch number 13440 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Remove duplicate list traversal when processing incoming MDLs

2009-11-24 Thread Patch from Andy Walls
The patch number 13433 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Bump version number due to significant buffer handling changes.

2009-11-24 Thread Patch from Andy Walls
The patch number 13434 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Rename struct cx18_queue.buffers to struct cx18_queue.depth

2009-11-24 Thread Patch from Andy Walls
The patch number 13427 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Adjust encoder VBI MDL size to be exactly frame's worth of VBI data

2009-11-24 Thread Patch from Andy Walls
The patch number 13432 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Fix YUV capture so that encoder passes a single frame per transfer

2009-11-24 Thread Patch from Andy Walls
The patch number 13430 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Adjust an MDL's final buffer size to force encoder transfer size

2009-11-24 Thread Patch from Andy Walls
The patch number 13431 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Add Memory Descriptor List (MDL) layer to buffer handling

2009-11-24 Thread Patch from Andy Walls
The patch number 13429 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Rename struct cx18_mdl to struct cx18_mdl_ent

2009-11-24 Thread Patch from Andy Walls
The patch number 13426 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Rename mdl_offset to mdl_base_idx or free_mdl_idx as appropriate

2009-11-24 Thread Patch from Andy Walls
The patch number 13428 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] scripts: Fix make checkpatch operation with in tree checkpatch.pl

2009-11-23 Thread Patch from Andy Walls
mainstream Kernel If anyone has any objections, please let us know by sending a message to: Linux Media Mailing List -- From: Andy Walls scripts: Fix make checkpatch operation with in tree checkpatch.pl Mauro, make checkpatch wasn't working for me. I found that the new versi

[linuxtv-commits] [hg:v4l-dvb] cx23885: CodingStyle - whitespace around binary operators in cx23888-ir.c

2009-10-31 Thread Patch from Andy Walls
mainstream Kernel If anyone has any objections, please let us know by sending a message to: Linux Media Mailing List -- From: Andy Walls cx23885: CodingStyle - whitespace around binary operators in cx23888-ir.c Priority: normal Signed-off-by: Andy Walls --- linux/drivers/media

[linuxtv-commits] [hg:v4l-dvb] ir-functions: Export ir_rc5_decode() for use by the cx23885 module

2009-10-14 Thread Patch from Andy Walls
The patch number 13099 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx23885: Add IR input keypress handling and enable for the HVR-1850

2009-10-14 Thread Patch from Andy Walls
The patch number 13100 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx23885: Complete CX23888 IR subdev implementation for Rx & almost for Tx

2009-10-14 Thread Patch from Andy Walls
The patch number 13097 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] v4l2-subdev: Add v4l2_subdev_ir_ops and IR notify defines for v4l2_device

2009-10-14 Thread Patch from Andy Walls
The patch number 13096 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx23885: Add integrated IR subdevice interrupt and notification handling

2009-10-14 Thread Patch from Andy Walls
The patch number 13098 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] v4l2-chip-ident: Add ID's needed for the cx23885 and cx25840 modules

2009-10-11 Thread Patch from Andy Walls
The patch number 13084 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx25840: Init PLLs properly for CX2388[578] A/V cores

2009-10-11 Thread Patch from Andy Walls
The patch number 13090 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx25840: Separate set_audclk_freq functionality for the different chips

2009-10-11 Thread Patch from Andy Walls
The patch number 13089 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx25840: Convert chip/core family checks to static inline functions

2009-10-11 Thread Patch from Andy Walls
The patch number 13088 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx25840: Improve detection of CX2388[578] A/V cores

2009-10-11 Thread Patch from Andy Walls
The patch number 13087 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx23885: Add skeleton v4l2_subdev for the CX23888 integrated IR controller

2009-10-11 Thread Patch from Andy Walls
The patch number 13086 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx23885: Enable HVR-1850 CX23888 A/V core to get VID_CLK running for IR

2009-10-11 Thread Patch from Andy Walls
The patch number 13091 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx23885: Fix support for v4l2-dbg access to CX2388[578] and CX23417 regs

2009-10-11 Thread Patch from Andy Walls
The patch number 13085 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Eliminate warning about discarding 'const' is assignment for IR init

2009-09-15 Thread Patch from Andy Walls
The patch number 12884 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: ir-kbd-i2c initialization data should point to a persistent object

2009-09-06 Thread Patch from Andy Walls
The patch number 12699 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] compat: Fix build for older kernels using DIV_ROUND_CLOSEST

2009-08-21 Thread Patch from Andy Walls
mainstream Kernel If anyone has any objections, please let us know by sending a message to: Linux Media Mailing List -- From: Andy Walls compat: Fix build for older kernels using DIV_ROUND_CLOSEST DIV_ROUND_CLOSEST() is not available on older kernels. Include compat.h in a few files to

[linuxtv-commits] [hg:v4l-dvb] cx18: Add i2c initialization for Z8F0811/Hauppage IR transceivers

2009-07-30 Thread Patch from Andy Walls
mainstream Kernel If anyone has any objections, please let us know by sending a message to: Linux Media Mailing List -- From: Andy Walls cx18: Add i2c initialization for Z8F0811/Hauppage IR transceivers This patch add support to the cx18 driver for setting up the Z8F0811/Hauppauge IR Tx

[linuxtv-commits] [hg:v4l-dvb] ir-kbd-i2c: Add support for Z8F0811/Hauppage IR transceivers

2009-07-30 Thread Patch from Andy Walls
mainstream Kernel If anyone has any objections, please let us know by sending a message to: Linux Media Mailing List -- From: Andy Walls ir-kbd-i2c: Add support for Z8F0811/Hauppage IR transceivers This patch adds support for Zilog Z8F0811 IR transceiver chips on CX2341[68] based boards

[linuxtv-commits] [hg:v4l-dvb] ir-kbd-i2c: Allow use of ir-kdb-i2c internal get_key funcs and set ir_type

2009-07-30 Thread Patch from Andy Walls
mainstream Kernel If anyone has any objections, please let us know by sending a message to: Linux Media Mailing List -- From: Andy Walls ir-kbd-i2c: Allow use of ir-kdb-i2c internal get_key funcs and set ir_type This patch augments the init data passed by bridge drivers to ir-kbd-i2c

[linuxtv-commits] [hg:v4l-dvb] tuner-simple: Add an entry for the Partsnic PTI-5NF05 NTSC tuner

2009-07-24 Thread Patch from Andy Walls
The patch number 12334 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] ivtv: Fix errors in AVerTV M113 card definitions and add a new M113 card

2009-07-24 Thread Patch from Andy Walls
The patch number 12335 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] ivtv: Fix improper GPIO audio mux input switch on video standard change

2009-07-24 Thread Patch from Andy Walls
The patch number 12336 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Read buffer overflow

2009-07-24 Thread Patch from Andy Walls
The patch number 12338 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] ivtv: Fix automatic detection of AVerMedia UltraTV 1500MCE.

2009-07-05 Thread Patch from Andy Walls
The patch number 12210 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] ivtv: Add card entry for AVerMedia UltraTV 1500 MCE (M113 variant)

2009-07-05 Thread Patch from Andy Walls
The patch number 12209 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Add an EEPROM dump routine for the Yuan MPC718 and future cards

2009-07-05 Thread Patch from Andy Walls
The patch number 12207 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] get_dvb_firmware: Correct errors in MPC718 firmware extraction logic

2009-07-05 Thread Patch from Andy Walls
The patch number 12206 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] get_dvb_firmware: Add Yuan MPC718 MT352 DVB-T "firmware" extraction

2009-07-05 Thread Patch from Andy Walls
The patch number 12181 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Add DVB-T support for Yuan MPC-718 cards with an MT352 or ZL10353

2009-07-05 Thread Patch from Andy Walls
The patch number 12182 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Update Yuan MPC-718 card entry with better information and guesses

2009-07-05 Thread Patch from Andy Walls
The patch number 12180 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] tuner-xc2028: Fix 7 MHz DVB-T

2009-07-02 Thread Patch from Andy Walls
mainstream Kernel If anyone has any objections, please let us know by sending a message to: Linux Media Mailing List -- From: Andy Walls tuner-xc2028: Fix 7 MHz DVB-T The following patch should fix 7 MHz DVB-T with the XC3028 using the DTV7 firmware from the xc3028-v27.fw firmware image

[linuxtv-commits] [hg:v4l-dvb] cx18: Add DVB-T support for the Leadtek WinFast DVR3100 H

2009-06-11 Thread Patch from Andy Walls
The patch number 11951 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Split LeadTek PVR2100 and DVR3100 H into 2 separate card entries

2009-06-11 Thread Patch from Andy Walls
The patch number 11950 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] ivtv: Add missing newline

2009-06-11 Thread Patch from Andy Walls
mainstream Kernel If anyone has any objections, please let us know by sending a message to: Linux Media Mailing List -- From: Andy Walls ivtv: Add missing newline Reported-by: Martin Dauskardt Priority: normal Signed-off-by: Andy Walls Signed-off-by: Mauro Carvalho Chehab

[linuxtv-commits] [hg:v4l-dvb] lnbp21: Add missing newline

2009-06-11 Thread Patch from Andy Walls
mainstream Kernel If anyone has any objections, please let us know by sending a message to: Linux Media Mailing List -- From: Andy Walls lnbp21: Add missing newline Reported-by: VDR User Priority: normal Signed-off-by: Andy Walls Signed-off-by: Mauro Carvalho Chehab --- linux

[linuxtv-commits] [hg:v4l-dvb] tuner-simple, tveeprom: Add Philips FQ1216LME MK3 analog tuner

2009-06-11 Thread Patch from Andy Walls
mainstream Kernel If anyone has any objections, please let us know by sending a message to: Linux Media Mailing List -- From: Andy Walls tuner-simple, tveeprom: Add Philips FQ1216LME MK3 analog tuner Priority: normal Signed-off-by: Andy Walls Signed-off-by: Mauro Carvalho Chehab

[linuxtv-commits] [hg:v4l-dvb] cx18: Perform 64 bit divide so it works for 32 bit systems

2009-06-01 Thread Patch from Andy Walls
The patch number 11898 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Tweak color burst gate delay and initial color sub-carrier freq

2009-05-27 Thread Patch from Andy Walls
The patch number 11865 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Initial attempt to get sliced VBI working for 625 line systems

2009-05-27 Thread Patch from Andy Walls
The patch number 11863 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Complete support for Sliced and Raw VBI for 625 line systems

2009-05-27 Thread Patch from Andy Walls
The patch number 11864 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Add missing newline to tuner detection error message

2009-05-11 Thread Patch from Andy Walls
The patch number 11752 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] tveeprom: Point the TCL MNM05-4 tuner entry to an actual tuner definition

2009-05-11 Thread Patch from Andy Walls
The patch number 11753 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Have audio decoder drive SIF gain control, and rework AFE config

2009-05-09 Thread Patch from Andy Walls
The patch number 11703 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Verify cx18-av-core digitizer firmware loads correctly

2009-04-28 Thread Patch from Andy Walls
The patch number 11623 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Allow IVTV format VBI insertion in MPEG-2 SVCD and DVD streams

2009-04-28 Thread Patch from Andy Walls
The patch number 11622 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Toggle the AI1 mux when changing the CX18_AUDIO_ENABLE register

2009-04-28 Thread Patch from Andy Walls
The patch number 11624 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Rename the work queue to "in_work_queue"

2009-04-28 Thread Patch from Andy Walls
The patch number 11615 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Convert per stream mutex locks to per queue spin locks

2009-04-28 Thread Patch from Andy Walls
The patch number 11618 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Add a work queue for deferring empty buffer handoffs to the firmware

2009-04-28 Thread Patch from Andy Walls
The patch number 11616 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Increment version due to significant buffer handling changes

2009-04-28 Thread Patch from Andy Walls
The patch number 11620 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Simplify the work handler for outgoing mailbox commands

2009-04-28 Thread Patch from Andy Walls
The patch number 11619 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] cx18: Set up to wait for a one-shot response before sending a firmware cmd

2009-04-28 Thread Patch from Andy Walls
The patch number 11617 was added via Andy Walls to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

  1   2   3   >