]> git.baikalelectronics.ru Git - kernel.git/commit
net: smc91x: take into account half-word workaround
authorRobert Jarzmik <robert.jarzmik@free.fr>
Mon, 17 Oct 2016 19:45:31 +0000 (21:45 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Oct 2016 18:14:21 +0000 (14:14 -0400)
commitd0ee80550fb1e5fd7d9707dde8ebd5e95c07ad4a
treef2fcdd8e3b9aaf1540eb7bb723c4d4f11eaadb96
parent5ee286d32b1f70b9bdbff769f3468480c6988112
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>
drivers/net/ethernet/smsc/smc91x.c