aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-05media: vivid: media_device_cleanup was called too earlyHans Verkuil1-1/+3
2019-11-05media: vimc: Make capture devices and subdevices use different link_validatesNícolas F. R. A. Prado3-45/+46
2019-11-05media: hi556: Add support for Hi-556 sensorShawn Tu3-0/+1213
2019-11-05media: s5p-jpeg: drop unused components from s5p_jpeg_q_dataPhilipp Zabel2-3/+0
2019-11-05media: fdp1: Fix R-Car M3-N naming in debug messageGeert Uytterhoeven1-1/+1
2019-11-05media: bt819: Reduce amount of F* words in the worldAndy Shevchenko1-1/+1
2019-11-05media: coda: request to skip kernel mapping for decoded buffersLucas Stach1-0/+1
2019-11-05media: coda: fix deadlock between decoder picture run and start commandPhilipp Zabel1-2/+2
2019-11-05media: v4l2-core: fix touch support in v4l_g_fmtVandana BN1-15/+18
2019-11-05media: v4l2-subdev: Don't use __u32 internallyJanusz Krzysztofik1-3/+3
2019-11-05media: exynos4-is: Fix recursive locking in isp_video_release()Seung-Woo Kim1-1/+1
2019-11-05media: rcar_drif: fix a memory disclosureKangjie Lu1-0/+1
2019-11-05media: rcar-csi2: Enable support for R8A774B1Biju Das1-0/+4
2019-11-05media: rcar-vin: Enable support for R8A774B1Biju Das1-0/+4
2019-11-05media: rcar-vin: Add support for outputting NV12Niklas Söderlund2-7/+37
2019-11-05media: rcar-vin: Define which hardware supports NV12Niklas Söderlund2-0/+8
2019-11-05media: rcar-vin: Do not enumerate unsupported pixel formatsNiklas Söderlund1-5/+15
2019-11-05media: radio: wl1273: fix interrupt masking on releaseJohan Hovold1-2/+1
2019-11-05media: bdisp: fix memleak on releaseJohan Hovold1-2/+1
2019-11-05media: v4l2-dv-timings: Use DIV_ROUND_CLOSEST directly to make it readablezhong jiang1-1/+1
2019-11-05media: vpx3220: make array input_vals static, makes object smallerColin Ian King1-1/+1
2019-11-05media: xilinx: Use the correct style for SPDX License IdentifierNishad Kamdar4-4/+4
2019-11-05media: cx231xx: remove redundant assignment to variable statusColin Ian King1-1/+1
2019-11-05media: smiapp: unlock on error in smiapp_start_streaming()Dan Carpenter1-2/+2
2019-10-24media: sun4i: Add H3 deinterlace driverJernej Skrabec5-0/+1281
2019-10-24media: vimc: Implement debayer control for mean window sizeArthur Moraes do Lago2-12/+70
2019-10-24media: vimc: move the dev field of each entity to vimc_ent_devDafna Hirschfeld6-23/+21
2019-10-24media: vimc: embed the pads of entities in the entities' structsDafna Hirschfeld6-80/+25
2019-10-24media: vimc: remove unused struct declaration vimc_platform_dataDafna Hirschfeld1-15/+0
2019-10-24media: vimc: common: remove unused function 'vimc_pipeline_s_stream'Dafna Hirschfeld2-39/+0
2019-10-24media: vimc: remove EXPORT_SYMBOL_GPL declarationsDafna Hirschfeld2-9/+0
2019-10-24media: vimc: remove the helper function vimc_ent_sd_unregisterDafna Hirschfeld5-20/+3
2019-10-24media: vimc: move media_entity_cleanup to release callbacksDafna Hirschfeld5-2/+4
2019-10-24media: vimc: sen: register subdevice only after initializationDafna Hirschfeld1-10/+10
2019-10-24media: vimc: cleanup code that assigns entity in entities arrayDafna Hirschfeld1-4/+2
2019-10-24media: vimc: initialize vim entity pointers to NULLDafna Hirschfeld1-3/+2
2019-10-24media: imon: invalid dereference in imon_touch_eventSean Young1-2/+1
2019-10-24media: tuners: Use the correct style for SPDX License IdentifierNishad Kamdar2-2/+2
2019-10-24media: smiapp: Rename update_mode as pll_blanking_updateSakari Ailus1-3/+3
2019-10-24media: smiapp: Register sensor after enabling runtime PM on the deviceSakari Ailus1-4/+8
2019-10-24media: smiapp: Use non-binned and binned limits correctlySakari Ailus1-7/+20
2019-10-24media: smiapp: Don't update sensor configuration during power-on initSakari Ailus1-4/+0
2019-10-24media: smiapp: Move binning configuration to streaming startSakari Ailus1-21/+22
2019-10-24media: smiapp: Don't get binning limits dynamicallySakari Ailus1-65/+0
2019-10-24media: smiapp: Destroy sensor's mutexSakari Ailus1-1/+4
2019-10-24media: smiapp: Support probing NVM sizeSakari Ailus2-56/+50
2019-10-24media: smiapp: Don't poll for NVM ready on devices that don't need itSakari Ailus1-11/+17
2019-10-24media: smiapp: Add definitions for data transfer if capability bitsSakari Ailus1-0/+3
2019-10-24media: smiapp: Refactor reading NVM pageSakari Ailus1-37/+46
2019-10-24media: smiapp: Fix error handling at NVM readingSakari Ailus1-1/+2