summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/em28xx
Commit message (Expand)AuthorAgeFilesLines
* [media] em28xx-v4l: fix disabling ioctl VIDIOC_S_PARM for vbi devicesFrank Schaefer2014-07-261-1/+1
* [media] em28xx-v4l: get rid of field "users" in struct em28xx_v4l2Frank Schaefer2014-07-262-11/+13
* [media] em28xx-v4l: simplify em28xx_v4l2_open() by using v4l2_fh_open()Frank Schaefer2014-07-261-8/+7
* [media] em28xx-v4l: get rid of struct em28xx_fhFrank Schaefer2014-07-262-61/+29
* [media] em28xx-v4l: simplify some pointers in em28xx_init_camera()Frank Schaefer2014-07-261-2/+2
* [media] media: em28xx-dvb update fe exit flag to indicate device disconnectShuah Khan2014-07-261-2/+6
* [media] media: em28xx - fix i2c_xfer to return -ENODEV when dev is removedShuah Khan2014-07-261-0/+6
* [media] media: em28xx - remove reset_resume interfaceShuah Khan2014-07-261-1/+0
* [media] media: em28xx - add error handling for KWORLD dvb_attach failuresShuah Khan2014-07-261-3/+11
* [media] media: em28xx-dvb - fix em28xx_dvb_resume() to not unregister i2c and...Shuah Khan2014-07-261-17/+0
* [media] rc-core: remove protocol arraysDavid Härdeman2014-07-251-4/+4
* [media] rc-core: document the protocol typeDavid Härdeman2014-07-231-40/+58
* [media] em28xx-dvb: Prepare for si2157 driver getting more parametersMatthias Schwarzott2014-07-211-0/+1
* [media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIORamakrishnan Muthukrishnan2014-07-041-1/+0
* [media] em28xx: add MSI Digivox Trio supportHans Verkuil2014-07-041-0/+2
* [media] v4l: subdev: Move [gs]_std operation to video opsLaurent Pinchart2014-05-241-2/+2
* [media] em28xx: make em28xx_free_v4l2 static()Mauro Carvalho Chehab2014-05-231-1/+1
* [media] em28xx: move fields wq_trigger and streaming_started from struct em28...Frank Schaefer2014-05-232-22/+25
* [media] em28xx: remove field tuner_addr from struct em28xxFrank Schaefer2014-05-233-12/+8
* [media] em28xx: remove field tda9887_conf from struct em28xxFrank Schaefer2014-05-233-7/+3
* [media] em28xx: move tuner frequency field from struct em28xx to struct v4l2Frank Schaefer2014-05-232-8/+11
* [media] em28xx: move v4l2 user counting fields from struct em28xx to struct v4l2Frank Schaefer2014-05-232-14/+18
* [media] em28xx: move capture state tracking fields from struct em28xx to stru...Frank Schaefer2014-05-232-28/+29
* [media] em28xx: move sensor parameter fields from struct em28xx to struct v4l2Frank Schaefer2014-05-233-16/+20
* [media] em28xx: move progressive/interlaced fields from struct em28xx to stru...Frank Schaefer2014-05-233-17/+22
* [media] em28xx: move struct em28xx_fmt *format from struct em28xx to struct v4l2Frank Schaefer2014-05-232-9/+8
* [media] em28xx: move TV norm from struct em28xx to struct v4l2Frank Schaefer2014-05-232-17/+21
* [media] em28xx: move vinmode and vinctrl data from struct em28xx to struct v4l2Frank Schaefer2014-05-233-16/+16
* [media] em28xx: move v4l2 frame resolutions and scale data from struct em28xx...Frank Schaefer2014-05-233-45/+61
* [media] em28xx: move videobuf2 related data from struct em28xx to struct v4l2Frank Schaefer2014-05-233-14/+15
* [media] em28xx: move video_device structs from struct em28xx to struct v4l2Frank Schaefer2014-05-232-71/+56
* [media] em28xx: move struct v4l2_clk *clk from struct em28xx to struct v4l2Frank Schaefer2014-05-233-9/+10
* [media] em28xx: move struct v4l2_ctrl_handler ctrl_handler from struct em28xx...Frank Schaefer2014-05-232-5/+11
* [media] em28xx: start moving em28xx-v4l specific data to its own structFrank Schaefer2014-05-233-56/+116
* [media] em28xx-video: simplify usage of the pointer to struct v4l2_ctrl_handl...Frank Schaefer2014-05-231-14/+14
* [media] em28xx: move sub-module data structs to a common place in the main st...Frank Schaefer2014-05-231-6/+5
* [media] em28xx: remove the i2c_set_adapdata() call in em28xx_i2c_register()Frank Schaefer2014-05-231-1/+0
* [media] em28xx: move norm_maxw() and norm_maxh() from em28xx.h to em28xx-video.cFrank Schaefer2014-05-232-22/+23
* [media] em28xx: remove function em28xx_compression_disable() and its callFrank Schaefer2014-05-232-9/+2
* [media] em28xx: remove some unused fields from struct em28xxFrank Schaefer2014-05-231-4/+0
* [media] em28xx: fix indenting in em28xx_usb_probe()Frank Schaefer2014-05-231-7/+6
* [media] vb2: stop_streaming should return voidHans Verkuil2014-04-232-7/+3
* [media] em28xx: PCTV tripleStick (292e) LNA supportAntti Palosaari2014-04-231-0/+16
* [media] em28xx: add [2013:025f] PCTV tripleStick (292e)Antti Palosaari2014-04-234-0/+101
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-0410-103/+549
|\
| * [media] em28xx-dvb: fix PCTV 461e tuner I2C bindingAntti Palosaari2014-03-311-0/+10
| * Revert "[media] em28xx-dvb: fix PCTV 461e tuner I2C binding"Mauro Carvalho Chehab2014-03-311-10/+0
| * [media] em28xx: fix PCTV 290e LNA oopsAntti Palosaari2014-03-281-1/+2
| * [media] em28xx-dvb: fix PCTV 461e tuner I2C bindingAntti Palosaari2014-03-281-0/+10
| * [media] em28xx-audio: make sure audio is unmuted on open()Frank Schaefer2014-03-141-20/+22