| Commit message (Expand) | Author | Age | Files | Lines |
* | [media] rename most media/video usb drivers to media/usb | Mauro Carvalho Chehab | 2012-08-15 | 12 | -11715/+0 |
* | [media] common: move media/common/tuners to media/tuners | Mauro Carvalho Chehab | 2012-08-13 | 1 | -1/+1 |
* | [media] move the dvb/frontends to drivers/media/dvb-frontends | Mauro Carvalho Chehab | 2012-08-13 | 1 | -1/+1 |
* | [media] dvb: move the dvb core one level up | Mauro Carvalho Chehab | 2012-08-13 | 1 | -1/+1 |
* | [media] em28xx: Fix height setting on non-progressive captures | Mauro Carvalho Chehab | 2012-08-12 | 1 | -4/+0 |
* | [media] em28xx: Remove useless runtime->private_data usage | Ezequiel García | 2012-08-10 | 1 | -1/+0 |
* | [media] em28xx: remove V4L2_FL_LOCK_ALL_FOPS | Hans Verkuil | 2012-08-09 | 1 | -17/+35 |
* | Merge branch 'v4l_for_linus' into staging/for_v3.6 | Mauro Carvalho Chehab | 2012-07-14 | 1 | -1/+1 |
|\ |
|
| * | [media] em28xx: fix em28xx-rc load | Mauro Carvalho Chehab | 2012-07-06 | 1 | -1/+1 |
* | | [media] drxk: Make the QAM demodulator command parameters configurable | Martin Blumenstingl | 2012-07-06 | 1 | -0/+4 |
* | | Merge branch 'v4l_for_linus' into staging/for_v3.6 | Mauro Carvalho Chehab | 2012-06-27 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | [media] em28xx: Show a warning if the board does not support remote controls | Martin Blumenstingl | 2012-06-18 | 1 | -0/+2 |
| * | [media] em28xx: Add remote control support for Terratec's Cinergy HTC Stick HD | Martin Blumenstingl | 2012-06-18 | 1 | -0/+1 |
* | | [media] em28xx: Improve support for the Terratec Cinergy HTC Stick HD | Martin Blumenstingl | 2012-06-21 | 2 | -7/+84 |
* | | [media] em28xx: Add the DRX-K at I2C address 0x29 to the list of known I2C de... | Martin Blumenstingl | 2012-06-21 | 1 | -0/+1 |
* | | [media] em28xx: Make a few drxk_config structs static | Ezequiel García | 2012-06-21 | 1 | -4/+4 |
* | | [media] em28xx: Remove unused AC97 register definitions | Ezequiel García | 2012-06-21 | 1 | -50/+1 |
* | | [media] em28xx: Rename AC97 registers to use sound/ac97_codec.h definitions | Ezequiel García | 2012-06-21 | 2 | -29/+31 |
* | | [media] em28xx: Fix wrong AC97 mic register usage | Ezequiel García | 2012-06-21 | 1 | -1/+1 |
* | | [media] em28xx: Make em28xx_ir_change_protocol a static function | Ezequiel García | 2012-06-18 | 1 | -1/+1 |
|/ |
|
* | [media] em28xx: simple comment fix | Antti Palosaari | 2012-05-20 | 1 | -2/+2 |
* | [media] em28xx: disable LNA - PCTV QuatroStick nano (520e) | Antti Palosaari | 2012-05-20 | 1 | -0/+2 |
* | [media] em28xx: Fix memory leak on driver defered resource release | Ezequiel García | 2012-05-18 | 1 | -0/+1 |
* | [media] em28xx-dvb: enable LNA for cxd2820r in DVB-T mode | Gianluca Gennari | 2012-05-15 | 1 | -1/+2 |
* | [media] em28xx: Remove unused wait_queue's | Ezequiel García | 2012-05-15 | 3 | -9/+0 |
* | [media] em28xx: Remove unused enum em28xx_io_method | Ezequiel García | 2012-05-14 | 1 | -8/+0 |
* | [media] em28xx: Remove unused field from em28xx_buffer struct | Ezequiel García | 2012-05-14 | 1 | -1/+0 |
* | [media] em28xx: Remove unused list_head struct for queued buffers | Ezequiel Garcia | 2012-05-14 | 2 | -3/+0 |
* | [media] em28xx: Make card_setup() and pre_card_setup() static | Ezequiel Garcia | 2012-05-14 | 2 | -4/+4 |
* | [media] v4l: fix compiler warnings | Hans Verkuil | 2012-05-14 | 1 | -4/+7 |
* | [media] v4l2-dev: add flag to have the core lock all file operations | Hans Verkuil | 2012-05-14 | 1 | -0/+4 |
* | [media] em28xx: Make em28xx-input.c a separate module | Ezequiel García | 2012-04-10 | 5 | -27/+32 |
* | [media] em28xx: Change scope of em28xx-input local functions to static | Ezequiel García | 2012-04-10 | 2 | -108/+93 |
* | [media] em28xx: Move em28xx_register_i2c_ir() to em28xx-input.c | Ezequiel García | 2012-04-10 | 2 | -48/+44 |
* | [media] em28xx: Move ir/rc related initialization to em28xx_ir_init() | Ezequiel García | 2012-04-10 | 3 | -13/+11 |
* | [media] em28xx: Export em28xx_[read,write]_reg functions as SYMBOL_GPL | Ezequiel García | 2012-04-10 | 1 | -0/+3 |
* | [media] em28xx: Remove redundant dev->ctl_input set | Ezequiel García | 2012-04-10 | 1 | -5/+2 |
* | [media] em28xx: clean-up several unused parametrs in struct em28xx_usb_isoc_ctl | Gianluca Gennari | 2012-04-10 | 2 | -15/+0 |
* | [media] em28xx-dvb: stop URBs when stopping the streaming | Gianluca Gennari | 2012-04-10 | 3 | -2/+27 |
* | [media] partially reverts changeset fa5527c | Mauro Carvalho Chehab | 2012-03-19 | 1 | -52/+0 |
* | [media] em28xx: support for 2304:0242 PCTV QuatroStick (510e) | Ivan Kalvachev | 2012-03-19 | 3 | -1/+82 |
* | [media] em28xx: support for 2013:0251 PCTV QuatroStick nano (520e) | Antti Palosaari | 2012-03-19 | 3 | -0/+81 |
* | [media] em28xx: support for 1b80:e425 MaxMedia UB425-TC | Antti Palosaari | 2012-03-19 | 3 | -0/+54 |
* | [media] em28xx: Unused macro cleanup | Ezequiel García | 2012-03-19 | 1 | -8/+0 |
* | [media] media: em28xx: Paranoic stack save | Ezequiel García | 2012-03-19 | 1 | -15/+4 |
* | [media] media: em28xx: Remove unused urb arrays from device struct | Ezequiel García | 2012-03-19 | 1 | -3/+0 |
* | [media] em28xx: pre-allocate DVB isoc transfer buffers | Gianluca Gennari | 2012-03-08 | 5 | -66/+142 |
* | Merge branch 'v4l_for_linus' into staging/for_v3.4 | Mauro Carvalho Chehab | 2012-01-23 | 1 | -2/+1 |
|\ |
|
| * | [media] cxd2820r: remove unused parameter from cxd2820r_attach | Antti Palosaari | 2012-01-23 | 1 | -2/+1 |
* | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2012-01-15 | 8 | -192/+351 |
|\ \
| |/ |
|