aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/davinci (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-06media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() APILaurent Pinchart1-1/+1
2021-02-06media: davinci: vpif_display: Remove unused v4l2-async codeEzequiel Garcia2-72/+15
2021-01-27media: davinci/vpbe.c: ret contains the return code, not errHans Verkuil1-1/+1
2021-01-12media: platform: davinci: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun1-2/+1
2020-11-16media: isif: reset global stateEvgeny Novikov1-2/+9
2020-08-06media: davinci: vpif_capture: fix potential double freeEvgeny Novikov1-2/+0
2020-07-19media: vpss: clean up resources in initEvgeny Novikov1-4/+16
2020-07-19media: davinci: replace http references with httpsAlexander A. Klimov5-5/+5
2020-06-23media: vpif: Fix runtime PM imbalance in vpif_probeDinghao Liu1-0/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-04-21media: davinci: remove redundant assignment to pointer 'common'Colin Ian King1-1/+0
2020-02-24media: davinci: fix incorrect pix_fmt assignmentCengiz Can1-1/+1
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil4-4/+4
2020-02-24media: isif: constify copied structureJulia Lawall1-1/+1
2020-01-31Merge tag 'media/v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-15/+16
2020-01-09media: davinci/vpfe_capture.c: Avoid BUG_ON for register failureAditya Pakki1-15/+16
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig3-3/+3
2019-08-26media: use the BIT() macroMauro Carvalho Chehab1-10/+10
2019-07-25media: v4l2-async: Get fwnode reference when putting it to the notifier's listSakari Ailus1-7/+6
2019-07-25media: davinci-vpif: Don't dereference endpoint after putting it, fix refcountingSakari Ailus1-3/+2
2019-07-25media: davinci/vpfe_capture.c: drop unused format descriptionsHans Verkuil1-42/+9
2019-07-23media: davinci-vpbe: remove obsolete includesArnd Bergmann3-14/+0
2019-07-23media: drivers/media: don't set pix->priv = 0Hans Verkuil1-1/+0
2019-07-22media: am437x/davinci: set device_caps in struct video_deviceHans Verkuil4-8/+4
2019-07-22media: media/platform: don't set description in ENUM_FMTHans Verkuil3-25/+4
2019-06-12media: davinci: vpif_capture: fix memory leak in vpif_probe()Young Xiao1-2/+14
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab17-166/+17
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 316Thomas Gleixner1-9/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner5-46/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner11-111/+11
2019-05-28Merge tag 'v5.2-rc2' into patchworkMauro Carvalho Chehab1-0/+1
2019-05-23media: vpss: fix the order of resource clean upMukesh Ojha1-1/+1
2019-05-23media: vpss: fix a potential NULL pointer dereferenceKangjie Lu1-0/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-08media: davinci/vpbe: array underflow in vpbe_enum_outputs()Dan Carpenter1-1/+1
2019-03-29media: replace strncpy() by strscpy()Mauro Carvalho Chehab3-4/+5
2019-03-29media: davinci-isif: avoid uninitialized variable useArnd Bergmann1-9/+0
2019-03-01media: platform: fix several typosMauro Carvalho Chehab4-6/+6
2019-02-07media: videobuf: use u64 for the timestamp internallyHans Verkuil1-1/+1
2018-12-03media: DaVinci-VPBE: fix error handling in vpbe_initialize()Alexey Khoroshilov1-2/+5
2018-11-20media: vidioc_cropcap -> vidioc_g_pixelaspectHans Verkuil2-11/+11
2018-11-20media: davinci/vpbe: drop unused g_cropcapHans Verkuil1-23/+0
2018-10-09media: isif: fix a NULL pointer dereference bugWenwen Wang1-1/+2
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 Longerbeam2-36/+55
2018-09-24media: davinci: Fix implicit enum conversion warningNathan Chancellor1-1/+1
2018-09-12media: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+1
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab4-6/+11
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab4-10/+10
2018-08-02media: davinci: vpif_display: Mix memory leak on probe error pathAnton Vasilyev1-8/+16