index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
mc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
media: mc: mark the media devnode as registered from the, start
Hans Verkuil
2024-04-22
1
-3
/
+2
*
media: mc: Fix graph walk in media_pipeline_start
Tomi Valkeinen
2024-04-10
1
-0
/
+6
*
media: mc: Expand MUST_CONNECT flag to always require an enabled link
Laurent Pinchart
2024-02-05
1
-10
/
+43
*
media: mc: Rename pad variable to clarify intent
Laurent Pinchart
2024-02-05
1
-5
/
+6
*
media: mc: Add num_links flag to media_pad
Laurent Pinchart
2024-02-05
1
-0
/
+6
*
media: mc: Fix flags handling when creating pad links
Laurent Pinchart
2024-02-05
1
-1
/
+6
*
media: mc: Add local pad to pipeline regardless of the link state
Laurent Pinchart
2024-02-05
1
-9
/
+9
*
media: media-devnode: make media_bus_type const
Ricardo B. Marliere
2024-02-05
1
-1
/
+1
*
media: mc: Drop useless debug print on file handle release
Sakari Ailus
2024-01-22
1
-1
/
+0
*
media: drop CONFIG_MEDIA_CONTROLLER_REQUEST_API
Hans Verkuil
2023-11-23
2
-11
/
+0
*
media: mc: Check pad flag validity
Sakari Ailus
2023-10-07
1
-1
/
+14
*
media: mc: Make media_get_pad_index() use pad type flag
Sakari Ailus
2023-05-25
1
-11
/
+5
*
media: mc: Make media_entity_get_fwnode_pad() fwnode argument const
Sakari Ailus
2023-05-25
1
-1
/
+1
*
media: mc-device: remove unnecessary __must_check
Jason Kim
2023-04-11
1
-2
/
+1
*
media: mc: entity: Fix minor issues in comments and documentation
Laurent Pinchart
2023-02-06
1
-3
/
+3
*
media: mc: Get media_device directly from pad
Laurent Pinchart
2023-02-06
1
-4
/
+4
*
media: mc: entity: Add entity iterator for media_pipeline
Laurent Pinchart
2023-02-06
1
-0
/
+37
*
media: mc: entity: Add pad iterator for media_pipeline
Laurent Pinchart
2023-02-06
1
-0
/
+18
*
media: mc: entity: Fix doc for media_graph_walk_init
Miaoqian Lin
2023-01-22
1
-1
/
+1
*
media: mc: Improve the media_entity_has_pad_interdep() documentation
Laurent Pinchart
2023-01-22
1
-1
/
+14
*
media: mc: convert pipeline funcs to take media_pad
Tomi Valkeinen
2022-09-24
1
-24
/
+16
*
media: mc: entity: Add has_pad_interdep entity operation
Tomi Valkeinen
2022-09-24
1
-2
/
+8
*
media: mc: entity: Rewrite media_pipeline_start()
Laurent Pinchart
2022-09-24
1
-76
/
+441
*
media: mc: entity: add alloc variant of pipeline_start
Tomi Valkeinen
2022-09-24
1
-0
/
+38
*
media: mc: entity: Add media_entity_pipeline() to access the media pipeline
Laurent Pinchart
2022-09-24
1
-0
/
+6
*
media: mc: entity: Move media_entity_get_fwnode_pad() out of graph walk section
Laurent Pinchart
2022-09-24
1
-35
/
+35
*
media: mc: entity: Merge media_entity_enum_init and __media_entity_enum_init
Laurent Pinchart
2022-09-24
1
-4
/
+6
*
media: mc: entity: Add iterator helper for entity pads
Jacopo Mondi
2022-09-24
2
-12
/
+12
*
media: mc: entity: Rename streaming_count -> start_count
Tomi Valkeinen
2022-09-24
1
-4
/
+4
*
media: mc-entity: Add a new helper function to get a remote pad for a pad
Laurent Pinchart
2022-07-17
1
-0
/
+31
*
media: mc-entity: Add a new helper function to get a remote pad
Laurent Pinchart
2022-07-17
1
-0
/
+39
*
media: mc-entity: Rename media_entity_remote_pad() to media_pad_remote_pad_fi...
Laurent Pinchart
2022-07-17
1
-2
/
+2
*
media: entity: Use dedicated data link iterator
Daniel Scally
2022-07-15
1
-3
/
+3
*
media: entity: Add iterator for entity data links
Daniel Scally
2022-07-15
1
-0
/
+16
*
media: mc: delete redundant code in __media_device_unregister_entity
Hangyu Hua
2022-04-24
1
-2
/
+0
*
media: mc: Set bus_info in media_device_init()
Sakari Ailus
2022-04-24
1
-0
/
+4
*
media: mc: Remove redundant documentation
Sakari Ailus
2022-04-24
1
-15
/
+0
*
media: entity: Add support for ancillary links
Daniel Scally
2022-04-24
1
-0
/
+22
*
media: entity: Add link_type_name() helper
Daniel Scally
2022-04-24
1
-3
/
+15
*
media: entity: Skip non-data links in graph iteration
Daniel Scally
2022-04-24
1
-0
/
+6
*
media: entity: skip non-data link when removing reverse links
Yunke Cao
2022-04-24
1
-15
/
+19
*
media: media-entity: Simplify media_pipeline_start()
Laurent Pinchart
2022-03-03
1
-30
/
+22
*
media: media-entity: Add media_pad_is_streaming() helper function
Laurent Pinchart
2022-03-03
1
-1
/
+2
*
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
2022-01-23
1
-1
/
+1
|
\
|
*
all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
Yury Norov
2022-01-15
1
-1
/
+1
*
|
media: mc: mc-entity.c: Use bitmap_zalloc() when applicable
Christophe JAILLET
2021-12-14
1
-4
/
+2
*
|
media: mc: drop an unused debug function
Mauro Carvalho Chehab
2021-11-29
1
-16
/
+0
|
/
*
media: Request API is no longer experimental
Ezequiel Garcia
2021-09-30
1
-8
/
+0
*
media: mc-device.c: use DEVICE_ATTR_RO() helper macro
Zhen Lei
2021-08-04
1
-2
/
+2
*
media: Fix Media Controller API config checks
Shuah Khan
2021-06-24
1
-1
/
+1
[next]