diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-01 13:02:15 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-01 13:02:15 -0400 |
commit | c09bca786ff941ed17c5f381c4eca5b106808c51 (patch) | |
tree | 9b79a2f2d3ac441551c9c367f22e2240040c4ef6 /MAINTAINERS | |
parent | e76e5b2c663ac74ae6a542ac20795c625e36a5cd (diff) | |
parent | 5b6c942dd1f13835eff8105ec2aa859544a1498d (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6: (59 commits)
ide-floppy: do not complete rq's prematurely
ide: be able to build pmac driver without IDE built-in
ide-pmac: IDE cable detection on Apple PowerBook
ide: inline SELECT_DRIVE()
ide: turn selectproc() method into dev_select() method (take 5)
MAINTAINERS: move old ide-{floppy,tape} entries to CREDITS (take 2)
ide: move data register access out of tf_{read|load}() methods (take 2)
ide: call {in|out}put_data() methods from tf_{read|load}() methods (take 2)
ide-io-std: shorten ide_{in|out}put_data()
ide: rename IDE_TFLAG_IN_[HOB_]FEATURE
ide: turn set_irq() method into write_devctl() method
ide: use ATA_HOB
ide-disk: use ATA_ERR
ide: add support for CFA specified transfer modes (take 3)
ide-iops: only clear DMA words on setting DMA mode
ide: identify data word 53 bit 1 doesn't cover words 62 and 63 (take 3)
au1xxx-ide: auide_{in|out}sw() should be static
ide-floppy: use ide_pio_bytes()
ide-{floppy,tape}: fix padding for PIO transfers
ide: remove CONFIG_BLK_DEV_IDEDOUBLER config option
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a64f2920a8f..068f5fb9002 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2202,25 +2202,12 @@ L: linux-ide@vger.kernel.org | |||
2202 | T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/ | 2202 | T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/ |
2203 | S: Maintained | 2203 | S: Maintained |
2204 | 2204 | ||
2205 | IDE/ATAPI CDROM DRIVER | 2205 | IDE/ATAPI DRIVERS |
2206 | P: Borislav Petkov | 2206 | P: Borislav Petkov |
2207 | M: petkovbb@gmail.com | 2207 | M: petkovbb@gmail.com |
2208 | L: linux-ide@vger.kernel.org | 2208 | L: linux-ide@vger.kernel.org |
2209 | S: Maintained | 2209 | S: Maintained |
2210 | 2210 | ||
2211 | IDE/ATAPI FLOPPY DRIVERS | ||
2212 | P: Paul Bristow | ||
2213 | M: Paul Bristow <paul@paulbristow.net> | ||
2214 | W: http://paulbristow.net/linux/idefloppy.html | ||
2215 | L: linux-kernel@vger.kernel.org | ||
2216 | S: Maintained | ||
2217 | |||
2218 | IDE/ATAPI TAPE DRIVERS | ||
2219 | P: Gadi Oxman | ||
2220 | M: Gadi Oxman <gadio@netvision.net.il> | ||
2221 | L: linux-kernel@vger.kernel.org | ||
2222 | S: Maintained | ||
2223 | |||
2224 | IDLE-I7300 | 2211 | IDLE-I7300 |
2225 | P: Andy Henroid | 2212 | P: Andy Henroid |
2226 | M: andrew.d.henroid@intel.com | 2213 | M: andrew.d.henroid@intel.com |