Skip to content

Commit

Permalink
iio: adc: ad9361: opaque-ify some drv structs and split state struct
Browse files Browse the repository at this point in the history
The much-awaited commit that hides aways platform data away from
`ad9361_conv.c` and splits the state information into a separate struct.
The 2 are connected a bit; splitting the struct does not make without
making it opaque; even though possible, it's a bit error prone, because the
compiler can help quite a bit to determine what's exposed [and what isn't].

Signed-off-by: Alexandru Ardelean <[email protected]>
  • Loading branch information
commodo committed Apr 18, 2018
1 parent 47d1de9 commit 434f747
Show file tree
Hide file tree
Showing 3 changed files with 873 additions and 796 deletions.
Loading

0 comments on commit 434f747

Please sign in to comment.