Re: [U-Boot] [PATCH v3 01/13] net: ftgmac100: use the BIT() macro

2018-10-15 Thread Joe Hershberger
On Wed, Oct 10, 2018 at 6:43 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 01/13] net: ftgmac100: use the BIT() macro

2018-10-11 Thread Joel Stanley
On Wed, 10 Oct 2018 at 22:12, 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 01/13] net: ftgmac100: use the BIT() macro

2018-10-10 Thread Cédric Le Goater
Signed-off-by: Cédric Le Goater --- drivers/net/ftgmac100.h | 154 1 file changed, 77 insertions(+), 77 deletions(-) diff --git a/drivers/net/ftgmac100.h b/drivers/net/ftgmac100.h index ffbe1f3e3fa7..439b14d71e4b 100644 --- a/drivers/net/ftgmac100.h +++ b