summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/omap3isp
Commit message (Expand)AuthorAgeFilesLines
* media: omap3isp: Don't use GFP_DMASakari Ailus2018-05-091-1/+1
* media: omap3isp: Remove useless NULL check in omap3isp_stat_configSakari Ailus2018-05-091-6/+0Star
* media: omap3isp: support 64-bit version of omap3isp_stat_dataArnd Bergmann2018-05-095-3/+30
* media: omap3isp: make omap3isp_prev_csc and omap3isp_prev_rgbtorgb constBhumika Goyal2018-04-231-2/+2
* media: v4l: omap3isp: make v4l2_file_operations constBhumika Goyal2018-04-231-1/+1
* media: omap3isp: Allow it to build with COMPILE_TESTArnd Bergmann2018-04-201-0/+8
* media: omap3isp: fix unbalanced dma_iommu_mappingSuman Anna2018-04-201-3/+4
* media: platform: fix some 64-bits warningsMauro Carvalho Chehab2018-04-171-1/+1
* media: isppreview: fix __user annotationsMauro Carvalho Chehab2018-04-171-1/+1
* media: ispstat: use %p to print the address of a bufferMauro Carvalho Chehab2018-04-171-4/+2Star
* media: omap3isp/isp: remove an unused static varMauro Carvalho Chehab2018-04-171-7/+0Star
* Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-02-061-1/+1
|\
| * media: fix usage of whitespaces and on indentationMauro Carvalho Chehab2018-01-041-1/+1
* | media: annotate ->poll() instancesAl Viro2017-11-271-2/+2
|/
* Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-162-90/+48Star
|\
| * media: v4l: async: Move async subdev notifier operations to a separate structureLaurent Pinchart2017-10-311-1/+5
| * media: omap3isp: Print the name of the entity where no source pads could be f...Sakari Ailus2017-10-311-2/+2
| * media: omap3isp: Fix check for our own sub-devicesSakari Ailus2017-10-311-1/+1
| * media: omap3isp: Use generic parser for parsing fwnode endpointsSakari Ailus2017-10-312-86/+40Star
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* media: omap3isp: fix uninitialized variable useArnd Bergmann2017-08-271-1/+1
* media: Convert to using %pOF instead of full_nameRob Herring2017-08-201-4/+4
* media: omap3isp: Quit using struct v4l2_subdev.host_priv fieldSakari Ailus2017-08-206-37/+25Star
* media: omap3isp: csiphy: Don't assume the CSI receiver is a CSI2 moduleSakari Ailus2017-08-204-30/+27Star
* media: omap3isp: Always initialise isp and mutex for csiphy1Sakari Ailus2017-08-201-2/+3
* media: omap3isp: Correctly set IO_OUT_SEL and VP_CLK_POL for CCP2 modePavel Machek2017-08-202-2/+9
* media: omap3isp: Parse CSI1 configuration from the device treePavel Machek2017-08-202-27/+79
* media: v4l: omap3isp: Get the parallel bus type from DTLaurent Pinchart2017-07-263-7/+4Star
* media: omap3isp: Ignore endpoints with invalid configurationSakari Ailus2017-07-191-3/+5
* media: omap3isp: Return -EPROBE_DEFER if the required regulators can't be obt...Pavel Machek2017-07-192-1/+7
* media: omap3isp: add CSI1 supportPavel Machek2017-07-192-7/+13
* media: omap3isp: Explicitly set the number of CSI-2 lanes used in lane cfgSakari Ailus2017-07-193-6/+18
* media: omap3isp: Destroy CSI-2 phy mutexes in error and module removalSakari Ailus2017-07-193-2/+11
* media: omap3isp: Check for valid port in endpointsSakari Ailus2017-07-191-1/+1
* [media] v4l: Switch from V4L2 OF not V4L2 fwnode APISakari Ailus2017-06-061-23/+26
* omap3isp: Remove iommu_group related codeSuman Anna2017-04-202-18/+0Star
* [media] v4l: omap3isp: Clean up file handle in open() and release()Shailendra Verma2017-01-311-0/+2
* [media] omap3isp: Use a local media device pointer insteadSakari Ailus2017-01-301-1/+1
* [media] media: Rename graph and pipeline structs and functionsSakari Ailus2017-01-271-8/+8
* [media] v4l: omap3isp: Use dma_request_chan_by_mask() to request the DMA channelPeter Ujfalusi2016-11-161-13/+15
* [media] v4l: omap3isp: Fix OF node double put when parsing OF graphLaurent Pinchart2016-11-161-10/+9Star
* [media] omap3isp: don't break long linesMauro Carvalho Chehab2016-10-217-50/+54
* [media] media: Move media_device link_notify operation to an ops structureLaurent Pinchart2016-09-091-1/+5
* [media] v4l2: remove g/s_crop from video opsHans Verkuil2016-08-241-31/+57
* [media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil2016-07-081-1/+1
* [media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil2016-07-082-11/+2Star
* [media] media: Rename is_media_entity_v4l2_io to is_media_entity_v4l2_video_d...Laurent Pinchart2016-04-131-1/+1
* [media] v4l: omap3isp: Use V4L2 graph PM operationsSakari Ailus2016-03-034-225/+6Star
* [media] omap3isp: Check v4l2_of_parse_endpoint() return valueJavier Martinez Canillas2016-02-011-1/+4
* [media] v4l: omap3isp: Fix data lane shift configurationLaurent Pinchart2016-01-253-6/+6