| Commit message (Expand) | Author | Age | Files | Lines |
* | [media] rename most media/video pci drivers to media/pci | Mauro Carvalho Chehab | 2012-08-15 | 1 | -2075/+0 |
* | [media] cx88: don't use current_norm | Hans Verkuil | 2012-07-06 | 1 | -3/+11 |
* | [media] cx88: fix a number of v4l2-compliance violations | Hans Verkuil | 2012-07-06 | 1 | -15/+56 |
* | [media] cx88: support control events | Hans Verkuil | 2012-07-06 | 1 | -6/+10 |
* | [media] cx88: add priority support | Hans Verkuil | 2012-07-06 | 1 | -0/+4 |
* | [media] cx88: move fmt, width and height to cx8800_dev | Hans Verkuil | 2012-07-06 | 1 | -22/+27 |
* | [media] cx88: remove radio and type from cx8800_fh | Hans Verkuil | 2012-07-06 | 1 | -52/+37 |
* | [media] cx88: each device node gets the right controls | Hans Verkuil | 2012-07-06 | 1 | -51/+88 |
* | [media] cx88: first phase to convert cx88 to the control framework | Hans Verkuil | 2012-07-06 | 1 | -334/+159 |
* | [media] cx88: fix querycap | Hans Verkuil | 2012-07-06 | 1 | -59/+31 |
* | [media] cx88: notch filter control fixes | istvan_v@mailbox.hu | 2011-08-27 | 1 | -1/+1 |
* | [media] cx88: implemented luma notch filter control | istvan_v@mailbox.hu | 2011-07-27 | 1 | -0/+15 |
* | [media] cx88: implemented sharpness control | istvan_v@mailbox.hu | 2011-07-27 | 1 | -1/+28 |
* | [media] Stop using linux/version.h on most video drivers | Mauro Carvalho Chehab | 2011-07-27 | 1 | -18/+3 |
* | [media] cx88: don't use atomic_t for core->users | Jonathan Nieder | 2011-05-20 | 1 | -2/+3 |
* | [media] use pci_dev->revision | Bjørn Mork | 2011-05-20 | 1 | -1/+1 |
* | [media] Add proper audio support for Nova-S Plus with wm8775 ADC | Lawrence Rust | 2011-03-21 | 1 | -4/+48 |
* | [media] cx88: Don't allow opening a device while it is not ready | Mauro Carvalho Chehab | 2011-03-21 | 1 | -10/+12 |
* | [media] cx88: use unlocked_ioctl for cx88-video. | Mauro Carvalho Chehab | 2011-03-21 | 1 | -2/+2 |
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2011-01-06 | 1 | -12/+0 |
|\ |
|
| * | [media] V4L: remove V4L1 compatibility mode | Hans Verkuil | 2010-12-29 | 1 | -12/+0 |
* | | [media] wm8775: Revert changeset fcb9757333 to avoid a regression | Mauro Carvalho Chehab | 2011-01-03 | 1 | -26/+1 |
|/ |
|
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2010-12-02 | 1 | -4/+3 |
|\ |
|
| * | [media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functions | Laurent Pinchart | 2010-11-22 | 1 | -4/+3 |
* | | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2010-11-17 | 1 | -1/+0 |
|/ |
|
* | [media] Nova-S-Plus audio line input | lawrence rust | 2010-10-23 | 1 | -1/+26 |
* | [media] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev* | Laurent Pinchart | 2010-10-22 | 1 | -2/+2 |
* | [media] cx88: uninitialized variable | Dan Carpenter | 2010-10-22 | 1 | -2/+1 |
* | V4L/DVB: videobuf: add ext_lock argument to the queue init functions | Hans Verkuil | 2010-10-21 | 1 | -2/+2 |
* | V4L/DVB: cx88: Remove BKL | Mauro Carvalho Chehab | 2010-10-21 | 1 | -9/+8 |
* | V4L/DVB: drivers/media: Make static data tables and strings const | lawrence rust | 2010-10-21 | 1 | -15/+15 |
* | V4L/DVB: drivers/media/video: Adjust confusing if indentation | Julia Lawall | 2010-10-21 | 1 | -1/+2 |
* | V4L/DVB: cx88: improve error handling | Dan Carpenter | 2010-05-19 | 1 | -1/+4 |
* | V4L/DVB: cx88: fix checks for analog TV inputs | istvan_v@mailbox.hu | 2010-05-19 | 1 | -2/+3 |
* | V4L/DVB: V4L2: Replace loops for finding max buffers in VIDIOC_REQBUFS callbacks | Andreas Bombe | 2010-05-19 | 1 | -2/+2 |
* | V4L/DVB: cx88: Only start IR if the input device is opened | Mauro Carvalho Chehab | 2010-05-18 | 1 | -3/+3 |
* | V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignments | Laurent Pinchart | 2009-12-16 | 1 | -2/+0 |
* | V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor number | Laurent Pinchart | 2009-12-16 | 1 | -3/+2 |
* | V4L/DVB (13554a): v4l: Use the video_drvdata function in drivers | Laurent Pinchart | 2009-12-16 | 1 | -26/+17 |
* | V4L/DVB (13553): v4l: Use the video_is_registered function in device drivers | Laurent Pinchart | 2009-12-16 | 1 | -3/+3 |
* | V4L/DVB (13550): v4l: Use the new video_device_node_name function | Laurent Pinchart | 2009-12-16 | 1 | -6/+6 |
* | V4L/DVB (13238): v4l2_subdev: rename tuner s_standby operation to core s_power | Laurent Pinchart | 2009-12-05 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-09-22 | 1 | -2/+2 |
|\ |
|
| * | trivial: media/video/cx88: add __init/__exit macros to cx88 drivers | Peter Huewe | 2009-09-21 | 1 | -2/+2 |
* | | V4L/DVB (12540): v4l: simplify v4l2_i2c_new_subdev and friends | Hans Verkuil | 2009-09-19 | 1 | -3/+3 |
|/ |
|
* | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 1 | -0/+1 |
* | V4L/DVB (11907): cx88: Use v4l bounding/alignment function | Trent Piepho | 2009-06-23 | 1 | -9/+2 |
* | V4L/DVB (12004): poll method lose race condition | Figo.zhang | 2009-06-16 | 1 | -4/+10 |
* | V4L/DVB (11784): cx88: Fix race condition between cx8800 startup and hald | Devin Heitmueller | 2009-06-16 | 1 | -0/+2 |
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2009-04-07 | 1 | -1/+1 |