summaryrefslogtreecommitdiffstats
path: root/drivers/media/media-entity.c
Commit message (Expand)AuthorAgeFilesLines
* media: v4l2-mc: switch it to use the new approach to setup pipelinesMauro Carvalho Chehab2018-09-171-0/+26
* media: media.h: reorganize header to make it easier to understandHans Verkuil2018-02-261-16/+0
* [media] media: Check for active and has_no_links overrunSakari Ailus2017-10-041-5/+8
* media: Make parameter of media_entity_remote_pad() constTodor Tomov2017-07-201-1/+1
* [media] media: entity: Catch unbalanced media_pipeline_stop callsKieran Bingham2017-06-231-1/+6
* [media] media: entity: Add media_entity_get_fwnode_pad() functionNiklas Söderlund2017-06-201-0/+36
* [media] media-entity: only call dev_dbg_obj if mdev is not NULLHelen Fornazier2017-04-191-2/+2
* [media] media: entity: Add debug information to graph walkSakari Ailus2017-01-301-1/+18
* [media] media: Use single quotes to quote entity namesSakari Ailus2017-01-301-2/+2
* [media] media: entity: Split graph walk iteration into two functionsSakari Ailus2017-01-271-26/+30
* [media] media: Rename graph and pipeline structs and functionsSakari Ailus2017-01-271-39/+38
* [media] media: entity: Be vocal about failing sanity checksSakari Ailus2017-01-271-4/+4
* [media] media: entity: Fix stream count checkSakari Ailus2017-01-271-1/+1
* [media] media: Drop FSF's postal address from the source code filesSakari Ailus2017-01-271-4/+0
* [media] media-entity: clear media_gobj.mdev in _destroy()Max Kellermann2016-11-181-0/+6
* [media] media: Move media_device link_notify operation to an ops structureLaurent Pinchart2016-09-091-5/+6
* [media] v4l2-core: Add support for touch devicesNick Dyer2016-08-231-0/+2
* [media] media: change pipeline validation return errorHelen Mae Koike Fornazier2016-04-291-1/+1
* [media] media-device: get rid of the spinlockMauro Carvalho Chehab2016-04-201-8/+8
* [media] media: add prefixes to interface typesShuah Khan2016-03-051-17/+17
* [media] media: Media Controller non-locking __media_entity_pipeline_start/stop()Shuah Khan2016-02-271-10/+24
* [media] media: Media Controller export non locking __media_entity_setup_link()Shuah Khan2016-02-271-0/+1
* [media] uapi/media.h: Declare interface types for ALSAShuah Khan2016-02-271-0/+16
* [media] media: Use all bits of an enumerationSakari Ailus2016-02-191-2/+3
* [media] media: Media Controller fix to not let stream_count go negativeShuah Khan2016-02-011-6/+12
* [media] media-entitiy: add a function to create multiple linksMauro Carvalho Chehab2016-01-111-0/+65
* [media] media-entity: increase max number of PADsMauro Carvalho Chehab2016-01-111-1/+1
* [media] media-device.h: use just one u32 counter for object IDMauro Carvalho Chehab2016-01-111-20/+15
* [media] move documentation to the header filesMauro Carvalho Chehab2016-01-111-13/+0
* [media] media: Move MEDIA_ENTITY_MAX_PADS from media-entity.h to media-entity.cSakari Ailus2016-01-111-0/+5
* [media] media: Remove pre-allocated entity enumeration bitmapSakari Ailus2016-01-111-11/+5
* [media] media: Keep using the same graph walk object for a given pipelineSakari Ailus2016-01-111-6/+11
* [media] media: Use entity enums in graph walkSakari Ailus2016-01-111-10/+6
* [media] media: Use the new media graph walk interfaceSakari Ailus2016-01-111-1/+11
* [media] media: Amend media graph walk API by init and cleanup functionsSakari Ailus2016-01-111-0/+27
* [media] media: Move media graph state for streamon/off to the pipelineSakari Ailus2016-01-111-8/+8
* [media] media: Add an API to manage entity enumerationsSakari Ailus2016-01-111-0/+40
* [media] media-entity: cache media_device on object removalMauro Carvalho Chehab2016-01-111-8/+18
* [media] media-entity: use mutes for link setupMauro Carvalho Chehab2016-01-111-2/+2
* [media] media: Enforce single entity->pipe in a pipelineSakari Ailus2016-01-111-1/+6
* [media] media: move MEDIA_LNK_FL_INTERFACE_LINK logic to link creationMauro Carvalho Chehab2016-01-111-2/+2
* [media] media-entity: remove unneded enclosing parenthesisJavier Martinez Canillas2016-01-111-2/+2
* [media] media-entity.h: move kernel-doc tags from media-entity.cMauro Carvalho Chehab2016-01-111-152/+11
* [media] media_entity: rename media_obj functions to *_create *_destroyMauro Carvalho Chehab2016-01-111-13/+13
* [media] media_entity: get rid of a unused varMauro Carvalho Chehab2016-01-111-4/+1
* [media] media-entity: get rid of forward __media_entity_remove_link() declara...Mauro Carvalho Chehab2016-01-111-35/+32
* [media] media: remove extra blank linesMauro Carvalho Chehab2016-01-111-3/+0
* [media] media-entity.h: convert media_entity_cleanup to inlineMauro Carvalho Chehab2016-01-111-6/+0
* [media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab2016-01-111-7/+4
* [media] media-entity: init pads on entity init if was registered beforeJavier Martinez Canillas2016-01-111-0/+10