summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/coda
AgeCommit message (Expand)AuthorLines
2022-03-18media: platform: rename coda/ to chips-media/Mauro Carvalho Chehab-9855/+0
2022-03-14media: platform: coda: move config to its own fileMauro Carvalho Chehab-0/+17
2022-01-28media: coda: Fix missing put_device() call in coda_get_vdoa_dataMiaoqian Lin-0/+1
2022-01-28media: coda: Use platform_get_irq() to get the interruptLad Prabhakar-5/+4
2021-12-14media: coda/imx-vdoa: Handle dma_set_coherent_mask error codesJiasheng Jiang-1/+5
2021-11-30media: coda: fix CODA960 JPEG encoder buffer overflowPhilipp Zabel-4/+25
2021-11-19media: coda: V4L2_PIX_FMT_GREY for coda960 JPEG EncoderMartin Weber-1/+7
2021-09-30media: coda: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing-2/+1
2021-07-22media: coda: fix frame_mem_ctrl for YUV420 and YVU420 formatsPhilipp Zabel-5/+13
2021-06-17media: coda: set debugfs blobs to read onlyWolfram Sang-2/+2
2021-05-19media: coda: use pm_runtime_resume_and_get()Mauro Carvalho Chehab-3/+4
2021-04-15media: coda: fix macroblocks count control usageMarco Felsch-1/+3
2021-03-22media: coda: Remove unneeded of_match_ptr()Fabio Estevam-1/+1
2020-12-03media: coda: Convert the driver to DT-onlyFabio Estevam-25/+2
2020-11-16media: coda: Add a V4L2 user for control error macroblocks countEzequiel Garcia-3/+35
2020-11-16media: coda: coda_buffer_meta housekeeping fixEzequiel Garcia-4/+39
2020-11-16media: coda: Clarify interrupt registered nameEzequiel Garcia-2/+2
2020-11-16media: coda: Clarify device registered logEzequiel Garcia-6/+5
2020-11-16media: coda: Simplify H.264 small buffer padding logicEzequiel Garcia-5/+4
2020-11-16media: coda: Remove redundant ctx->initialized settingEzequiel Garcia-10/+2
2020-11-16media: coda: use semicolons rather than commas to separate statementsJulia Lawall-1/+1
2020-09-27media: coda: Fix runtime PM imbalance in coda_probeDinghao Liu-0/+2
2020-09-01media: coda: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-5/+0
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva-7/+7
2020-07-04media: coda: jpeg: add NULL check after kmallocChen Zhou-1/+4
2020-06-23media: coda: Fix runtime PM imbalance on errorDinghao Liu-3/+2
2020-04-21media: coda: add RC enable controlsPhilipp Zabel-2/+19
2020-04-14media: coda: jpeg: support optimized huffman tablesAdrian Ratiu-5/+10
2020-04-14media: coda: lock capture queue wakeup against decoder stop commandPhilipp Zabel-0/+11
2020-04-14media: coda: mark last capture bufferPhilipp Zabel-3/+32
2020-04-14media: coda: split marking last meta into helper functionPhilipp Zabel-14/+22
2020-04-14media: coda: jpeg: add CODA960 JPEG decoder supportPhilipp Zabel-8/+681
2020-04-14media: coda: round up decoded buffer size for all codecsPhilipp Zabel-2/+2
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil-1/+1
2019-12-16media: coda: avoid hardware lockups with more than 13 capture buffersPhilipp Zabel-9/+14
2019-12-16media: coda: remove redundant platform_get_irq error messagePhilipp Zabel-3/+1
2019-12-16media: coda: jpeg: add CODA960 JPEG encoder supportPhilipp Zabel-2/+756
2019-12-16media: coda: jpeg: add JPEG register definitions for CODA960Philipp Zabel-0/+83
2019-12-16media: coda: jpeg: merge Huffman table bits and valuesPhilipp Zabel-24/+16
2019-12-16media: coda: do not skip finish_run if abortingPhilipp Zabel-1/+7
2019-11-10media: coda: disable decoder crop selectionsPhilipp Zabel-1/+2
2019-11-10media: coda: disable encoder compose selectionsPhilipp Zabel-1/+2
2019-11-09media: coda: drop unused irqlockPhilipp Zabel-3/+0
2019-11-05media: coda: request to skip kernel mapping for decoded buffersLucas Stach-0/+1
2019-11-05media: coda: fix deadlock between decoder picture run and start commandPhilipp Zabel-2/+2
2019-07-22media: coda: set device_caps in struct video_deviceHans Verkuil-3/+1
2019-06-24media: coda: encoder parameter change supportPhilipp Zabel-0/+115
2019-06-24media: coda: add coda_slice_mode() functionPhilipp Zabel-21/+24
2019-06-24media: coda: store device pointer in driver structure instead of pdevPhilipp Zabel-23/+19
2019-06-24media: coda: mark last returned framePhilipp Zabel-0/+17