diff options
author | Greg Ungerer <[email protected]> | 2015-06-19 10:40:03 +1000 |
---|---|---|
committer | Greg Ungerer <[email protected]> | 2015-06-19 17:22:17 +1000 |
commit | e1632fa2471281c69bb3b6414d2c0fb01c56cc70 (patch) | |
tree | 5ea54b4ce3fa987532e28b7a449d2b9ed22bc951 | |
parent | 73cb9dc0cd8d220de24fe078f7eadc4945a939ef (diff) |
m68k: improve m68knommu MAINTAINERS entry
Improve the information in the m68knommu maintainers entry. This
should aid in making it clearer what parts of the m68k architecture
code can go via the m68knommu git tree.
Specifically the entry now lists the relevant git tree where m68knommu
patches are promoted through. It also spells out that the coldfire
sub-architecture, and with it the directory of arch/m68k/coldfire, as
being supported via this tree.
Signed-off-by: Greg Ungerer <[email protected]>
Acked-by: Geert Uytterhoeven <[email protected]>
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d8afd2953678..18c502978700 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10155,11 +10155,15 @@ S: Maintained F: Documentation/filesystems/ubifs.txt F: fs/ubifs/ -UCLINUX (AND M68KNOMMU) +UCLINUX (M68KNOMMU AND COLDFIRE) M: Greg Ungerer <[email protected]> W: http://www.uclinux.org/ L: [email protected] (subscribers-only) +T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git S: Maintained +F: arch/m68k/coldfire/ +F: arch/m68k/68*/ F: arch/m68k/*/*_no.* F: arch/m68k/include/asm/*_no.* |