-
Notifications
You must be signed in to change notification settings - Fork 846
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iio: frequency: cf_axi_dds: drop mlock usage
The IIO mlock is to be used internally be the IIO core. Moreover, upstream already moved this lock to the private structure, so we should also start moving away from using mlock sooner rather than later. Note the lock is added in the 'struct cf_axi_converter' so that the lock is shared between the axi IP core and frequency drivers to keep the same behavior as before. Signed-off-by: Nuno Sa <[email protected]>
- Loading branch information
Showing
2 changed files
with
60 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters