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 09:32:04 -0700 |
commit | ad7afc38eab37c8a71f10ad6246df6ba7d7e5bb3 (patch) | |
tree | 9c3a28ad6396879b0e182ffcd96fa7ea6f865978 /MAINTAINERS | |
parent | d9a9c6172d1cec51851e9015b6c4379635c31f1a (diff) | |
download | blackbird-op-linux-ad7afc38eab37c8a71f10ad6246df6ba7d7e5bb3.tar.gz blackbird-op-linux-ad7afc38eab37c8a71f10ad6246df6ba7d7e5bb3.zip |
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 F: kernel/irq/irqdomain.c F: kernel/irq/msi.c +ISA +M: William Breathitt Gray <vilhelm.gray@gmail.com> +S: Maintained +F: Documentation/isa.txt +F: drivers/base/isa.c +F: include/linux/isa.h + ISAPNP M: Jaroslav Kysela <perex@perex.cz> S: Maintained |