aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/ti-vpe
AgeCommit message (Expand)Author
2020-10-29media: ti-vpe: Fix a missing check and reference count leakQiushi Wu
2020-10-01media: ti-vpe: cal: Restrict DMA to avoid memory corruptionNikhil Devshatwar
2020-04-17media: ti-vpe: cal: fix a kernel oops when unloading moduleBenoit Parrot
2020-04-17media: ti-vpe: cal: fix disable_irqs to only the intended targetBenoit Parrot
2019-12-31media: ti-vpe: vpe: fix a v4l2-compliance failure about invalid sizeimageBenoit Parrot
2019-12-31media: ti-vpe: vpe: ensure buffers are cleaned up properly in abort casesBenoit Parrot
2019-12-31media: ti-vpe: vpe: fix a v4l2-compliance failure causing a kernel panicBenoit Parrot
2019-12-31media: ti-vpe: vpe: Make sure YUYV is set as default formatBenoit Parrot
2019-12-31media: ti-vpe: vpe: fix a v4l2-compliance failure about frame sequence numberBenoit Parrot
2019-12-31media: ti-vpe: vpe: fix a v4l2-compliance warning about invalid pixel formatBenoit Parrot
2019-12-31media: ti-vpe: vpe: Fix Motion Vector vpdma strideBenoit Parrot
2019-08-26media: use the BIT() macroMauro Carvalho Chehab
2019-08-26media: ti-vpe: Add cleanup in vpdma_list_cleanup()Wenwen Wang
2019-07-23media: ti-vpe: fix leaked of_node referencesWen Yang
2019-07-22media: ti-vpe: set device_caps in struct video_deviceHans Verkuil
2019-07-22media: media/platform: don't set description in ENUM_FMTHans Verkuil
2019-07-09Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-05media: v4l2: Get rid of ->vidioc_enum_fmt_vid_{cap, out}_mplaneBoris Brezillon
2019-06-05media: v4l2: Make sure all drivers set _MPLANE caps in vdev->device_capsBoris Brezillon
2019-03-29media: replace strncpy() by strscpy()Mauro Carvalho Chehab
2019-03-20media: ti-vpe: Parse local endpoint for properties, not the remote oneSakari Ailus
2019-03-01media: a few more typos at staging, pci, platform, radio and usbMauro Carvalho Chehab
2019-03-01media: platform: fix several typosMauro Carvalho Chehab
2018-12-07media: Use of_node_name_eq for node name comparisonsRob Herring
2018-10-04media: v4l: mediabus: Recognise CSI-2 D-PHY and C-PHYSakari Ailus
2018-10-04media: platform: Switch to v4l2_async_notifier_add_subdevSteve Longerbeam
2018-09-24media: platform: remove redundant null pointer check before of_node_putzhong jiang
2018-09-12media: Convert to using %pOFn instead of device_node.nameRob Herring
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab
2018-06-28media: mem2mem: Remove unused v4l2_m2m_ops .lock/.unlockEzequiel Garcia
2018-06-28media: ti-vpe: Remove surplus name initializationAnton Leontiev
2017-12-29media: v4l2-async: simplify v4l2_async_subdev structureMauro Carvalho Chehab
2017-12-13media: drivers: media: remove duplicate includesPravin Shedge
2017-11-30media: drivers: remove "/**" from non-kernel-doc commentsMauro Carvalho Chehab
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31media: v4l: async: Move async subdev notifier operations to a separate structureLaurent Pinchart
2017-08-27media: platform: make video_device constBhumika Goyal
2017-08-20media: ti-vpe: vpe: constify v4l2_m2m_ops structuresJulia Lawall
2017-08-08media: ti-vpe: cal: use of_graph_get_remote_endpoint()Kuninori Morimoto
2017-06-06[media] v4l: Switch from V4L2 OF not V4L2 fwnode APISakari Ailus
2017-03-03[media] media: ti-vpe: vpe: allow use of user specified strideBenoit Parrot
2017-03-03[media] media: ti-vpe: vpdma: add support for user specified strideBenoit Parrot
2017-02-03[media] media: ti-vpe: vpdma: fix a timeout loopDan Carpenter
2016-11-22[media] ti-vpe: get rid of some smatch warningsMauro Carvalho Chehab
2016-11-22[media] vpdma: remove vpdma_enable_list_notify_irq()Mauro Carvalho Chehab
2016-11-22[media] media: ti-vpe: vpe: Add proper support single and multi-plane bufferBenoit Parrot
2016-11-22[media] media: ti-vpe: csc: Add debug support for multi-instanceBenoit Parrot
2016-11-22[media] media: ti-vpe: Make colorspace converter library into its own moduleBenoit Parrot