diff options
author | Alessandro Rubini <rubini@gnudd.com> | 2013-06-18 17:48:07 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-06-18 18:42:15 -0400 |
commit | 4debfe409b6e550032bfef9733e9f6f7c5613617 (patch) | |
tree | c647e07600d964c6399e20f04c68ea8467c7b328 /Documentation/fmc/00-INDEX | |
parent | 6007b1bd0f752a5c022f7944c65fb96c39d6db3d (diff) |
FMC: add a char-device mezzanine driver
This driver exports the memory area associated with the mezzanine card
as a misc device, so users can access registers.
Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
Acked-by: Juan David Gonzalez Cobas <dcobas@cern.ch>
Acked-by: Emilio G. Cota <cota@braap.org>
Acked-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/fmc/00-INDEX')
-rw-r--r-- | Documentation/fmc/00-INDEX | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/fmc/00-INDEX b/Documentation/fmc/00-INDEX index 177c3e4a9511..431c69570f43 100644 --- a/Documentation/fmc/00-INDEX +++ b/Documentation/fmc/00-INDEX | |||
@@ -32,4 +32,7 @@ fmc-trivial.txt | |||
32 | - about drivers/fmc/fmc-trivial.ko | 32 | - about drivers/fmc/fmc-trivial.ko |
33 | 33 | ||
34 | fmc-write-eeprom.txt | 34 | fmc-write-eeprom.txt |
35 | - about drivers/fmc/fmc-write-eeprom.ko | 35 | - about drivers/fmc/fmc-write-eeprom.ko |
36 | |||
37 | fmc-chardev.txt | ||
38 | - about drivers/fmc/fmc-chardev.ko | ||