summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorFilesLines
2020-11-16media: platform: add missing put_device() call in mtk_jpeg_probe() and mtk_jp...Yu Kuai1-0/+8
2020-11-16media: coda: Add a V4L2 user for control error macroblocks countEzequiel Garcia3-3/+35
2020-11-16media: coda: coda_buffer_meta housekeeping fixEzequiel Garcia2-4/+39
2020-11-16media: mtk-vcodec: remove allocated dma_parmsHsin-Yi Wang2-16/+2
2020-11-16media: isif: reset global stateEvgeny Novikov1-2/+9
2020-11-16media: stm32-dcmi: add 8-bit Bayer formats supportAlain Volmat1-0/+16
2020-11-16media: stm32-dcmi: remove deprecated dmaengine_terminate_all()Hugues Fruchet1-3/+3
2020-11-16media: stm32-dcmi: don't print an error on probe deferralEtienne Carriere1-1/+3
2020-11-16media: rcar-csi2: Set bus type when parsing fwnodeNiklas Söderlund1-1/+3
2020-11-16media: rcar-csi2: Switch to using fwnode instead of OFNiklas Söderlund1-7/+7
2020-11-16media: rcar-vin: Add support for suspend and resumeNiklas Söderlund2-4/+57
2020-11-16media: rcar-vin: Break out hardware start and stop to new methodsNiklas Söderlund2-33/+48
2020-11-16media: rcar-vin: Cache the CSI-2 channel selection valueNiklas Söderlund2-0/+4
2020-11-16media: rcar-vin: Remove handling of user-space buffers when stoppingNiklas Söderlund1-24/+7
2020-11-16media: rcar-vin: Use scratch buffer when not in running stateNiklas Söderlund1-9/+21
2020-11-16media: Bulk remove BUG_ON(in_interrupt())Thomas Gleixner1-2/+0
2020-11-16media: mtk-vcodec: add missing put_device() call in mtk_vcodec_release_enc_pm()Yu Kuai1-0/+2
2020-11-16media: mtk-vcodec: add missing put_device() call in mtk_vcodec_init_enc_pm()Yu Kuai1-7/+19
2020-11-16media: mtk-vcodec: add missing put_device() call in mtk_vcodec_release_dec_pm()Yu Kuai1-0/+1
2020-11-16media: mtk-vcodec: add missing put_device() call in mtk_vcodec_init_dec_pm()Yu Kuai1-6/+12
2020-11-16media: platform: add missing put_device() call in mtk_jpeg_clk_init()Yu Kuai1-0/+1
2020-11-16media: pxa_camera: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-11-16media: coda: Clarify interrupt registered nameEzequiel Garcia1-2/+2
2020-11-16media: coda: Clarify device registered logEzequiel Garcia1-6/+5
2020-11-16media: coda: Simplify H.264 small buffer padding logicEzequiel Garcia1-5/+4
2020-11-16media: coda: Remove redundant ctx->initialized settingEzequiel Garcia1-10/+2
2020-11-16media: rcar-vin: Remove redundant compatible valuesNiklas Söderlund1-16/+0
2020-11-16media: marvell-ccic: Fix -Wunused-function warningsYueHaibing1-2/+2
2020-11-16media: exynos4-is: use semicolons rather than commas to separate statementsJulia Lawall1-2/+4
2020-11-16media: sun4i-csi: use semicolons rather than commas to separate statementsJulia Lawall1-1/+1
2020-11-16media: s3c-camif: use semicolons rather than commas to separate statementsJulia Lawall1-2/+4
2020-11-16media: coda: use semicolons rather than commas to separate statementsJulia Lawall1-1/+1
2020-11-05media: media/platform/marvell-ccic: fix warnings when CONFIG_PM is not enabledRandy Dunlap1-0/+2
2020-11-05media: mtk-vcodec: fix build breakage when one of VPU or SCP is enabledAlexandre Courbot3-9/+47
2020-11-05media: mtk-vcodec: move firmware implementations into their own filesAlexandre Courbot8-173/+233
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-4/+17
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-4/+4
2020-10-08media: rcar-vin: rcar-dma: Fix setting VNIS_REG for RAW8 formatsLad Prabhakar1-4/+4
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+0
2020-10-01media: platform: s5p-mfc: Fix adding a standard frame skip mode controlMarek Szyprowski1-0/+1
2020-09-27media: rcar-vin: Extend RAW8 support to all RGB layoutsNiklas Söderlund2-1/+54
2020-09-27media: rcar-csi2: Extend RAW8 support to all RGB layoutsNiklas Söderlund1-0/+3
2020-09-27media: st-delta: Fix reference count leak in delta_run_workAditya Pakki1-1/+3
2020-09-27media: sti: Fix reference count leaksQiushi Wu1-0/+2
2020-09-27media: exynos4-is: Fix several reference count leaks due to pm_runtime_get_syncQiushi Wu2-2/+4
2020-09-27media: exynos4-is: Fix a reference count leak due to pm_runtime_get_syncQiushi Wu1-1/+3
2020-09-27media: exynos4-is: Fix a reference count leakQiushi Wu1-1/+3
2020-09-27media: ti-vpe: Fix a missing check and reference count leakQiushi Wu1-0/+2
2020-09-27media: stm32-dcmi: Fix a reference count leakQiushi Wu1-3/+1
2020-09-27media: s5p-mfc: Fix a reference count leakQiushi Wu1-1/+3