aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/omap3isp/isp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-18media: platform: rename omap3isp/ to ti/omap3isp/Mauro Carvalho Chehab1-2487/+0
2021-11-29media: omap3isp: mark isp_isr_dbg as __maybe_unusedMauro Carvalho Chehab1-1/+2
2021-09-30media: v4l: async: Rename async nf functions, clean up long linesSakari Ailus1-9/+12
2021-08-04media: omap3isp: Fix missing unlock in isp_subdev_notifier_complete()Wei Yongjun1-1/+3
2021-04-06media: omap3isp: Acquire graph mutex for graph traversalSakari Ailus1-2/+14
2021-02-06media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() APILaurent Pinchart1-11/+6
2021-02-06media: v4l2-async: Clean v4l2_async_notifier_add_fwnode_remote_subdevEzequiel Garcia1-46/+33
2020-09-10media: omap3isp: Fix memleak in isp_probeDinghao Liu1-2/+4
2020-09-01media: omap: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-06-26media: omap3isp: remove cacheflush.hNathan Chancellor1-2/+0
2020-01-03media: omap3isp: Ignore failure of stopping streaming on external subdevSakari Ailus1-4/+4
2019-08-15media: omap3isp: Don't set streaming state on random subdevsSakari Ailus1-0/+8
2019-08-07media: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-1/+0
2019-07-25media: omap3isp: Rework OF endpoint parsingSakari Ailus1-134/+197
2019-07-09Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-6/+12
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-29media: omap3isp: constify platform_device_idArvind Yadav1-1/+1
2019-05-29media: omap3isp: Don't rely on devm for memory resource managementSakari Ailus1-5/+11
2019-03-01media: platform: fix several typosMauro Carvalho Chehab1-1/+1
2018-11-06media: omap3isp: Unregister media device as firstSakari Ailus1-1/+2
2018-10-04media: v4l: mediabus: Recognise CSI-2 D-PHY and C-PHYSakari Ailus1-1/+1
2018-10-04media: v4l2-fwnode: Switch to v4l2_async_notifier_add_subdevSteve Longerbeam1-0/+1
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-1/+1
2018-08-08media: isp: fix a warning about a wrong struct initializerMauro Carvalho Chehab1-1/+1
2018-06-28media: omap3isp: zero-initialize the isp cam_xclk{a,b} initial dataJavier Martinez Canillas1-1/+1
2018-06-28media: omap3isp: fix warning for !CONFIG_PMArnd Bergmann1-2/+2
2018-04-20media: omap3isp: Allow it to build with COMPILE_TESTArnd Bergmann1-0/+8
2018-04-20media: omap3isp: fix unbalanced dma_iommu_mappingSuman Anna1-3/+4
2018-04-17media: omap3isp/isp: remove an unused static varMauro Carvalho Chehab1-7/+0
2018-01-04media: fix usage of whitespaces and on indentationMauro Carvalho Chehab1-1/+1
2017-10-31media: v4l: async: Move async subdev notifier operations to a separate structureLaurent Pinchart1-1/+5
2017-10-31media: omap3isp: Print the name of the entity where no source pads could be foundSakari Ailus1-2/+2
2017-10-31media: omap3isp: Fix check for our own sub-devicesSakari Ailus1-1/+1
2017-10-31media: omap3isp: Use generic parser for parsing fwnode endpointsSakari Ailus1-82/+39
2017-08-26media: omap3isp: fix uninitialized variable useArnd Bergmann1-1/+1
2017-08-20media: Convert to using %pOF instead of full_nameRob Herring1-4/+4
2017-08-20media: omap3isp: Quit using struct v4l2_subdev.host_priv fieldSakari Ailus1-22/+7
2017-08-20media: omap3isp: Parse CSI1 configuration from the device treePavel Machek1-27/+78
2017-07-26media: v4l: omap3isp: Get the parallel bus type from DTLaurent Pinchart1-0/+1
2017-07-19media: omap3isp: Ignore endpoints with invalid configurationSakari Ailus1-3/+5
2017-07-19media: omap3isp: Return -EPROBE_DEFER if the required regulators can't be obtainedPavel Machek1-1/+2
2017-07-19media: omap3isp: Explicitly set the number of CSI-2 lanes used in lane cfgSakari Ailus1-1/+4
2017-07-19media: omap3isp: Destroy CSI-2 phy mutexes in error and module removalSakari Ailus1-2/+4
2017-07-19media: omap3isp: Check for valid port in endpointsSakari Ailus1-1/+1
2017-06-06[media] v4l: Switch from V4L2 OF not V4L2 fwnode APISakari Ailus1-23/+26
2017-04-20omap3isp: Remove iommu_group related codeSuman Anna1-17/+0
2016-11-16[media] v4l: omap3isp: Fix OF node double put when parsing OF graphLaurent Pinchart1-10/+9
2016-10-21[media] omap3isp: don't break long linesMauro Carvalho Chehab1-2/+2
2016-09-09[media] media: Move media_device link_notify operation to an ops structureLaurent Pinchart1-1/+5
2016-03-03[media] v4l: omap3isp: Use V4L2 graph PM operationsSakari Ailus1-211/+2