summaryrefslogtreecommitdiff
path: root/drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c
AgeCommit message (Expand)Author
2022-03-18media: platform: rename mtk-jpeg/ to mediatek/mtk-jpeg/Mauro Carvalho Chehab
2022-02-22media: mtk-jpeg: remove redundant initialization of variable plane_fmtColin Ian King
2022-01-28media: mtk-jpeg: Get rid of mtk_smi_larb_get/putYong Wu
2021-11-30media: mtk-jpeg: Remove unnecessary print function dev_err()Xu Wang
2021-09-30media: mtk-jpeg: Make use of the helper function devm_platform_ioremap_resour...Cai Huoqing
2021-05-19media: mtk-jpeg: use pm_runtime_resume_and_get()Mauro Carvalho Chehab
2020-11-16media: platform: add missing put_device() call in mtk_jpeg_probe() and mtk_jp...Yu Kuai
2020-11-16media: platform: add missing put_device() call in mtk_jpeg_clk_init()Yu Kuai
2020-08-28media: platform: Add jpeg enc featureXia Jiang
2020-08-28media: platform: Using the variant structure to contain the varability betwee...Xia Jiang
2020-08-28media: platform: Rename existing functions/defines/variablesXia Jiang
2020-08-28media: platform: Rename jpeg dec file nameXia Jiang
2020-08-28media: platform: Change the call functions of getting/enable/disable the jpeg...Xia Jiang
2020-08-28media: platform: Refactor mtk_jpeg_set_default_params()Xia Jiang
2020-08-28media: platform: Change the colorspace of jpeg to the fixed valueXia Jiang
2020-08-28media: platform: Redefinition of mtk_jpeg_q_data structureXia Jiang
2020-08-28media: platform: Refactor mtk_jpeg_find_format()Xia Jiang
2020-08-28media: platform: Refactor mtk_jpeg_try_fmt_mplane()Xia Jiang
2020-08-28media: platform: Delete vidioc_s_selection ioctl of jpeg decXia Jiang
2020-08-28media: platform: Delete redundant code and add annotation for an enumXia Jiang
2020-08-28media: platform: Use generic rounding helpersXia Jiang
2020-08-28media: platform: Delete zeroing the reserved fieldsXia Jiang
2020-08-28media: platform: Cancel the last frame handling flowXia Jiang
2020-08-28media: platform: Add mechanism to handle jpeg hardware's locking upXia Jiang
2020-08-28media: platform: Improve the implementation of the system PM opsXia Jiang
2020-08-28media: platform: Delete the resetting hardware flow in the system PM opsXia Jiang
2020-08-28media: platform: Improve power on and power off flowXia Jiang
2020-08-28media: platform: Change the fixed device node number to unfixed valueXia Jiang
2020-08-28media: platform: Improve getting and requesting irq flow for bug fixingXia Jiang
2020-08-28media: platform: Improve queue set up flow for bug fixingXia Jiang
2020-08-28media: platform: Improve subscribe event flow for bug fixingXia Jiang
2020-07-19media: Add V4L2_TYPE_IS_CAPTURE helperEzequiel Garcia
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil
2019-06-21media: mtk-jpeg: Use vb2_get_bufferEzequiel Garcia
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab
2019-06-05media: v4l2: Get rid of ->vidioc_enum_fmt_vid_{cap, out}_mplaneBoris Brezillon
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-02-18media: mtk-jpeg: Correct return type for mem2mem buffer helpersEzequiel Garcia
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab
2018-07-24media: mem2mem: Make .job_abort optionalEzequiel Garcia
2018-05-09media: vcodec: fix ptr_ret.cocci warningsFengguang Wu
2018-04-04media: vcodec: fix error return value from mtk_jpeg_clk_init()Ryder Lee
2017-08-20media: vcodec: mediatek: constify v4l2_m2m_ops structuresJulia Lawall
2017-07-19media: mediatek: constify vb2_ops structureGustavo A. R. Silva
2017-04-10[media] vcodec: mediatek: mark pm functions as __maybe_unusedArnd Bergmann
2017-04-05[media] media: mtk-jpeg: fix continuous log "Context is NULL"Minghsiu Tsai
2017-03-22[media] vcodec: mediatek: fix platform_no_drv_owner.cocci warningsFengguang Wu
2017-03-22[media] media/platform/mtk-jpeg: add slab.h to fix build errorsRandy Dunlap
2017-03-03[media] vcodec: mediatek: Add Mediatek JPEG Decoder DriverRick Chang