aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/am437x/am437x-vpfe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-18media: platform: rename am437x/ to ti/am437x/Mauro Carvalho Chehab1-2641/+0
2021-09-30media: am437x: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1
2021-09-30media: v4l: async: Rename async nf functions, clean up long linesSakari Ailus1-9/+10
2021-05-10media: am437x: fix pm_runtime_get_sync() usage countMauro Carvalho Chehab1-2/+13
2021-02-06media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() APILaurent Pinchart1-1/+1
2020-07-04media: use v4l2_rect_enclosed helperBenoit Parrot1-16/+3
2020-03-20media: am437x-vpfe: Make use of to_vpfe() to get a pointer to vpfe_deviceLad Prabhakar1-5/+5
2020-03-12media: am437x-vpfe: exclude illegal values for enum when validing params from user spaceChangming Liu1-0/+1
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-1/+1
2019-11-05media: am437x: fix smatch warningHans Verkuil1-1/+0
2019-10-01media: am437x-vpfe: Switch to SPDX LicensingBenoit Parrot1-13/+1
2019-10-01media: am437x-vpfe: Remove per bus width static dataBenoit Parrot1-42/+14
2019-10-01media: am437x-vpfe: TRY_FMT ioctl is not really trying anythingBenoit Parrot1-169/+169
2019-10-01media: am437x-vpfe: fix function trace debug logBenoit Parrot1-59/+13
2019-10-01media: am437x-vpfe: Use a per instance format array instead of a static oneBenoit Parrot1-69/+41
2019-10-01media: am437x-vpfe: Setting STD to current value is not an errorBenoit Parrot1-0/+4
2019-10-01media: am437x-vpfe: Streamlined vb2 buffer cleanupBenoit Parrot1-28/+25
2019-10-01media: am437x-vpfe: fix start streaming error pathBenoit Parrot1-0/+1
2019-10-01media: am437x-vpfe: Wait for end of frame before tear-downBenoit Parrot1-26/+26
2019-10-01media: am437x-vpfe: Rework ISR routine for clarityBenoit Parrot1-62/+66
2019-10-01media: am437x-vpfe: Fix missing first lineBenoit Parrot1-4/+0
2019-10-01media: am437x-vpfe: Fix suspend path to always handle pinctrl configDave Gerlach1-24/+22
2019-08-07media: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-1/+0
2019-07-25media: v4l2-async: Get fwnode reference when putting it to the notifier's listSakari Ailus1-3/+2
2019-07-22media: am437x/davinci: set device_caps in struct video_deviceHans Verkuil1-4/+2
2019-07-22media: media/platform: don't set description in ENUM_FMTHans Verkuil1-16/+2
2019-03-29media: replace strncpy() by strscpy()Mauro Carvalho Chehab1-1/+1
2018-11-20media: vidioc_cropcap -> vidioc_g_pixelaspectHans Verkuil1-6/+7
2018-11-20media: cropcap/g_selection splitHans Verkuil1-10/+8
2018-10-04media: v4l: fwnode: Initialise the V4L2 fwnode endpoints to zeroSakari Ailus1-1/+1
2018-10-04media: platform: Switch to v4l2_async_notifier_add_subdevSteve Longerbeam1-39/+43
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab1-1/+2
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-3/+3
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+4
2018-05-09media: platform: am437x: simplify getting .drvdataWolfram Sang1-4/+2
2017-12-29media: v4l2-async: simplify v4l2_async_subdev structureMauro Carvalho Chehab1-3/+3
2017-10-31media: v4l: async: Move async subdev notifier operations to a separate structureLaurent Pinchart1-2/+6
2017-08-20media: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-06-06[media] v4l: Switch from V4L2 OF not V4L2 fwnode APISakari Ailus1-6/+9
2017-01-30[media] am437x-vpfe: always assign bpp variableNicolas Iooss1-1/+1
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil1-2/+2
2016-07-08[media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil1-9/+1
2016-04-13[media] am437x-vpfe: fix an uninitialized variable bugDan Carpenter1-1/+1
2016-04-13[media] am437x-vfpe: fix typo in vpfe_get_app_input_indexArnd Bergmann1-1/+1
2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung1-1/+1
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil1-8/+9
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung1-1/+2
2015-10-03[media] media: am437x-vpfe: fix handling platform_get_irq resultAndrzej Hajda1-2/+3
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung1-15/+20
2015-07-22[media] media: am437x-vpfe: Fix a race condition during releaseBenoit Parrot1-2/+12