diff options
author | William Breathitt Gray <vilhelm.gray@gmail.com> | 2016-05-01 18:43:35 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-05-02 12:32:04 -0400 |
commit | ad7afc38eab37c8a71f10ad6246df6ba7d7e5bb3 (patch) | |
tree | 9c3a28ad6396879b0e182ffcd96fa7ea6f865978 /MAINTAINERS | |
parent | d9a9c6172d1cec51851e9015b6c4379635c31f1a (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-- | MAINTAINERS | 7 |
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 | |||
5995 | F: kernel/irq/irqdomain.c | 5995 | F: kernel/irq/irqdomain.c |
5996 | F: kernel/irq/msi.c | 5996 | F: kernel/irq/msi.c |
5997 | 5997 | ||
5998 | ISA | ||
5999 | M: William Breathitt Gray <vilhelm.gray@gmail.com> | ||
6000 | S: Maintained | ||
6001 | F: Documentation/isa.txt | ||
6002 | F: drivers/base/isa.c | ||
6003 | F: include/linux/isa.h | ||
6004 | |||
5998 | ISAPNP | 6005 | ISAPNP |
5999 | M: Jaroslav Kysela <perex@perex.cz> | 6006 | M: Jaroslav Kysela <perex@perex.cz> |
6000 | S: Maintained | 6007 | S: Maintained |