aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/omap3isp (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Ailus6-37/+25
2017-08-20media: omap3isp: csiphy: Don't assume the CSI receiver is a CSI2 moduleSakari Ailus4-30/+27
2017-08-20media: omap3isp: Always initialise isp and mutex for csiphy1Sakari Ailus1-2/+3
2017-08-20media: omap3isp: Correctly set IO_OUT_SEL and VP_CLK_POL for CCP2 modePavel Machek2-2/+9
2017-08-20media: omap3isp: Parse CSI1 configuration from the device treePavel Machek2-27/+79
2017-07-26media: v4l: omap3isp: Get the parallel bus type from DTLaurent Pinchart3-7/+4
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 Machek2-1/+7
2017-07-19media: omap3isp: add CSI1 supportPavel Machek2-7/+13
2017-07-19media: omap3isp: Explicitly set the number of CSI-2 lanes used in lane cfgSakari Ailus3-6/+18
2017-07-19media: omap3isp: Destroy CSI-2 phy mutexes in error and module removalSakari Ailus3-2/+11
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 Anna2-18/+0
2017-01-31[media] v4l: omap3isp: Clean up file handle in open() and release()Shailendra Verma1-0/+2
2017-01-30[media] omap3isp: Use a local media device pointer insteadSakari Ailus1-1/+1
2017-01-27[media] media: Rename graph and pipeline structs and functionsSakari Ailus1-8/+8
2016-11-16[media] v4l: omap3isp: Use dma_request_chan_by_mask() to request the DMA channelPeter Ujfalusi1-13/+15
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 Chehab7-50/+54
2016-09-09[media] media: Move media_device link_notify operation to an ops structureLaurent Pinchart1-1/+5
2016-08-24[media] v4l2: remove g/s_crop from video opsHans Verkuil1-31/+57
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil1-1/+1
2016-07-08[media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil2-11/+2
2016-04-13[media] media: Rename is_media_entity_v4l2_io to is_media_entity_v4l2_video_deviceLaurent Pinchart1-1/+1
2016-03-03[media] v4l: omap3isp: Use V4L2 graph PM operationsSakari Ailus4-225/+6
2016-02-01[media] omap3isp: Check v4l2_of_parse_endpoint() return valueJavier Martinez Canillas1-1/+4
2016-01-25[media] v4l: omap3isp: Fix data lane shift configurationLaurent Pinchart3-6/+6
2016-01-25[media] v4l: omap3isp: preview: Mark output buffer done firstSakari Ailus1-7/+7
2016-01-25[media] v4l: omap3isp: Fix handling platform_get_irq resultAndrzej Hajda1-2/+3
2016-01-25[media] v4l: omap3isp: use vb2_buffer_state enum for vb2 buffer stateLad, Prabhakar1-4/+6
2016-01-25[media] v4l: omap3isp: Return buffers back to videobuf2 if pipeline streamon failsSakari Ailus1-14/+32
2016-01-25[media] v4l: omap3isp: Move starting the sensor from streamon IOCTL handler to VB2 QOPSakari Ailus1-19/+30
2016-01-25[media] v4l: omap3isp: Fix module autoloadingJavier Martinez Canillas1-0/+1
2016-01-11[media] v4l: omap3isp: Use media entity enumeration interfaceSakari Ailus5-19/+33
2016-01-11[media] v4l: omap3isp: Use the new media graph walk interfaceSakari Ailus4-27/+61
2016-01-11[media] media-device: split media initialization and registrationJavier Martinez Canillas1-7/+7
2016-01-11[media] omap3isp: consistently use v4l2_dev var in complete notifierJavier Martinez Canillas1-1/+1
2016-01-11[media] omap3isp: rename single labels to just errorJavier Martinez Canillas2-4/+4
2016-01-11[media] omap3isp: remove pads prefix from isp_create_pads_links()Javier Martinez Canillas1-4/+8
2016-01-11[media] omap3isp: remove per ISP module link creation functionsJavier Martinez Canillas11-108/+35
2016-01-11[media] media: use unsigned for pad indexMauro Carvalho Chehab5-5/+5
2016-01-11[media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab7-7/+7
2016-01-11[media] omap3/omap4/davinci: get rid of MEDIA_ENT_T_V4L2_SUBDEV abuseMauro Carvalho Chehab5-21/+46
2016-01-11[media] media: use macros to check for V4L2 subdev entitiesMauro Carvalho Chehab2-12/+9
2016-01-11[media] omap3isp: create links after all subdevs have been boundJavier Martinez Canillas1-8/+15
2016-01-11[media] omap3isp: separate links creation from entities initJavier Martinez Canillas11-104/+185
2016-01-11[media] media: use entity.graph_obj.mdev instead of .parentJavier Martinez Canillas2-3/+3