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