Re: [U-Boot] [PATCH v3 08/13] net: ftgmac100: add clock support

2018-10-15 Thread Joe Hershberger
On Wed, Oct 10, 2018 at 6:48 AM Cédric Le Goater wrote: > > Signed-off-by: Cédric Le Goater Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH v3 08/13] net: ftgmac100: add clock support

2018-10-11 Thread Joel Stanley
On Wed, 10 Oct 2018 at 22:13, Cédric Le Goater wrote: > > Signed-off-by: Cédric Le Goater Reviewed-by: Joel Stanley ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] [PATCH v3 08/13] net: ftgmac100: add clock support

2018-10-10 Thread Cédric Le Goater
Signed-off-by: Cédric Le Goater --- drivers/net/ftgmac100.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/drivers/net/ftgmac100.c b/drivers/net/ftgmac100.c index edf34c601c68..a5f2f01b7179 100644 --- a/drivers/net/ftgmac100.c +++ b/drivers/net/ftgmac100.c @@