| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-25 | media: mc: Improve unconnected pads debugging message in link exploration | Laurent Pinchart | 1 | -2/+2 |
| 2025-08-25 | media: mc: Fix MUST_CONNECT handling for pads with no links | Laurent Pinchart | 1 | -1/+1 |
| 2024-11-07 | media: mc: Rename pad as origin in __media_pipeline_start() | Sakari Ailus | 1 | -7/+7 |
| 2024-04-10 | media: mc: Fix graph walk in media_pipeline_start | Tomi Valkeinen | 1 | -0/+6 |
| 2024-02-05 | media: mc: Expand MUST_CONNECT flag to always require an enabled link | Laurent Pinchart | 1 | -10/+43 |
| 2024-02-05 | media: mc: Rename pad variable to clarify intent | Laurent Pinchart | 1 | -5/+6 |
| 2024-02-05 | media: mc: Add num_links flag to media_pad | Laurent Pinchart | 1 | -0/+6 |
| 2024-02-05 | media: mc: Fix flags handling when creating pad links | Laurent Pinchart | 1 | -1/+6 |
| 2024-02-05 | media: mc: Add local pad to pipeline regardless of the link state | Laurent Pinchart | 1 | -9/+9 |
| 2023-10-07 | media: mc: Check pad flag validity | Sakari Ailus | 1 | -1/+14 |
| 2023-05-25 | media: mc: Make media_get_pad_index() use pad type flag | Sakari Ailus | 1 | -11/+5 |
| 2023-05-25 | media: mc: Make media_entity_get_fwnode_pad() fwnode argument const | Sakari Ailus | 1 | -1/+1 |
| 2023-02-06 | media: mc: entity: Fix minor issues in comments and documentation | Laurent Pinchart | 1 | -3/+3 |
| 2023-02-06 | media: mc: Get media_device directly from pad | Laurent Pinchart | 1 | -4/+4 |
| 2023-02-06 | media: mc: entity: Add entity iterator for media_pipeline | Laurent Pinchart | 1 | -0/+37 |
| 2023-02-06 | media: mc: entity: Add pad iterator for media_pipeline | Laurent Pinchart | 1 | -0/+18 |
| 2023-01-22 | media: mc: entity: Fix doc for media_graph_walk_init | Miaoqian Lin | 1 | -1/+1 |
| 2023-01-22 | media: mc: Improve the media_entity_has_pad_interdep() documentation | Laurent Pinchart | 1 | -1/+14 |
| 2022-09-24 | media: mc: convert pipeline funcs to take media_pad | Tomi Valkeinen | 1 | -24/+16 |
| 2022-09-24 | media: mc: entity: Add has_pad_interdep entity operation | Tomi Valkeinen | 1 | -2/+8 |
| 2022-09-24 | media: mc: entity: Rewrite media_pipeline_start() | Laurent Pinchart | 1 | -76/+441 |
| 2022-09-24 | media: mc: entity: add alloc variant of pipeline_start | Tomi Valkeinen | 1 | -0/+38 |
| 2022-09-24 | media: mc: entity: Add media_entity_pipeline() to access the media pipeline | Laurent Pinchart | 1 | -0/+6 |
| 2022-09-24 | media: mc: entity: Move media_entity_get_fwnode_pad() out of graph walk section | Laurent Pinchart | 1 | -35/+35 |
| 2022-09-24 | media: mc: entity: Merge media_entity_enum_init and __media_entity_enum_init | Laurent Pinchart | 1 | -4/+6 |
| 2022-09-24 | media: mc: entity: Add iterator helper for entity pads | Jacopo Mondi | 1 | -5/+6 |
| 2022-09-24 | media: mc: entity: Rename streaming_count -> start_count | Tomi Valkeinen | 1 | -4/+4 |
| 2022-07-17 | media: mc-entity: Add a new helper function to get a remote pad for a pad | Laurent Pinchart | 1 | -0/+31 |
| 2022-07-17 | media: mc-entity: Add a new helper function to get a remote pad | Laurent Pinchart | 1 | -0/+39 |
| 2022-07-17 | media: mc-entity: Rename media_entity_remote_pad() to media_pad_remote_pad_fi... | Laurent Pinchart | 1 | -2/+2 |
| 2022-07-15 | media: entity: Use dedicated data link iterator | Daniel Scally | 1 | -3/+3 |
| 2022-07-15 | media: entity: Add iterator for entity data links | Daniel Scally | 1 | -0/+16 |
| 2022-04-24 | media: entity: Add support for ancillary links | Daniel Scally | 1 | -0/+22 |
| 2022-04-24 | media: entity: Add link_type_name() helper | Daniel Scally | 1 | -3/+15 |
| 2022-04-24 | media: entity: Skip non-data links in graph iteration | Daniel Scally | 1 | -0/+6 |
| 2022-04-24 | media: entity: skip non-data link when removing reverse links | Yunke Cao | 1 | -15/+19 |
| 2022-03-04 | media: media-entity: Simplify media_pipeline_start() | Laurent Pinchart | 1 | -30/+22 |
| 2022-03-04 | media: media-entity: Add media_pad_is_streaming() helper function | Laurent Pinchart | 1 | -1/+2 |
| 2021-12-14 | media: mc: mc-entity.c: Use bitmap_zalloc() when applicable | Christophe JAILLET | 1 | -4/+2 |
| 2021-11-29 | media: mc: drop an unused debug function | Mauro Carvalho Chehab | 1 | -16/+0 |
| 2021-05-19 | media: mc: mc-entity.c: Fix typo | Sebastian Fricke | 1 | -1/+1 |
| 2021-04-06 | media: entity: Add lockdep check to media graph walk | Sakari Ailus | 1 | -0/+1 |
| 2020-05-18 | media: entity: Pass entity to get_fwnode_pad operation | Steve Longerbeam | 1 | -1/+1 |
| 2020-02-24 | media: mc-entity.c: use WARN_ON, validate link pads | Hans Verkuil | 1 | -3/+8 |
| 2020-02-24 | media: mc-entity.c: use & to check pad flags, not == | Hans Verkuil | 1 | -2/+2 |
| 2019-06-11 | Merge tag 'v5.2-rc4' into media/master | Mauro Carvalho Chehab | 1 | -9/+1 |
| 2019-05-28 | media: move drivers/media/media-* to drivers/media/mc/mc-* | Hans Verkuil | 1 | -0/+1036 |