summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb
Commit message (Expand)AuthorAgeFilesLines
* media: gspca: Fix memory leak in probeAlan Stern2020-12-071-0/+1
* media: uvcvideo: Use DIV_ROUND_CLOSEST directly to make it readablezhong jiang2020-11-271-2/+2
* media: msi2500: assign SPI bus number dynamicallyAntti Palosaari2020-11-271-1/+1
* media: usb: msi2500: Fix a possible null-pointer dereference in msi2500_stop_...Jia-Ju Bai2020-11-271-1/+1
* media: gp8psk: initialize stats at power control logicMauro Carvalho Chehab2020-11-271-1/+1
* media: dvb-usb: Add Hauppauge MAX S2's USB-IDsKai Muenz2020-11-261-1/+7
* media: cx231xx: Use snd_card_free_when_closed() instead of snd_card_free().Zebediah Figura2020-11-171-1/+1
* media: usb: dvb-usb-v2: zd1301: fix missing platform_device_unregister()Qinglang Miao2020-11-171-1/+1
* media: cx231xx: Consolidate dmesg outputThomas Gleixner2020-11-162-9/+6
* media: au0828: Consolidate dmesg outputThomas Gleixner2020-11-161-3/+2
* media: Bulk remove BUG_ON(in_interrupt())Thomas Gleixner2020-11-162-4/+0
* media: tm6000: Fix sizeof() mismatchesColin Ian King2020-11-161-2/+3
* media: zr364xx: propagate errors from zr364xx_start_readpipe()Evgeny Novikov2020-11-161-7/+24
* media: dib0700: use semicolons rather than commas to separate statementsJulia Lawall2020-11-161-2/+2
* media: dvbsky: use semicolons rather than commas to separate statementsJulia Lawall2020-11-161-11/+11
* media: au0828: use semicolons rather than commas to separate statementsJulia Lawall2020-11-161-1/+1
* media: pvrusb2: use semicolons rather than commas to separate statementsJulia Lawall2020-11-161-1/+1
* media: gspca: ov534-ov772x: use semicolons rather than commas to separate sta...Julia Lawall2020-11-161-6/+6
* media: rtl28xxu: use semicolons rather than commas to separate statementsJulia Lawall2020-11-161-2/+2
* media: em28xx-audio: use semicolons rather than commas to separate statementsJulia Lawall2020-11-161-7/+7
* media: usbtv: Fix refcounting mixupOliver Neukum2020-10-081-1/+2
* media: flexcop-usb: remove needless check before usb_free_coherent()Qinglang Miao2020-09-271-4/+3
* media: flexcop-usb: sanity checking of endpoint typeOliver Neukum2020-09-272-1/+3
* media: usb: uvc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2020-09-261-16/+4
* media: uvcvideo: Convey full colorspace information to V4L2Adam Goode2020-09-103-5/+67
* media: uvcvideo: Ensure all probed info is returned to v4l2Adam Goode2020-09-101-0/+30
* media: uvcvideo: Silence shift-out-of-bounds warningLaurent Pinchart2020-09-101-1/+5
* media: uvcvideo: Fix dereference of out-of-bound list iteratorDaniel W. S. Almeida2020-09-101-4/+9
* media: uvcvideo: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-09-101-1/+1
* media: uvcvideo: Cleanup uvc_ctrl_add_info() error handlingHans de Goede2020-09-101-10/+3
* media: uvcvideo: Fix uvc_ctrl_fixup_xu_info() not having any effectHans de Goede2020-09-101-7/+7
* media: uvcvideo: Set media controller entity functionsLaurent Pinchart2020-09-101-0/+35
* media: uvcvideo: Add mapping for HEVC payloadsDmitry Buzdyk2020-09-102-0/+9
* media: uvcvideo: Fix annotation for uvc_video_clock_update()Jun Chen2020-09-101-1/+1
* Merge tag 'v5.9-rc4' into patchworkMauro Carvalho Chehab2020-09-075-29/+29
|\
| * media: dib0700: Fix identation issue in dib8096_set_param_override()Gustavo A. R. Silva2020-08-271-5/+5
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-235-24/+24
* | media: rc: harmonize infrared durations to microsecondsSean Young2020-09-033-8/+8
* | media: dvb_usb_pctv452e: use ISL6423 voltage regulator per defaultAlex Bee2020-09-032-5/+22
* | media: dvb-ttusb-budget: cleanup printk logicMauro Carvalho Chehab2020-09-031-66/+52
* | media: dvb-ttusb-budget: don't use stack for USB transfersMauro Carvalho Chehab2020-09-031-53/+30
* | tm6000: drop unnecessary list_emptyJulia Lawall2020-09-011-15/+9
* | media: cx231xx: drop unnecessary list_emptyJulia Lawall2020-09-011-10/+6
* | media: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-2917-37/+37
* | media: ttusb-dec: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-291-4/+3
* | media: usb: dib0700_devices.c: remove useless if/elseDaniel W. S. Almeida2020-08-291-8/+3
* | media: media/usb: use vb2_video_unregister_device()Hans Verkuil2020-08-283-21/+8
* | media: Implements support for the MyGica iGrabberChristopher Snowhill2020-08-262-0/+23
* | media: pvrusb2: fix parsing errorTong Zhang2020-08-261-3/+2
|/
* Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-08-078-10/+20
|\