summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
Commit message (Expand)AuthorAgeFilesLines
...
* | media: stm32-dcmi: don't print an error on probe deferralEtienne Carriere2020-11-161-1/+3
* | media: rcar-csi2: Set bus type when parsing fwnodeNiklas Söderlund2020-11-161-1/+3
* | media: rcar-csi2: Switch to using fwnode instead of OFNiklas Söderlund2020-11-161-7/+7
* | media: rcar-vin: Add support for suspend and resumeNiklas Söderlund2020-11-162-4/+57
* | media: rcar-vin: Break out hardware start and stop to new methodsNiklas Söderlund2020-11-162-33/+48
* | media: rcar-vin: Cache the CSI-2 channel selection valueNiklas Söderlund2020-11-162-0/+4
* | media: rcar-vin: Remove handling of user-space buffers when stoppingNiklas Söderlund2020-11-161-24/+7
* | media: rcar-vin: Use scratch buffer when not in running stateNiklas Söderlund2020-11-161-9/+21
* | media: Bulk remove BUG_ON(in_interrupt())Thomas Gleixner2020-11-161-2/+0
* | media: mtk-vcodec: add missing put_device() call in mtk_vcodec_release_enc_pm()Yu Kuai2020-11-161-0/+2
* | media: mtk-vcodec: add missing put_device() call in mtk_vcodec_init_enc_pm()Yu Kuai2020-11-161-7/+19
* | media: mtk-vcodec: add missing put_device() call in mtk_vcodec_release_dec_pm()Yu Kuai2020-11-161-0/+1
* | media: mtk-vcodec: add missing put_device() call in mtk_vcodec_init_dec_pm()Yu Kuai2020-11-161-6/+12
* | media: platform: add missing put_device() call in mtk_jpeg_clk_init()Yu Kuai2020-11-161-0/+1
* | media: pxa_camera: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-11-161-2/+2
* | media: coda: Clarify interrupt registered nameEzequiel Garcia2020-11-161-2/+2
* | media: coda: Clarify device registered logEzequiel Garcia2020-11-161-6/+5
* | media: coda: Simplify H.264 small buffer padding logicEzequiel Garcia2020-11-161-5/+4
* | media: coda: Remove redundant ctx->initialized settingEzequiel Garcia2020-11-161-10/+2
* | media: rcar-vin: Remove redundant compatible valuesNiklas Söderlund2020-11-161-16/+0
* | media: marvell-ccic: Fix -Wunused-function warningsYueHaibing2020-11-161-2/+2
* | media: exynos4-is: use semicolons rather than commas to separate statementsJulia Lawall2020-11-161-2/+4
* | media: sun4i-csi: use semicolons rather than commas to separate statementsJulia Lawall2020-11-161-1/+1
* | media: s3c-camif: use semicolons rather than commas to separate statementsJulia Lawall2020-11-161-2/+4
* | media: coda: use semicolons rather than commas to separate statementsJulia Lawall2020-11-161-1/+1
|/
* Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-153-4/+17
|\
| * dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+0
| * Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig2020-09-251-1/+1
| |\
| * | dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan2020-09-172-3/+17
* | | Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-151-4/+4
|\ \ \
| * \ \ Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie2020-09-171-4/+4
| |\ \ \ | | |_|/ | |/| |
| | * | drm: rcar-du: fix common struct sg_table related issuesMarek Szyprowski2020-09-101-4/+4
* | | | media: rcar-vin: rcar-dma: Fix setting VNIS_REG for RAW8 formatsLad Prabhakar2020-10-081-4/+4
* | | | media: platform: s5p-mfc: Fix adding a standard frame skip mode controlMarek Szyprowski2020-10-011-0/+1
* | | | media: rcar-vin: Extend RAW8 support to all RGB layoutsNiklas Söderlund2020-09-272-1/+54
* | | | media: rcar-csi2: Extend RAW8 support to all RGB layoutsNiklas Söderlund2020-09-271-0/+3
* | | | media: st-delta: Fix reference count leak in delta_run_workAditya Pakki2020-09-271-1/+3
* | | | media: sti: Fix reference count leaksQiushi Wu2020-09-271-0/+2
* | | | media: exynos4-is: Fix several reference count leaks due to pm_runtime_get_syncQiushi Wu2020-09-272-2/+4
* | | | media: exynos4-is: Fix a reference count leak due to pm_runtime_get_syncQiushi Wu2020-09-271-1/+3
* | | | media: exynos4-is: Fix a reference count leakQiushi Wu2020-09-271-1/+3
* | | | media: ti-vpe: Fix a missing check and reference count leakQiushi Wu2020-09-271-0/+2
* | | | media: stm32-dcmi: Fix a reference count leakQiushi Wu2020-09-271-3/+1
* | | | media: s5p-mfc: Fix a reference count leakQiushi Wu2020-09-271-1/+3
* | | | media: camss: Fix a reference count leak.Qiushi Wu2020-09-271-1/+3
* | | | media: platform: fcp: Fix a reference count leak.Qiushi Wu2020-09-271-1/+3
* | | | media: rockchip/rga: Fix a reference count leak.Qiushi Wu2020-09-271-0/+1
* | | | media: rcar-vin: Fix a reference count leak.Qiushi Wu2020-09-271-1/+3
* | | | media: rcar-vin: Fix a reference count leak.Qiushi Wu2020-09-271-1/+3
* | | | media: vsp1: Fix runtime PM imbalance on errorDinghao Liu2020-09-271-3/+8