commit | 7e8d5755be0e6c92d3b86a85e54c6a550b1910c5 | [log] [tgz] |
---|---|---|
author | Moritz Fischer <mdf@kernel.org> | Tue Aug 28 15:16:31 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 29 19:54:28 2018 -0700 |
tree | 762c96a51b3b85a461c426247c0852fa228719e6 | |
parent | 02c7f38b7ace9f1b2ddb7a88139127eef4cf8706 [diff] |
net: nixge: Add support for 64-bit platforms Add support for 64-bit platforms to driver. The hardware only supports 32-bit register accesses so the accesses need to be split up into two writes when setting the current and tail descriptor values. Signed-off-by: Moritz Fischer <mdf@kernel.org> Cc: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>