summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorFilesLines
2017-04-17[media] drivers/media: Convert remaining use of pr_warning to pr_warnJoe Perches1-2/+2
2017-04-14[media] vimc: Virtual Media Controller core, capture and sensorHelen Koike10-0/+1657
2017-04-14[media] vsp1: set V4L2_CTRL_FLAG_MODIFY_LAYOUT for histogram controlsHans Verkuil1-0/+2
2017-04-14[media] v4l: vsp1: Add HGT supportNiklas Söderlund10-5/+343
2017-04-14[media] v4l: vsp1: Add HGO supportLaurent Pinchart10-13/+367
2017-04-14[media] v4l: vsp1: Fix HGO and HGT routing register addressesLaurent Pinchart1-2/+2
2017-04-14[media] v4l: vsp1: Support histogram generators in pipeline configurationLaurent Pinchart6-28/+134
2017-04-14[media] v4l: vsp1: Add histogram supportLaurent Pinchart4-0/+732
2017-04-14[media] v4l: vsp1: wpf: Implement rotation supportLaurent Pinchart5-54/+177
2017-04-10[media] c8sectpfe: use setup_timerGeliang Tang1-3/+2
2017-04-10[media] fsl-viu: use setup_timerGeliang Tang1-3/+2
2017-04-10[media] m2m-deinterlace: don't return zero on failure paths in deinterlace_pr...Alexey Khoroshilov1-0/+1
2017-04-10[media] coda: do not enumerate YUYV if VDOA is not availablePhilipp Zabel1-0/+6
2017-04-10[media] coda: remove redundant call to v4l2_m2m_get_vqColin Ian King1-2/+0
2017-04-10[media] s5p-cec: add cec-notifier support, move out of stagingHans Verkuil8-0/+738
2017-04-10[media] stih-cec: add CEC notifier supportBenjamin Gaignard4-0/+424
2017-04-10[media] v4l: vsp1: Register pipe with output WPFKieran Bingham1-0/+1
2017-04-10[media] v4l: vsp1: Fix struct vsp1_drm documentationKieran Bingham1-1/+1
2017-04-10[media] v4l: vsp1: Disable HSV formats on Gen3 hardwareLaurent Pinchart1-3/+9
2017-04-10[media] v4l: vsp1: Fix multi-line comment styleLaurent Pinchart14-60/+120
2017-04-10[media] v4l: vsp1: Remove redundant pipe->dl usage from drmKieran Bingham1-10/+10
2017-04-10[media] v4l: vsp1: Prevent multiple streamon race commencing pipeline earlyKieran Bingham1-0/+13
2017-04-10[media] v4l: vsp1: Fix RPF/WPF U/V order in 3-planar formats on Gen3Laurent Pinchart2-17/+35
2017-04-10[media] v4l: vsp1: Clean up file handle in open() error pathShailendra Verma1-0/+1
2017-04-10[media] v4l: vsp1: Fix format-info documentationKieran Bingham1-2/+3
2017-04-10[media] atmel-isi: move out of soc_camera to atmelHans Verkuil7-12/+12
2017-04-10[media] atmel-isi: remove dependency of the soc-camera frameworkHans Verkuil2-498/+698
2017-04-10[media] vcodec: mediatek: mark pm functions as __maybe_unusedArnd Bergmann1-8/+4
2017-04-05[media] s5p-g2d: Fix error handlingChristophe JAILLET1-1/+1
2017-04-05[media] s5p-mfc: Don't allocate codec buffers from pre-allocated regionMarek Szyprowski3-2/+34
2017-04-05[media] s5p-mfc: Fix unbalanced call to clock managementMarek Szyprowski1-0/+1
2017-04-05[media] s5p-mfc: Rename BANK1/2 to BANK_L/R to better match documentationMarek Szyprowski7-61/+62
2017-04-05[media] s5p-mfc: Use preallocated block allocator always for MFC v6+Marek Szyprowski1-3/+6
2017-04-05[media] s5p-mfc: Remove special configuration of IOMMU domainMarek Szyprowski2-67/+14
2017-04-05[media] s5p-mfc: Add support for probe-time preallocated block based allocatorMarek Szyprowski3-25/+79
2017-04-05[media] s5p-mfc: Split variant DMA memory configuration into separate functionsMarek Szyprowski1-41/+61
2017-04-05[media] s5p-mfc: Reduce firmware buffer size for MFC v6+ variantsMarek Szyprowski3-3/+3
2017-04-05[media] s5p-mfc: Allocate firmware with internal private buffer alloc functionMarek Szyprowski1-9/+5
2017-04-05[media] s5p-mfc: Move firmware allocation to DMA configure functionMarek Szyprowski2-44/+49
2017-04-05[media] s5p-mfc: Put firmware to private buffer structureMarek Szyprowski3-21/+20
2017-04-05[media] s5p-mfc: Move setting DMA max segment size to DMA configure functionMarek Szyprowski1-8/+13
2017-04-05[media] s5p-mfc: Simplify alloc/release private buffer functionsMarek Szyprowski5-38/+37
2017-04-05[media] s5p-mfc: Replace bank1/bank2 entries with an arrayMarek Szyprowski4-38/+43
2017-04-05[media] s5p-mfc: Replace mem_dev_* entries with an arrayMarek Szyprowski7-61/+69
2017-04-05[media] s5p-mfc: Use generic of_device_get_match_data helperMarek Szyprowski2-17/+4
2017-04-05[media] s5p-mfc: Remove unused structures and dead codeMarek Szyprowski3-35/+0
2017-04-05[media] s5p-mfc: Fix race between interrupt routine and device functionsMarek Szyprowski1-8/+4
2017-04-05[media] s5p-mfc: Print buf pointer in hex constistentlyShuah Khan1-1/+1
2017-04-05[media] s5p_mfc: Remove unneeded io_modes initialization in s5p_mfc_open()Shuah Khan1-1/+0
2017-04-05[media] s5p-mfc: Fix initialization of internal structuresMarek Szyprowski1-9/+8