summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/omap3isp
AgeCommit message (Expand)AuthorFilesLines
2012-08-15[media] rename drivers/media/video as .../platformMauro Carvalho Chehab31-20389/+0
2012-08-11[media] v4l2: typosMichael Jones2-4/+4
2012-08-11[media] omap3isp: Mark the resizer output video node as the default video nodeLaurent Pinchart1-0/+2
2012-08-11[media] omap3isp: ccdc: Add YUV input formats supportLaurent Pinchart4-26/+129
2012-08-11[media] omap3isp: ccdc: Remove ispccdc_syncif structureLaurent Pinchart2-40/+17
2012-08-11[media] omap3isp: ccdc: Remove support for interlaced data and master HS/VS modeLaurent Pinchart2-67/+2
2012-08-11[media] omap3isp: csi2: Add V4L2_MBUS_FMT_YUYV8_2X8 supportIvaylo Petrov1-2/+25
2012-08-11[media] omap3isp: video: Add YUYV8_2X8 and UYVY8_2X8 supportLaurent Pinchart1-0/+6
2012-08-11[media] omap3isp: video: Split format info bpp field into width and bppLaurent Pinchart3-29/+32
2012-08-11[media] omap3isp: preview: Add support for non-GRBG Bayer patternsLaurent Pinchart3-59/+89
2012-08-11[media] omap3isp: preview: Merge gamma correction and gamma bypassLaurent Pinchart1-22/+22
2012-08-11[media] omap3isp: preview: Reorder configuration functionsLaurent Pinchart1-226/+226
2012-08-11[media] omap3isp: preview: Pass a prev_params pointer to configuration functionsLaurent Pinchart1-117/+83
2012-08-11[media] omap3isp: preview: Remove lens shading compensation supportLaurent Pinchart1-17/+1
2012-08-11[media] omap3isp: queue: Fix omap3isp_video_queue_dqbuf() description commentMichael Jones1-6/+7
2012-08-11[media] omap3isp: ccdc: No semicolon is needed after switch statementPeter Meerwald1-2/+2
2012-08-11[media] omap3isp: Configure HS/VS interrupt source before enabling interruptsLaurent Pinchart1-17/+26
2012-08-11[media] omap3isp: Don't access ISP_CTRL directly in the statistics modulesLaurent Pinchart5-25/+14
2012-07-14Merge branch 'v4l_for_linus' into staging/for_v3.6Mauro Carvalho Chehab1-3/+3
2012-07-06[media] v4l: Unify selection flagsSakari Ailus2-2/+2
2012-07-06[media] v4l: Unify selection targets across V4L2 and V4L2 subdev interfacesSakari Ailus3-9/+9
2012-07-06[media] v4l: Remove "_ACTUAL" from subdev selection API target definition namesSakari Ailus3-6/+6
2012-07-06[media] omap3isp: preview: Fix contrast and brightness handlingLaurent Pinchart1-2/+2
2012-07-06[media] omap3isp: preview: Fix output size computation depending on input formatLaurent Pinchart1-1/+1
2012-05-14[media] omap3isp: Move CCDC link validation to ccdc_link_validate()Sakari Ailus2-84/+76
2012-05-14[media] omap3isp: Default link validation for ccp2, csi2, preview and resizerSakari Ailus4-0/+4
2012-05-14[media] omap3isp: Use external rate instead of vpcfgSakari Ailus5-30/+3
2012-05-14[media] omap3isp: Introduce isp_video_check_external_subdevs()Sakari Ailus1-0/+79
2012-05-14[media] omap3isp: Add information on external subdev to struct isp_pipelineSakari Ailus1-0/+3
2012-05-14[media] omap3isp: Refactor collecting information on entities in pipelineSakari Ailus1-29/+32
2012-05-14[media] omap3isp: Add lane configuration to platform dataSakari Ailus1-13/+2
2012-05-14[media] omap3isp: Assume media_entity_pipeline_start may failSakari Ailus1-24/+28
2012-05-14[media] omap3isp: Move setting constaints above media_entity_pipeline_startSakari Ailus1-6/+7
2012-05-14[media] omap3isp: Move definitions required by board code under include/mediaSakari Ailus1-4/+0
2012-05-14[media] omap3isp: Support additional in-memory compressed bayer formatsSakari Ailus1-0/+13
2012-05-08[media] omap3isp: resizer: Replace the crop API by the selection APILaurent Pinchart1-50/+88
2012-05-08[media] omap3isp: preview: Replace the crop API by the selection APILaurent Pinchart1-20/+54
2012-05-08[media] omap3isp: ccdc: Add selection support on output formatter source padLaurent Pinchart2-13/+169
2012-05-08[media] omap3isp: Mark probe and cleanup functions with __devinit and __devexitLaurent Pinchart1-3/+3
2012-05-08[media] omap3isp: preview: Add support for greyscale inputLaurent Pinchart1-22/+30
2012-05-08[media] omap3isp: preview: Rename last occurences of *_rgb_to_ycbcr to *_cscLaurent Pinchart1-3/+3
2012-05-08[media] omap3isp: preview: Shorten shadow update delayLaurent Pinchart2-108/+212
2012-05-08[media] omap3isp: preview: Simplify configuration parameters accessLaurent Pinchart1-72/+62
2012-05-08[media] omap3isp: preview: Rename prev_params fields to match userspace APILaurent Pinchart2-12/+12
2012-05-08[media] omap3isp: preview: Remove update_attrs feature_bit fieldLaurent Pinchart1-53/+54
2012-05-08[media] omap3isp: preview: Merge configuration and feature bitsLaurent Pinchart2-72/+57
2012-05-08[media] omap3isp: preview: Remove unused isptables_update structure definitionLaurent Pinchart1-20/+0
2012-05-08[media] omap3isp: preview: Remove averager parameter update flagLaurent Pinchart1-2/+1
2012-05-08[media] omap3isp: preview: Optimize parameters setup for the common caseLaurent Pinchart1-0/+6
2012-05-08[media] omap3isp: preview: Skip brightness and contrast in configuration ioctlLaurent Pinchart1-1/+1