commit | c326de88b8ac7ed1cd1027017ba6079dbe91be49 | [log] [tgz] |
---|---|---|
author | Mathieu J. Poirier <mathieu.poirier@linaro.org> | Wed Apr 13 17:13:00 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 13 17:13:00 2011 -0700 |
tree | 9458898250dc12048b46b7a54581211422a8c39e | |
parent | c3e945006ab2295e9a3f4327aa74a502ad123fe6 [diff] |
net: allow shifted access in smsc911x V2 This is a revised patch that permits a shifted access to the LAN9221 registers. More specifically: It adds a shift parameter in the platform_data. It introduces an ops in smsc911x_data. A choice of access function to use at run-time. Four new shifted access function. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Alessandro Rubini <rubini@gnudd.com> Signed-off-by: David S. Miller <davem@davemloft.net>