Skip to content

Commit

Permalink
iio: adc: ad9361: move register definitions to separate header file
Browse files Browse the repository at this point in the history
The ad9361.h is a pretty big header file.
The intent is to be able to share some things amongst driver files without
exposing too much of each file's state, to prevent access to structs that
should only be controlled in specific files and nowhere else.

Specifically here, the aim is to make more some driver structs in
"ad9361.h" private, but the reg definitions are fine to be shared amongst
files.

Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
  • Loading branch information
commodo committed Apr 18, 2018
1 parent ebe67ca commit d2589ec
Show file tree
Hide file tree
Showing 2 changed files with 2,831 additions and 2,817 deletions.
Loading

0 comments on commit d2589ec

Please sign in to comment.