aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/am437x
AgeCommit message (Expand)Author
2019-12-31media: am437x-vpfe: Setting STD to current value is not an errorBenoit Parrot
2019-08-26media: use the BIT() macroMauro Carvalho Chehab
2019-08-07media: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-07-25media: v4l2-async: Get fwnode reference when putting it to the notifier's listSakari Ailus
2019-07-25media: am437x: remove unused struct vpfe_pixel_formatHans Verkuil
2019-07-22media: am437x/davinci: set device_caps in struct video_deviceHans Verkuil
2019-07-22media: media/platform: don't set description in ENUM_FMTHans Verkuil
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-03-29media: replace strncpy() by strscpy()Mauro Carvalho Chehab
2018-11-20media: vidioc_cropcap -> vidioc_g_pixelaspectHans Verkuil
2018-11-20media: cropcap/g_selection splitHans Verkuil
2018-10-04media: v4l: fwnode: Initialise the V4L2 fwnode endpoints to zeroSakari Ailus
2018-10-04media: platform: Switch to v4l2_async_notifier_add_subdevSteve Longerbeam
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-05-28media: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven
2018-05-09media: platform: am437x: simplify getting .drvdataWolfram Sang
2017-12-29media: v4l2-async: simplify v4l2_async_subdev structureMauro Carvalho Chehab
2017-10-31media: v4l: async: Move async subdev notifier operations to a separate structureLaurent Pinchart
2017-08-20media: Convert to using %pOF instead of full_nameRob Herring
2017-06-06[media] v4l: Switch from V4L2 OF not V4L2 fwnode APISakari Ailus
2017-01-30[media] am437x-vpfe: always assign bpp variableNicolas Iooss
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil
2016-07-08[media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil
2016-04-13[media] am437x-vpfe: fix an uninitialized variable bugDan Carpenter
2016-04-13[media] am437x-vfpe: fix typo in vpfe_get_app_input_indexArnd Bergmann
2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung
2015-10-03[media] media: am437x-vpfe: fix handling platform_get_irq resultAndrzej Hajda
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung
2015-07-22[media] media: am437x-vpfe: Fix a race condition during releaseBenoit Parrot
2015-07-17[media] media: am437x-vpfe: Requested frame size and fmt overwritten by curre...Benoit Parrot
2015-06-05[media] am437x-vpfe: add support for xfer_funcHans Verkuil
2015-05-01[media] v4l2: replace s_mbus_fmt by set_fmt in bridge driversHans Verkuil
2015-05-01[media] v4l2: replace video op g_mbus_fmt by pad op get_fmtHans Verkuil
2015-04-30[media] am437x: remove unused variableMauro Carvalho Chehab
2015-04-30[media] am437x: Fix a wrong identationMauro Carvalho Chehab
2015-04-30[media] am437x-vpfe: really update the vpfe_ccdc_update_raw_params dataMauro Carvalho Chehab
2015-04-21Merge branch 'drm-next-merged' of git://people.freedesktop.org/~airlied/linux...Mauro Carvalho Chehab
2015-04-02[media] media: am437x-vpfe: embed video_device struct in vpfe_deviceLad, Prabhakar
2015-04-02[media] media: am437x-vpfe: return error in case memory allocation failureLad, Prabhakar
2015-04-02[media] media: am437x-vpfe: match the OF node/i2c addr instead of nameLad, Prabhakar
2015-04-02[media] media: am437x: Don't release OF node reference twiceLaurent Pinchart
2015-03-23[media] v4l2-subdev: add support for the new enum_frame_size 'which' fieldHans Verkuil
2015-03-23[media] v4l2-subdev: support new 'which' field in enum_mbus_codeHans Verkuil
2015-03-02[media] am437x: VIDEO_AM437X_VPFE should depend on HAS_DMAGeert Uytterhoeven
2015-02-23of: Decrement refcount of previous endpoint in of_graph_get_next_endpointPhilipp Zabel
2015-02-02[media] media: platform: fix platform_no_drv_owner.cocci warningsFengguang Wu