diff options
author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | 2021-11-12 07:50:59 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-11-29 22:53:11 +0100 |
commit | 6e6609f21bbc46cbf61dacb467aeabcc128b5e1c (patch) | |
tree | 333ea715dce3a484a83408477621e8bdd7e487c4 /MAINTAINERS | |
parent | Documentation: Add minimum pahole version (diff) | |
download | linux-6e6609f21bbc46cbf61dacb467aeabcc128b5e1c.tar.xz linux-6e6609f21bbc46cbf61dacb467aeabcc128b5e1c.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7a2345ce8521..811505d9b830 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18291,6 +18291,7 @@ M: Vineet Gupta <vgupta@kernel.org> L: linux-snps-arc@lists.infradead.org S: Supported T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git +F: Documentation/arc/ F: Documentation/devicetree/bindings/arc/* F: Documentation/devicetree/bindings/interrupt-controller/snps,arc* F: arch/arc/ |