summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core/v4l2-async.c
Commit message (Expand)AuthorAgeFilesLines
* media: v4l: async: Return async sub-devices to subnotifier listSakari Ailus2023-04-111-5/+8
* media: v4l2-core: Make the v4l2-core code enable/disable the privacy LED if p...Hans de Goede2023-02-031-0/+4
* media: v4l2-async: Add notifier operation to destroy asd instancesLaurent Pinchart2022-07-171-0/+10
* media: v4l: async: Also match secondary fwnode endpointsSakari Ailus2022-07-151-14/+21
* media: v4l2-async: Use endpoints in __v4l2_async_nf_add_fwnode_remote()Laurent Pinchart2022-04-241-1/+1
* media: v4l2-async: Create links during v4l2_async_match_notify()Daniel Scally2022-04-241-0/+31
* media: v4l: async: Rename async nf functions, clean up long linesSakari Ailus2021-09-301-86/+82
* media: v4l: async, fwnode: Improve module organisationSakari Ailus2021-06-021-2/+21
* media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() APILaurent Pinchart2021-02-061-15/+15
* media: v4l2-async: Discourage use of v4l2_async_notifier_add_subdevEzequiel Garcia2021-02-061-4/+4
* media: v4l2-async: Clean v4l2_async_notifier_add_fwnode_remote_subdevEzequiel Garcia2021-02-061-12/+12
* media: v4l2-async: Remove V4L2_ASYNC_MATCH_DEVNAMEEzequiel Garcia2021-02-061-41/+0
* media: v4l2-async: Safely unregister an non-registered async subdevLaurent Pinchart2021-01-271-0/+3
* media: v4l2-async: Add waiting subdevices debugfsEzequiel Garcia2021-01-271-0/+66
* media: v4l2-async: Remove V4L2_ASYNC_MATCH_CUSTOMEzequiel Garcia2021-01-271-14/+0
* media: v4l2-core: v4l2-async: Check sd->fwnode->secondary in match_fwnode()Daniel Scally2021-01-261-0/+8
* media: v4l2-async: Log message in case of heterogeneous fwnode matchLaurent Pinchart2020-07-191-1/+23
* media: v4l2-async: Pass notifier pointer to match functionsLaurent Pinchart2020-07-191-7/+11
* media: v4l2-async: Accept endpoints and devices for fwnode matchingLaurent Pinchart2020-07-191-1/+42
* media: v4l2-async: Safely clean up an uninitialised notifierSakari Ailus2019-07-251-1/+1
* media: v4l2-async: Add v4l2_async_notifier_add_fwnode_remote_subdevSakari Ailus2019-07-251-0/+23
* media: v4l2-async: Get fwnode reference when putting it to the notifier's listSakari Ailus2019-07-251-1/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* media: v4l2: async: remove locking when initializing async notifierNiklas Söderlund2018-12-051-4/+0
* media: v4l2-core: cleanup coding style at V4L2 async/fwnodeMauro Carvalho Chehab2018-10-051-20/+25
* media: v4l2: async: Remove notifier subdevs arraySteve Longerbeam2018-10-041-89/+25
* media: v4l2-fwnode: Switch to v4l2_async_notifier_add_subdevSteve Longerbeam2018-10-041-4/+0
* media: v4l2: async: Add convenience functions to allocate and add asd'sSteve Longerbeam2018-10-041-0/+76
* media: v4l2: async: Add v4l2_async_notifier_add_subdevSteve Longerbeam2018-10-041-42/+149
* media: v4l2: async: Allow searching for asd of any typeSteve Longerbeam2018-10-041-31/+46
* media: v4l2-async: simplify v4l2_async_subdev structureMauro Carvalho Chehab2017-12-291-8/+8
* media: v4l: async: use the v4l2_dev from the root notifier when matching sub-...Niklas Söderlund2017-11-301-2/+1
* media: v4l: async: fix unregister for implicitly registered sub-device notifiersNiklas Söderlund2017-11-071-1/+1
* media: v4l: async: fix return of unitialized variable retColin Ian King2017-11-071-1/+0
* media: v4l: fwnode: Add a convenience function for registering sensorsSakari Ailus2017-10-311-4/+15
* media: v4l: async: Ensure only unique fwnodes are registered to notifiersSakari Ailus2017-10-311-7/+79
* media: v4l: async: Allow binding notifiers to sub-devicesSakari Ailus2017-10-311-40/+172
* media: v4l: async: Prepare for async sub-device notifiersSakari Ailus2017-10-311-19/+50
* media: v4l: async: Allow async notifier register call succeed with no subdevsSakari Ailus2017-10-311-2/+10
* media: v4l: async: Register sub-devices before calling bound callbackSakari Ailus2017-10-311-3/+3
* media: v4l: async: Introduce helpers for calling async ops callbacksSakari Ailus2017-10-311-17/+39
* media: v4l: async: Move async subdev notifier operations to a separate structureLaurent Pinchart2017-10-311-16/+14
* media: v4l: fwnode: Support generic parsing of graph endpoints in a deviceSakari Ailus2017-10-311-0/+31
* media: v4l: async: Use more intuitive names for internal functionsSakari Ailus2017-10-311-9/+10
* media: v4l: async: Correctly serialise async sub-device unregistrationSakari Ailus2017-10-311-11/+7
* media: v4l: async: Fix notifier complete callback error handlingSakari Ailus2017-10-311-18/+60
* media: v4l: async: fix unbind error in v4l2_async_notifier_unregister()Niklas Söderlund2017-10-311-4/+4
* media: v4l: async: Don't set sd->dev NULL in v4l2_async_cleanupSakari Ailus2017-10-311-1/+0
* media: v4l: async: Remove re-probing supportSakari Ailus2017-10-311-53/+1
* media: Revert "[media] v4l: async: make v4l2 coexist with devicetree nodes in...Rob Herring2017-09-051-6/+1