commit | 9a97434215819872b054c3d0c067e5e4fa768b0e | [log] [tgz] |
---|---|---|
author | Robert Jarzmik <robert.jarzmik@free.fr> | Mon Oct 17 21:45:29 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 18 14:14:20 2016 -0400 |
tree | 789fc82132440704ad22d83c9f6d3a148537f345 | |
parent | cd94e519dc5d82e2b8a0c93ebf09152727af5150 [diff] |
ARM: pxa: enhance smc91x platform data Instead of having the smc91x driver relying on machine_is_*() calls, provide this data through platform data, ie. idp, mainstone and stargate. This way, the driver doesn't need anymore machine_is_*() calls, which wouldn't work anymore with a device-tree build. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: David S. Miller <davem@davemloft.net>