summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-10-27media: imx: Fix VDIC CSI1 selectionTim Harvey1-2/+3
2017-10-27media: tc358743: remove an unneeded conditionDan Carpenter1-1/+1
2017-10-27media: au0828/em28xx: make vb2_ops constBhumika Goyal4-4/+4
2017-10-27media: cx23885/saa7134: make vb2_ops constBhumika Goyal4-4/+4
2017-10-27media: zoran: make zoran_template constBhumika Goyal2-2/+2
2017-10-27media: bt8xx: make bttv_vbi_qops constBhumika Goyal2-2/+2
2017-10-27media: coda: Handle return value of kasprintfArvind Yadav1-0/+4
2017-10-27media: i2c: tc358743: fix spelling mistakeJacob Chen1-1/+1
2017-10-27media: tm6000: cleanup trival coding style issuesMarkus Elfring4-34/+23
2017-10-27media: cec-pin.h: move non-kAPI parts into cec-pin-priv.hHans Verkuil3-0/+135
2017-10-27media: venus: reimplement decoder stop commandStanimir Varbanov4-20/+24
2017-10-27media: vimc: Fix return value check in vimc_add_subdevs()Wei Yongjun1-2/+3
2017-10-27media: venus: venc: fix bytesused v4l2_plane fieldStanimir Varbanov1-4/+3
2017-10-27media: atmel-isc: Rework the format listWenyou Yang1-119/+411
2017-10-27media: atmel-isc: Remove unnecessary memberWenyou Yang1-8/+2
2017-10-27media: atmel-isc: Enable the clocks during probeWenyou Yang1-4/+30
2017-10-27media: atmel-isc: Add prepare and unprepare opsWenyou Yang2-0/+41
2017-10-27media: atmel-isc: Add spin lock for clock enable opsWenyou Yang1-1/+14
2017-10-24media: venus: fix wrong size on dma_freeStanimir Varbanov1-8/+4
2017-10-24media: smiapp: Rely on runtime PMSakari Ailus3-65/+40
2017-10-24media: smiapp: Use __v4l2_ctrl_handler_setup()Sakari Ailus1-8/+12
2017-10-18Merge commit '3728e6a255b5' into patchworkMauro Carvalho Chehab334-1707/+3077
2017-10-17Merge tag 'media/v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds12-41/+153
2017-10-17media: s5p-mfc: Adjust a null pointer check in four functionsMarkus Elfring1-4/+4
2017-10-17media: s5p-mfc: Improve a size determination in s5p_mfc_alloc_memdev()Markus Elfring1-1/+1
2017-10-17media: s5p-mfc: Delete an error message for a failed memory allocationMarkus Elfring1-3/+1
2017-10-17media: exynos-gsc: Add hardware rotation limitsHoegeun Kwon1-5/+122
2017-10-17media: rga: make some functions staticMauro Carvalho Chehab2-2/+2
2017-10-17[media] rockchip/rga: v4l2 m2m supportJacob Chen8-0/+2169
2017-10-15Merge tag 'char-misc-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-80/+114
2017-10-15Merge tag 'usb-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds15-27/+86
2017-10-15Merge tag 'dmaengine-fix-4.14-rc5' of git://git.infradead.org/users/vkoul/sla...Linus Torvalds3-19/+40
2017-10-14Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2017-10-14Merge tag 'drm-fixes-for-v4.14-rc5' of git://people.freedesktop.org/~airlied/...Linus Torvalds19-50/+119
2017-10-14Merge tag 'drm-intel-fixes-2017-10-11' of git://anongit.freedesktop.org/drm/d...Dave Airlie6-19/+26
2017-10-14Merge branch 'msm-fixes-4.14-rc4' of git://people.freedesktop.org/~robclark/l...Dave Airlie7-25/+35
2017-10-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-8/+15
2017-10-14tty: fall back to N_NULL if switching to N_TTY fails during hangupJohannes Weiner1-6/+5
2017-10-14mm: only display online cpus of the numa nodeZhen Lei1-2/+10
2017-10-13Merge tag 'pci-v4.14-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-16/+8
2017-10-13Merge tag 'iommu-fixes-v4.14-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-5/+8
2017-10-13Merge tag 'devicetree-fixes-for-4.14-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-4/+8
2017-10-13iommu/amd: Finish TLB flush in amd_iommu_unmap()Joerg Roedel1-0/+1
2017-10-13Merge tag 'imx-drm-fixes-2017-10-12' of git://git.pengutronix.de/git/pza/linu...Dave Airlie3-0/+44
2017-10-13Merge tag 'devprop-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-20/+28
2017-10-12drm/msm: fix _NO_IMPLICIT fencing caseRob Clark2-17/+18
2017-10-12drm/msm: fix error path cleanupRob Clark1-1/+2
2017-10-12device property: preserve usecount for node passed to of_fwnode_graph_get_por...Niklas Söderlund1-1/+1
2017-10-12drivers: of: increase MAX_RESERVED_REGIONS to 32Stewart Smith1-1/+1
2017-10-12of: do not leak console optionsSergey Senozhatsky1-2/+6