summaryrefslogtreecommitdiff
path: root/drivers/media/platform/am437x
Commit message (Expand)AuthorAgeFilesLines
* media: am437x-vpfe: Make use of to_vpfe() to get a pointer to vpfe_deviceLad Prabhakar2020-03-201-5/+5
* media: am437x-vpfe: exclude illegal values for enum when validing params from...Changming Liu2020-03-121-0/+1
* media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-241-1/+1
* media: am437x: fix smatch warningHans Verkuil2019-11-051-1/+0
* media: am437x-vpfe: Switch to SPDX LicensingBenoit Parrot2019-10-013-35/+3
* media: am437x-vpfe: Remove per bus width static dataBenoit Parrot2019-10-012-56/+16
* media: am437x-vpfe: TRY_FMT ioctl is not really trying anythingBenoit Parrot2019-10-012-171/+171
* media: am437x-vpfe: fix function trace debug logBenoit Parrot2019-10-011-59/+13
* media: am437x-vpfe: Use a per instance format array instead of a static oneBenoit Parrot2019-10-012-69/+75
* media: am437x-vpfe: Setting STD to current value is not an errorBenoit Parrot2019-10-011-0/+4
* media: am437x-vpfe: Streamlined vb2 buffer cleanupBenoit Parrot2019-10-011-28/+25
* media: am437x-vpfe: fix start streaming error pathBenoit Parrot2019-10-011-0/+1
* media: am437x-vpfe: Wait for end of frame before tear-downBenoit Parrot2019-10-012-26/+29
* media: am437x-vpfe: Rework ISR routine for clarityBenoit Parrot2019-10-011-62/+66
* media: am437x-vpfe: Fix missing first lineBenoit Parrot2019-10-011-4/+0
* media: am437x-vpfe: Fix suspend path to always handle pinctrl configDave Gerlach2019-10-011-24/+22
* media: use the BIT() macroMauro Carvalho Chehab2019-08-261-13/+13
* media: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-071-1/+0
* media: v4l2-async: Get fwnode reference when putting it to the notifier's listSakari Ailus2019-07-251-3/+2
* media: am437x: remove unused struct vpfe_pixel_formatHans Verkuil2019-07-251-6/+0
* media: am437x/davinci: set device_caps in struct video_deviceHans Verkuil2019-07-221-4/+2
* media: media/platform: don't set description in ENUM_FMTHans Verkuil2019-07-221-16/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* media: replace strncpy() by strscpy()Mauro Carvalho Chehab2019-03-291-1/+1
* media: vidioc_cropcap -> vidioc_g_pixelaspectHans Verkuil2018-11-201-6/+7
* media: cropcap/g_selection splitHans Verkuil2018-11-201-10/+8
* media: v4l: fwnode: Initialise the V4L2 fwnode endpoints to zeroSakari Ailus2018-10-041-1/+1
* media: platform: Switch to v4l2_async_notifier_add_subdevSteve Longerbeam2018-10-041-39/+43
* media: replace strcpy() by strscpy()Mauro Carvalho Chehab2018-09-111-1/+2
* media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-111-3/+3
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-2/+4
* media: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-05-281-1/+1
* media: platform: am437x: simplify getting .drvdataWolfram Sang2018-05-091-4/+2
* media: v4l2-async: simplify v4l2_async_subdev structureMauro Carvalho Chehab2017-12-291-3/+3
* media: v4l: async: Move async subdev notifier operations to a separate structureLaurent Pinchart2017-10-311-2/+6
* media: Convert to using %pOF instead of full_nameRob Herring2017-08-201-2/+2
* [media] v4l: Switch from V4L2 OF not V4L2 fwnode APISakari Ailus2017-06-062-6/+10
* [media] am437x-vpfe: always assign bpp variableNicolas Iooss2017-01-301-1/+1
* [media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil2016-07-081-2/+2
* [media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil2016-07-082-11/+1
* [media] am437x-vpfe: fix an uninitialized variable bugDan Carpenter2016-04-131-1/+1
* [media] am437x-vfpe: fix typo in vpfe_get_app_input_indexArnd Bergmann2016-04-131-1/+1
* [media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung2015-12-181-1/+1
* [media] vb2: drop v4l2_format argument from queue_setupHans Verkuil2015-12-181-8/+9
* [media] media: videobuf2: Change queue_setup argumentJunghak Sung2015-10-201-1/+2
* [media] media: am437x-vpfe: fix handling platform_get_irq resultAndrzej Hajda2015-10-031-2/+3
* [media] media: videobuf2: Restructure vb2_bufferJunghak Sung2015-10-012-16/+22
* [media] media: am437x-vpfe: Fix a race condition during releaseBenoit Parrot2015-07-221-2/+12
* [media] media: am437x-vpfe: Requested frame size and fmt overwritten by curre...Benoit Parrot2015-07-171-1/+1
* [media] am437x-vpfe: add support for xfer_funcHans Verkuil2015-06-051-1/+2