summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb
AgeCommit message (Expand)AuthorFilesLines
2016-02-16[media] cx231xx: use v4l2 core function to create the MC graphMauro Carvalho Chehab1-52/+3
2016-02-16[media] em28xx-dvb: create RF connector on DVB-only modeMauro Carvalho Chehab2-2/+8
2016-02-16[media] use v4l2_mc_usb_media_device_init() on most USB devicesMauro Carvalho Chehab5-65/+17
2016-02-11[media] tvp5150: move input definition header to dt-bindingsJavier Martinez Canillas1-1/+1
2016-02-10[media] au0828: move V4L2-specific code to au0828-core.cMauro Carvalho Chehab3-152/+187
2016-02-10[media] au0828: only create V4L2 graph if V4L2 is registeredMauro Carvalho Chehab1-9/+15
2016-02-10[media] em2xx: use v4l2_mc_create_media_graph()Mauro Carvalho Chehab1-130/+1
2016-02-04[media] dvb_frontend: pass the props cache to get_frontend() as argMauro Carvalho Chehab3-6/+7
2016-02-04[media] friio-fe: remove get_frontend() callbackMauro Carvalho Chehab1-17/+10
2016-02-02[media] usbvision: fix locking errorInsu Yun1-1/+1
2016-02-01[media] hdpvr: hide unused variableArnd Bergmann1-0/+2
2016-02-01[media] pwc: Add USB id for Philips Spc880nc webcamHans de Goede1-0/+6
2016-02-01[media] rtl28xxu: retry failed i2c messagesAntti Palosaari1-0/+8
2016-02-01[media] dvb-usb-dvbsky: add new product id for TT CT2-4650 CITorbjörn Jansson1-0/+4
2016-02-01[media] af9035: add support for 2nd tuner of MSI DigiVox DiversityStefan Pöschel2-3/+4
2016-02-01[media] dw2102: Add support for Terratec Cinergy S2 USB BOXPhilipp Zabel1-1/+7
2016-02-01[media] cx231xx: Fix memory leakJean-Baptiste Theou1-0/+5
2016-02-01[media] drivers/media/usb/dvb-usb-v2: constify mxl111sf_tuner_config structureJulia Lawall3-8/+8
2016-02-01[media] usbtv: correctly handling failed allocationInsu Yun1-0/+4
2016-02-01[media] cx231xx: correctly handling failed allocationInsu Yun1-0/+2
2016-02-01[media] hdpvr: Refactoring for hdpvr_read()Markus Elfring1-4/+2
2016-02-01[media] au0828: Refactoring for start_urb_transfer()Markus Elfring1-7/+5
2016-02-01[media] stk1160: Remove redundant vb2_buf payload setEzequiel Garcia1-1/+0
2016-02-01[media] bttv-driver, usbvision-video: use to_video_device()Geliang Tang1-18/+9
2016-02-01[media] usbtv: discard redundant video fieldsNikola Forró2-14/+20
2016-02-01[media] go7007: constify go7007_hpi_ops structuresJulia Lawall2-3/+3
2016-02-01[media] drivers/media/usb/as102: constify as102_priv_ops_t structureJulia Lawall2-2/+2
2016-02-01[media] constify stv6110x_devctl structureJulia Lawall1-1/+1
2016-02-01[media] em28xx: add media controller supportMauro Carvalho Chehab5-10/+366
2016-02-01[media] em28xx: avoid divide by zero errorMauro Carvalho Chehab1-0/+11
2016-02-01[media] em28xx: make sure that the device has videoMauro Carvalho Chehab1-1/+10
2016-02-01[media] em28xx: fix tuner detection for Pixelview Prolink PlayTV USB 2.0Mauro Carvalho Chehab1-0/+1
2016-02-01[media] em28xx: unregister devices in case of failureMauro Carvalho Chehab1-0/+16
2016-02-01[media] tuner.h: rename TUNER_PAD_IF_OUTPUT to TUNER_PAD_OUTPUTMauro Carvalho Chehab3-3/+3
2016-02-01[media] em28xx: remove unused input typesMauro Carvalho Chehab3-85/+73
2016-01-26[media] em28xx: fix implementation of s_streamMauro Carvalho Chehab1-1/+9
2016-01-25[media] msi2500: Delete an unnecessary check in msi2500_set_usb_adc()Markus Elfring1-2/+0
2016-01-25[media] dw2102: use the new USB ID Terratec Cinergy S2 macrosMauro Carvalho Chehab1-2/+2
2016-01-25[media] Add support for Terratec Cinergy S2 Rev.4Benjamin Larsson1-0/+3
2016-01-25[media] dib8000: Add support for Mygica/Geniatech S2870Nicolas Sugino1-2/+75
2016-01-25[media] media: change email addressPatrick Boettcher34-48/+48
2016-01-13Merge tag 'media/v4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds15-94/+494
2016-01-11[media] mxl111sf: Add a tuner entityMauro Carvalho Chehab2-0/+25
2016-01-11[media] dvb-usb-v2: postpone removal of media_deviceMauro Carvalho Chehab1-1/+1
2016-01-11[media] dvbdev: Add RF connector if neededMauro Carvalho Chehab4-4/+4
2016-01-11[media] usb: check media device errorsMauro Carvalho Chehab4-20/+54
2016-01-11[media] media-device: split media initialization and registrationJavier Martinez Canillas6-57/+68
2016-01-11[media] uvcvideo: register entity subdev on initJavier Martinez Canillas1-24/+9
2016-01-11[media] uvcvideo: remove pads prefix from uvc_mc_create_pads_links()Javier Martinez Canillas1-3/+3
2016-01-11[media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab3-7/+7