public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: Rob Herring <robh@kernel.org>
Cc: Huacai Chen <chenhuacai@loongson.cn>,
	Arnd Bergmann <arnd@arndb.de>, Andy Lutomirski <luto@kernel.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Peter Zijlstra <peterz@infradead.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	David Airlie <airlied@linux.ie>, Jonathan Corbet <corbet@lwn.net>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	linux-arch@vger.kernel.org, linux-doc@vger.kernel.org,
	Xuefeng Li <lixuefeng@loongson.cn>,
	Yanteng Si <siyanteng@loongson.cn>,
	Huacai Chen <chenhuacai@gmail.com>,
	Jiaxun Yang <jiaxun.yang@flygoat.com>,
	linux-pci@vger.kernel.org
Subject: Re: [PATCH V2 18/22] LoongArch: Add PCI controller support
Date: Fri, 10 Sep 2021 11:32:56 +0100	[thread overview]
Message-ID: <YTs0WGYEFZp8uIO7@infradead.org> (raw)
In-Reply-To: <YTjbaz7iea1kwGYb@robh.at.kernel.org>

Why is this whole series not on linux-kernel?

  parent reply	other threads:[~2021-09-10 10:35 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-03  9:51 [PATCH V2 00/22] arch: Add basic LoongArch support Huacai Chen
2021-09-03  9:51 ` [PATCH V2 01/22] Documentation: LoongArch: Add basic documentations Huacai Chen
2021-09-03  9:51 ` [PATCH V2 02/22] Documentation/zh_CN: Add basic LoongArch documentations Huacai Chen
2021-09-14  7:26   ` teng sterling
2021-09-16  8:29     ` Huacai Chen
2021-09-03  9:51 ` [PATCH V2 03/22] LoongArch: Add elf-related definitions Huacai Chen
2021-09-03  9:51 ` [PATCH V2 04/22] LoongArch: Add writecombine support for drm Huacai Chen
2021-09-03  9:51 ` [PATCH V2 05/22] LoongArch: Add build infrastructure Huacai Chen
2021-09-03  9:51 ` [PATCH V2 06/22] LoongArch: Add CPU definition headers Huacai Chen
2021-09-03  9:51 ` [PATCH V2 07/22] LoongArch: Add atomic/locking headers Huacai Chen
2021-09-03  9:51 ` [PATCH V2 08/22] LoongArch: Add other common headers Huacai Chen
2021-09-03  9:52 ` [PATCH V2 09/22] LoongArch: Add boot and setup routines Huacai Chen
2021-09-03  9:52 ` [PATCH V2 10/22] LoongArch: Add exception/interrupt handling Huacai Chen
2021-09-03  9:52 ` [PATCH V2 11/22] LoongArch: Add process management Huacai Chen
2021-09-03  9:52 ` [PATCH V2 12/22] LoongArch: Add memory management Huacai Chen
2021-09-03  9:52 ` [PATCH V2 13/22] LoongArch: Add system call support Huacai Chen
2021-09-03  9:52 ` [PATCH V2 14/22] LoongArch: Add signal handling support Huacai Chen
2021-09-03  9:52 ` [PATCH V2 15/22] LoongArch: Add elf and module support Huacai Chen
2021-09-03  9:52 ` [PATCH V2 16/22] LoongArch: Add misc common routines Huacai Chen
2021-09-03  9:52 ` [PATCH V2 17/22] LoongArch: Add some library functions Huacai Chen
2021-09-03  9:52 ` [PATCH V2 18/22] LoongArch: Add PCI controller support Huacai Chen
2021-09-08 15:48   ` Rob Herring
2021-09-08 16:39     ` Arnd Bergmann
2021-09-09 14:10       ` Rob Herring
2021-09-09 14:38         ` Arnd Bergmann
2021-09-10  7:43     ` Huacai Chen
2021-09-10 10:10       ` Arnd Bergmann
2021-09-10 10:32     ` Christoph Hellwig [this message]
2021-09-11  2:38       ` Huacai Chen
2021-09-03  9:52 ` [PATCH V2 19/22] LoongArch: Add VDSO and VSYSCALL support Huacai Chen
2021-09-03  9:52 ` [PATCH V2 20/22] LoongArch: Add multi-processor (SMP) support Huacai Chen
2021-09-03  9:52 ` [PATCH V2 21/22] LoongArch: Add Non-Uniform Memory Access (NUMA) support Huacai Chen
2021-09-03  9:52 ` [PATCH V2 22/22] LoongArch: Add Loongson-3 default config file Huacai Chen

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=YTs0WGYEFZp8uIO7@infradead.org \
    --to=hch@infradead.org \
    --cc=airlied@linux.ie \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=chenhuacai@gmail.com \
    --cc=chenhuacai@loongson.cn \
    --cc=corbet@lwn.net \
    --cc=jiaxun.yang@flygoat.com \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=lixuefeng@loongson.cn \
    --cc=luto@kernel.org \
    --cc=peterz@infradead.org \
    --cc=robh@kernel.org \
    --cc=siyanteng@loongson.cn \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.org \
    /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