Re: [U-Boot] [PATCH 4/7] net/ethoc: support device tree

2016-08-04 Thread Joe Hershberger
On Tue, Aug 2, 2016 at 6:31 AM, Max Filippov wrote: > Add .of_match table and .ofdata_to_platdata callback to allow for ethoc > device configuration from the device tree. > > Signed-off-by: Max Filippov Acked-by: Joe Hershberger ___ U-Boot mailing lis

[U-Boot] [PATCH 4/7] net/ethoc: support device tree

2016-08-02 Thread Max Filippov
Add .of_match table and .ofdata_to_platdata callback to allow for ethoc device configuration from the device tree. Signed-off-by: Max Filippov --- drivers/net/ethoc.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/net/ethoc.c b/drivers/net/ethoc.c index 0225595..8cb