]> git.baikalelectronics.ru Git - kernel.git/commit
Add a matching set of device_ functions for determining mac/phy
authorJeremy Linton <jeremy.linton@arm.com>
Wed, 12 Aug 2015 22:06:26 +0000 (17:06 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Aug 2015 23:58:29 +0000 (16:58 -0700)
commit321ff92f1e3a0de7ef294b656f53d33fd7e61702
treea0003f7e85ee92cebf5cf224266d26b3a738ab39
parentfa73ad6dc7f400a0d5b84c4bd14c95f8627fda6f
Add a matching set of device_ functions for determining mac/phy

OF has some helper functions for parsing MAC and PHY settings.
In cases where the platform is providing this information rather
than the device itself, there needs to be similar functions for ACPI.

These functions are slightly modified versions of the ones in
of_net which can use information provided via DT or ACPI.

Signed-off-by: Jeremy Linton <jeremy.linton@arm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/base/property.c
include/linux/property.h