summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>2016-05-01 18:43:35 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-05-02 12:32:04 -0400
commitad7afc38eab37c8a71f10ad6246df6ba7d7e5bb3 (patch)
tree9c3a28ad6396879b0e182ffcd96fa7ea6f865978 /MAINTAINERS
parentd9a9c6172d1cec51851e9015b6c4379635c31f1a (diff)
Documentation: Add ISA bus driver documentation
This is a verbatim copy of the original commit message of the initial commit of the ISA bus driver authored by Rene Herman. Descriptions of the module_isa_driver macro and max_num_isa_dev macro are provided at the end. Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 1d5b4becab6f..92a190675ae3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5995,6 +5995,13 @@ F: include/linux/irqdomain.h
5995F: kernel/irq/irqdomain.c 5995F: kernel/irq/irqdomain.c
5996F: kernel/irq/msi.c 5996F: kernel/irq/msi.c
5997 5997
5998ISA
5999M: William Breathitt Gray <vilhelm.gray@gmail.com>
6000S: Maintained
6001F: Documentation/isa.txt
6002F: drivers/base/isa.c
6003F: include/linux/isa.h
6004
5998ISAPNP 6005ISAPNP
5999M: Jaroslav Kysela <perex@perex.cz> 6006M: Jaroslav Kysela <perex@perex.cz>
6000S: Maintained 6007S: Maintained