summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
Commit message (Expand)AuthorAgeFilesLines
* [media] mtk-vcodec: avoid warnings because of empty macrosMauro Carvalho Chehab2017-04-191-9/+9
* [media] coda: bump maximum number of internal framebuffers to 17Lucas Stach2017-04-191-1/+1
* [media] media: mtk-vcodec: remove informative logMinghsiu Tsai2017-04-191-1/+0Star
* [media] cec.h: merge cec-edid.h into cec.hHans Verkuil2017-04-191-1/+0Star
* [media] cec: Kconfig cleanupHans Verkuil2017-04-192-30/+29Star
* [media] drivers/media: Convert remaining use of pr_warning to pr_warnJoe Perches2017-04-171-2/+2
* [media] vimc: Virtual Media Controller core, capture and sensorHelen Koike2017-04-1510-0/+1657
* [media] vsp1: set V4L2_CTRL_FLAG_MODIFY_LAYOUT for histogram controlsHans Verkuil2017-04-151-0/+2
* [media] v4l: vsp1: Add HGT supportNiklas Söderlund2017-04-1510-5/+343
* [media] v4l: vsp1: Add HGO supportLaurent Pinchart2017-04-1510-13/+367
* [media] v4l: vsp1: Fix HGO and HGT routing register addressesLaurent Pinchart2017-04-151-2/+2
* [media] v4l: vsp1: Support histogram generators in pipeline configurationLaurent Pinchart2017-04-156-28/+134
* [media] v4l: vsp1: Add histogram supportLaurent Pinchart2017-04-154-0/+732
* [media] v4l: vsp1: wpf: Implement rotation supportLaurent Pinchart2017-04-155-54/+177
* [media] c8sectpfe: use setup_timerGeliang Tang2017-04-101-3/+2Star
* [media] fsl-viu: use setup_timerGeliang Tang2017-04-101-3/+2Star
* [media] m2m-deinterlace: don't return zero on failure paths in deinterlace_pr...Alexey Khoroshilov2017-04-101-0/+1
* [media] coda: do not enumerate YUYV if VDOA is not availablePhilipp Zabel2017-04-101-0/+6
* [media] coda: remove redundant call to v4l2_m2m_get_vqColin Ian King2017-04-101-2/+0Star
* [media] s5p-cec: add cec-notifier support, move out of stagingHans Verkuil2017-04-108-0/+738
* [media] stih-cec: add CEC notifier supportBenjamin Gaignard2017-04-104-0/+424
* [media] v4l: vsp1: Register pipe with output WPFKieran Bingham2017-04-101-0/+1
* [media] v4l: vsp1: Fix struct vsp1_drm documentationKieran Bingham2017-04-101-1/+1
* [media] v4l: vsp1: Disable HSV formats on Gen3 hardwareLaurent Pinchart2017-04-101-3/+9
* [media] v4l: vsp1: Fix multi-line comment styleLaurent Pinchart2017-04-1014-60/+120
* [media] v4l: vsp1: Remove redundant pipe->dl usage from drmKieran Bingham2017-04-101-10/+10
* [media] v4l: vsp1: Prevent multiple streamon race commencing pipeline earlyKieran Bingham2017-04-101-0/+13
* [media] v4l: vsp1: Fix RPF/WPF U/V order in 3-planar formats on Gen3Laurent Pinchart2017-04-102-17/+35
* [media] v4l: vsp1: Clean up file handle in open() error pathShailendra Verma2017-04-101-0/+1
* [media] v4l: vsp1: Fix format-info documentationKieran Bingham2017-04-101-2/+3
* [media] atmel-isi: move out of soc_camera to atmelHans Verkuil2017-04-107-12/+12
* [media] atmel-isi: remove dependency of the soc-camera frameworkHans Verkuil2017-04-102-498/+698
* [media] vcodec: mediatek: mark pm functions as __maybe_unusedArnd Bergmann2017-04-101-8/+4Star
* [media] s5p-g2d: Fix error handlingChristophe JAILLET2017-04-051-1/+1
* [media] s5p-mfc: Don't allocate codec buffers from pre-allocated regionMarek Szyprowski2017-04-053-2/+34
* [media] s5p-mfc: Fix unbalanced call to clock managementMarek Szyprowski2017-04-051-0/+1
* [media] s5p-mfc: Rename BANK1/2 to BANK_L/R to better match documentationMarek Szyprowski2017-04-057-61/+62
* [media] s5p-mfc: Use preallocated block allocator always for MFC v6+Marek Szyprowski2017-04-051-3/+6
* [media] s5p-mfc: Remove special configuration of IOMMU domainMarek Szyprowski2017-04-052-67/+14Star
* [media] s5p-mfc: Add support for probe-time preallocated block based allocatorMarek Szyprowski2017-04-053-25/+79
* [media] s5p-mfc: Split variant DMA memory configuration into separate functionsMarek Szyprowski2017-04-051-41/+61
* [media] s5p-mfc: Reduce firmware buffer size for MFC v6+ variantsMarek Szyprowski2017-04-053-3/+3
* [media] s5p-mfc: Allocate firmware with internal private buffer alloc functionMarek Szyprowski2017-04-051-9/+5Star
* [media] s5p-mfc: Move firmware allocation to DMA configure functionMarek Szyprowski2017-04-052-44/+49
* [media] s5p-mfc: Put firmware to private buffer structureMarek Szyprowski2017-04-053-21/+20Star
* [media] s5p-mfc: Move setting DMA max segment size to DMA configure functionMarek Szyprowski2017-04-051-8/+13
* [media] s5p-mfc: Simplify alloc/release private buffer functionsMarek Szyprowski2017-04-055-38/+37Star
* [media] s5p-mfc: Replace bank1/bank2 entries with an arrayMarek Szyprowski2017-04-054-38/+43
* [media] s5p-mfc: Replace mem_dev_* entries with an arrayMarek Szyprowski2017-04-057-61/+69
* [media] s5p-mfc: Use generic of_device_get_match_data helperMarek Szyprowski2017-04-052-17/+4Star