aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/ti-vpe/cal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-20media: ti-vpe: Parse local endpoint for properties, not the remote oneSakari Ailus1-10/+2
2018-12-07media: Use of_node_name_eq for node name comparisonsRob Herring1-2/+2
2018-10-04media: v4l: mediabus: Recognise CSI-2 D-PHY and C-PHYSakari Ailus1-1/+1
2018-10-04media: platform: Switch to v4l2_async_notifier_add_subdevSteve Longerbeam1-4/+29
2018-09-24media: platform: remove redundant null pointer check before of_node_putzhong jiang1-8/+4
2018-09-12media: Convert to using %pOFn instead of device_node.nameRob Herring1-4/+4
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-3/+3
2017-12-29media: v4l2-async: simplify v4l2_async_subdev structureMauro Carvalho Chehab1-1/+1
2017-12-13media: drivers: media: remove duplicate includesPravin Shedge1-3/+0
2017-10-31media: v4l: async: Move async subdev notifier operations to a separate structureLaurent Pinchart1-2/+6
2017-08-27media: platform: make video_device constBhumika Goyal1-1/+1
2017-08-08media: ti-vpe: cal: use of_graph_get_remote_endpoint()Kuninori Morimoto1-1/+1
2017-06-06[media] v4l: Switch from V4L2 OF not V4L2 fwnode APISakari Ailus1-7/+8
2016-11-18[media] media: platform: ti-vpe: call of_node_put on non-null pointerPeter Chen1-4/+4
2016-11-16[media] squash lines for simple wrapper functionsMasahiro Yamada1-5/+1
2016-09-19[media] platform: constify vb2_ops structuresJulia Lawall1-1/+1
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil1-1/+1
2016-07-08[media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil1-14/+1
2016-02-23[media] media: ti-vpe: cal: Fix warning: variable dereference before being checkedBenoit Parrot1-18/+11
2016-02-23[media] media: ti-vpe: cal: Fix unreachable code in enum_frame_intervalBenoit Parrot1-29/+12
2016-02-19[media] media: ti-vpe: cal: Fix syntax check warningsBenoit Parrot1-8/+9
2016-02-01[media] media: ti-vpe: Add CAL v4l2 camera capture driverBenoit Parrot1-0/+1970