commit | 8b97bcb7bb2629e0840c2bebdfff050f890caac9 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@linaro.org> | Tue Jun 30 08:33:03 2020 -0500 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 01 15:30:34 2020 -0700 |
tree | 7f3d42a4bbaa6305dc23e90b096fc8e242dee222 | |
parent | 00b9102afadf08af6cd283400809163f7d4680af [diff] |
net: ipa: clarify endpoint register macro constraints A handful of registers are valid only for RX endpoints, and some others are valid only for TX endpoints. For these endpoints, add a comment above their defined offset macro that indicates the endpoints to which they apply. Extend the endpoint parameter naming convention as well, to make these constraints more explicit. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>