summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
...
* | | | [media] s5p-mfc: Rework clock handlingMarek Szyprowski2016-11-303-59/+56
* | | | [media] s5p-mfc: Don't keep clock prepared all the timeMarek Szyprowski2016-11-301-24/+28
* | | | [media] s5p-mfc: Kill all IS_ERR_OR_NULL in clocks management codeMarek Szyprowski2016-11-301-9/+4
* | | | [media] s5p-mfc: Remove dead conditional codeMarek Szyprowski2016-11-303-48/+5
* | | | [media] s5p-mfc: Ensure that clock is disabled before turning power offMarek Szyprowski2016-11-301-2/+4
* | | | [media] s5p-mfc: Remove special clock rate managementMarek Szyprowski2016-11-301-2/+0
* | | | [media] s5p-mfc: Use printk_ratelimited for reporting ioctl errorsMarek Szyprowski2016-11-303-2/+8
* | | | [media] s5p-mfc: Set DMA_ATTR_ALLOC_SINGLE_PAGESDouglas Anderson2016-11-301-0/+11
* | | | [media] vivid: Set color_enc on HSV formatsRicardo Ribalda2016-11-291-0/+2
* | | | [media] v4l2-tpg: Init hv_enc field with a valid valueRicardo Ribalda2016-11-291-0/+1
* | | | [media] cec: pass parent device in register(), not allocate()Hans Verkuil2016-11-299-27/+27
* | | | [media] uvcvideo: freeing an error pointerDan Carpenter2016-11-291-4/+4
* | | | [media] DaVinci-VPFE-Capture: fix error handlingArnd Bergmann2016-11-251-0/+1
* | | | [media] cx88: make checkpatch.pl happyMauro Carvalho Chehab2016-11-2516-872/+975
* | | | [media] v4l: rcar_fdp1: add FCP dependencyArnd Bergmann2016-11-251-0/+1
* | | | [media] v4l: rcar_fdp1: mark PM functions as __maybe_unusedArnd Bergmann2016-11-251-2/+2
* | | | [media] media: remove obsolete Media Device Managed resource interfacesShuah Khan2016-11-251-26/+0
* | | | [media] dvb-net: split the logic at dvb_net_ule() into other functionsMauro Carvalho Chehab2016-11-251-361/+467
* | | | [media] dvb_net: prepare to split a very complex functionMauro Carvalho Chehab2016-11-251-220/+245
* | | | [media] uvcvideo: Use memdup_user() rather than duplicating its implementationMarkus Elfring2016-11-231-8/+3
* | | | [media] uvcvideo: Add bayer 16-bit format patternsEdgar Thier2016-11-232-0/+32
* | | | [media] v4l: Add description of the Y8I, Y12I and Z16 formatsLaurent Pinchart2016-11-231-0/+3
* | | | [media] v4l: Add 16-bit raw bayer pixel formatsSakari Ailus2016-11-231-1/+4
* | | | [media] saa7146: Fix for while releasing video buffersAndrey Utkin2016-11-231-0/+4
* | | | [media] mceusb: remove pointless mce_flush_rx_buffer functionSean Young2016-11-231-46/+31
* | | | [media] mceusb: remove useless debug messageSean Young2016-11-231-20/+1
* | | | [media] Raise adapter number limitБуди Романто, AreMa Inc2016-11-232-3/+3
* | | | [media] em28xx: only use mt9v011 if camera support is enabledArnd Bergmann2016-11-231-1/+1
* | | | [media] go7007: add MEDIA_CAMERA_SUPPORT dependencyArnd Bergmann2016-11-231-1/+1
* | | | [media] dvb: remove unused systime() functionArnd Bergmann2016-11-232-12/+0
* | | | [media] stv090x: use lookup tables for carrier/noise ratioJoerg Riechardt2016-11-231-6/+10
* | | | [media] netup_unidvb: use module_pci_driverGeliang Tang2016-11-221-12/+1
* | | | [media] stk-webcam: fix an endian bug in stk_camera_read_reg()Dan Carpenter2016-11-223-9/+10
* | | | [media] ir-hix5hd2: make hisilicon,power-syscon property deprecatedRuqiang Ju2016-11-221-9/+16
* | | | [media] mn88473: refactor and fix statisticsAntti Palosaari2016-11-222-400/+161
* | | | [media] mn88473: add DVBv5 statistics supportMartin Blumenstingl2016-11-222-41/+445
* | | | [media] sanyo decoder: address was being truncatedSean Young2016-11-221-1/+2
* | | | [media] v4l: compat: Prevent allocating excessive amounts of memorySakari Ailus2016-11-221-13/+17
* | | | [media] ti-vpe: get rid of some smatch warningsMauro Carvalho Chehab2016-11-221-3/+15
* | | | [media] vpdma: remove vpdma_enable_list_notify_irq()Mauro Carvalho Chehab2016-11-221-16/+0
* | | | [media] vpfe_capture: fix compiler warningHans Verkuil2016-11-221-1/+3
* | | | [media] media: ti-vpe: vpe: Add proper support single and multi-plane bufferBenoit Parrot2016-11-221-10/+48
* | | | [media] media: ti-vpe: csc: Add debug support for multi-instanceBenoit Parrot2016-11-221-0/+2
* | | | [media] media: ti-vpe: Make colorspace converter library into its own moduleBenoit Parrot2016-11-225-6/+22
* | | | [media] media: ti-vpe: vpdma: Add RAW8 and RAW16 data typesBenoit Parrot2016-11-222-0/+29
* | | | [media] media: ti-vpe: vpe: Make sure frame size dont exceed scaler capacityBenoit Parrot2016-11-222-17/+60
* | | | [media] media: ti-vpe: scaler: Add debug support for multi-instanceBenoit Parrot2016-11-221-0/+2
* | | | [media] media: ti-vpe: Make scaler library into its own moduleBenoit Parrot2016-11-225-6/+23
* | | | [media] media: ti-vpe: vpe: Enable DMABUF exportBenoit Parrot2016-11-221-0/+1
* | | | [media] media: ti-vpe: vpe: Fix line stride for output motion vectorNikhil Devshatwar2016-11-221-0/+1