David S. Miller
c7f5d10549
net: Add eth_platform_get_mac_address() helper.
...
A repeating pattern in drivers has become to use OF node information
and, if not found, platform specific host information to extract the
ethernet address for a given device.
Currently this is done with a call to of_get_mac_address() and then
some ifdef'd stuff for SPARC.
Consolidate this into a portable routine, and provide the
arch_get_platform_mac_address() weak function hook for all
architectures to implement if they want.
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-01-06 16:31:56 -05:00
..
2015-12-20 08:21:00 +01:00
2015-10-28 12:32:48 -04:00
2015-12-15 16:50:08 -05:00
2015-11-30 14:47:33 -05:00
2015-12-14 16:09:30 -05:00
2015-12-17 22:08:28 -05:00
2015-12-20 08:11:10 +01:00
2016-01-06 14:42:41 -05:00
2015-12-01 15:45:05 -05:00
2015-10-13 17:42:34 +02:00
2015-11-13 09:24:40 -08:00
2016-01-06 01:30:27 -05:00
2015-10-09 07:52:27 -07:00
2015-12-03 21:09:12 -05:00
2015-12-14 16:09:30 -05:00
2015-11-18 16:27:46 -05:00
2015-12-07 16:35:50 -05:00
2016-01-06 16:31:56 -05:00
2015-11-23 14:56:15 -05:00
2016-01-05 22:25:57 -05:00
2016-01-06 01:28:04 -05:00
2016-01-06 01:28:04 -05:00
2015-12-14 16:09:30 -05:00
2015-12-14 16:16:44 -05:00
2015-10-23 03:05:19 -07:00
2016-01-04 16:45:24 -05:00
2015-10-07 04:27:43 -07:00
2015-12-17 22:08:28 -05:00
2015-12-10 19:17:11 +01:00
2015-12-17 22:08:28 -05:00
2015-12-31 18:20:10 -05:00
2015-12-15 23:25:20 -05:00
2016-01-04 21:48:15 -05:00
2015-12-31 18:20:10 -05:00
2015-11-29 22:17:17 -05:00
2015-12-22 15:23:05 -05:00
2015-12-10 10:37:51 +01:00
2015-12-03 21:09:12 -05:00
2015-12-15 13:41:52 -05:00
2016-01-05 12:24:02 -05:00
2015-12-13 14:30:59 -08:00
2015-12-15 11:58:20 -05:00
2015-12-25 23:32:23 -05:00
2015-12-17 22:08:28 -05:00
2015-12-08 21:55:49 -05:00
2015-12-17 22:08:28 -05:00
2015-12-22 16:26:31 -05:00
2015-12-08 22:02:33 -05:00
2015-09-29 20:40:32 -07:00
2015-12-30 16:38:01 -05:00
2015-10-23 06:22:08 -07:00