aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-11media: dt-bindings: media: renesas-ceu: Add R-Mobile R8A7740Jacopo Mondi1-0/+1
2018-05-09media: omap3isp: Don't use GFP_DMASakari Ailus1-1/+1
2018-05-09media: omap3isp: Remove useless NULL check in omap3isp_stat_configSakari Ailus1-6/+0
2018-05-09media: omap3isp: support 64-bit version of omap3isp_stat_dataArnd Bergmann5-3/+30
2018-05-09media: renesas-ceu: Set mbus_fmt on subdev operationsJacopo Mondi1-5/+15
2018-05-09media: coda: set colorimetry on coded queuePhilipp Zabel1-1/+16
2018-05-09media: coda: do not try to propagate format if capture queue busyPhilipp Zabel1-0/+14
2018-05-09media: coda: reuse coda_s_fmt_vid_cap to propagate format in coda_s_fmt_vid_outPhilipp Zabel1-13/+1
2018-05-09media: platform: Use gpio_is_valid()Arvind Yadav1-1/+1
2018-05-09media: vpbe_venc: potential uninitialized variable in ven_sub_dev_init()Dan Carpenter1-1/+1
2018-05-09media: cec-gpio: use GPIOD_OUT_HIGH_OPEN_DRAINHans Verkuil1-1/+1
2018-05-09media: platform: am437x: simplify getting .drvdataWolfram Sang1-4/+2
2018-05-09media: vcodec: fix ptr_ret.cocci warningsFengguang Wu1-4/+1
2018-05-05media: rcar-vin: enable field toggle after a set number of lines for Gen3Niklas Söderlund1-5/+15
2018-05-05media: rcar-vin: add support for MEDIA_BUS_FMT_UYVY8_1X16Niklas Söderlund2-0/+6
2018-05-05media: rcar-vin: fix null pointer dereference in rvin_group_get()Niklas Söderlund1-5/+7
2018-05-05media: drivers: media: platform: make VIDEO_VIU depend on I2CAnders Roxell1-1/+1
2018-05-05media: include/media: fix missing | operator when setting cfgColin Ian King1-1/+1
2018-05-04media: platform: video-mux: propagate format from sink to sourceChris Lesiak1-1/+15
2018-05-04media: omap2: allow building it with COMPILE_TEST && DRM_OMAPMauro Carvalho Chehab1-1/+2
2018-05-04media: davinci: don't override the error codeMauro Carvalho Chehab1-1/+1
2018-05-04media: s5p-jpeg: don't return a value on a void functionMauro Carvalho Chehab1-2/+2
2018-05-04media: v4l: vsp1: Rename BRU to BRxLaurent Pinchart13-234/+234
2018-05-04media: v4l: vsp1: Add BRx dynamic assignment debugging messagesLaurent Pinchart1-0/+14
2018-05-04media: v4l: vsp1: Assign BRU and BRS to pipelines dynamicallyLaurent Pinchart2-26/+144
2018-05-04media: v4l: vsp1: Generalize detection of entity removal from DRM pipelineLaurent Pinchart1-7/+7
2018-05-04media: v4l: vsp1: Add per-display list internal completion notification supportLaurent Pinchart4-4/+26
2018-05-04media: v4l: vsp1: Turn frame end completion status into a bitfieldLaurent Pinchart6-19/+26
2018-05-04media: v4l: vsp1: Move DRM pipeline output setup code to a functionLaurent Pinchart1-46/+60
2018-05-04media: v4l: vsp1: Replace manual DRM pipeline input setup in vsp1_du_setup_lifLaurent Pinchart1-34/+6
2018-05-04media: v4l: vsp1: Setup BRU at atomic commit timeLaurent Pinchart2-1/+60
2018-05-04media: v4l: vsp1: Move DRM atomic commit pipeline setup to separate functionLaurent Pinchart1-167/+180
2018-05-04media: v4l: vsp1: Share duplicated DRM pipeline configuration codeLaurent Pinchart1-52/+43
2018-05-04media: v4l: vsp1: Use vsp1_entity.pipe to check if entity belongs to a pipelineLaurent Pinchart1-4/+4
2018-05-04media: v4l: vsp1: Store pipeline pointer in vsp1_entityLaurent Pinchart8-47/+34
2018-05-04media: v4l: vsp1: Remove unused field from vsp1_drm_pipeline structureLaurent Pinchart2-6/+0
2018-05-04media: v4l: vsp1: Don't start/stop media pipeline for DRMLaurent Pinchart1-17/+1
2018-04-23media: omap3isp: make omap3isp_prev_csc and omap3isp_prev_rgbtorgb constBhumika Goyal1-2/+2
2018-04-23media: v4l: omap3isp: make v4l2_file_operations constBhumika Goyal1-1/+1
2018-04-20media: omap3isp: Allow it to build with COMPILE_TESTArnd Bergmann2-4/+10
2018-04-20media: omap3isp: Enable driver compilation on ARM with COMPILE_TESTLaurent Pinchart1-1/+4
2018-04-20media: rcar-vin: enable support for r8a77970Niklas Söderlund1-0/+23
2018-04-20media: rcar-vin: enable support for r8a7796Niklas Söderlund1-0/+44
2018-04-20media: rcar-vin: enable support for r8a7795Niklas Söderlund2-1/+121
2018-04-20media: rcar-vin: extend {start, stop}_streaming to work with media controllerNiklas Söderlund1-8/+127
2018-04-20media: rcar-vin: add link notify for Gen3Niklas Söderlund1-0/+147
2018-04-20media: rcar-vin: parse Gen3 OF and setup media graphNiklas Söderlund2-4/+254
2018-04-20media: rcar-vin: add chsel information to rvin_infoNiklas Söderlund1-0/+42
2018-04-20media: rcar-vin: change name of video deviceNiklas Söderlund1-1/+1
2018-04-20media: rcar-vin: add group allocator functionsNiklas Söderlund2-2/+203