index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
v4l2-core
/
v4l2-async.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
media: v4l: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-06-15
1
-0
/
+1
*
media: async: Warn on attept to create an ancillary link to a non-subdev
Sakari Ailus
2024-06-04
1
-1
/
+5
*
media: v4l: async: Fix NULL pointer dereference in adding ancillary links
ChiYuan Huang
2024-06-04
1
-0
/
+3
*
media: v4l: async: refactor v4l2_async_create_ancillary_links
Ricardo Ribalda
2024-05-04
1
-4
/
+4
*
media: v4l: async: Set owner for async sub-devices
Sakari Ailus
2024-04-26
1
-2
/
+6
*
media: v4l: Set sub-device's owner field to the caller's module
Sakari Ailus
2024-04-26
1
-1
/
+1
*
media: v4l: async: Properly re-initialise notifier entry in unregister
Sakari Ailus
2024-04-10
1
-1
/
+1
*
media: v4l: async: Don't set notifier's V4L2 device if registering fails
Sakari Ailus
2024-04-10
1
-7
/
+1
*
media: v4l: async: Fix notifier list entry init
Alexander Stein
2024-04-10
1
-0
/
+2
*
media: v4l: async: Drop useless list move operation
Sebastian Reichel
2023-12-04
1
-3
/
+0
*
media: v4l: async: Fix duplicated list deletion
Sebastian Reichel
2023-12-04
1
-1
/
+0
*
media: v4l: async: Avoid a goto in loop implementation
Sakari Ailus
2023-08-10
1
-13
/
+9
*
media: v4l: async: Set v4l2_device and subdev in async notifier init
Sakari Ailus
2023-08-10
1
-27
/
+17
*
media: v4l: async: Support fwnode endpoint list matching for subdevs
Sakari Ailus
2023-07-28
1
-0
/
+41
*
media: v4l: async: Try more connections
Sakari Ailus
2023-07-28
1
-2
/
+2
*
media: v4l: async: Drop unneeded list entry initialisation
Sakari Ailus
2023-07-28
1
-2
/
+0
*
media: v4l: async: Allow multiple connections between entities
Sakari Ailus
2023-07-28
1
-73
/
+76
*
media: v4l: async: Obtain async connection based on sub-device
Sakari Ailus
2023-07-28
1
-0
/
+7
*
media: v4l: async: Rework internal lists
Sakari Ailus
2023-07-28
1
-48
/
+54
*
media: v4l: async: Drop duplicate handling when adding connections
Sakari Ailus
2023-07-28
1
-19
/
+8
*
media: v4l: async: Clean up error handling in v4l2_async_match_notify
Sakari Ailus
2023-07-28
1
-9
/
+12
*
media: v4l: async: Rename v4l2_async_subdev as v4l2_async_connection
Sakari Ailus
2023-07-28
1
-80
/
+79
*
media: v4l: async: Simplify async sub-device fwnode matching
Sakari Ailus
2023-07-28
1
-67
/
+21
*
media: v4l: async: Clean up list heads and entries
Sakari Ailus
2023-07-28
1
-27
/
+27
*
media: v4l: async: Only pass match information for async subdev validation
Sakari Ailus
2023-07-28
1
-53
/
+56
*
media: v4l: async: Rename V4L2_ASYNC_MATCH_ macros, add TYPE_
Sakari Ailus
2023-07-28
1
-11
/
+11
*
media: v4l: async: Make V4L2 async match information a struct
Sakari Ailus
2023-07-28
1
-9
/
+9
*
media: v4l: async: Don't check whether asd is NULL in validity check
Sakari Ailus
2023-07-28
1
-3
/
+0
*
media: v4l: async: Clean up testing for duplicate async subdevs
Sakari Ailus
2023-07-28
1
-12
/
+12
*
media: v4l: async: Add some debug prints
Sakari Ailus
2023-07-28
1
-8
/
+63
*
media: v4l: async: Drop v4l2_async_nf_parse_fwnode_endpoints()
Jacopo Mondi
2023-07-28
1
-3
/
+3
*
media: v4l: async: Return async sub-devices to subnotifier list
Sakari Ailus
2023-04-11
1
-5
/
+8
*
media: v4l2-core: Make the v4l2-core code enable/disable the privacy LED if p...
Hans de Goede
2023-02-03
1
-0
/
+4
*
media: v4l2-async: Add notifier operation to destroy asd instances
Laurent Pinchart
2022-07-17
1
-0
/
+10
*
media: v4l: async: Also match secondary fwnode endpoints
Sakari Ailus
2022-07-15
1
-14
/
+21
*
media: v4l2-async: Use endpoints in __v4l2_async_nf_add_fwnode_remote()
Laurent Pinchart
2022-04-24
1
-1
/
+1
*
media: v4l2-async: Create links during v4l2_async_match_notify()
Daniel Scally
2022-04-24
1
-0
/
+31
*
media: v4l: async: Rename async nf functions, clean up long lines
Sakari Ailus
2021-09-30
1
-86
/
+82
*
media: v4l: async, fwnode: Improve module organisation
Sakari Ailus
2021-06-02
1
-2
/
+21
*
media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() API
Laurent Pinchart
2021-02-06
1
-15
/
+15
*
media: v4l2-async: Discourage use of v4l2_async_notifier_add_subdev
Ezequiel Garcia
2021-02-06
1
-4
/
+4
*
media: v4l2-async: Clean v4l2_async_notifier_add_fwnode_remote_subdev
Ezequiel Garcia
2021-02-06
1
-12
/
+12
*
media: v4l2-async: Remove V4L2_ASYNC_MATCH_DEVNAME
Ezequiel Garcia
2021-02-06
1
-41
/
+0
*
media: v4l2-async: Safely unregister an non-registered async subdev
Laurent Pinchart
2021-01-27
1
-0
/
+3
*
media: v4l2-async: Add waiting subdevices debugfs
Ezequiel Garcia
2021-01-27
1
-0
/
+66
*
media: v4l2-async: Remove V4L2_ASYNC_MATCH_CUSTOM
Ezequiel Garcia
2021-01-27
1
-14
/
+0
*
media: v4l2-core: v4l2-async: Check sd->fwnode->secondary in match_fwnode()
Daniel Scally
2021-01-26
1
-0
/
+8
*
media: v4l2-async: Log message in case of heterogeneous fwnode match
Laurent Pinchart
2020-07-19
1
-1
/
+23
*
media: v4l2-async: Pass notifier pointer to match functions
Laurent Pinchart
2020-07-19
1
-7
/
+11
*
media: v4l2-async: Accept endpoints and devices for fwnode matching
Laurent Pinchart
2020-07-19
1
-1
/
+42
[next]