-
Notifications
You must be signed in to change notification settings - Fork 853
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iio: ad9361,ad9371,adrv9009: remove support for old cores
The code was likely written for ad9361 and duplicated for ad9371 and adrv9009. Quite a few version checks are there, but for 9371 and 9009 it's likely that those cores never had support for these chips. And for 9361 we shouldn't support this in master, so just drop it. This cleans up the drivers a bit. Signed-off-by: Alexandru Ardelean <[email protected]>
- Loading branch information
Showing
3 changed files
with
30 additions
and
81 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
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