| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-04-26 | media: v4l: async: Set owner for async sub-devices | Sakari Ailus | 1 | -1/+3 |
| 2023-08-10 | media: v4l: async: Set v4l2_device and subdev in async notifier init | Sakari Ailus | 1 | -14/+19 |
| 2023-07-28 | media: v4l: async: Support fwnode endpoint list matching for subdevs | Sakari Ailus | 1 | -0/+30 |
| 2023-07-28 | media: v4l: async: Allow multiple connections between entities | Sakari Ailus | 1 | -6/+11 |
| 2023-07-28 | media: v4l: async: Obtain async connection based on sub-device | Sakari Ailus | 1 | -0/+11 |
| 2023-07-28 | media: v4l: async: Rework internal lists | Sakari Ailus | 1 | -6/+3 |
| 2023-07-28 | media: v4l: async: Rename v4l2_async_subdev as v4l2_async_connection | Sakari Ailus | 1 | -43/+44 |
| 2023-07-28 | media: v4l: async: Clean up list heads and entries | Sakari Ailus | 1 | -11/+11 |
| 2023-07-28 | media: v4l: async: Rename V4L2_ASYNC_MATCH_ macros, add TYPE_ | Sakari Ailus | 1 | -8/+8 |
| 2023-07-28 | media: v4l: async: Make V4L2 async match information a struct | Sakari Ailus | 1 | -18/+23 |
| 2023-07-28 | media: v4l: async: Drop v4l2_async_nf_parse_fwnode_endpoints() | Jacopo Mondi | 1 | -30/+4 |
| 2022-07-17 | media: v4l2-async: Add notifier operation to destroy asd instances | Laurent Pinchart | 1 | -0/+2 |
| 2021-09-30 | media: v4l: async: Rename async nf functions, clean up long lines | Sakari Ailus | 1 | -54/+51 |
| 2021-08-04 | media: Documentation: media: Fix v4l2-async kerneldoc syntax | Sakari Ailus | 1 | -15/+15 |
| 2021-04-06 | media: v4l: fwnode: Rename v4l2_async_register_subdev_sensor_common | Sakari Ailus | 1 | -5/+5 |
| 2021-04-06 | media: v4l: fwnode: Rename and make static V4L2 async notifier helper | Sakari Ailus | 1 | -1/+1 |
| 2021-02-15 | media: v4l: async: Fix kerneldoc documentation for async functions | Sakari Ailus | 1 | -41/+39 |
| 2021-02-06 | media: Clarify v4l2-async subdevice addition API | Ezequiel Garcia | 1 | -4/+11 |
| 2021-02-06 | media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() API | Laurent Pinchart | 1 | -9/+18 |
| 2021-02-06 | media: v4l2-async: Discourage use of v4l2_async_notifier_add_subdev | Ezequiel Garcia | 1 | -2/+7 |
| 2021-02-06 | media: v4l2-async: Clean v4l2_async_notifier_add_fwnode_remote_subdev | Ezequiel Garcia | 1 | -7/+8 |
| 2021-02-06 | media: v4l2-async: Remove V4L2_ASYNC_MATCH_DEVNAME | Ezequiel Garcia | 1 | -25/+0 |
| 2021-01-27 | media: v4l2-async: Add waiting subdevices debugfs | Ezequiel Garcia | 1 | -0/+8 |
| 2021-01-27 | media: v4l2-async: Remove V4L2_ASYNC_MATCH_CUSTOM | Ezequiel Garcia | 1 | -17/+0 |
| 2020-11-16 | media: v4l2-async: Fix trivial documentation typo | Kieran Bingham | 1 | -1/+1 |
| 2020-09-10 | media: v4l2-async: Document asd allocation requirements | Laurent Pinchart | 1 | -2/+3 |
| 2019-07-25 | media: v4l2-async: Add v4l2_async_notifier_add_fwnode_remote_subdev | Sakari Ailus | 1 | -0/+25 |
| 2019-07-25 | media: v4l2-async: Get fwnode reference when putting it to the notifier's list | Sakari Ailus | 1 | -2/+3 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
| 2018-10-05 | media: v4l2-core: cleanup coding style at V4L2 async/fwnode | Mauro Carvalho Chehab | 1 | -6/+6 |
| 2018-10-04 | media: v4l2: async: Remove notifier subdevs array | Steve Longerbeam | 1 | -16/+5 |
| 2018-10-04 | media: v4l2-fwnode: Switch to v4l2_async_notifier_add_subdev | Steve Longerbeam | 1 | -2/+0 |
| 2018-10-04 | media: v4l2: async: Add convenience functions to allocate and add asd's | Steve Longerbeam | 1 | -0/+62 |
| 2018-10-04 | media: v4l2: async: Add v4l2_async_notifier_add_subdev | Steve Longerbeam | 1 | -1/+33 |
| 2018-01-04 | media: fix usage of whitespaces and on indentation | Mauro Carvalho Chehab | 1 | -4/+4 |
| 2017-12-29 | media: v4l2-async: better describe match union at async match struct | Mauro Carvalho Chehab | 1 | -0/+25 |
| 2017-12-29 | media: v4l2-async: simplify v4l2_async_subdev structure | Mauro Carvalho Chehab | 1 | -6/+2 |
| 2017-10-31 | media: v4l: fwnode: Add a convenience function for registering sensors | Sakari Ailus | 1 | -0/+22 |
| 2017-10-31 | media: v4l: fwnode: Add convenience function for parsing common external refs | Sakari Ailus | 1 | -1/+2 |
| 2017-10-31 | media: v4l: async: Allow binding notifiers to sub-devices | Sakari Ailus | 1 | -2/+17 |
| 2017-10-31 | media: v4l: async: Move async subdev notifier operations to a separate structure | Laurent Pinchart | 1 | -10/+19 |
| 2017-10-31 | media: v4l: fwnode: Support generic parsing of graph endpoints in a device | Sakari Ailus | 1 | -2/+22 |
| 2017-06-06 | [media] v4l: Switch from V4L2 OF not V4L2 fwnode API | Sakari Ailus | 1 | -5/+0 |
| 2017-06-06 | [media] v4l: async: Add fwnode match support | Sakari Ailus | 1 | -0/+5 |
| 2016-07-23 | [media] v4l2-async: document the remaining stuff | Mauro Carvalho Chehab | 1 | -0/+39 |
| 2015-08-22 | [media] Docbook: Fix comments at v4l2-async.h | Mauro Carvalho Chehab | 1 | -3/+5 |
| 2013-07-30 | [media] V4L: Merge struct v4l2_async_subdev_list with struct v4l2_subdev | Sylwester Nawrocki | 1 | -14/+1 |
| 2013-07-30 | [media] V4L: Rename subdev field of struct v4l2_async_notifier | Sylwester Nawrocki | 1 | -2/+2 |
| 2013-07-30 | [media] V4L: Add V4L2_ASYNC_MATCH_OF subdev matching type | Sylwester Nawrocki | 1 | -0/+5 |
| 2013-07-30 | [media] V4L: Rename v4l2_async_bus_* to v4l2_async_match_* | Sylwester Nawrocki | 1 | -6/+6 |
| 2013-06-21 | [media] V4L2: support asynchronous subdevice registration | Guennadi Liakhovetski | 1 | -0/+105 |