commit | 9c365f31775c43462e431bf5ff3c569190a1a08f | [log] [tgz] |
---|---|---|
author | Robert Jarzmik <robert.jarzmik@free.fr> | Mon Oct 17 21:45:31 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 18 14:14:21 2016 -0400 |
tree | f2fcdd8e3b9aaf1540eb7bb723c4d4f11eaadb96 | |
parent | d09d747ae4c25a89aa04c0881ea52e90a09bedfd [diff] |
net: smc91x: take into account half-word workaround For device-tree builds, platforms such as mainstone, idp and stargate2 must have their u16 writes all aligned on 32 bit boundaries. This is already enabled in platform data builds, and this patch adds it to device-tree builds. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: David S. Miller <davem@davemloft.net>