summaryrefslogtreecommitdiff
path: root/drivers/media/platform/coda/coda-common.c
AgeCommit message (Expand)Author
2022-03-18media: platform: rename coda/ to chips-media/Mauro Carvalho Chehab
2022-01-28media: coda: Fix missing put_device() call in coda_get_vdoa_dataMiaoqian Lin
2021-11-30media: coda: fix CODA960 JPEG encoder buffer overflowPhilipp Zabel
2021-11-19media: coda: V4L2_PIX_FMT_GREY for coda960 JPEG EncoderMartin Weber
2021-06-17media: coda: set debugfs blobs to read onlyWolfram Sang
2021-05-19media: coda: use pm_runtime_resume_and_get()Mauro Carvalho Chehab
2021-04-15media: coda: fix macroblocks count control usageMarco Felsch
2021-03-22media: coda: Remove unneeded of_match_ptr()Fabio Estevam
2020-12-03media: coda: Convert the driver to DT-onlyFabio Estevam
2020-11-16media: coda: Add a V4L2 user for control error macroblocks countEzequiel Garcia
2020-11-16media: coda: Clarify interrupt registered nameEzequiel Garcia
2020-11-16media: coda: Clarify device registered logEzequiel Garcia
2020-11-16media: coda: use semicolons rather than commas to separate statementsJulia Lawall
2020-09-27media: coda: Fix runtime PM imbalance in coda_probeDinghao Liu
2020-09-01media: coda: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-23media: coda: Fix runtime PM imbalance on errorDinghao Liu
2020-04-21media: coda: add RC enable controlsPhilipp Zabel
2020-04-14media: coda: lock capture queue wakeup against decoder stop commandPhilipp Zabel
2020-04-14media: coda: mark last capture bufferPhilipp Zabel
2020-04-14media: coda: split marking last meta into helper functionPhilipp Zabel
2020-04-14media: coda: jpeg: add CODA960 JPEG decoder supportPhilipp Zabel
2020-04-14media: coda: round up decoded buffer size for all codecsPhilipp Zabel
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil
2019-12-16media: coda: remove redundant platform_get_irq error messagePhilipp Zabel
2019-12-16media: coda: jpeg: add CODA960 JPEG encoder supportPhilipp Zabel
2019-12-16media: coda: do not skip finish_run if abortingPhilipp Zabel
2019-11-10media: coda: disable decoder crop selectionsPhilipp Zabel
2019-11-10media: coda: disable encoder compose selectionsPhilipp Zabel
2019-11-09media: coda: drop unused irqlockPhilipp Zabel
2019-11-05media: coda: request to skip kernel mapping for decoded buffersLucas Stach
2019-11-05media: coda: fix deadlock between decoder picture run and start commandPhilipp Zabel
2019-07-22media: coda: set device_caps in struct video_deviceHans Verkuil
2019-06-24media: coda: encoder parameter change supportPhilipp Zabel
2019-06-24media: coda: store device pointer in driver structure instead of pdevPhilipp Zabel
2019-06-24media: coda: mark last pending buffer or last meta on decoder stop commandPhilipp Zabel
2019-06-24media: coda: lock capture queue wakeup against encoder stop commandPhilipp Zabel
2019-06-24media: coda: only wake up capture queue if no pending buffers to encodePhilipp Zabel
2019-06-24media: coda: retire coda_buf_is_end_of_streamPhilipp Zabel
2019-06-24media: coda: mark the last output buffer on encoder stop commandPhilipp Zabel
2019-06-24media: coda: only set the stream end flags if there are no more pending outpu...Philipp Zabel
2019-06-24media: coda: mark the last output buffer on decoder stop commandPhilipp Zabel
2019-06-24media: coda: allow flagging last output buffer internallyPhilipp Zabel
2019-06-24media: coda: flush bitstream ring buffer on decoder restartPhilipp Zabel
2019-06-24media: coda: do not enforce 512-byte initial bitstream payload on CODA960Philipp Zabel
2019-06-24media: coda: implement decoder source change eventPhilipp Zabel
2019-06-24media: coda: add sequence initialization workPhilipp Zabel
2019-06-24media: coda: fix V4L2_DEC_CMD_STOP when all buffers are already consumedMarco Felsch
2019-06-24media: coda: add coda_wake_up_capture_queuePhilipp Zabel
2019-06-24media: coda: fix last buffer handling in V4L2_ENC_CMD_STOPMarco Felsch