public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: John Crispin <john@phrozen.org>
To: Huacai Chen <chenhc@lemote.com>
Cc: Ralf Baechle <ralf@linux-mips.org>,
	linux-mips@linux-mips.org, linux-kernel@vger.kernel.org,
	Fuxin Zhang <zhangfx@lemote.com>,
	Zhangjin Wu <wuzhangjin@gmail.com>,
	Hongliang Tao <taohl@lemote.com>, Hua Yan <yanh@lemote.com>
Subject: Re: [PATCH V8 00/13] MIPS: Add Loongson-3 based machines support
Date: Thu, 24 Jan 2013 11:32:31 +0100	[thread overview]
Message-ID: <51010DBF.5060302@phrozen.org> (raw)
In-Reply-To: <1352709169-3481-1-git-send-email-chenhc@lemote.com>


>
> Huacai Chen(13):
>   MIPS: Loongson: Add basic Loongson-3 definition.
>   MIPS: Loongson: Add basic Loongson-3 CPU support.
>   MIPS: Loongson: Introduce and use cpu_has_coherent_cache feature.
>   MIPS: Loongson 3: Add Lemote-3A machtypes definition.
>   MIPS: Loongson: Add UEFI-like firmware interface support.
>   MIPS: Loongson 3: Add HT-linked PCI support.
>   MIPS: Loongson 3: Add IRQ init and dispatch support.
>   MIPS: Loongson 3: Add serial port support.
>   MIPS: Loongson: Add swiotlb to support big memory (>4GB).
>   MIPS: Loongson: Add Loongson-3 Kconfig options.
>   MIPS: Loongson 3: Add Loongson-3 SMP support.
>   MIPS: Loongson 3: Add CPU hotplug support.
>   MIPS: Loongson: Add a Loongson-3 default config file.
>
> Signed-off-by: Huacai Chen<chenhc@lemote.com>
> Signed-off-by: Hongliang Tao<taohl@lemote.com>
> Signed-off-by: Hua Yan<yanh@lemote.com>
> ---

Hi,

I have added all patches apart from 3/13 to my queue.

I believe "MIPS: Loongson: Introduce and use cpu_has_coherent_cache 
feature." should e rewritten in a saner way.

Please compile and runtime test the tree before I send it to Ralf
--> 
http://git.linux-mips.org/?p=john/linux-john.git;a=shortlog;h=refs/heads/mips-next-3.9

I cleaned up a few minor whitespace errors while merging.

http://patchwork.linux-mips.org/patch/4547/ has a few comments. Please 
prepare a patch asap to address those so i can fold it into the series.

	John

  parent reply	other threads:[~2013-01-24 10:35 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-12  8:32 [PATCH V8 00/13] MIPS: Add Loongson-3 based machines support Huacai Chen
2012-11-12  8:32 ` [PATCH V8 01/13] MIPS: Loongson: Add basic Loongson-3 definition Huacai Chen
2012-11-12  8:32 ` [PATCH V8 02/13] MIPS: Loongson: Add basic Loongson-3 CPU support Huacai Chen
2012-11-12  8:32 ` [PATCH V8 03/13] MIPS: Loongson: Introduce and use cpu_has_coherent_cache feature Huacai Chen
2012-11-12  8:32 ` [PATCH V8 04/13] MIPS: Loongson 3: Add Lemote-3A machtypes definition Huacai Chen
2012-11-12  8:32 ` [PATCH V8 05/13] MIPS: Loongson: Add UEFI-like firmware interface support Huacai Chen
2012-11-12  8:32 ` [PATCH V8 06/13] MIPS: Loongson 3: Add HT-linked PCI support Huacai Chen
2012-11-12 17:19   ` Bjorn Helgaas
2012-11-12  8:32 ` [PATCH V8 07/13] MIPS: Loongson 3: Add IRQ init and dispatch support Huacai Chen
2012-11-12  8:32 ` [PATCH V8 08/13] MIPS: Loongson 3: Add serial port support Huacai Chen
2012-11-12  8:32 ` [PATCH V8 09/13] MIPS: Loongson: Add swiotlb to support big memory (>4GB) Huacai Chen
2012-11-12  8:32 ` [PATCH V8 10/13] MIPS: Loongson: Add Loongson-3 Kconfig options Huacai Chen
2012-11-12  8:32 ` [PATCH V8 11/13] MIPS: Loongson 3: Add Loongson-3 SMP support Huacai Chen
2012-11-12  8:32 ` [PATCH V8 12/13] MIPS: Loongson 3: Add CPU hotplug support Huacai Chen
2012-11-12  8:32 ` [PATCH V8 13/13] MIPS: Loongson: Add a Loongson-3 default config file Huacai Chen
2013-01-24 10:32 ` John Crispin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-01-25  0:15 [PATCH V8 00/13] MIPS: Add Loongson-3 based machines support 陈华才
2013-01-25  6:25 ` John Crispin
2013-01-27  5:28 陈华才
2013-01-27  8:48 ` John Crispin
2013-01-27 11:39 陈华才

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51010DBF.5060302@phrozen.org \
    --to=john@phrozen.org \
    --cc=chenhc@lemote.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@linux-mips.org \
    --cc=ralf@linux-mips.org \
    --cc=taohl@lemote.com \
    --cc=wuzhangjin@gmail.com \
    --cc=yanh@lemote.com \
    --cc=zhangfx@lemote.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox