summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/imx/imx-media-dev.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-26media: imx: add csc/scaler mem2mem devicePhilipp Zabel1-1/+27
2019-05-28media: staging/imx: Re-organize modulesSteve Longerbeam1-329/+11
2019-05-28media: staging/imx: Switch to sync registration for IPU subdevsSteve Longerbeam1-109/+12
2019-05-08Merge tag 'media/v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-17/+11
2019-04-03staging: media: imx: add proper SPDX identifiers on files that did not have t...Greg Kroah-Hartman1-5/+1
2019-03-29media: staging/imx: Fix inconsistent long line breaksLucas Leonardo Ciancaglini1-8/+9
2019-03-19media: imx: Don't register IPU subdevs/links if CSI port missingSteve Longerbeam1-7/+0
2019-03-19media: imx: Rename functions that add IPU-internal subdevsSteve Longerbeam1-4/+4
2019-02-18media: staging/imx: rearrange group id to take in account IPURui Miguel Silva1-9/+13
2019-02-18media: staging/imx: refactor imx media device probeRui Miguel Silva1-68/+18
2019-01-21media: imx: queue subdev events to reachable video devicesSteve Longerbeam1-0/+24
2018-10-31Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-1/+1
2018-10-29Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-111/+52
2018-10-04media: staging/imx: Switch to v4l2_async_notifier_add_*_subdevSteve Longerbeam1-90/+31
2018-10-04media: staging/imx: Rename root notifierSteve Longerbeam1-7/+7
2018-10-04media: staging/imx: Loop through all registered subdevs for media linksSteve Longerbeam1-10/+6
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-2/+2
2018-09-10staging: Convert to using %pOFn instead of device_node.nameRob Herring1-5/+10
2018-08-31media: v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_devHans Verkuil1-1/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-3/+3
2017-12-29media: imx: fix breakages when compiling for armMauro Carvalho Chehab1-2/+2
2017-12-29media: v4l2-async: simplify v4l2_async_subdev structureMauro Carvalho Chehab1-2/+2
2017-12-15media: staging/imx: convert static vdev lists to list_headSteve Longerbeam1-33/+44
2017-12-15media: staging/imx: remove static subdev arraysSteve Longerbeam1-95/+120
2017-12-15media: staging/imx: pass fwnode handle to find/add async subdevSteve Longerbeam1-10/+10
2017-12-15media: staging/imx: remove devname string from imx_media_subdevSteve Longerbeam1-2/+1
2017-12-15media: staging/imx: remove static media link arraysSteve Longerbeam1-106/+24
2017-12-15media: staging/imx: get CSI bus type from nearest upstream entitySteve Longerbeam1-12/+0
2017-12-11media: staging/imx: fix complete handlerRussell King1-2/+5
2017-10-31media: v4l: async: Move async subdev notifier operations to a separate structureLaurent Pinchart1-2/+6
2017-09-23media: staging/imx: Fix uninitialized variable warningLaurent Pinchart1-2/+2
2017-08-08media: staging/imx: remove confusing IS_ERR_OR_NULL usageArnd Bergmann1-2/+2
2017-06-20[media] media: Add i.MX media core driverSteve Longerbeam1-0/+667