summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-12/+12
* Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-11-278-16/+18
|\
| * cec: add cec_adapter to cec_notifier_cec_adap_unregister()Hans Verkuil2019-10-077-14/+16
* | Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-271-23/+3
|\ \
| * | media: c8sectpfe: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-11-091-23/+3
| |/
* | Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab2019-11-2678-1754/+4033
|\ \
| * | media: Revert "media: mtk-vcodec: Remove extra area allocation in an input bu...Hans Verkuil2019-11-101-3/+6
| * | media: ti-vpe: vpe: fix compatible to match bindingsBenoit Parrot2019-11-101-1/+1
| * | media: vicodec: media_device_cleanup was called too earlyHans Verkuil2019-11-101-1/+3
| * | media: vim2m: media_device_cleanup was called too earlyHans Verkuil2019-11-101-1/+3
| * | media: coda: disable decoder crop selectionsPhilipp Zabel2019-11-101-1/+2
| * | media: coda: disable encoder compose selectionsPhilipp Zabel2019-11-101-1/+2
| * | media: mtk-vcodec: Remove extra area allocation in an input buffer on encodingHirokazu Honda2019-11-101-6/+3
| * | media: vimc: upon streaming, check that the pipeline starts with a source entityDafna Hirschfeld2019-11-103-2/+29
| * | media: aspeed-video: Fix memory leaks in aspeed_video_probeNavid Emamdoost2019-11-101-1/+2
| * | media: coda: drop unused irqlockPhilipp Zabel2019-11-092-3/+0
| * | media: venus: remove invalid compat_ioctl32 handlerArnd Bergmann2019-11-092-6/+0
| * | media: vimc: sen: remove unused kthread_sen fieldDafna Hirschfeld2019-11-091-5/+0
| * | media: vivid: Add an area controlRicardo Ribalda Delgado2019-11-081-0/+14
| * | media: exynos4-is: fix wrong mdev and v4l2 dev order in error pathSeung-Woo Kim2019-11-081-3/+4
| * | media: vivid: Fix wrong locking that causes race conditions on streaming stopAlexander Popov2019-11-083-9/+15
| * | media: vivid: add vivid_create_queue() helperHans Verkuil2019-11-083-149/+116
| * | media: ti-vpe: fix smatch errorHans Verkuil2019-11-081-1/+1
| * | media: mtk-vpu: fix two smatch warningsHans Verkuil2019-11-081-2/+2
| * | media: am437x: fix smatch warningHans Verkuil2019-11-051-1/+0
| * | media: vivid: media_device_cleanup was called too earlyHans Verkuil2019-11-051-1/+3
| * | media: vimc: Make capture devices and subdevices use different link_validatesNícolas F. R. A. Prado2019-11-053-45/+46
| * | media: s5p-jpeg: drop unused components from s5p_jpeg_q_dataPhilipp Zabel2019-11-052-3/+0
| * | media: fdp1: Fix R-Car M3-N naming in debug messageGeert Uytterhoeven2019-11-051-1/+1
| * | media: coda: request to skip kernel mapping for decoded buffersLucas Stach2019-11-051-0/+1
| * | media: coda: fix deadlock between decoder picture run and start commandPhilipp Zabel2019-11-051-2/+2
| * | media: exynos4-is: Fix recursive locking in isp_video_release()Seung-Woo Kim2019-11-051-1/+1
| * | media: rcar_drif: fix a memory disclosureKangjie Lu2019-11-051-0/+1
| * | media: rcar-csi2: Enable support for R8A774B1Biju Das2019-11-051-0/+4
| * | media: rcar-vin: Enable support for R8A774B1Biju Das2019-11-051-0/+4
| * | media: rcar-vin: Add support for outputting NV12Niklas Söderlund2019-11-052-7/+37
| * | media: rcar-vin: Define which hardware supports NV12Niklas Söderlund2019-11-052-0/+8
| * | media: rcar-vin: Do not enumerate unsupported pixel formatsNiklas Söderlund2019-11-051-5/+15
| * | media: bdisp: fix memleak on releaseJohan Hovold2019-11-051-2/+1
| * | media: xilinx: Use the correct style for SPDX License IdentifierNishad Kamdar2019-11-054-4/+4
| * | media: sun4i: Add H3 deinterlace driverJernej Skrabec2019-10-245-0/+1281
| * | media: vimc: Implement debayer control for mean window sizeArthur Moraes do Lago2019-10-242-12/+70
| * | media: vimc: move the dev field of each entity to vimc_ent_devDafna Hirschfeld2019-10-246-23/+21
| * | media: vimc: embed the pads of entities in the entities' structsDafna Hirschfeld2019-10-246-80/+25
| * | media: vimc: remove unused struct declaration vimc_platform_dataDafna Hirschfeld2019-10-241-15/+0
| * | media: vimc: common: remove unused function 'vimc_pipeline_s_stream'Dafna Hirschfeld2019-10-242-39/+0
| * | media: vimc: remove EXPORT_SYMBOL_GPL declarationsDafna Hirschfeld2019-10-242-9/+0
| * | media: vimc: remove the helper function vimc_ent_sd_unregisterDafna Hirschfeld2019-10-245-20/+3
| * | media: vimc: move media_entity_cleanup to release callbacksDafna Hirschfeld2019-10-245-2/+4
| * | media: vimc: sen: register subdevice only after initializationDafna Hirschfeld2019-10-241-10/+10