summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c
Commit message (Expand)AuthorAgeFilesLines
* media: platform: rename mtk-jpeg/ to mediatek/mtk-jpeg/Mauro Carvalho Chehab2022-03-181-1528/+0
* media: mtk-jpeg: remove redundant initialization of variable plane_fmtColin Ian King2022-02-221-1/+1
* media: mtk-jpeg: Get rid of mtk_smi_larb_get/putYong Wu2022-01-281-43/+2
* media: mtk-jpeg: Remove unnecessary print function dev_err()Xu Wang2021-11-301-3/+1
* media: mtk-jpeg: Make use of the helper function devm_platform_ioremap_resour...Cai Huoqing2021-09-301-3/+1
* media: mtk-jpeg: use pm_runtime_resume_and_get()Mauro Carvalho Chehab2021-05-191-2/+2
* media: platform: add missing put_device() call in mtk_jpeg_probe() and mtk_jp...Yu Kuai2020-11-161-0/+8
* media: platform: add missing put_device() call in mtk_jpeg_clk_init()Yu Kuai2020-11-161-0/+1
* media: platform: Add jpeg enc featureXia Jiang2020-08-281-3/+347
* media: platform: Using the variant structure to contain the varability betwee...Xia Jiang2020-08-281-41/+72
* media: platform: Rename existing functions/defines/variablesXia Jiang2020-08-281-84/+88
* media: platform: Rename jpeg dec file nameXia Jiang2020-08-281-2/+2
* media: platform: Change the call functions of getting/enable/disable the jpeg...Xia Jiang2020-08-281-9/+19
* media: platform: Refactor mtk_jpeg_set_default_params()Xia Jiang2020-08-281-10/+2
* media: platform: Change the colorspace of jpeg to the fixed valueXia Jiang2020-08-281-12/+12
* media: platform: Redefinition of mtk_jpeg_q_data structureXia Jiang2020-08-281-46/+55
* media: platform: Refactor mtk_jpeg_find_format()Xia Jiang2020-08-281-30/+34
* media: platform: Refactor mtk_jpeg_try_fmt_mplane()Xia Jiang2020-08-281-33/+16
* media: platform: Delete vidioc_s_selection ioctl of jpeg decXia Jiang2020-08-281-22/+0
* media: platform: Delete redundant code and add annotation for an enumXia Jiang2020-08-281-13/+2
* media: platform: Use generic rounding helpersXia Jiang2020-08-281-30/+11
* media: platform: Delete zeroing the reserved fieldsXia Jiang2020-08-281-5/+0
* media: platform: Cancel the last frame handling flowXia Jiang2020-08-281-44/+2
* media: platform: Add mechanism to handle jpeg hardware's locking upXia Jiang2020-08-281-0/+25
* media: platform: Improve the implementation of the system PM opsXia Jiang2020-08-281-10/+8
* media: platform: Delete the resetting hardware flow in the system PM opsXia Jiang2020-08-281-2/+0
* media: platform: Improve power on and power off flowXia Jiang2020-08-281-21/+6
* media: platform: Change the fixed device node number to unfixed valueXia Jiang2020-08-281-1/+1
* media: platform: Improve getting and requesting irq flow for bug fixingXia Jiang2020-08-281-5/+2
* media: platform: Improve queue set up flow for bug fixingXia Jiang2020-08-281-0/+7
* media: platform: Improve subscribe event flow for bug fixingXia Jiang2020-08-281-2/+2
* media: Add V4L2_TYPE_IS_CAPTURE helperEzequiel Garcia2020-07-191-1/+1
* media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-241-1/+1
* media: mtk-jpeg: Use vb2_get_bufferEzequiel Garcia2019-06-211-1/+1
* Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab2019-06-111-9/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* | media: v4l2: Get rid of ->vidioc_enum_fmt_vid_{cap, out}_mplaneBoris Brezillon2019-06-051-2/+2
|/
* media: mtk-jpeg: Correct return type for mem2mem buffer helpersEzequiel Garcia2019-02-181-20/+20
* media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-111-2/+2
* media: mem2mem: Make .job_abort optionalEzequiel Garcia2018-07-241-5/+0
* media: vcodec: fix ptr_ret.cocci warningsFengguang Wu2018-05-091-4/+1
* media: vcodec: fix error return value from mtk_jpeg_clk_init()Ryder Lee2018-04-041-2/+2
* media: vcodec: mediatek: constify v4l2_m2m_ops structuresJulia Lawall2017-08-201-1/+1
* media: mediatek: constify vb2_ops structureGustavo A. R. Silva2017-07-191-1/+1
* [media] vcodec: mediatek: mark pm functions as __maybe_unusedArnd Bergmann2017-04-101-8/+4
* [media] media: mtk-jpeg: fix continuous log "Context is NULL"Minghsiu Tsai2017-04-051-12/+2
* [media] vcodec: mediatek: fix platform_no_drv_owner.cocci warningsFengguang Wu2017-03-221-1/+0
* [media] media/platform/mtk-jpeg: add slab.h to fix build errorsRandy Dunlap2017-03-221-0/+1
* [media] vcodec: mediatek: Add Mediatek JPEG Decoder DriverRick Chang2017-03-031-0/+1306