summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/davinci
Commit message (Expand)AuthorAgeFilesLines
* media: davinci: fix two kernel-doc commentsMauro Carvalho Chehab2021-05-202-2/+2
* media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() APILaurent Pinchart2021-02-061-1/+1
* media: davinci: vpif_display: Remove unused v4l2-async codeEzequiel Garcia2021-02-062-72/+15
* media: davinci/vpbe.c: ret contains the return code, not errHans Verkuil2021-01-271-1/+1
* media: platform: davinci: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun2021-01-121-2/+1
* media: isif: reset global stateEvgeny Novikov2020-11-161-2/+9
* media: davinci: vpif_capture: fix potential double freeEvgeny Novikov2020-08-061-2/+0
* media: vpss: clean up resources in initEvgeny Novikov2020-07-191-4/+16
* media: davinci: replace http references with httpsAlexander A. Klimov2020-07-195-5/+5
* media: vpif: Fix runtime PM imbalance in vpif_probeDinghao Liu2020-06-231-0/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* media: davinci: remove redundant assignment to pointer 'common'Colin Ian King2020-04-211-1/+0
* media: davinci: fix incorrect pix_fmt assignmentCengiz Can2020-02-241-1/+1
* media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-244-4/+4
* media: isif: constify copied structureJulia Lawall2020-02-241-1/+1
* Merge tag 'media/v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-01-311-15/+16
|\
| * media: davinci/vpfe_capture.c: Avoid BUG_ON for register failureAditya Pakki2020-01-091-15/+16
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-063-3/+3
|/
* media: use the BIT() macroMauro Carvalho Chehab2019-08-261-10/+10
* media: v4l2-async: Get fwnode reference when putting it to the notifier's listSakari Ailus2019-07-251-7/+6
* media: davinci-vpif: Don't dereference endpoint after putting it, fix refcoun...Sakari Ailus2019-07-251-3/+2
* media: davinci/vpfe_capture.c: drop unused format descriptionsHans Verkuil2019-07-251-42/+9
* media: davinci-vpbe: remove obsolete includesArnd Bergmann2019-07-233-14/+0
* media: drivers/media: don't set pix->priv = 0Hans Verkuil2019-07-231-1/+0
* media: am437x/davinci: set device_caps in struct video_deviceHans Verkuil2019-07-224-8/+4
* media: media/platform: don't set description in ENUM_FMTHans Verkuil2019-07-223-25/+4
* media: davinci: vpif_capture: fix memory leak in vpif_probe()Young Xiao2019-06-121-2/+14
* Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab2019-06-1117-166/+17
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 316Thomas Gleixner2019-06-051-9/+1
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner2019-06-055-46/+5
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-3011-111/+11
* | Merge tag 'v5.2-rc2' into patchworkMauro Carvalho Chehab2019-05-281-0/+1
|\|
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | media: vpss: fix the order of resource clean upMukesh Ojha2019-05-231-1/+1
* | media: vpss: fix a potential NULL pointer dereferenceKangjie Lu2019-05-231-0/+5
|/
* media: davinci/vpbe: array underflow in vpbe_enum_outputs()Dan Carpenter2019-05-081-1/+1
* media: replace strncpy() by strscpy()Mauro Carvalho Chehab2019-03-293-4/+5
* media: davinci-isif: avoid uninitialized variable useArnd Bergmann2019-03-291-9/+0
* media: platform: fix several typosMauro Carvalho Chehab2019-03-014-6/+6
* media: videobuf: use u64 for the timestamp internallyHans Verkuil2019-02-071-1/+1
* media: DaVinci-VPBE: fix error handling in vpbe_initialize()Alexey Khoroshilov2018-12-031-2/+5
* media: vidioc_cropcap -> vidioc_g_pixelaspectHans Verkuil2018-11-202-11/+11
* media: davinci/vpbe: drop unused g_cropcapHans Verkuil2018-11-201-23/+0
* media: isif: fix a NULL pointer dereference bugWenwen Wang2018-10-091-1/+2
* 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-042-36/+55
* media: davinci: Fix implicit enum conversion warningNathan Chancellor2018-09-241-1/+1
* media: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-121-2/+1
* media: replace strcpy() by strscpy()Mauro Carvalho Chehab2018-09-114-6/+11
* media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-114-10/+10