summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | [media] v4l2-ioctl.c: log the new ycbcr_enc and quantization fieldsHans Verkuil2014-12-011-4/+7
| * | | | [media] media: rc: add driver for Amlogic Meson IR remote receiverBeniamino Galvani2014-11-263-0/+228
| * | | | [media] omap: disable COMPILE_TESTMauro Carvalho Chehab2014-11-261-1/+1
| * | | | Revert "[media] lmed04: add missing breaks"Mauro Carvalho Chehab2014-11-251-10/+14
| * | | | [media] siano: unnecessary check before rc_unregister_device()Markus Elfring2014-11-251-2/+1
| * | | | [media] omap: Fix typo "HAS_MMU"Paul Bolle2014-11-251-1/+2
| * | | | [media] media/au0828: Fix IR stop, poll to not access device during disconnectShuah Khan2014-11-252-2/+17
| * | | | [media] USB: Deletion of unnecessary checks before three function callsMarkus Elfring2014-11-254-7/+4
| * | | | [media] platform: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-252-6/+3
| * | | | [media] rc: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-252-4/+2
| * | | | [media] i2c: Deletion of an unnecessary check before the function call "rc_un...Markus Elfring2014-11-251-2/+1
| * | | | [media] firewire: Deletion of an unnecessary check before the function call "...Markus Elfring2014-11-251-2/+1
| * | | | [media] exynos4-is: fix error handling of irq_of_parse_and_mapDmitry Torokhov2014-11-251-2/+2
| * | | | [media] smipcie: add DVBSky T9580 V3 supportNibble Max2014-11-252-0/+70
| * | | | [media] smipcie: use add_i2c_client and del_i2c_client functionsNibble Max2014-11-251-29/+40
| * | | | [media] dvb-usb-dvbsky: add T680CI dvb-t2/t/c usb ci box supportNibble Max2014-11-252-0/+124
| * | | | [media] si2168: One function call less in si2168_init() after error detectionMarkus Elfring2014-11-251-4/+5
| * | | | [media] m88ds3103: One function call less in m88ds3103_init() after error det...Markus Elfring2014-11-251-5/+6
| * | | | [media] DVB-frontends: Deletion of unnecessary checks before the function cal...Markus Elfring2014-11-254-8/+4
| * | | | [media] lmed04: add missing breaksMauro Carvalho Chehab2014-11-251-0/+2
| * | | | [media] cxusb: Geniatech T230 supportCrazyCat2014-11-252-0/+128
| * | | | [media] si2168: TS clock inversion controlCrazyCat2014-11-253-2/+10
| * | | | [media] si2157: Si2148 supportCrazyCat2014-11-253-6/+8
| * | | | [media] si2157: make checkpatch.pl happy (remove break after goto)Olli Salonen2014-11-251-1/+0
| * | | | [media] em28xx: Add support for Terratec Cinergy T2 Stick HDOlli Salonen2014-11-253-0/+87
| * | | | [media] si2157: Add support for Si2146-A10Olli Salonen2014-11-253-10/+29
| * | | | [media] vb2: use dma_map_sg_attrs to prevent unnecessary syncHans Verkuil2014-11-252-10/+47
| * | | | [media] vim2m: support expbufHans Verkuil2014-11-251-0/+1
| * | | | [media] vivid: enable vb2_expbuf supportHans Verkuil2014-11-251-1/+1
| * | | | [media] vb2-vmalloc: add support for dmabuf exportsHans Verkuil2014-11-251-0/+171
| * | | | [media] vb2-dma-sg: add support for dmabuf exportsHans Verkuil2014-11-251-0/+170
| * | | | [media] vb2-dma-sg: add dmabuf import supportHans Verkuil2014-11-251-14/+137
| * | | | [media] vb2-dma-sg: move dma_(un)map_sg hereHans Verkuil2014-11-2514-130/+64
| * | | | [media] vb2-dma-sg: add allocation context to dma-sgHans Verkuil2014-11-2519-10/+101
| * | | | [media] vb2: don't free alloc context if it is ERR_PTRHans Verkuil2014-11-251-1/+2
| * | | | [media] vb2: add dma_dir to the alloc memopHans Verkuil2014-11-254-5/+12
| * | | | [media] vb2: replace 'write' by 'dma_dir'Hans Verkuil2014-11-254-36/+43
| * | | | [media] uvcvideo: Return all buffers to vb2 at stream stop and start failureLaurent Pinchart2014-11-251-10/+35
| * | | | [media] uvcvideo: Rename and split uvc_queue_enable to uvc_queue_stream(on|off)Laurent Pinchart2014-11-254-41/+30
| * | | | [media] uvcvideo: Rename uvc_alloc_buffers to uvc_request_buffersLaurent Pinchart2014-11-253-4/+4
| * | | | [media] uvcvideo: Don't stop the stream twice at file handle releaseLaurent Pinchart2014-11-253-12/+10
| * | | | [media] uvcvideo: Implement vb2 queue start and stop stream operationsLaurent Pinchart2014-11-252-25/+28
| * | | | [media] uvcvideo: Add function to convert from queue to streamLaurent Pinchart2014-11-251-4/+8
| * | | | [media] uvcvideo: Separate video and queue enable/disable operationsLaurent Pinchart2014-11-253-27/+26
| * | | | [media] uvcvideo: Set buffer field to V4L2_FIELD_NONELaurent Pinchart2014-11-251-0/+1
| * | | | [media] uvcvideo: Move to video_ioctl2Laurent Pinchart2014-11-253-454/+559
| * | | | [media] v4l2: get/set prio using video_dev prio structureLaurent Pinchart2014-11-251-2/+2
| * | | | [media] uvcvideo: Fix destruction order in uvc_delete()Takashi Iwai2014-11-251-3/+3
| * | | | [media] uvcvideo: Add quirk to force the Oculus DK2 IR tracker to grayscalePhilipp Zabel2014-11-252-1/+27
| * | | | [media] v4l2-common: move v4l2_ctrl_check to cx2341xHans Verkuil2014-11-252-30/+29