[net-next: PATCH v2 4/5] net: mvpp2: use device_*/fwnode_* APIs instead of of_*
From: Marcin Wojtas <hidden>
Date: 2018-01-01 10:04:34
Also in:
linux-acpi, lkml, netdev
From: Marcin Wojtas <hidden>
Date: 2018-01-01 10:04:34
Also in:
linux-acpi, lkml, netdev
Hi Andrew, 2017-12-31 20:18 GMT+01:00 Andrew Lunn [off-list ref]:
On Sun, Dec 31, 2017 at 12:58:39PM +0100, Marcin Wojtas wrote: Hi Marcinquoted
Because there is no equivalent for for_each_available_child_of_node(), use device_for_each_child_node() and check the port availability inside the mvpp2_port_probe() routine.Could device_each_available_child_node() be added? I guess this will not be the last driver converted in this way, and having that macro will help with future ports.
Sure, I can add it in the next round. Thanks, Marcin