- be30504 it8213: fix return value in it8213_init_one() by Bartlomiej Zolnierkiewicz · 16 years ago
- ffab6cf palm_bk3710: fix IDECLK period calculation by Sergei Shtylyov · 16 years ago
- a861beb ide: add __ide_default_irq() inline helper by Bartlomiej Zolnierkiewicz · 16 years ago
- 2b54ed9 ide: ide_unregister() locking bugfix by Bartlomiej Zolnierkiewicz · 16 years ago
- bd8a59e ide: ide_unregister() warm-plug bugfix by Bartlomiej Zolnierkiewicz · 16 years ago
- 7cd95f5 ide: fix hwif->gendev refcounting by Bartlomiej Zolnierkiewicz · 16 years ago
- 4283e1b ide: fix /proc/ide/ide?/mate reporting by Bartlomiej Zolnierkiewicz · 16 years ago
- a529b59 Revert "BAST: Remove old IDE driver" by Bartlomiej Zolnierkiewicz · 16 years ago
- ac16236 BAST: Remove old IDE driver by Ben Dooks · 16 years ago
- a49c06b pcmcia ide kingston compactflash's have a new manufacturer id by Christophe Niclaes · 16 years ago
- a17bf22 pcmcia: add another pata/ide ID by Kristoffer Ericson · 16 years ago
- 74e2338 pcmcia: add an pata/ide ID by Matt Reimer · 16 years ago
- f54feaf ide: increase timeout in wait_drive_not_busy() by Bartlomiej Zolnierkiewicz · 16 years ago
- ce42a54 palm_bk3710: fix resource management by Sergei Shtylyov · 16 years ago
- 0cbccbc ide-generic: don't probe all legacy ISA IDE ports by default by Bartlomiej Zolnierkiewicz · 16 years ago
- fbc69fd ide-cs: fix releasing I/O resources by Bartlomiej Zolnierkiewicz · 16 years ago
- 792a1a9 ide-cs: fix probing and add warm-plug support by Bartlomiej Zolnierkiewicz · 16 years ago
- 5b16464 ide-pmac: remove bogus comment about pmac_ide_setup_device() by Bartlomiej Zolnierkiewicz · 16 years ago
- 07a6c66 ide-pmac: add ->cable_detect method by Bartlomiej Zolnierkiewicz · 16 years ago
- 80a65fc opti621: add PIO 4 support by Bartlomiej Zolnierkiewicz · 16 years ago
- 810253d opti621: use pre-calculated PIO timings by Bartlomiej Zolnierkiewicz · 16 years ago
- 6c98718 opti621: program devices timings separately in ->set_pio_mode by Bartlomiej Zolnierkiewicz · 16 years ago
- 21bd33a opti621: use PCI clock value provided by controller by Bartlomiej Zolnierkiewicz · 16 years ago
- f361037 opti621: remove DMA support by Bartlomiej Zolnierkiewicz · 16 years ago
- 62128b2 opti621: disable read prefetch by Bartlomiej Zolnierkiewicz · 16 years ago
- efc0fc1 fix BLK_DEV_HD_ONLY on ARM dependencies by Adrian Bunk · 16 years ago
- 513f3c1 ide: export ide_doubler by Adrian Bunk · 16 years ago
- fb37496 palm_bk3710: add warm-plug support by Bartlomiej Zolnierkiewicz · 16 years ago
- f4084a1 delkin_cb: add missing __init/__exit tags by Bartlomiej Zolnierkiewicz · 16 years ago
- 96fe439 delkin_cb: add warm-plug support by Bartlomiej Zolnierkiewicz · 16 years ago
- 1c4d4ad delkin_cb: use struct ide_port_info by Bartlomiej Zolnierkiewicz · 16 years ago
- 8a7dbb9 delkin_cb: set proper hwif->gendev.parent value by Bartlomiej Zolnierkiewicz · 16 years ago
- d427e83 ide: fix host drivers missing hwif->chipset initialization by Bartlomiej Zolnierkiewicz · 16 years ago
- 343a345 ide-generic: add missing hwif->chipset setup by Bartlomiej Zolnierkiewicz · 16 years ago
- cd18f69 sis5513: add missing pci_enable_device() call by Bartlomiej Zolnierkiewicz · 16 years ago
- b769164 ide: remove the ide_etrax100 chipset type by Adrian Bunk · 16 years ago
- 716ad87 ide: fix race in device_create by Greg Kroah-Hartman · 17 years ago
- 3ce92a2 m68k: macide doesnt check for Mac by Geert Uytterhoeven · 17 years ago
- cafa027 cs5520: disable VDMA by Bartlomiej Zolnierkiewicz · 17 years ago
- 64afc31 ide/Kconfig: couple of fixes by Bartlomiej Zolnierkiewicz · 17 years ago
- e7f379d alim15x3: remove WDC_ALI15X3 config option by Bartlomiej Zolnierkiewicz · 17 years ago
- 63b1623 alim15x3: add "wdc_udma" module parameter by Bartlomiej Zolnierkiewicz · 17 years ago
- 2bf111d alim15x3: remove stale warning about ATI RS100 northbridge by Bartlomiej Zolnierkiewicz · 17 years ago
- df98668 alim15x3: trivial cleanup for ali_set_pio_mode() by Bartlomiej Zolnierkiewicz · 17 years ago
- e0b4eb5 make ide-iops.c:SELECT_MASK() static by Adrian Bunk · 17 years ago
- 4d4423c SWARM IDE: Fix up following changes to ide_hwif_t by Maciej W. Rozycki · 17 years ago
- ab1a852 m68k: Fix falconide `data_adr' typo by Geert Uytterhoeven · 17 years ago
- 1024c5f ide: IDE_HFLAG_SERIALIZE_DMA bugfix by Bartlomiej Zolnierkiewicz · 17 years ago
- 23f8e4b ide: fix early setup of hwif->host_flags by Bartlomiej Zolnierkiewicz · 17 years ago
- 6d1cee4 alim15x3: disable init_hwif_ali15x3 for PowerPC by Anton Vorontsov · 17 years ago
- b26b0c5 ide: fix crash at boot with siimage driver by Benjamin Herrenschmidt · 17 years ago
- bd5d435 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
- c7705f3 drivers: use non-racy method for proc entries creation (2) by Denis V. Lunev · 17 years ago
- d34c87e block: replace sizeof(rq->cmd) with BLK_MAX_CDB by FUJITA Tomonori · 17 years ago
- e7b241a ide: use blk_rq_init() to initialize the request by FUJITA Tomonori · 17 years ago
- 7b25543 siimage: coding style cleanup (take 2) by Sergei Shtylyov · 17 years ago
- eee4929 ide-cd: clean up cdrom_analyze_sense_data() by Roel Kluin · 17 years ago
- a83ead2 ide-cd: fix test unsigned var < 0 by Roel Kluin · 17 years ago
- 3ced5c4 ide: add TSSTcorp CDDVDW SH-S202H to ivb_list[] by Alexander Smal · 17 years ago
- 1fa5a40 piix: add Asus Eee 701 controller to short cable list by Bartlomiej Zolnierkiewicz · 17 years ago
- 3f31b87 remove the broken ETRAX_IDE driver by Adrian Bunk · 17 years ago
- 55224bc ide: remove ->dma_prdtable field from ide_hwif_t by Bartlomiej Zolnierkiewicz · 17 years ago
- 41051a1 ide: remove ->dma_vendor{1,3} fields from ide_hwif_t by Bartlomiej Zolnierkiewicz · 17 years ago
- 669185e scc_pata: add ->dma_host_set and ->dma_start methods by Bartlomiej Zolnierkiewicz · 17 years ago
- 22cdd6c ide: skip "VLB sync" if host uses MMIO by Bartlomiej Zolnierkiewicz · 17 years ago
- 9f87abe ide: add ide_pad_transfer() helper by Bartlomiej Zolnierkiewicz · 17 years ago
- 7c0daf2 ide: remove ->INW and ->OUTW methods by Bartlomiej Zolnierkiewicz · 17 years ago
- ca545c1 ide: use IDE I/O helpers directly in ide_tf_{load,read}() by Bartlomiej Zolnierkiewicz · 17 years ago
- ea23b8b ns87415: add ->tf_read method by Bartlomiej Zolnierkiewicz · 17 years ago
- db2432c scc_pata: add ->tf_{load,read} methods by Bartlomiej Zolnierkiewicz · 17 years ago
- 92fcaaa ide-h8300: add ->tf_{load,read} methods by Bartlomiej Zolnierkiewicz · 17 years ago
- 6dbceb8 ide-cris: add ->tf_{load,read} methods by Bartlomiej Zolnierkiewicz · 17 years ago
- 94cd5b6 ide: add ->tf_load and ->tf_read methods by Bartlomiej Zolnierkiewicz · 17 years ago
- d309e0b ide: move ide_tf_{load,read} to ide-iops.c by Bartlomiej Zolnierkiewicz · 17 years ago
- 089c5c7 ide: factor out debugging code from ide_tf_load() by Bartlomiej Zolnierkiewicz · 17 years ago
- 1fc1425 ide: add ide_execute_pkt_cmd() helper by Bartlomiej Zolnierkiewicz · 17 years ago
- 3910dde ide-{floppy,tape,scsi}: 400ns delay is required after executing the command by Bartlomiej Zolnierkiewicz · 17 years ago
- 32b3fe4 ide: always use ->OUTBSYNC method for executing commands by Bartlomiej Zolnierkiewicz · 17 years ago
- 24cc434 siimage: remove proc_reports_siimage() by Bartlomiej Zolnierkiewicz · 17 years ago
- 165701d siimage: add sil_* I/O ops by Bartlomiej Zolnierkiewicz · 17 years ago
- 24a96ae siimage: do clocking register posting earlier in setup_mmio_siimage() by Bartlomiej Zolnierkiewicz · 17 years ago
- 16bb69c ide: remove ->INS{W,L} and ->OUTS{W,L} methods by Bartlomiej Zolnierkiewicz · 17 years ago
- c5dd43e ide: add IDE_HFLAG_MMIO host flag (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
- f04ff9c ide-h8300: add ->{in,out}put_data methods (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
- 70f91e0 au1xxx-ide: add ->{in,out}put_data methods (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
- efa3db1 scc_pata: add ->{in,out}put_data methods (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
- 9567b34 ide: merge ->atapi_*put_bytes and ->ata_*put_data methods by Bartlomiej Zolnierkiewicz · 17 years ago
- 92d3ab2 falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
- 284aa76 ide: fix au1xxx-ide breakage by Bartlomiej Zolnierkiewicz · 17 years ago
- e31a94e Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 17 years ago
- d28aa3a q40ide breakage by Al Viro · 17 years ago
- 7d896e0 more icside breakage (from next ide merge) by Al Viro · 17 years ago
- fcbd3b4 [MIPS] Pb1200/DBAu1200: move platform code to its proper place by Sergei Shtylyov · 17 years ago
- 077e3bd ide-tape: remove tape->merge_stage by Borislav Petkov · 17 years ago
- 01a63aeb ide-tape: mv tape->merge_stage_size tape->merge_bh_size by Borislav Petkov · 17 years ago
- d9df937 ide-tape: mv idetape_empty_write_pipeline ide_tape_flush_merge_buffer by Borislav Petkov · 17 years ago
- ec0fdb0 ide-tape: mv idetape_discard_read_pipeline ide_tape_discard_merge_buffer by Borislav Petkov · 17 years ago
- 9798630 ide-tape: make __idetape_discard_read_pipeline() of type void by Borislav Petkov · 17 years ago
- fd0949e ide: remove now unused ide_pci_create_host_proc() by Alexey Dobriyan · 17 years ago
- 19ba7b8 ide: remove /proc/ide/ali by Alexey Dobriyan · 17 years ago