docs: Add documentation for ARC processors
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>
Fri, 12 Nov 2021 06:50:59 +0000 (09:50 +0300)
committerJonathan Corbet <corbet@lwn.net>
Mon, 29 Nov 2021 21:53:11 +0000 (14:53 -0700)
commit6e6609f21bbc46cbf61dacb467aeabcc128b5e1c
tree333ea715dce3a484a83408477621e8bdd7e487c4
parent333b11e541feeb79e7cce31dd5b280ceded388e4
docs: Add documentation for ARC processors

ARC processors are supported in upstream kernel since v3.9
and so far there was no documentation about them except some
Device Tree bindings.

Fixing it with the simples set of docs now:
1. Overview with pointers to other informational resources
2. Autogenerated feature table

Note though it's just the very beginning, there will be more
for sure given time as there're many things worth documenting
and in fact even contents itself is avaialble but just spread
in some other places. Now we'll try to keep all here and
then maintain it looking forward to match the state of development.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Randy Dunlap <rdunlap@infradead.org>
Cc: Vineet Gupta <vgupta@kernel.org>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20211112065059.7273-1-abrodkin@synopsys.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/arc/arc.rst [new file with mode: 0644]
Documentation/arc/features.rst [new file with mode: 0644]
Documentation/arc/index.rst [new file with mode: 0644]
Documentation/arch.rst
MAINTAINERS