aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/go7007 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-22[media] go7007: move out of staging into drivers/media/usb.Hans Verkuil14-7743/+0
2014-07-22[media] go7007: update the README, fix checkpatch warningsHans Verkuil11-60/+18
2014-07-17[media] go7007: add motion detection supportHans Verkuil6-184/+345
2014-07-04[media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIORamakrishnan Muthukrishnan1-1/+0
2014-06-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-4/+7
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+0
2014-05-27staging: go7007: remove reference to CONFIG_KMODPaul Bolle1-1/+0
2014-05-24[media] v4l: subdev: Move [gs]_std operation to video opsLaurent Pinchart3-2/+6
2014-04-23[media] vb2: stop_streaming should return voidHans Verkuil1-2/+1
2014-04-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+2
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+0
2014-04-01Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-8/+14
2014-03-16staging: go7007: go7007-v4l2.c Fix line over 80 characters.Aybuke Ozdemir1-7/+13
2014-03-11[media] vb2: change result code of buf_finish to voidHans Verkuil1-2/+1
2014-03-11Merge tag 'v3.14-rc5' into patchworkMauro Carvalho Chehab1-1/+3
2014-03-07Staging:media: Fix Sparse Warnings "symbol was not declared. Should it be sta...Ebru Akagunduz1-1/+1
2014-03-05[media] v4l: Rename vb2_queue.timestamp_type as timestamp_flagsSakari Ailus1-1/+1
2014-02-25Merge branch 'for-linus' into HEADTakashi Iwai1-1/+3
2014-02-20Merge branch 'master' into for-nextJiri Kosina9-11/+6
2014-02-20Kconfig: Remove useless "default N" linesPaul Bolle1-3/+0
2014-02-14staging/media: Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+2
2014-02-04[media] go7007-loader: fix usb_dev leakAlexey Khoroshilov1-1/+3
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker8-8/+0
2013-12-02Merge v3.13-rc2 into staging-nextGreg Kroah-Hartman1-13/+15
2013-11-25Staging: go7007: fix up some remaining go->dev issuesGreg Kroah-Hartman1-3/+3
2013-11-25Revert "staging:media: Use dev_dbg() instead of pr_debug()"Greg Kroah-Hartman1-10/+12
2013-11-10staging:media:go7007:saa7134-go7007.c: Remove space before tabsHimangi Saraogi1-1/+1
2013-11-10staging:media:go7007:go7007-fw.c: move trailing statement to next lineHimangi Saraogi1-1/+2
2013-10-27staging:media: Use dev_dbg() instead of pr_debug()Dulshani Gunawardhana1-12/+10
2013-10-27staging:media: Use dev_info() instead of pr_info()Dulshani Gunawardhana1-1/+1
2013-10-27staging: media: Use dev_err() instead of pr_err()Dulshani Gunawardhana1-21/+21
2013-10-11staging:go7007:Fix warning on quoted string on multiple linesDulshani Gunawardhana1-20/+11
2013-10-11staging:go7007:Fix line over 80 character warningDulshani Gunawardhana1-1/+2
2013-10-11staging:go7007 : Replace KERN_INFO with pr_infoDulshani Gunawardhana1-1/+1
2013-10-11staging:go7007:Replace KERN_ERR with pr_errDulshani Gunawardhana1-31/+21
2013-10-11staging:go7007:Remove driver-specific debugging defines in favor of pr_debugDulshani Gunawardhana1-11/+0
2013-10-06staging/media/go7007:Replace kern_debug with pr_debugDulshani Gunawardhana1-12/+12
2013-07-13Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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/...Linus 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