lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20111116141020.GD11111@linux-mips.org>
Date:	Wed, 16 Nov 2011 14:10:20 +0000
From:	Ralf Baechle <ralf@...ux-mips.org>
To:	keguang.zhang@...il.com
Cc:	linux-mips@...ux-mips.org, linux-kernel@...r.kernel.org,
	wuzhangjin@...il.com, r0bertz@...too.org
Subject: Re: [PATCH V2 2/4] MIPS: Add board support for Loongson1B

On Fri, Oct 21, 2011 at 06:28:06PM +0800, keguang.zhang@...il.com wrote:
> Date:   Fri, 21 Oct 2011 18:28:06 +0800
> From: keguang.zhang@...il.com
> To: linux-mips@...ux-mips.org, linux-kernel@...r.kernel.org
> Cc: ralf@...ux-mips.org, wuzhangjin@...il.com, r0bertz@...too.org, Kelvin
>  Cheung <keguang.zhang@...il.com>
> Subject: [PATCH V2 2/4] MIPS: Add board support for Loongson1B
> 
> From: Kelvin Cheung <keguang.zhang@...il.com>
> 
> 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@...il.com>
> ---
>  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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ