Re: [U-Boot] [PATCH 3/3] net: ravb: Add clock handling support

2017-08-02 Thread Nobuhiro Iwamatsu
Applied to rmobile branch, thanks! 2017-07-22 6:20 GMT+09:00 Marek Vasut : > Add support for enabling and disabling the clock using the clock > framework based on the content of OF instead of doing it manually > in the board file. > > Signed-off-by: Marek Vasut > Cc: Joe Hershberger > Cc: Nobuhi

Re: [U-Boot] [PATCH 3/3] net: ravb: Add clock handling support

2017-07-27 Thread Joe Hershberger
On Fri, Jul 21, 2017 at 4:20 PM, Marek Vasut wrote: > Add support for enabling and disabling the clock using the clock > framework based on the content of OF instead of doing it manually > in the board file. > > Signed-off-by: Marek Vasut > Cc: Joe Hershberger > Cc: Nobuhiro Iwamatsu Acked-by:

[U-Boot] [PATCH 3/3] net: ravb: Add clock handling support

2017-07-21 Thread Marek Vasut
Add support for enabling and disabling the clock using the clock framework based on the content of OF instead of doing it manually in the board file. Signed-off-by: Marek Vasut Cc: Joe Hershberger Cc: Nobuhiro Iwamatsu --- drivers/net/ravb.c | 21 +++-- 1 file changed, 19 inser