| Commit message (Expand) | Author | Age | Files | Lines |
* | [media] em28xx: PCTV 461e use I2C client for demod and SEC | Antti Palosaari | 2015-06-10 | 1 | -53/+83 |
* | [media] em28xx: bind PCTV 460e using I2C client | Antti Palosaari | 2015-06-06 | 1 | -17/+51 |
* | [media] em28xx: add support for DVB SEC I2C client | Antti Palosaari | 2015-06-06 | 1 | -1/+9 |
* | [media] em28xx: remove dead code | Mauro Carvalho Chehab | 2015-06-05 | 1 | -1/+0 |
* | [media] si2157: support selection of IF interface | Olli Salonen | 2015-05-12 | 1 | -0/+2 |
* | [media] v4l2: replace s_mbus_fmt by set_fmt in bridge drivers | Hans Verkuil | 2015-05-01 | 1 | -5/+7 |
* | [media] em28xx: embed video_device | Hans Verkuil | 2015-04-08 | 2 | -71/+54 |
* | [media] em28xx: switch PCTV 461e to ts2020 driver | Antti Palosaari | 2015-04-02 | 2 | -8/+7 |
* | [media] V4L: remove clock name from v4l2_clk API | Guennadi Liakhovetski | 2015-04-02 | 1 | -1/+1 |
* | [media] Basic support for the Elgato EyeTV Hybrid INT 2008 USB Stick | Gilles Risch | 2015-03-03 | 3 | -1/+14 |
* | [media] em28xx-video: fix missing newlines | Russell King | 2014-12-23 | 1 | -2/+2 |
* | [media] em28xx-dvb: fix missing newlines | Russell King | 2014-12-23 | 1 | -6/+6 |
* | [media] em28xx-audio: fix missing newlines | Russell King | 2014-12-23 | 1 | -2/+2 |
* | [media] em28xx-audio: fix missing newlines | Russell King | 2014-12-23 | 1 | -1/+1 |
* | [media] em28xx-core: fix missing newlines | Russell King | 2014-12-23 | 1 | -2/+2 |
* | [media] em28xx-input: fix missing newlines | Russell King | 2014-12-23 | 1 | -2/+2 |
* | [media] em28xx: ensure "closing" messages terminate with a newline | Russell King | 2014-12-23 | 4 | -4/+4 |
* | [media] em28xx: fix em28xx-input removal | Russell King | 2014-12-23 | 1 | -2/+1 |
* | [media] media: drivers shouldn't touch debug field in video_device | Hans Verkuil | 2014-12-23 | 1 | -1/+0 |
* | [media] em28xx: checkpatch cleanup: whitespaces/new lines cleanups | Mauro Carvalho Chehab | 2014-12-04 | 12 | -136/+134 |
* | [media] USB: Deletion of unnecessary checks before three function calls | Markus Elfring | 2014-11-25 | 1 | -2/+1 |
* | [media] em28xx: Add support for Terratec Cinergy T2 Stick HD | Olli Salonen | 2014-11-25 | 3 | -0/+87 |
* | [media] em28xx: initialize si2168_config struct | Olli Salonen | 2014-11-21 | 1 | -0/+1 |
* | [media] add "lgdt330x" device name i2c_devs array | Wilson Michaels | 2014-11-14 | 1 | -0/+1 |
* | [media] usb: Make use of media_bus_format enum | Boris BREZILLON | 2014-11-14 | 1 | -1/+1 |
* | [media] em28xx: add support for Leadtek VC100 USB capture device | Witold Krecicki | 2014-11-03 | 2 | -0/+17 |
* | [media] em28xx-dvb: remove unused mfe_sharing | Mauro Carvalho Chehab | 2014-10-30 | 1 | -4/+1 |
* | [media] em28xx-input: NULL dereference on error | Dan Carpenter | 2014-10-24 | 1 | -1/+3 |
* | [media] em28xx: fix uninitialized variable warning | Hans Verkuil | 2014-10-21 | 1 | -1/+1 |
* | Merge branch 'patchwork' into v4l_for_linus | Mauro Carvalho Chehab | 2014-10-09 | 8 | -98/+127 |
|\ |
|
| * | Revert "[media] media: em28xx - remove reset_resume interface" | Mauro Carvalho Chehab | 2014-09-26 | 1 | -0/+1 |
| * | [media] usb drivers: use %zu instead of %zd | Mauro Carvalho Chehab | 2014-09-26 | 1 | -2/+2 |
| * | [media] em28xx: Fix identation | Mauro Carvalho Chehab | 2014-09-26 | 1 | -1/+1 |
| * | [media] em28xx: remove dead code line from em28xx_audio_setup() | Frank Schaefer | 2014-09-23 | 1 | -3/+2 |
| * | [media] em28xx: get rid of field has_audio in struct em28xx_audio_mode | Frank Schaefer | 2014-09-23 | 3 | -10/+18 |
| * | [media] em28xx: simplify usb audio class handling | Frank Schaefer | 2014-09-23 | 4 | -24/+31 |
| * | [media] em28xx: remove some unnecessary fields from struct em28xx_audio_mode | Frank Schaefer | 2014-09-23 | 2 | -15/+7 |
| * | [media] em28xx: check if a device has audio earlier" | Frank Schaefer | 2014-09-23 | 2 | -12/+11 |
| * | [media] em28xx-input: i2c IR decoders: improve i2c_client handling | Frank Schaefer | 2014-09-22 | 1 | -10/+13 |
| * | [media] em28xx: Get rid of some unused modprobe parameters at vbi code | Mauro Carvalho Chehab | 2014-09-21 | 1 | -11/+0 |
| * | [media] em28xx: convert tda18212 tuner to I2C client | Antti Palosaari | 2014-09-21 | 1 | -6/+26 |
| * | [media] em28xx: use true/false for boolean vars | Mauro Carvalho Chehab | 2014-09-03 | 2 | -5/+5 |
| * | [media] em28xx: fix sparse warnings | Hans Verkuil | 2014-09-03 | 2 | -2/+2 |
| * | [media] em28xx: add ts mode setting for PCTV 292e | Olli Salonen | 2014-09-02 | 1 | -0/+1 |
| * | [media] m88ds3103: implement set voltage and TS clock | nibble.max | 2014-09-02 | 1 | -1/+3 |
| * | [media] em28xx-v4l: fix video buffer field order reporting in progressive mode | Frank Schaefer | 2014-08-21 | 1 | -1/+4 |
| * | [media] em28xx-v4l: give back all active video buffers to the vb2 core proper... | Frank Schaefer | 2014-08-21 | 1 | -2/+8 |
* | | Revert "[media] media: em28xx - remove reset_resume interface" | Mauro Carvalho Chehab | 2014-09-28 | 1 | -0/+1 |
* | | [media] em28xx-v4l: get rid of field "users" in struct em28xx_v4l2" | Frank Schaefer | 2014-09-21 | 2 | -13/+11 |
* | | [media] em28xx: fix VBI handling logic | Mauro Carvalho Chehab | 2014-09-21 | 1 | -1/+1 |
|/ |
|