diff options
author | Jiri Kosina <jkosina@suse.cz> | 2012-05-18 13:52:29 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-05-18 15:19:11 +0200 |
commit | 8206f664bfd7121e79f3b3fbf967953dbed78d7f (patch) | |
tree | 0006f6676e6bd3bb1f6335ab19b5afa7bac0c62a /MAINTAINERS | |
parent | bfa10b8c98bb335bc3e401d3ec947d446f04d1aa (diff) |
floppy: take over maintainership
I have fought the current maintainer to the death in the Thunderdome
[1] https://lkml.org/lkml/2012/5/16/370
Umm, actually, there is noone taking care of the driver due to lack
of real hardware, and I still have some. The driver exposes bugs on
emulated/virtualized devices (mostly due to timing), but it's essential
to verify the fixes against a real hardware as well (which has been
holding back some of the fixes).
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index bb76fc42fc42..2c2fba2c37b3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2770,6 +2770,12 @@ F: Documentation/firmware_class/ F: drivers/base/firmware*.c F: include/linux/firmware.h +FLOPPY DRIVER +M: Jiri Kosina <jkosina@suse.cz> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git +S: Odd fixes +F: drivers/block/floppy.c + FPU EMULATOR M: Bill Metzenthen <billm@melbpc.org.au> W: http://floatingpoint.sourceforge.net/emulator/index.html |