LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Pavel Machek <pavel@ucw.cz>
To: Huacai Chen <chenhuacai@gmail.com>
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 <linux-arch@vger.kernel.org>,
"open list:DOCUMENTATION" <linux-doc@vger.kernel.org>,
LKML <linux-kernel@vger.kernel.org>,
Xuefeng Li <lixuefeng@loongson.cn>,
Yanteng Si <siyanteng@loongson.cn>,
Jiaxun Yang <jiaxun.yang@flygoat.com>
Subject: Re: [PATCH V3 01/22] Documentation: LoongArch: Add basic documentations
Date: Fri, 24 Sep 2021 08:58:17 +0200 [thread overview]
Message-ID: <20210924065817.GA8576@amd> (raw)
In-Reply-To: <CAAhV-H5MPtfsBDH9Vo1e1n0oES_jHUrKJqk6Jgu=KD+WFFrKxA@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1048 bytes --]
Hi!
> > > Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
> >
> > > +Relationship of Loongson and LoongArch
> > > +======================================
> > > +
> > > +LoongArch is a RISC ISA which is different from any other existing ones, while
> > > +Loongson is a family of processors. Loongson includes 3 series: Loongson-1 is
> > > +32-bit processors, Loongson-2 is low-end 64-bit processors, and Loongson-3 is
> > > +high-end 64-bit processors. Old Loongson is based on MIPS, and New
> > > Loongson is
> >
> > s/processors/processor/ , I guess.
> Should be processor series here, thanks.
Makes sense (as do the other fixes), thanks.
> > > +Official web site of Loongson and LoongArch (Loongson Technology Corp. Ltd.):
> > > +
> > > + http://www.loongson.cn/index.html
> >
> > It would be better to point to english version of page.
> The English version doesn't exist at present.
Append (cn) so that people know what to expect?
Best regards,
Pavel
--
http://www.livejournal.com/~pavelmachek
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
next prev parent reply other threads:[~2021-09-24 6:58 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-17 3:57 [PATCH V3 00/22] arch: Add basic LoongArch support Huacai Chen
2021-09-17 3:57 ` [PATCH V3 01/22] Documentation: LoongArch: Add basic documentations Huacai Chen
2021-09-23 20:37 ` Pavel Machek
2021-09-24 4:07 ` Huacai Chen
2021-09-23 20:59 ` Pavel Machek
2021-09-24 4:10 ` Huacai Chen
2021-09-24 6:58 ` Pavel Machek [this message]
2021-09-24 7:31 ` Huacai Chen
2021-09-17 3:57 ` [PATCH V3 02/22] Documentation/zh_CN: Add basic LoongArch documentations Huacai Chen
2021-09-17 3:57 ` [PATCH V3 03/22] LoongArch: Add elf-related definitions Huacai Chen
2021-09-17 3:57 ` [PATCH V3 04/22] LoongArch: Add writecombine support for drm Huacai Chen
2021-09-17 3:57 ` [PATCH V3 05/22] LoongArch: Add build infrastructure Huacai Chen
2021-09-17 7:53 ` Arnd Bergmann
2021-09-18 4:35 ` Huacai Chen
2021-09-17 3:57 ` [PATCH V3 06/22] LoongArch: Add CPU definition headers Huacai Chen
2021-09-17 3:57 ` [PATCH V3 07/22] LoongArch: Add atomic/locking headers Huacai Chen
2021-09-17 3:57 ` [PATCH V3 08/22] LoongArch: Add other common headers Huacai Chen
2021-09-17 3:57 ` [PATCH V3 09/22] LoongArch: Add boot and setup routines Huacai Chen
2021-09-17 8:11 ` Arnd Bergmann
2021-09-18 4:54 ` Huacai Chen
2021-09-17 3:57 ` [PATCH V3 10/22] LoongArch: Add exception/interrupt handling Huacai Chen
2021-09-17 3:57 ` [PATCH V3 11/22] LoongArch: Add process management Huacai Chen
2021-09-17 3:57 ` [PATCH V3 12/22] LoongArch: Add memory management Huacai Chen
2021-09-17 3:57 ` [PATCH V3 13/22] LoongArch: Add system call support Huacai Chen
2021-09-17 8:24 ` Arnd Bergmann
2021-09-18 6:55 ` Huacai Chen
2021-09-17 3:57 ` [PATCH V3 14/22] LoongArch: Add signal handling support Huacai Chen
2021-09-17 8:26 ` Arnd Bergmann
2021-09-17 21:10 ` Eric W. Biederman
2021-09-18 7:12 ` Huacai Chen
2021-09-19 9:58 ` Arnd Bergmann
2021-09-20 2:36 ` Huacai Chen
2021-09-20 21:14 ` Richard Henderson
2021-09-22 2:43 ` Huacai Chen
2021-09-17 3:57 ` [PATCH V3 15/22] LoongArch: Add elf and module support Huacai Chen
2021-09-17 8:28 ` Arnd Bergmann
2021-09-18 7:14 ` Huacai Chen
2021-09-17 3:57 ` [PATCH V3 16/22] LoongArch: Add misc common routines Huacai Chen
2021-09-17 6:10 ` Christoph Hellwig
2021-09-17 6:36 ` Huacai Chen
2021-09-17 3:57 ` [PATCH V3 17/22] LoongArch: Add some library functions Huacai Chen
2021-09-17 8:33 ` Arnd Bergmann
2021-09-18 7:16 ` Huacai Chen
2021-09-17 3:57 ` [PATCH V3 18/22] LoongArch: Add PCI controller support Huacai Chen
2021-09-17 9:02 ` Arnd Bergmann
2021-09-18 7:36 ` Huacai Chen
2021-09-21 22:36 ` Bjorn Helgaas
2021-09-22 15:33 ` Arnd Bergmann
2021-09-17 3:57 ` [PATCH V3 19/22] LoongArch: Add VDSO and VSYSCALL support Huacai Chen
2021-09-17 3:57 ` [PATCH V3 20/22] LoongArch: Add multi-processor (SMP) support Huacai Chen
2021-09-17 9:57 ` Arnd Bergmann
2021-09-18 7:22 ` Huacai Chen
2021-09-17 3:57 ` [PATCH V3 21/22] LoongArch: Add Non-Uniform Memory Access (NUMA) support Huacai Chen
2021-09-17 6:15 ` Christoph Hellwig
2021-09-17 6:40 ` Huacai Chen
2021-09-17 3:57 ` [PATCH V3 22/22] LoongArch: Add Loongson-3 default config file Huacai Chen
2021-09-17 9:59 ` [PATCH V3 00/22] arch: Add basic LoongArch support Arnd Bergmann
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=20210924065817.GA8576@amd \
--to=pavel@ucw.cz \
--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-kernel@vger.kernel.org \
--cc=lixuefeng@loongson.cn \
--cc=luto@kernel.org \
--cc=peterz@infradead.org \
--cc=siyanteng@loongson.cn \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.org \
--subject='Re: [PATCH V3 01/22] Documentation: LoongArch: Add basic documentations' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).