aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds7-68/+90
2019-06-27media: allegro: use new v4l2_m2m_ioctl_try_encoder_cmd funcsMichael Tretter1-20/+2
2019-06-24media: staging: media: tegra-vde: Defer dmabuf's unmappingDmitry Osipenko5-115/+276
2019-06-24media: staging: media: tegra-vde: Add IOMMU supportDmitry Osipenko6-93/+349
2019-06-24media: hantro: Use vb2_get_bufferEzequiel Garcia1-3/+5
2019-06-24media: staging: media: fix style problemAliasgar Surti1-2/+4
2019-06-24media: staging: media: soc_camera: soc_mt9v022: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-06-24media: staging: media: soc_camera: mt9t031: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-06-24media: staging: media: soc_camera: imx074: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-06-21media: staging: media: tegra-vde: Manually pack UAPI structuresDmitry Osipenko2-23/+34
2019-06-21media: staging: media: tegra-vde: Remove BIT() macro from UAPI headerDmitry Osipenko1-2/+2
2019-06-21media: staging: media: meson: remove redundant initialization of mpeg12Colin Ian King1-1/+1
2019-06-21media: imx7-media-csi: get csi upstream endpointRui Miguel Silva1-0/+8
2019-06-21media: staging: davinci: fix memory leaks and check for allocation failureColin Ian King1-5/+10
2019-06-21media: hantro: remove an unnecessary NULL checkDan Carpenter1-1/+1
2019-06-14media: imx: Try colorimetry at both sink and source padsSteve Longerbeam7-62/+62
2019-06-14gpu: ipu-v3: ipu-ic: Fully describe colorspace conversionsSteve Longerbeam1-6/+28
2019-06-12media: meson: vdec: Add missing kthread.hYueHaibing1-0/+1
2019-06-12media: hantro: allow arbitrary number of clocksPhilipp Zabel4-8/+19
2019-06-12media: hantro: add support for separate control blockPhilipp Zabel1-0/+2
2019-06-12media: hantro: add support for named register rangesPhilipp Zabel2-8/+24
2019-06-12media: hantro: make irq names configurablePhilipp Zabel4-30/+40
2019-06-12media: hantro: add PM runtime resume callbackPhilipp Zabel2-0/+15
2019-06-12media: hantro: print video device name in addition to device nodePhilipp Zabel1-1/+2
2019-06-12media: rockchip/vpu: rename from rockchip to hantroPhilipp Zabel30-1559/+1570
2019-06-11media: meson: add v4l2 m2m video decoder driverMaxime Jourdan18-0/+2980
2019-06-10media: Revert "media: staging/imx: Allow driver to build if COMPILE_TEST is enabled"Fabio Estevam1-1/+1
2019-06-05media: imx7-media-csi: Remove unneeded error messageFabio Estevam1-3/+1
2019-06-05media: imx7-media-csi: Use u32 for storing register readsFabio Estevam1-13/+13
2019-06-05media: imx7-media-csi: Use functions instead of macrosFabio Estevam1-4/+10
2019-06-05media: imx7-mipi-csis: Remove extra blank lineFabio Estevam1-1/+0
2019-06-05media: imx7-mipi-csis: Remove unneeded 'ret' initializationFabio Estevam1-1/+1
2019-06-05media: imx7-mipi-csis: Propagate the error if clock enabling failsFabio Estevam1-7/+7
2019-06-05media: staging/media: set device_caps in struct video_deviceHans Verkuil3-15/+12
2019-06-05media: v4l2: Get rid of ->vidioc_enum_fmt_vid_{cap, out}_mplaneBoris Brezillon2-8/+8
2019-06-03media: staging/imx: fix two NULL vs IS_ERR() bugsDan Carpenter2-4/+4
2019-05-29media: Staging: media: Release the correct resource in an error handling pathChristophe JAILLET1-5/+5
2019-05-29media: staging: media: davinci_vpfe: use __func__ for function namesDiwakar Sharma1-4/+4
2019-05-29media: staging: media: davinci_vpfe: Replace a bit shiftArushi Singhal1-4/+4
2019-05-29media: staging: media: davinci_vpfe: - Fix for memory leak if decoder initialization fails.Shailendra Verma1-0/+3
2019-05-29media: staging: imgu: Drop support for other page sizesSakari Ailus3-86/+22
2019-05-29media: staging: imgu: Address compiler / checker warnings in MMU codeSakari Ailus1-4/+35
2019-05-29media: staging: imgu: Remove redundant checksSakari Ailus1-4/+2
2019-05-29media: staging: imgu: Address a compiler warning on alignmentSakari Ailus1-1/+1
2019-05-29media: rockchip/vpu: Add support for MPEG-2 decoding on RK3288Jonas Karlman5-1/+322
2019-05-29media: rockchip/vpu: Add MPEG2 decoding support to RK3399Jonas Karlman4-1/+327
2019-05-29media: rockchip/vpu: Add infra to support MPEG-2 decodingJonas Karlman5-1/+119
2019-05-29media: rockchip/vpu: Add support for non-standard controlsEzequiel Garcia4-13/+59
2019-05-29media: rockchip/vpu: Add decoder boilerplateEzequiel Garcia4-38/+203
2019-05-29media: rockchip/vpu: Prepare things to support decodersBoris Brezillon2-202/+295