diff options
author | Stafford Horne <shorne@gmail.com> | 2017-09-19 22:55:54 +0900 |
---|---|---|
committer | Stafford Horne <shorne@gmail.com> | 2017-10-30 21:37:52 +0900 |
commit | 00aa61d36da1969b139dc10b9b555677ebb03c42 (patch) | |
tree | 93923ad5bd1b3404675feadbbababb63ec5ae7fd | |
parent | 7f340fea3a78201f8d5d14b414d6a314cb67452a (diff) | |
download | linux-00aa61d36da1969b139dc10b9b555677ebb03c42.tar.bz2 |
Documentation: Move OpenRISC docs out of arch/
The OpenRISC docs have traditionally been in arch/ but that does not
seem like the correct place to be. Move them so they will be more
visible to others. Also update MAINTAINERS to make sure we get
notifications of changes.
Signed-off-by: Stafford Horne <shorne@gmail.com>
-rw-r--r-- | Documentation/openrisc/README (renamed from arch/openrisc/README.openrisc) | 0 | ||||
-rw-r--r-- | Documentation/openrisc/TODO (renamed from arch/openrisc/TODO.openrisc) | 0 | ||||
-rw-r--r-- | MAINTAINERS | 1 |
3 files changed, 1 insertions, 0 deletions
diff --git a/arch/openrisc/README.openrisc b/Documentation/openrisc/README index 072069ab5100..072069ab5100 100644 --- a/arch/openrisc/README.openrisc +++ b/Documentation/openrisc/README diff --git a/arch/openrisc/TODO.openrisc b/Documentation/openrisc/TODO index c43d4e1d14eb..c43d4e1d14eb 100644 --- a/arch/openrisc/TODO.openrisc +++ b/Documentation/openrisc/TODO diff --git a/MAINTAINERS b/MAINTAINERS index 543d9fda92aa..4e2b720ca661 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10031,6 +10031,7 @@ T: git git://github.com/openrisc/linux.git L: openrisc@lists.librecores.org W: http://openrisc.io S: Maintained +F: Documentation/openrisc/ F: arch/openrisc/ F: drivers/irqchip/irq-or1k-* |