summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/omap3isp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [media] v4l: omap3isp: preview: Mark output buffer done firstSakari Ailus2016-01-251-7/+7
* [media] v4l: omap3isp: Fix handling platform_get_irq resultAndrzej Hajda2016-01-251-2/+3
* [media] v4l: omap3isp: use vb2_buffer_state enum for vb2 buffer stateLad, Prabhakar2016-01-251-4/+6
* [media] v4l: omap3isp: Return buffers back to videobuf2 if pipeline streamon ...Sakari Ailus2016-01-251-14/+32
* [media] v4l: omap3isp: Move starting the sensor from streamon IOCTL handler t...Sakari Ailus2016-01-251-19/+30
* [media] v4l: omap3isp: Fix module autoloadingJavier Martinez Canillas2016-01-251-0/+1
* [media] v4l: omap3isp: Use media entity enumeration interfaceSakari Ailus2016-01-115-19/+33
* [media] v4l: omap3isp: Use the new media graph walk interfaceSakari Ailus2016-01-114-27/+61
* [media] media-device: split media initialization and registrationJavier Martinez Canillas2016-01-111-7/+7
* [media] omap3isp: consistently use v4l2_dev var in complete notifierJavier Martinez Canillas2016-01-111-1/+1
* [media] omap3isp: rename single labels to just errorJavier Martinez Canillas2016-01-112-4/+4
* [media] omap3isp: remove pads prefix from isp_create_pads_links()Javier Martinez Canillas2016-01-111-4/+8
* [media] omap3isp: remove per ISP module link creation functionsJavier Martinez Canillas2016-01-1111-108/+35Star
* [media] media: use unsigned for pad indexMauro Carvalho Chehab2016-01-115-5/+5
* [media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab2016-01-117-7/+7
* [media] omap3/omap4/davinci: get rid of MEDIA_ENT_T_V4L2_SUBDEV abuseMauro Carvalho Chehab2016-01-115-21/+46
* [media] media: use macros to check for V4L2 subdev entitiesMauro Carvalho Chehab2016-01-112-12/+9Star
* [media] omap3isp: create links after all subdevs have been boundJavier Martinez Canillas2016-01-111-8/+15
* [media] omap3isp: separate links creation from entities initJavier Martinez Canillas2016-01-1111-104/+185
* [media] media: use entity.graph_obj.mdev instead of .parentJavier Martinez Canillas2016-01-112-3/+3