Age | Commit message (Expand) | Author | Files | Lines |
2011-10-15 | [media] cx23885: Stop the risc video fifo before reconfiguring it | Steven Toth | 1 | -0/+3 |
2011-10-15 | [media] cx23885: Avoid incorrect error handling and reporting | Steven Toth | 1 | -10/+10 |
2011-10-15 | [media] cx23885: Avoid stopping the risc engine during buffer timeout | Steven Toth | 1 | -4/+0 |
2011-10-15 | [media] cx23885: Removed a spurious function cx23885_set_scale() | Steven Toth | 1 | -8/+0 |
2011-10-15 | [media] cx23885: v4l2 api compliance, set the audioset field correctly | Steven Toth | 1 | -0/+5 |
2011-10-15 | [media] cx23885: hook the audio selection functions into the main driver | Steven Toth | 1 | -15/+25 |
2011-10-15 | [media] cx23885: add generic functions for dealing with audio input selection | Steven Toth | 2 | -0/+82 |
2011-10-15 | [media] cx23885: fixes related to maximum number of inputs and range checking | Steven Toth | 1 | -2/+5 |
2011-10-15 | [media] cx23885: Initial support for the MPX-885 mini-card | Steven Toth | 3 | -1/+29 |
2011-10-15 | [media] cx23885: Enable audio line in support from the back panel | Steven Toth | 2 | -0/+79 |
2011-10-15 | [media] cx23885: Allow the audio mux config to be specified on a per input basis | Steven Toth | 1 | -0/+1 |
2011-10-15 | [media] cx23885: Name an internal i2c part and declare a bitfield by name | Steven Toth | 2 | -0/+2 |
2011-10-15 | [media] cx23885: Ensure VBI buffers timeout quickly - bugfix for vbi hangs du... | Steven Toth | 1 | -2/+2 |
2011-10-15 | [media] cx23885: remove channel dump diagnostics when a vbi buffer times out | Steven Toth | 1 | -2/+0 |
2011-10-15 | [media] cx23885: ensure video is streaming before allowing vbi to stream | Steven Toth | 1 | -0/+8 |
2011-10-15 | [media] cx23885: Ensure the VBI pixel format is established correctly | Steven Toth | 1 | -3/+25 |
2011-10-15 | [media] cx23885: add vbi buffer formatting, window changes and video core cha... | Steven Toth | 4 | -6/+62 |
2011-10-15 | [media] cx23885: vbi line window adjustments | Steven Toth | 1 | -3/+16 |
2011-10-15 | [media] cx23885: minor printk cleanups and device registration | Steven Toth | 1 | -1/+14 |
2011-10-15 | [media] cx23885: initialize VBI support in the core, add IRQ support, registe... | Steven Toth | 1 | -13/+55 |
2011-10-15 | [media] cx23885: initial support for VBI with the cx23885 | Steven Toth | 4 | -6/+47 |
2011-10-15 | [media] cx23885: add two additional defines to simplify VBI register bitmap h... | Steven Toth | 1 | -0/+2 |
2011-10-15 | [media] cx23885: setup the dma mapping for raw audio support | Steven Toth | 1 | -1/+0 |
2011-10-15 | [media] cx23885: minor function renaming to ensure uniformity | Steven Toth | 3 | -6/+7 |
2011-10-15 | [media] cx23885: convert call clients into subdevices | Steven Toth | 1 | -0/+2 |
2011-10-15 | [media] cx23885: Don't use memset on vidioc_ callbacks | Mauro Carvalho Chehab | 1 | -1/+0 |
2011-10-14 | [media] cx23885: hooks the alsa changes into the video subsystem | Mijhail Moreyra | 1 | -7/+16 |
2011-10-14 | [media] cx23885: correct the contrast, saturation and hue controls | Mijhail Moreyra | 1 | -6/+6 |
2011-10-14 | [media] cx23885: add definitions for HVR1500 to support audio | Mijhail Moreyra | 1 | -0/+24 |
2011-10-14 | [media] cx23885: Add ALSA support | Mijhail Moreyra | 4 | -16/+611 |
2011-09-24 | [media] cx23885, cx25840: Provide IR Rx timeout event reports | Andy Walls | 1 | -4/+8 |
2011-09-23 | [media] altera-stapl: it is time to move out from staging | Igor M. Liplianin | 1 | -1/+1 |
2011-09-23 | [media] cx23885: fix type error | Igor M. Liplianin | 1 | -1/+1 |
2011-09-04 | [media] drivers/media: do not use EXTRA_CFLAGS | Arnaud Lacombe | 1 | -5/+5 |
2011-08-06 | [media] tuner_xc2028: Allow selection of the frequency adjustment code for XC... | Mauro Carvalho Chehab | 1 | -1/+1 |
2011-07-28 | [media] NetUP Dual DVB-T/C CI RF: force card hardware revision by module param | Abylay Ospan | 1 | -0/+7 |
2011-07-28 | [media] Don't OOPS if videobuf_dvb_get_frontend return NULL | Abylay Ospan | 1 | -1/+1 |
2011-07-28 | [media] NetUP Dual DVB-T/C CI RF: load firmware according card revision | Abylay Ospan | 1 | -0/+14 |
2011-07-28 | [media] cx23885: added support for card 107d:6f39 | istvan_v@mailbox.hu | 3 | -0/+59 |
2011-07-28 | [media] Stop using linux/version.h on most video drivers | Mauro Carvalho Chehab | 5 | -15/+4 |
2011-07-28 | [media] cx23885: Add IR Rx support for HVR-1270 boards | Andy Walls | 2 | -1/+14 |
2011-07-28 | [media] cx23885: restore flushes of cx23885_dev work items | Tejun Heo | 1 | -0/+3 |
2011-07-17 | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -7/+2 |
2011-07-12 | [media] Revert "V4L/DVB: cx23885: Enable Message Signaled Interrupts(MSI)" | Jarod Wilson | 1 | -7/+2 |
2011-06-08 | Staging: cx23885: fix include of altera.h | Greg Kroah-Hartman | 1 | -1/+1 |
2011-05-20 | [media] cx23885: Don't leak firmware in cx23885_card_setup() | Jesper Juhl | 1 | -0/+1 |
2011-05-20 | [media] use pci_dev->revision | Bjørn Mork | 1 | -1/+1 |
2011-04-28 | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+1 |
2011-04-17 | cx23885: Fix stv0367 Kconfig dependency | Mauro Carvalho Chehab | 1 | -0/+1 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 2 | -2/+2 |