diff options
author | Alessandro Rubini <rubini@gnudd.com> | 2013-06-12 03:13:25 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-06-17 19:38:57 -0400 |
commit | 9c9f32eddee56888c7acd0d69134a5dcae09e1a8 (patch) | |
tree | 2da7a255c0fe298b011759f237de18e01f1e7ab9 /MAINTAINERS | |
parent | b1f254e35d85535b17af2786d06fe88f15f304f7 (diff) |
FMC: create drivers/fmc and toplevel Kconfig question
This commit creates the drivers/fmc directory and puts the necessary
hooks for kbuild and kconfig. The code is currently a placeholder
that only registers an empty bus.
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 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5be702cc8449..14746ad5ee15 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -3309,6 +3309,15 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git | |||
3309 | S: Odd fixes | 3309 | S: Odd fixes |
3310 | F: drivers/block/floppy.c | 3310 | F: drivers/block/floppy.c |
3311 | 3311 | ||
3312 | FMC SUBSYSTEM | ||
3313 | M: Alessandro Rubini <rubini@gnudd.com> | ||
3314 | W: http://www.ohwr.org/projects/fmc-bus | ||
3315 | S: Supported | ||
3316 | F: drivers/fmc/ | ||
3317 | F: include/linux/fmc*.h | ||
3318 | F: include/linux/ipmi-fru.h | ||
3319 | K: fmc_d.*register | ||
3320 | |||
3312 | FPU EMULATOR | 3321 | FPU EMULATOR |
3313 | M: Bill Metzenthen <billm@melbpc.org.au> | 3322 | M: Bill Metzenthen <billm@melbpc.org.au> |
3314 | W: http://floatingpoint.sourceforge.net/emulator/index.html | 3323 | W: http://floatingpoint.sourceforge.net/emulator/index.html |