summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/mtk-jpeg
AgeCommit message (Expand)AuthorLines
2022-03-18media: platform: rename mtk-jpeg/ to mediatek/mtk-jpeg/Mauro Carvalho Chehab-2664/+0
2022-03-15media: platform: mtk-jpeg: move config to its own fileMauro Carvalho Chehab-0/+16
2022-02-22media: mtk-jpeg: remove redundant initialization of variable plane_fmtColin Ian King-1/+1
2022-01-28media: mtk-jpeg: Get rid of mtk_smi_larb_get/putYong Wu-45/+2
2021-11-30media: mtk-jpeg: Remove unnecessary print function dev_err()Xu Wang-3/+1
2021-09-30media: mtk-jpeg: Make use of the helper function devm_platform_ioremap_resour...Cai Huoqing-3/+1
2021-05-19media: mtk-jpeg: use pm_runtime_resume_and_get()Mauro Carvalho Chehab-2/+2
2021-03-22media: mtk-jpeg/mtk_jpeg_core.h: fix kernel-doc warningsHans Verkuil-7/+7
2020-11-16media: platform: add missing put_device() call in mtk_jpeg_probe() and mtk_jp...Yu Kuai-0/+8
2020-11-16media: platform: add missing put_device() call in mtk_jpeg_clk_init()Yu Kuai-0/+1
2020-08-28media: platform: Add jpeg enc featureXia Jiang-4/+611
2020-08-28media: platform: Using the variant structure to contain the varability betwee...Xia Jiang-45/+104
2020-08-28media: platform: Rename existing functions/defines/variablesXia Jiang-92/+97
2020-08-28media: platform: Rename jpeg dec file nameXia Jiang-7/+7
2020-08-28media: platform: Change the call functions of getting/enable/disable the jpeg...Xia Jiang-13/+23
2020-08-28media: platform: Refactor mtk_jpeg_set_default_params()Xia Jiang-10/+2
2020-08-28media: platform: Change the colorspace of jpeg to the fixed valueXia Jiang-12/+12
2020-08-28media: platform: Redefinition of mtk_jpeg_q_data structureXia Jiang-64/+57
2020-08-28media: platform: Refactor mtk_jpeg_find_format()Xia Jiang-33/+34
2020-08-28media: platform: Refactor mtk_jpeg_try_fmt_mplane()Xia Jiang-33/+16
2020-08-28media: platform: Change the maximum width and height supported by JPEG decXia Jiang-2/+2
2020-08-28media: platform: Delete vidioc_s_selection ioctl of jpeg decXia Jiang-22/+0
2020-08-28media: platform: Delete redundant code and add annotation for an enumXia Jiang-15/+8
2020-08-28media: platform: Change MTK_JPEG_COMP_MAX macro definition locationXia Jiang-1/+2
2020-08-28media: platform: Use generic rounding helpersXia Jiang-39/+15
2020-08-28media: platform: Stylistic changes for improving code qualityXia Jiang-13/+13
2020-08-28media: platform: Delete zeroing the reserved fieldsXia Jiang-5/+0
2020-08-28media: platform: Cancel the last frame handling flowXia Jiang-44/+2
2020-08-28media: platform: Add mechanism to handle jpeg hardware's locking upXia Jiang-0/+29
2020-08-28media: platform: Improve the implementation of the system PM opsXia Jiang-10/+8
2020-08-28media: platform: Delete the resetting hardware flow in the system PM opsXia Jiang-2/+0
2020-08-28media: platform: Improve power on and power off flowXia Jiang-21/+6
2020-08-28media: platform: Change the fixed device node number to unfixed valueXia Jiang-1/+1
2020-08-28media: platform: Improve getting and requesting irq flow for bug fixingXia Jiang-5/+2
2020-08-28media: platform: Improve queue set up flow for bug fixingXia Jiang-0/+7
2020-08-28media: platform: Improve subscribe event flow for bug fixingXia Jiang-2/+2
2020-07-19media: Add V4L2_TYPE_IS_CAPTURE helperEzequiel Garcia-1/+1
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil-1/+1
2019-06-21media: mtk-jpeg: Use vb2_get_bufferEzequiel Garcia-1/+1
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab-63/+7
2019-06-05media: v4l2: Get rid of ->vidioc_enum_fmt_vid_{cap, out}_mplaneBoris Brezillon-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner-63/+7
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-02-18media: mtk-jpeg: Correct return type for mem2mem buffer helpersEzequiel Garcia-20/+20
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab-2/+2
2018-07-24media: mem2mem: Make .job_abort optionalEzequiel Garcia-5/+0
2018-05-09media: vcodec: fix ptr_ret.cocci warningsFengguang Wu-4/+1
2018-04-04media: vcodec: fix error return value from mtk_jpeg_clk_init()Ryder Lee-2/+2
2017-08-20media: vcodec: mediatek: constify v4l2_m2m_ops structuresJulia Lawall-1/+1
2017-07-19media: mediatek: constify vb2_ops structureGustavo A. R. Silva-1/+1