Re: [U-Boot] [PATCH 07/14] tsec: use IO accessories to access the register

2011-02-05 Thread Kumar Gala
On Jan 26, 2011, at 10:52 PM, Mingkai Hu wrote: > Signed-off-by: Mingkai Hu > --- > drivers/net/tsec.c | 232 ++- > include/tsec.h |6 +- > 2 files changed, 121 insertions(+), 117 deletions(-) applied to 85xx next - k _

Re: [U-Boot] [PATCH 07/14] tsec: use IO accessories to access the register

2011-02-02 Thread Andy Fleming
On Jan 26, 2011, at 10:52 PM, Mingkai Hu wrote: > Signed-off-by: Mingkai Hu Acked-by: Andy Fleming ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 07/14] tsec: use IO accessories to access the register

2011-01-26 Thread Mingkai Hu
Signed-off-by: Mingkai Hu --- drivers/net/tsec.c | 232 ++- include/tsec.h |6 +- 2 files changed, 121 insertions(+), 117 deletions(-) diff --git a/drivers/net/tsec.c b/drivers/net/tsec.c index 9c8fe62..910cf9e 100644 --- a/drivers/net/tse