summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/em28xx
AgeCommit message (Expand)AuthorFilesLines
2014-09-03[media] em28xx: use true/false for boolean varsMauro Carvalho Chehab2-5/+5
2014-09-03[media] em28xx: fix sparse warningsHans Verkuil2-2/+2
2014-09-02[media] em28xx: add ts mode setting for PCTV 292eOlli Salonen1-0/+1
2014-09-02[media] m88ds3103: implement set voltage and TS clocknibble.max1-1/+3
2014-08-21[media] em28xx-v4l: fix video buffer field order reporting in progressive modeFrank Schaefer1-1/+4
2014-08-21[media] em28xx-v4l: give back all active video buffers to the vb2 core proper...Frank Schaefer1-2/+8
2014-07-26[media] em28xx-v4l: fix disabling ioctl VIDIOC_S_PARM for vbi devicesFrank Schaefer1-1/+1
2014-07-26[media] em28xx-v4l: get rid of field "users" in struct em28xx_v4l2Frank Schaefer2-11/+13
2014-07-26[media] em28xx-v4l: simplify em28xx_v4l2_open() by using v4l2_fh_open()Frank Schaefer1-8/+7
2014-07-26[media] em28xx-v4l: get rid of struct em28xx_fhFrank Schaefer2-61/+29
2014-07-26[media] em28xx-v4l: simplify some pointers in em28xx_init_camera()Frank Schaefer1-2/+2
2014-07-26[media] media: em28xx-dvb update fe exit flag to indicate device disconnectShuah Khan1-2/+6
2014-07-26[media] media: em28xx - fix i2c_xfer to return -ENODEV when dev is removedShuah Khan1-0/+6
2014-07-26[media] media: em28xx - remove reset_resume interfaceShuah Khan1-1/+0
2014-07-26[media] media: em28xx - add error handling for KWORLD dvb_attach failuresShuah Khan1-3/+11
2014-07-26[media] media: em28xx-dvb - fix em28xx_dvb_resume() to not unregister i2c and...Shuah Khan1-17/+0
2014-07-25[media] rc-core: remove protocol arraysDavid Härdeman1-4/+4
2014-07-23[media] rc-core: document the protocol typeDavid Härdeman1-40/+58
2014-07-21[media] em28xx-dvb: Prepare for si2157 driver getting more parametersMatthias Schwarzott1-0/+1
2014-07-04[media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIORamakrishnan Muthukrishnan1-1/+0
2014-07-04[media] em28xx: add MSI Digivox Trio supportHans Verkuil1-0/+2
2014-05-24[media] v4l: subdev: Move [gs]_std operation to video opsLaurent Pinchart1-2/+2
2014-05-23[media] em28xx: make em28xx_free_v4l2 static()Mauro Carvalho Chehab1-1/+1
2014-05-23[media] em28xx: move fields wq_trigger and streaming_started from struct em28...Frank Schaefer2-22/+25
2014-05-23[media] em28xx: remove field tuner_addr from struct em28xxFrank Schaefer3-12/+8
2014-05-23[media] em28xx: remove field tda9887_conf from struct em28xxFrank Schaefer3-7/+3
2014-05-23[media] em28xx: move tuner frequency field from struct em28xx to struct v4l2Frank Schaefer2-8/+11
2014-05-23[media] em28xx: move v4l2 user counting fields from struct em28xx to struct v4l2Frank Schaefer2-14/+18
2014-05-23[media] em28xx: move capture state tracking fields from struct em28xx to stru...Frank Schaefer2-28/+29
2014-05-23[media] em28xx: move sensor parameter fields from struct em28xx to struct v4l2Frank Schaefer3-16/+20
2014-05-23[media] em28xx: move progressive/interlaced fields from struct em28xx to stru...Frank Schaefer3-17/+22
2014-05-23[media] em28xx: move struct em28xx_fmt *format from struct em28xx to struct v4l2Frank Schaefer2-9/+8
2014-05-23[media] em28xx: move TV norm from struct em28xx to struct v4l2Frank Schaefer2-17/+21
2014-05-23[media] em28xx: move vinmode and vinctrl data from struct em28xx to struct v4l2Frank Schaefer3-16/+16
2014-05-23[media] em28xx: move v4l2 frame resolutions and scale data from struct em28xx...Frank Schaefer3-45/+61
2014-05-23[media] em28xx: move videobuf2 related data from struct em28xx to struct v4l2Frank Schaefer3-14/+15
2014-05-23[media] em28xx: move video_device structs from struct em28xx to struct v4l2Frank Schaefer2-71/+56
2014-05-23[media] em28xx: move struct v4l2_clk *clk from struct em28xx to struct v4l2Frank Schaefer3-9/+10
2014-05-23[media] em28xx: move struct v4l2_ctrl_handler ctrl_handler from struct em28xx...Frank Schaefer2-5/+11
2014-05-23[media] em28xx: start moving em28xx-v4l specific data to its own structFrank Schaefer3-56/+116
2014-05-23[media] em28xx-video: simplify usage of the pointer to struct v4l2_ctrl_handl...Frank Schaefer1-14/+14
2014-05-23[media] em28xx: move sub-module data structs to a common place in the main st...Frank Schaefer1-6/+5
2014-05-23[media] em28xx: remove the i2c_set_adapdata() call in em28xx_i2c_register()Frank Schaefer1-1/+0
2014-05-23[media] em28xx: move norm_maxw() and norm_maxh() from em28xx.h to em28xx-video.cFrank Schaefer2-22/+23
2014-05-23[media] em28xx: remove function em28xx_compression_disable() and its callFrank Schaefer2-9/+2
2014-05-23[media] em28xx: remove some unused fields from struct em28xxFrank Schaefer1-4/+0
2014-05-23[media] em28xx: fix indenting in em28xx_usb_probe()Frank Schaefer1-7/+6
2014-04-23[media] vb2: stop_streaming should return voidHans Verkuil2-7/+3
2014-04-23[media] em28xx: PCTV tripleStick (292e) LNA supportAntti Palosaari1-0/+16
2014-04-23[media] em28xx: add [2013:025f] PCTV tripleStick (292e)Antti Palosaari4-0/+101