Huacai Chen <chenhuacai@xxxxxxxxxxx> writes: > Add some basic documentations for LoongArch. LoongArch is a new RISC > ISA, which is a bit like MIPS or RISC-V. LoongArch includes a reduced > 32-bit version (LA32R), a standard 32-bit version (LA32S) and a 64-bit > version (LA64). > > Signed-off-by: Huacai Chen <chenhuacai@xxxxxxxxxxx> > --- > Documentation/arch.rst | 1 + > Documentation/loongarch/features.rst | 3 + > Documentation/loongarch/index.rst | 21 ++ > Documentation/loongarch/introduction.rst | 342 +++++++++++++++++++++ > Documentation/loongarch/irq-chip-model.rst | 158 ++++++++++ > 5 files changed, 525 insertions(+) > create mode 100644 Documentation/loongarch/features.rst > create mode 100644 Documentation/loongarch/index.rst > create mode 100644 Documentation/loongarch/introduction.rst > create mode 100644 Documentation/loongarch/irq-chip-model.rst So documentation is good, but it still seems a bit strange to add documentation for an architecture that Linux doesn't support. I assume that patches adding that support exist, right? The documentation patches should probably be a part of that patch set. Thanks, jon