summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/coda
Commit message (Expand)AuthorAgeFilesLines
* media: coda: Fix missing put_device() call in coda_get_vdoa_dataMiaoqian Lin2022-01-281-0/+1
* media: coda: Use platform_get_irq() to get the interruptLad Prabhakar2022-01-281-5/+4
* media: coda/imx-vdoa: Handle dma_set_coherent_mask error codesJiasheng Jiang2021-12-141-1/+5
* media: coda: fix CODA960 JPEG encoder buffer overflowPhilipp Zabel2021-11-302-4/+25
* media: coda: V4L2_PIX_FMT_GREY for coda960 JPEG EncoderMartin Weber2021-11-191-1/+7
* media: coda: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing2021-09-301-2/+1
* media: coda: fix frame_mem_ctrl for YUV420 and YVU420 formatsPhilipp Zabel2021-07-221-5/+13
* media: coda: set debugfs blobs to read onlyWolfram Sang2021-06-171-2/+2
* media: coda: use pm_runtime_resume_and_get()Mauro Carvalho Chehab2021-05-191-3/+4
* media: coda: fix macroblocks count control usageMarco Felsch2021-04-151-1/+3
* media: coda: Remove unneeded of_match_ptr()Fabio Estevam2021-03-221-1/+1
* media: coda: Convert the driver to DT-onlyFabio Estevam2020-12-031-25/+2
* media: coda: Add a V4L2 user for control error macroblocks countEzequiel Garcia2020-11-163-3/+35
* media: coda: coda_buffer_meta housekeeping fixEzequiel Garcia2020-11-162-4/+39
* 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: coda: use semicolons rather than commas to separate statementsJulia Lawall2020-11-161-1/+1
* media: coda: Fix runtime PM imbalance in coda_probeDinghao Liu2020-09-271-0/+2
* media: coda: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2020-09-011-5/+0
* media: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-292-7/+7
* media: coda: jpeg: add NULL check after kmallocChen Zhou2020-07-041-1/+4
* media: coda: Fix runtime PM imbalance on errorDinghao Liu2020-06-231-3/+2
* media: coda: add RC enable controlsPhilipp Zabel2020-04-213-2/+19
* media: coda: jpeg: support optimized huffman tablesAdrian Ratiu2020-04-141-5/+10
* media: coda: lock capture queue wakeup against decoder stop commandPhilipp Zabel2020-04-142-0/+11
* media: coda: mark last capture bufferPhilipp Zabel2020-04-141-3/+32
* media: coda: split marking last meta into helper functionPhilipp Zabel2020-04-141-14/+22
* media: coda: jpeg: add CODA960 JPEG decoder supportPhilipp Zabel2020-04-143-8/+681
* media: coda: round up decoded buffer size for all codecsPhilipp Zabel2020-04-141-2/+2
* media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-241-1/+1
* media: coda: avoid hardware lockups with more than 13 capture buffersPhilipp Zabel2019-12-161-9/+14
* media: coda: remove redundant platform_get_irq error messagePhilipp Zabel2019-12-161-3/+1
* media: coda: jpeg: add CODA960 JPEG encoder supportPhilipp Zabel2019-12-164-2/+756
* media: coda: jpeg: add JPEG register definitions for CODA960Philipp Zabel2019-12-161-0/+83
* media: coda: jpeg: merge Huffman table bits and valuesPhilipp Zabel2019-12-161-24/+16
* media: coda: do not skip finish_run if abortingPhilipp Zabel2019-12-162-1/+7
* media: coda: disable decoder crop selectionsPhilipp Zabel2019-11-101-1/+2
* media: coda: disable encoder compose selectionsPhilipp Zabel2019-11-101-1/+2
* media: coda: drop unused irqlockPhilipp Zabel2019-11-092-3/+0
* 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: coda: set device_caps in struct video_deviceHans Verkuil2019-07-221-3/+1
* media: coda: encoder parameter change supportPhilipp Zabel2019-06-244-0/+115
* media: coda: add coda_slice_mode() functionPhilipp Zabel2019-06-241-21/+24
* media: coda: store device pointer in driver structure instead of pdevPhilipp Zabel2019-06-243-23/+19
* media: coda: mark last returned framePhilipp Zabel2019-06-241-0/+17
* media: coda: mark last pending buffer or last meta on decoder stop commandPhilipp Zabel2019-06-243-7/+42
* media: coda: lock capture queue wakeup against encoder stop commandPhilipp Zabel2019-06-243-5/+27