[U-Boot] [PATCH v2 1/2] NET: Move MDIO regs out of TSEC Space
Kumar Gala
galak at kernel.crashing.org
Thu Dec 3 15:39:40 CET 2009
On Nov 23, 2009, at 4:41 PM, Wolfgang Denk wrote:
> Dear Ben & KIm,
>
> In message <12564079493940-git-send-email-
> sandeep.kumar at freescale.com> Sandeep Gopalpet wrote:
>> Moved the mdio regs out of the tsec structure,and
>> provided different offsets for tsec base and mdio
>> base so that provision for etsec2.0 can be provided.
>>
>> This patch helps in providing the support for etsec2.0
>> In etsec2.0, the MDIO register space and the etsec reg
>> space are different.
>>
>> Also, moved the TSEC_BASE_ADDR and MDIO_BASE_ADDR definitons into
>> platform specific files.
>>
>> Signed-off-by: Sandeep Gopalpet <sandeep.kumar at freescale.com>
>> ---
>> drivers/net/tsec.c | 20 +++++++++---------
>> include/asm-ppc/immap_83xx.h | 9 ++++++++
>> include/asm-ppc/immap_85xx.h | 10 +++++++++
>> include/asm-ppc/immap_86xx.h | 9 ++++++++
>> include/tsec.h | 43 ++++++++++++++++++
>> +----------------------
>> 5 files changed, 58 insertions(+), 33 deletions(-)
>
> What's the status of this patch?
>
> And ditto for [PATCH v2 2/2] NET: Base support for etsec2.0 ?
>
> Best regards,
>
> Wolfgang Denk
These are for the next release. I have them queued up in a next branch.
- k
More information about the U-Boot
mailing list