aboutsummaryrefslogtreecommitdiff
path: root/Documentation/arc
AgeCommit message (Collapse)AuthorFilesLines
2023-04-10docs: Move arc architecture docs under Documentation/arch/Jonathan Corbet3-105/+0
Architecture-specific documentation is being moved into Documentation/arch/ as a way of cleaning up the top-level documentation directory and making the docs hierarchy more closely match the source hierarchy. Move Documentation/arc into arch/ and fix all in-tree references. Acked-by: Vineet Gupta <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
2021-12-10docs: ARC: Improve readabilityAlexey Brodkin1-29/+33
There were some things which made rendered document look not very elegant. That was because: 1. Numbered lists were formatted in more of Markdown way rather than true reStructuredText and so were displayed as a plain text with leading numbers. Well, moreover numbered lists were not needed as in all cases we were just listing a couple of options w/o any intention to follow any particular order, so a simpler unordered list fits better and looks cleaner. 2. URL's of external resources were added as they are (which is OK in a plain text, but make not much sense in a HTML where we may use more human-friendly link names with URL's hidden. 3. Some URL's had trailing slashes which were not really needed Fix all items from above! Signed-off-by: Alexey Brodkin <[email protected]> Cc: Randy Dunlap <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: Vineet Gupta <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
2021-11-29docs: Add documentation for ARC processorsAlexey Brodkin3-0/+101
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 <[email protected]> Cc: Randy Dunlap <[email protected]> Cc: Vineet Gupta <[email protected]> Reviewed-by: Randy Dunlap <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>