summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/omap3isp/ispccdc.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-18media: platform: rename omap3isp/ to ti/omap3isp/Mauro Carvalho Chehab1-2760/+0
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen1-35/+50
2020-12-02media: omap3isp: Remove misleading commentThomas Gleixner1-3/+2
2020-02-27media: omap3isp: Prevent enabling CCDC when stopping streamingSakari Ailus1-0/+4
2020-01-03media: omap3isp: Don't restart CCDC if we're about to stopSakari Ailus1-4/+8
2019-08-15media: omap3isp: Set device on omap3isp subdevsSakari Ailus1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-03-01media: platform: fix several typosMauro Carvalho Chehab1-2/+2
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-1/+1
2018-04-17media: platform: fix some 64-bits warningsMauro Carvalho Chehab1-1/+1
2017-08-20media: omap3isp: Quit using struct v4l2_subdev.host_priv fieldSakari Ailus1-7/+9
2017-07-26media: v4l: omap3isp: Get the parallel bus type from DTLaurent Pinchart1-7/+1
2016-10-21[media] omap3isp: don't break long linesMauro Carvalho Chehab1-4/+5
2016-01-25[media] v4l: omap3isp: Fix data lane shift configurationLaurent Pinchart1-1/+1
2016-01-11[media] v4l: omap3isp: Use media entity enumeration interfaceSakari Ailus1-1/+1
2016-01-11[media] omap3isp: rename single labels to just errorJavier Martinez Canillas1-2/+2
2016-01-11[media] omap3isp: remove per ISP module link creation functionsJavier Martinez Canillas1-14/+0
2016-01-11[media] media: use unsigned for pad indexMauro Carvalho Chehab1-1/+1
2016-01-11[media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab1-1/+1
2016-01-11[media] omap3/omap4/davinci: get rid of MEDIA_ENT_T_V4L2_SUBDEV abuseMauro Carvalho Chehab1-5/+10
2016-01-11[media] omap3isp: separate links creation from entities initJavier Martinez Canillas1-8/+14
2016-01-11[media] media: rename the function that create pad linksMauro Carvalho Chehab1-1/+1
2016-01-11[media] omap3isp: get entity ID using media_entity_id()Javier Martinez Canillas1-1/+1
2016-01-11[media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab1-1/+1
2015-04-02[media] omap3isp: Refactor device configuration structs for Device TreeSakari Ailus1-13/+13
2015-03-23[media] v4l2-subdev: add support for the new enum_frame_size 'which' fieldHans Verkuil1-2/+2
2015-03-23[media] v4l2-subdev: support new 'which' field in enum_mbus_codeHans Verkuil1-2/+2
2015-03-23[media] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_configHans Verkuil1-41/+41
2014-11-14[media] platform: Make use of media_bus_format enumBoris BREZILLON1-57/+55
2014-09-03[media] omap3isp: use true/false for boolean varsMauro Carvalho Chehab1-1/+1
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 Pinchart1-0/+4
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 Pinchart1-27/+51
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 Pinchart1-16/+78
2014-08-21[media] omap3isp: ccdc: Support the interlaced field orders at the CCDC outputLaurent Pinchart1-46/+86
2014-08-21[media] omap3isp: ccdc: Add basic support for interlaced videoLaurent Pinchart1-1/+20
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: Remove boilerplate disclaimer and FSF addressLaurent Pinchart1-10/+0
2014-05-25[media] omap3isp: Rename isp_buffer isp_addr field to dmaLaurent Pinchart1-2/+2
2014-05-25[media] omap3isp: ccdc: Use the DMA API for FPCLaurent Pinchart1-23/+28
2014-05-25[media] omap3isp: ccdc: Use the DMA API for LSCLaurent Pinchart1-29/+23
2014-03-05[media] omap3isp: Rename the variable names in descriptionLad, Prabhakar1-4/+4
2014-03-05[media] omap3isp: Fix typosLad, Prabhakar1-1/+1
2014-01-07[media] omap3isp: ccdc: Don't hang when the SBL fails to become idleLaurent Pinchart1-0/+2