aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/soc_camera.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-21[media] omap3isp: resizer: Protect against races when updating cropLaurent Pinchart2-12/+34
2014-08-21[media] omap3isp: resizer: Remove slow debugging message from interrupt handlerLaurent Pinchart1-8/+9
2014-08-21[media] omap3isp: resizer: Remove needless variable initializationsLaurent Pinchart1-6/+6
2014-08-21[media] omap3isp: ccdc: Restart the CCDC immediately after an underrun in BT.656Laurent Pinchart1-2/+15
2014-08-21[media] omap3isp: ccdc: Don't timeout on stream off when the CCDC is stoppedLaurent Pinchart2-0/+6
2014-08-21[media] omap3isp: ccdc: Fix freeze when a short frame is receivedLaurent Pinchart1-0/+29
2014-08-21[media] omap3isp: ccdc: Increment the frame number at VD0 time for BT.656Laurent Pinchart1-10/+10
2014-08-21[media] omap3isp: ccdc: Simplify ccdc_lsc_is_configured()Laurent Pinchart1-5/+4
2014-08-21[media] omap3isp: ccdc: Rename __ccdc_handle_stopping to ccdc_handle_stoppingLaurent Pinchart1-5/+5
2014-08-21[media] omap3isp: ccdc: Only complete buffer when all fields are capturedLaurent Pinchart2-27/+58
2014-08-21[media] omap3isp: ccdc: Disable the video port when unusedLaurent Pinchart1-41/+29
2014-08-21[media] omap3isp: ccdc: Add support for BT.656 YUV format at the CCDC inputLaurent Pinchart2-16/+80
2014-08-21[media] omap3isp: ccdc: Support the interlaced field orders at the CCDC outputLaurent Pinchart3-60/+122
2014-08-21[media] omap3isp: ccdc: Add basic support for interlaced videoLaurent Pinchart4-1/+31
2014-08-21[media] omap3isp: ccdc: Simplify the ccdc_isr_buffer() functionLaurent Pinchart1-10/+5
2014-08-21[media] omap3isp: ccdc: Simplify the configuration functionLaurent Pinchart1-5/+4
2014-08-21[media] omap3isp: video: Validate the video node field orderLaurent Pinchart1-2/+3
2014-08-21[media] omap3isp: Default to progressive field order when setting the formatLaurent Pinchart1-0/+9
2014-08-21[media] omap3isp: Move non-critical code out of the mutex-protected sectionLaurent Pinchart1-3/+2
2014-08-21[media] omap3isp: Remove boilerplate disclaimer and FSF addressLaurent Pinchart28-280/+0
2014-08-21[media] omap3isp: Don't ignore subdev streamoff failuresLaurent Pinchart1-6/+4
2014-08-21[media] v4l: subdev: Extend default link validation to cover field orderLaurent Pinchart1-0/+9
2014-08-21[media] smiapp: Implement the test pattern controlSakari Ailus2-5/+78
2014-08-21[media] smiapp: Add driver-specific test pattern menu item definitionsSakari Ailus2-0/+30
2014-08-21[media] v4l: Add test pattern colour component controlsSakari Ailus3-0/+42
2014-08-21[media] xc5000: be sure that the firmware is there before set paramsMauro Carvalho Chehab1-5/+5
2014-08-21[media] au0828: Fix DVB resume when streamingMauro Carvalho Chehab2-7/+11
2014-08-21[media] au0828: fix checks if dvb is initializedMauro Carvalho Chehab1-6/+6
2014-08-21[media] xc5000: better name the functionsMauro Carvalho Chehab1-5/+5
2014-08-21[media] xc5000: add a resume functionMauro Carvalho Chehab1-0/+1
2014-08-21[media] xc5000: Split config and set code for analog/radioMauro Carvalho Chehab1-25/+56
2014-08-21[media] au0828: move the code that sets DTV on a separate functionMauro Carvalho Chehab1-34/+45
2014-08-21[media] xc5000: fix xc5000 suspendMauro Carvalho Chehab1-0/+19
2014-08-21[media] dvb-frontend: add core support for tuner suspend/resumeMauro Carvalho Chehab3-4/+14
2014-08-21[media] au0828: add pr_info to track au0828 suspend/resume codeMauro Carvalho Chehab4-0/+17
2014-08-21[media] au0828: use pr_foo macrosMauro Carvalho Chehab8-75/+72
2014-08-21[media] au0828: Remove a bad whitespaceMauro Carvalho Chehab1-1/+1
2014-08-21[media] au0828: add suspend/resume code for V4L2Mauro Carvalho Chehab3-1/+67
2014-08-21[media] au0828: properly handle stream on/off stateMauro Carvalho Chehab1-0/+3
2014-08-21[media] au0828: Add suspend code for DVBMauro Carvalho Chehab3-1/+34
2014-08-21[media] au0828: be sure to reenable the bridge and GPIOs on resumeMauro Carvalho Chehab1-0/+6
2014-08-21[media] au0828: don't let the IR polling thread to run at suspendMauro Carvalho Chehab1-2/+31
2014-08-21[media] au0828: remove CONFIG_VIDEO_AU0828_RC scope around au0828_rc_*()Shuah Khan1-4/+0
2014-08-21[media] au0828: add au0828_rc_*() stubs for VIDEO_AU0828_RC disabled caseShuah Khan1-4/+11
2014-08-21[media] au0828: handle IR int during suspend/resumeMauro Carvalho Chehab1-0/+6
2014-08-21[media] au0828: avoid race conditions at RC stopMauro Carvalho Chehab1-2/+2
2014-08-21[media] au0828-input: Be sure that IR is enabled at pollingMauro Carvalho Chehab1-2/+10
2014-08-21[media] au0828: Enable IR for HVR-850Mauro Carvalho Chehab1-0/+1
2014-08-21[media] au0828: add an option to disable IR via modprobe parameterMauro Carvalho Chehab1-1/+5
2014-08-21[media] au0828: no need to sleep at the IR codeMauro Carvalho Chehab1-2/+0