summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/gspca
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab2019-06-1139-317/+39Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-0515-75/+15Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 258Thomas Gleixner2019-06-051-2/+1Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-3022-230/+22Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 131Thomas Gleixner2019-05-301-10/+1Star
* | media: media/usb: set device_caps in struct video_deviceHans Verkuil2019-06-051-4/+2Star
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 65Thomas Gleixner2019-05-246-78/+6Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 24Thomas Gleixner2019-05-2141-417/+41Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-214-0/+4
* media: gspca: Kill URBs on USB device disconnectEzequiel Garcia2019-03-291-1/+3
* media: Kconfig files: use the right help coding styleMauro Carvalho Chehab2019-03-201-1/+1
* media: gspca: do not resubmit URBs when streaming has stoppedHans Verkuil2019-03-191-2/+6
* media: usb: fix several typosMauro Carvalho Chehab2019-03-0117-29/+29
* media: gspca: ov534-ov772x: remove unnecessary COM3 initializationPhilipp Zabel2019-01-161-4/+0Star
* media: gspca: ov534-ov722x: remove camera clock setup from bridge_initPhilipp Zabel2019-01-161-2/+0Star
* media: gspca: ov534-ov722x: remove mode specific video data registers from br...Philipp Zabel2019-01-161-9/+0Star
* media: gspca: ov534-ov772x: add SGBRG8 bayer mode supportPhilipp Zabel2019-01-161-17/+98
* media: gspca: ov543-ov772x: move video format specific registers into bridge_...Philipp Zabel2019-01-161-9/+10
* media: gspca: support multiple pixel formats in TRY_FMTPhilipp Zabel2019-01-161-2/+8
* media: gspca: support multiple pixel formats in ENUM_FRAMEINTERVALSPhilipp Zabel2019-01-161-3/+5
* media: gspca: ov534: replace msleep(10) with usleep_rangePhilipp Zabel2019-01-161-2/+2
* media: gspca: mt9m111: Check write_bridge for timeoutAditya Pakki2019-01-161-3/+5
* media: gspca: Check the return value of write_bridge for timeoutAditya Pakki2019-01-161-2/+6
* media: usb: gspca: add a missed check for goto_low_powerKangjie Lu2019-01-161-1/+5
* media: usb: gspca: add a missed return-value check for do_commandKangjie Lu2019-01-161-2/+6
* media: gspca: fix frame overflow errorHans Verkuil2018-11-221-5/+6
* media: gspca: sq930x: use GFP_KERNEL in sd_dq_callback()Sebastian Andrzej Siewior2018-09-121-1/+1
* media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-112-6/+6
* media: gspca_kinect: cast sizeof to int for comparisonJulia Lawall2018-07-251-1/+1
* media: v4l: fix broken video4linux docs locationsMauro Carvalho Chehab2018-06-151-2/+0Star
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
* media: gspca_zc3xx: Enable short exposure times for OV7648Ondrej Zary2018-05-281-3/+6
* media: gspca_zc3xx: Fix power line frequency settings for OV7648Ondrej Zary2018-05-281-7/+0Star
* media: gspca_zc3xx: Implement proper autogain and exposure control for OV7648Ondrej Zary2018-05-281-8/+34
* media: gspca: Kill all URBs before releasing any of themEzequiel Garcia2018-05-281-4/+11
* media: gspca: fix g/s_parm handlingHans Verkuil2018-05-283-15/+16
* media: gspca: convert to vb2Hans Verkuil2018-05-285-769/+182Star
* Merge tag 'v4.17-rc4' into patchworkMauro Carvalho Chehab2018-05-101-1/+1
|\
| * MAINTAINERS & files: Canonize the e-mails I use at filesMauro Carvalho Chehab2018-05-041-1/+1
* | media: gspca: Stop using GFP_DMA for buffers for USB bulk transfersHans de Goede2018-05-054-4/+4
|/
* media: gspca: fix Kconfig help infowinton.liu2018-04-041-1/+1
* media: gspca: dtcs033: use %*ph to print small bufferAntonio Cardace2018-02-261-4/+2Star
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-6/+6
* Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-02-0662-851/+924
|\
| * media: replace all <spaces><tab> occurrencesMauro Carvalho Chehab2018-01-041-1/+1
| * media: fix usage of whitespaces and on indentationMauro Carvalho Chehab2018-01-043-8/+8
| * media: gspca: Convert PDEBUG to gspca_dbgJoe Perches2017-12-0859-687/+742
| * media: gspca: Convert PERR to gspca_errJoe Perches2017-12-0832-156/+174
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-311-3/+3
|\ \ | |/ |/|