aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/go7007 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-13Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-2/+2
2013-06-21[media] go7007: fix return 0 for unsupported devices in go7007_usb_probe()Alexey Khoroshilov1-2/+2
2013-06-03Finally eradicate CONFIG_HOTPLUGStephen Rothwell1-1/+0
2013-05-02Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-5/+2
2013-04-22[media] go7007: dubious one-bit signed bitfieldsDan Carpenter1-2/+2
2013-04-16[media] staging/media: fix go7007 dependencies and buildRandy Dunlap1-1/+1
2013-04-02i2c: Ignore return value of i2c_del_adapter()Lars-Peter Clausen1-5/+2
2013-03-29[media] media: move dvb-usb-v2/cypress_firmware.c to media/commonHans Verkuil3-8/+5
2013-03-26[media] go7007: fix invalid use of sizeof in go7007_usb_i2c_master_xfer()Wei Yongjun1-1/+1
2013-03-25[media] go7007: using strlcpy instead of strncpyChen Gang1-1/+1
2013-03-25[media] go7007: Remove unneeded version.h header includeSachin Kamat1-1/+0
2013-03-25[media] go7007: don't continue if firmware can't be loadedHans Verkuil2-55/+55
2013-03-25[media] go7007: update the READMEHans Verkuil1-8/+134
2013-03-25[media] saa7134-go7007: convert to a subdev and the control frameworkHans Verkuil2-47/+72
2013-03-24[media] go7007: add support for ADS Tech DVD Xpress DX2Hans Verkuil5-3/+75
2013-03-24[media] go7007: drop firmware name in board config, make configs constHans Verkuil5-34/+25
2013-03-24[media] go7007: correct a header check: MPEG4 has a different GOP codeHans Verkuil1-2/+4
2013-03-24[media] go7007: add back 'repeat sequence header' controlHans Verkuil2-1/+5
2013-03-24[media] go7007: Restore b_frame controlVolokh Konstantin2-2/+7
2013-03-24[media] go7007: a small improvement to querystd handlingHans Verkuil1-4/+4
2013-03-24[media] go7007-loader: add support for the other devices and move fw filesHans Verkuil4-92/+68
2013-03-24[media] go7007-loader: renamed from s2250-loaderHans Verkuil4-70/+54
2013-03-24[media] s2250: add comment describing the hardwareHans Verkuil1-0/+7
2013-03-24[media] go7007: remove cropping functionsHans Verkuil1-92/+0
2013-03-24[media] go7007: embed struct video_deviceHans Verkuil5-37/+26
2013-03-24[media] go7007: convert to core locking and vb2Hans Verkuil6-526/+205
2013-03-24[media] go7007: drop struct go7007_fileHans Verkuil2-121/+67
2013-03-24[media] go7007: set up the saa7115 audio clock correctlyHans Verkuil3-1/+12
2013-03-24[media] go7007: simplify the PX-TV402U board ID handlingHans Verkuil3-24/+9
2013-03-24[media] go7007: standardize MPEG handling supportHans Verkuil5-507/+181
2013-03-24[media] go7007: tuner/std related fixesHans Verkuil5-155/+154
2013-03-24[media] go7007: add log_status supportHans Verkuil1-1/+9
2013-03-24[media] go7007: add prio and control event supportHans Verkuil2-5/+20
2013-03-24[media] s2250: convert to the control frameworkHans Verkuil1-103/+46
2013-03-24[media] go7007: convert to the control framework and remove obsolete JPEGCOMP supportHans Verkuil3-192/+71
2013-03-24[media] go7007: fix unregister/disconnect handlingHans Verkuil6-80/+85
2013-03-24[media] go7007: remember boot firmwareHans Verkuil2-21/+24
2013-03-24[media] go7007: fix DMA related errorsHans Verkuil4-23/+20
2013-03-24[media] go7007: remove current_normHans Verkuil1-1/+0
2013-03-24[media] go7007: go7007: add device_caps and bus_info support to querycapHans Verkuil4-7/+6
2013-03-24[media] s2250-loader: use usbv2_cypress_load_firmwareHans Verkuil2-5/+6
2013-03-24[media] go7007: add audio input ioctlsHans Verkuil1-3/+48
2013-03-24[media] go7007: remove all wis* driversHans Verkuil8-2398/+0
2013-03-24[media] go7007: switch to standard tuner/i2c subdevsHans Verkuil8-134/+135
2013-03-24[media] go7007: i2c initialization changes for tw2804Volokh Konstantin3-10/+14
2013-03-24[media] tuner: add Sony BTF tunersHans Verkuil3-6/+2
2013-03-24[media] go7007: fix i2c_xfer return codesHans Verkuil2-13/+13
2013-03-24[media] v4l2: pass std by value to the write-only s_std ioctlHans Verkuil1-8/+8
2013-03-24[media] v4l2: add const to argument of write-only s_tuner ioctlHans Verkuil1-1/+1
2013-03-24[media] v4l2: add const to argument of write-only s_frequency ioctlHans Verkuil1-1/+1