commit | 2e3cf97f4741b320e8f4639fcca732b17614a55f | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@linaro.org> | Fri Jun 11 15:39:40 2021 -0500 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 11 14:13:18 2021 -0700 |
tree | 9e0bef177cc30b0a99c643ff84dbd4ca649ed5f8 | |
parent | e22e8e2fae61de990e3a815a66f2ffa166669b8e [diff] |
net: ipa: introduce sysfs code Add IPA device attributes to expose information known by the IPA driver about the hardware and its configuration. All pointers used to display these attribute values (i.e., IPA pointer and endpoint pointers) will have been initialized by the time IPA probe has completed, so they may be safely dereferenced. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>