summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/gspca
Commit message (Expand)AuthorAgeFilesLines
* media: drivers: remove "/**" from non-kernel-doc commentsMauro Carvalho Chehab2017-11-301-1/+1
* Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-163-20/+19Star
|\
| * media: gspca: remove redundant assignment to variable jColin Ian King2017-10-311-1/+0Star
| * [media] gspca: make arrays static, reduces object code sizeColin Ian King2017-10-041-11/+11
| * media: fix media Kconfig help syntax issuesHans Verkuil2017-09-231-8/+8
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
|/
* media: : usb: add const to v4l2_file_operations structuresBhumika Goyal2017-07-201-1/+1
* media: staging: fbtft: make const array gamma_par_mask staticColin Ian King2017-07-201-1/+1
* [media] m5602_s5k83a: check return value of kthread_createPan Bian2017-06-061-0/+5
* [media] media drivers: annotate fall-throughMauro Carvalho Chehab2017-05-191-1/+2
* [media] gspca: konica: add missing endpoint sanity checkJohan Hovold2017-04-051-0/+3
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+2
* scripts/spelling.txt: add "neded" pattern and fix typo instancesMasahiro Yamada2017-02-281-3/+3
* [media] gspca_stv06xx: remove redundant check for err < 0Colin Ian King2017-02-031-3/+0Star
* [media] media: Drop FSF's postal address from the source code filesSakari Ailus2017-01-2762-248/+0Star
* [media] squash lines for simple wrapper functionsMasahiro Yamada2016-11-162-8/+2Star
* [media] stv06xx: store device name after the USB_DEVICE lineMauro Carvalho Chehab2016-10-241-12/+6Star
* [media] spca506: rewrite a commented line to avoid wrong parsingMauro Carvalho Chehab2016-10-241-2/+1Star
* [media] gspca: don't break long linesMauro Carvalho Chehab2016-10-2113-37/+21Star
* [media] gspca: finepix: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-08-241-6/+2Star
* [media] gspca: jl2005bcd: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-08-241-6/+2Star
* [media] gspca: vicam: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-08-241-6/+2Star
* [media] gspca: sonixj: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-08-241-9/+4Star
* [media] media: usb: gspca: konica: don't print error when allocating urb failsWolfram Sang2016-08-241-3/+1Star
* [media] media: usb: gspca: gspca: don't print error when allocating urb failsWolfram Sang2016-08-241-3/+1Star
* [media] media: usb: gspca: benq: don't print error when allocating urb failsWolfram Sang2016-08-241-3/+1Star
* [media] zc3xx: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-07-091-9/+4Star
* [media] gspca: avoid unused variable warningsArnd Bergmann2016-07-083-3/+3
* [media] gspca: correct speed testingOliver Neukum2016-07-081-1/+1
* [media] sn9c20x: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-07-081-10/+4Star
* [media] gspca: fix a v4l2-compliance failure about buffer timestampAntonio Ospite2016-07-081-1/+1
* [media] gspca: fix a v4l2-compliance failure about VIDIOC_ENUM_FRAMEINTERVALSAntonio Ospite2016-07-081-1/+18
* [media] gspca: rename wxh_to_mode() to wxh_to_nearest_mode()Antonio Ospite2016-07-081-4/+4
* [media] gspca: fix setting frame interval type in vidioc_enum_frameintervals()Antonio Ospite2016-07-081-1/+1
* [media] gspca: ov534/topro: use a define for the default framerateAntonio Ospite2016-07-082-6/+7
* m5602_ov7660: move skeletons to the .c fileMauro Carvalho Chehab2016-06-242-153/+153
* m5602_po1030: move skeletons to the .c fileMauro Carvalho Chehab2016-06-242-104/+104
* m5602_s5k83a: move skeletons to the .c fileMauro Carvalho Chehab2016-06-242-124/+124
* m5602_ov9650: move skeletons to the .c fileMauro Carvalho Chehab2016-06-242-150/+152
* m5602_mt9m111: move skeletons to the .c fileMauro Carvalho Chehab2016-06-242-144/+144
* m5602_s5k4aa: move skeletons to the .c fileMauro Carvalho Chehab2016-06-242-197/+199
* m5602_core: move skeletons to the .c fileMauro Carvalho Chehab2016-06-242-15/+15
* [media] touptek: cast char types on %x printkMauro Carvalho Chehab2016-03-101-2/+2
* [media] touptek: don't DMA at the stackMauro Carvalho Chehab2016-03-101-2/+2
* [media] gspca: Remove unused ovfx2_vga_mode/ovfx2_cif_mode arraysHans de Goede2016-03-011-34/+0Star
* [media] gspca: Fix ov519 i2c r/w not working when connected to a xhci hostWesley Post2016-03-012-0/+17
* [media] gspca: ov534/topro: prevent a division by 0Antonio Ospite2015-11-172-3/+12
* [media] use v4l2_get_timestamp where possibleArnd Bergmann2015-10-011-2/+2
* [media] gscpa_m5602: use msecs_to_jiffies for conversionsNicholas Mc Guire2015-07-061-1/+1
* [media] gspca: sn9c2028: remove an unneeded conditionDan Carpenter2015-07-061-1/+1