aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/gspca (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner15-75/+15
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 258Thomas Gleixner1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner22-230/+22
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 131Thomas Gleixner1-10/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 65Thomas Gleixner6-78/+6
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 24Thomas Gleixner41-417/+41
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner4-0/+4
2019-03-29media: gspca: Kill URBs on USB device disconnectEzequiel Garcia1-1/+3
2019-03-20media: Kconfig files: use the right help coding styleMauro Carvalho Chehab1-1/+1
2019-03-19media: gspca: do not resubmit URBs when streaming has stoppedHans Verkuil1-2/+6
2019-03-01media: usb: fix several typosMauro Carvalho Chehab17-29/+29
2019-01-16media: gspca: ov534-ov772x: remove unnecessary COM3 initializationPhilipp Zabel1-4/+0
2019-01-16media: gspca: ov534-ov722x: remove camera clock setup from bridge_initPhilipp Zabel1-2/+0
2019-01-16media: gspca: ov534-ov722x: remove mode specific video data registers from bridge_initPhilipp Zabel1-9/+0
2019-01-16media: gspca: ov534-ov772x: add SGBRG8 bayer mode supportPhilipp Zabel1-17/+98
2019-01-16media: gspca: ov543-ov772x: move video format specific registers into bridge_startPhilipp Zabel1-9/+10
2019-01-16media: gspca: support multiple pixel formats in TRY_FMTPhilipp Zabel1-2/+8
2019-01-16media: gspca: support multiple pixel formats in ENUM_FRAMEINTERVALSPhilipp Zabel1-3/+5
2019-01-16media: gspca: ov534: replace msleep(10) with usleep_rangePhilipp Zabel1-2/+2
2019-01-16media: gspca: mt9m111: Check write_bridge for timeoutAditya Pakki1-3/+5
2019-01-16media: gspca: Check the return value of write_bridge for timeoutAditya Pakki1-2/+6
2019-01-16media: usb: gspca: add a missed check for goto_low_powerKangjie Lu1-1/+5
2019-01-16media: usb: gspca: add a missed return-value check for do_commandKangjie Lu1-2/+6
2018-11-22media: gspca: fix frame overflow errorHans Verkuil1-5/+6
2018-09-12media: gspca: sq930x: use GFP_KERNEL in sd_dq_callback()Sebastian Andrzej Siewior1-1/+1
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2-6/+6
2018-07-25media: gspca_kinect: cast sizeof to int for comparisonJulia Lawall1-1/+1
2018-06-15media: v4l: fix broken video4linux docs locationsMauro Carvalho Chehab1-2/+0
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-05-28media: gspca_zc3xx: Enable short exposure times for OV7648Ondrej Zary1-3/+6
2018-05-28media: gspca_zc3xx: Fix power line frequency settings for OV7648Ondrej Zary1-7/+0
2018-05-28media: gspca_zc3xx: Implement proper autogain and exposure control for OV7648Ondrej Zary1-8/+34
2018-05-28media: gspca: Kill all URBs before releasing any of themEzequiel Garcia1-4/+11
2018-05-28media: gspca: fix g/s_parm handlingHans Verkuil3-15/+16
2018-05-28media: gspca: convert to vb2Hans Verkuil5-769/+182
2018-05-10Merge tag 'v4.17-rc4' into patchworkMauro Carvalho Chehab1-1/+1
2018-05-05media: gspca: Stop using GFP_DMA for buffers for USB bulk transfersHans de Goede4-4/+4
2018-05-04MAINTAINERS & files: Canonize the e-mails I use at filesMauro Carvalho Chehab1-1/+1
2018-04-04media: gspca: fix Kconfig help infowinton.liu1-1/+1
2018-02-26media: gspca: dtcs033: use %*ph to print small bufferAntonio Cardace1-4/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-6/+6
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds62-851/+924
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2018-01-04media: replace all <spaces><tab> occurrencesMauro Carvalho Chehab1-1/+1
2018-01-04media: fix usage of whitespaces and on indentationMauro Carvalho Chehab3-8/+8
2017-12-08media: gspca: Convert PDEBUG to gspca_dbgJoe Perches59-687/+742
2017-12-08media: gspca: Convert PERR to gspca_errJoe Perches32-156/+174
2017-11-30media: drivers: remove "/**" from non-kernel-doc commentsMauro Carvalho Chehab1-1/+1
2017-11-27media: annotate ->poll() instancesAl Viro1-2/+2