summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb (follow)
Commit message (Expand)AuthorAgeFilesLines
* [media] dvb-usb: don't use stack for firmware loadMauro Carvalho Chehab2017-02-031-6/+13
* [media] gp8psk: make local symbol gp8psk_fe_ops staticWei Yongjun2017-02-031-1/+1
* [media] tm6000: fix typo in parameter descriptionWei Yongjun2017-02-031-1/+1
* [media] em28xx: support for Hauppauge WinTV-dualHD 01595 ATSC/QAMKevin Cheng2017-02-033-0/+94
* [media] media/usbvision: remove ctrl_urb_wqDavidlohr Bueso2017-02-033-4/+0
* [media] stk1160: make some functions staticMauro Carvalho Chehab2017-02-031-2/+2
* [media] stk1160: Wait for completion of transfers to and from AC97 codecMarcel Hasler2017-02-033-8/+35
* [media] stk1160: Check whether to use AC97 codecMarcel Hasler2017-02-033-2/+35
* [media] stk1160: Remove stk1160-mixer and setup internal AC97 codec automatic...Marcel Hasler2017-02-035-104/+50
* [media] gspca_stv06xx: remove redundant check for err < 0Colin Ian King2017-02-031-3/+0
* [media] lmedm04: make lme2510_powerup a little smallerRasmus Villemoes2017-02-031-4/+1
* [media] lmedm04: make some string arrays staticRasmus Villemoes2017-02-031-3/+4
* [media] lmedm04: change some static variables to automaticRasmus Villemoes2017-02-031-1/+1
* [media] lmedm04: use %phN for hex dumpRasmus Villemoes2017-02-031-3/+1
* [media] media: Protect enable_source and disable_source handler code pathsShuah Khan2017-02-031-12/+9
* [media] zd1301: ZyDAS ZD1301 DVB USB interface driverAntti Palosaari2017-02-033-0/+305
* [media] uvcvideo: Change result code of debugfs_init to voidJaejoong Kim2017-01-312-11/+8
* [media] uvcvideo: Fix a wrong macroGuennadi Liakhovetski2017-01-311-1/+1
* [media] uvcvideo: (cosmetic) Remove a superfluous assignmentGuennadi Liakhovetski2017-01-311-2/+1
* [media] uvcvideo: (cosmetic) Add and use an inline functionGuennadi Liakhovetski2017-01-311-3/+8
* [media] af9035: correct demod i2c addressesAntti Palosaari2017-01-311-8/+9
* [media] it913x: add chip device ids for bindingAntti Palosaari2017-01-311-4/+4
* [media] af9035: register it9133 tuner using platform bindingAntti Palosaari2017-01-312-64/+62
* [media] af9035: read and store whole eepromAntti Palosaari2017-01-312-71/+60
* [media] pvrusb2-io: Add some spaces for better code readabilityMarkus Elfring2017-01-311-60/+60
* [media] pvrusb2-io: Use kmalloc_array() in pvr2_stream_buffer_count()Markus Elfring2017-01-311-1/+2
* [media] media: usb: cpia2: Use kmemdup instead of kmalloc and memcpyShyam Saini2017-01-311-3/+1
* [media] pvrusb2: Clean up file handle in open() error pathSantosh Kumar Singh2017-01-311-1/+2
* [media] tm6000: Clean up file handle in open() error pathSantosh Kumar Singh2017-01-311-1/+4
* [media] gp8psk: fix spelling mistake: "firmare" -> "firmware"Colin Ian King2017-01-301-1/+1
* [media] rc-main: assign driver type during allocationAndi Shyti2017-01-306-10/+6
* [media] rc: raw IR drivers cannot handle cec, unknown or otherSean Young2017-01-302-2/+2
* [media] em28xx: IR protocol not reported correctlySean Young2017-01-301-5/+8
* [media] cxusb: port to rc-coreSean Young2017-01-301-232/+80
* [media] media: Rename graph and pipeline structs and functionsSakari Ailus2017-01-271-2/+2
* [media] media: Drop FSF's postal address from the source code filesSakari Ailus2017-01-27178-713/+0
* Merge tag 'v4.10-rc1' into patchworkMauro Carvalho Chehab2016-12-265-7/+12
|\
| * Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
| * Merge tag 'media/v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2016-12-16108-1142/+2125
| |\
| * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-12-141-1/+1
| |\ \
| | * | treewide: Fix printk() message errorsMasanari Iida2016-12-141-1/+1
| * | | Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2016-11-182-4/+9
| |\ \ \ | | |/ / | |/| |
| | * | media: usb: uvc: remove unnecessary & operationFelipe Balbi2016-11-031-1/+1
| | * | media: usb: uvc: make use of new usb_endpoint_maxp_mult()Felipe Balbi2016-11-011-1/+3
| | * | media: usbtv: core: make use of new usb_endpoint_maxp_mult()Felipe Balbi2016-10-311-2/+5
* | | | [media] pctv452e: move buffer to heap, no mutexMax Kellermann2016-12-211-61/+72
| |_|/ |/| |
* | | [media] em28xx: don't store usb_device at struct em28xxMauro Carvalho Chehab2016-12-127-37/+52
* | | [media] em28xx: use usb_interface for dev_foo() callsMauro Carvalho Chehab2016-12-1210-213/+216
* | | [media] em28xx: don't change the device's nameMauro Carvalho Chehab2016-12-121-10/+4
* | | [media] cec: pass parent device in register(), not allocate()Hans Verkuil2016-11-291-2/+2