Re: [PATCH V2 2/4] MIPS: Add board support for Loongson1B

From: Ralf Baechle
Date: Wed Nov 16 2011 - 09:10:40 EST


On Fri, Oct 21, 2011 at 06:28:06PM +0800, keguang.zhang@xxxxxxxxx wrote:
> Date: Fri, 21 Oct 2011 18:28:06 +0800
> From: keguang.zhang@xxxxxxxxx
> To: linux-mips@xxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx
> Cc: ralf@xxxxxxxxxxxxxx, wuzhangjin@xxxxxxxxx, r0bertz@xxxxxxxxxx, Kelvin
> Cheung <keguang.zhang@xxxxxxxxx>
> Subject: [PATCH V2 2/4] MIPS: Add board support for Loongson1B
>
> From: Kelvin Cheung <keguang.zhang@xxxxxxxxx>
>
> This patch adds basic platform support for Loongson1B
> including serial port, ethernet, and interrupt handler.
>
> Loongson1B UART is compatible with NS16550A.
> Loongson1B GMAC is built around Synopsys IP Core.
>
> Signed-off-by: Kelvin Cheung <keguang.zhang@xxxxxxxxx>
> ---
> arch/mips/include/asm/mach-loongson1/irq.h | 68 +++++++++
> arch/mips/include/asm/mach-loongson1/loongson1.h | 44 ++++++
> arch/mips/include/asm/mach-loongson1/platform.h | 21 +++
> arch/mips/include/asm/mach-loongson1/prom.h | 24 +++
> arch/mips/include/asm/mach-loongson1/regs-clk.h | 32 ++++
> arch/mips/include/asm/mach-loongson1/regs-intc.h | 25 ++++
> arch/mips/include/asm/mach-loongson1/regs-wdt.h | 21 +++
> arch/mips/include/asm/mach-loongson1/war.h | 25 ++++
> arch/mips/loongson1/common/clock.c | 165 ++++++++++++++++++++++
> arch/mips/loongson1/common/irq.c | 136 ++++++++++++++++++
> arch/mips/loongson1/common/platform.c | 94 ++++++++++++
> arch/mips/loongson1/common/prom.c | 88 ++++++++++++
> arch/mips/loongson1/common/reset.c | 46 ++++++
> arch/mips/loongson1/common/setup.c | 29 ++++
> arch/mips/loongson1/ls1b/board.c | 31 ++++
> drivers/net/stmmac/descs.h | 68 +++++++++
> drivers/net/stmmac/enh_desc.c | 16 ++

I take it you've split off the stmac parts from this patch? Can you please
send an updated version of this patch or the entire series, if that should
be necessary?

Thanks,

Ralf
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/