1. 15ce926 ide: merge ->dma_host_{on,off} methods into ->dma_host_set method by Bartlomiej Zolnierkiewicz · 17 years ago
  2. f37aaf9 ide: move drive->using_dma check to callers of ->dma_host_on method by Bartlomiej Zolnierkiewicz · 17 years ago
  3. 8ae60e3 atiixp: remove ->dma_host_on and ->dma_host_off methods by Bartlomiej Zolnierkiewicz · 17 years ago
  4. 07a085e ide-cris: fix DMA methods by Bartlomiej Zolnierkiewicz · 17 years ago
  5. 4a546e0 ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_t by Bartlomiej Zolnierkiewicz · 17 years ago
  6. 378f577 au1xxx-ide: add ide_toggle_bounce() calls by Bartlomiej Zolnierkiewicz · 17 years ago
  7. c580969 icside: add ide_toggle_bounce() calls by Bartlomiej Zolnierkiewicz · 17 years ago
  8. e5efba3 sgiioc4: add ide_toggle_bounce() calls by Bartlomiej Zolnierkiewicz · 17 years ago
  9. 8704de8 cy82c693: add ->set_dma_mode method by Bartlomiej Zolnierkiewicz · 17 years ago
  10. a530201 cy82c693: correct DMA modes clipping by Bartlomiej Zolnierkiewicz · 17 years ago
  11. aea5d37 ide: (hopefully) fix VDMA for CS5520 by Bartlomiej Zolnierkiewicz · 17 years ago
  12. 29ec683 ide-disk: add idedisk_set_doorlock() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  13. 7b971df serverworks: cleanup ->set_dma_mode method by Bartlomiej Zolnierkiewicz · 17 years ago
  14. 0859055 sl82c105: remove no longer needed ->selectproc method by Bartlomiej Zolnierkiewicz · 17 years ago
  15. 6ae8b1e sl82c105: program DMA/PIO timings in ->dma_start/->ide_dma_end by Bartlomiej Zolnierkiewicz · 17 years ago
  16. 61a368c ide: remove redundant DMA blacklist check from __ide_dma_on() by Bartlomiej Zolnierkiewicz · 17 years ago
  17. 7b90599 ide: cleanup ide_set_dma() by Bartlomiej Zolnierkiewicz · 17 years ago
  18. 23b1bd4 ide: remove redundant ->ide_dma_on call from set_using_dma() by Bartlomiej Zolnierkiewicz · 17 years ago
  19. 4eed504 sc1200: move DMA timings to timing tables by Bartlomiej Zolnierkiewicz · 17 years ago
  20. 4db90a1 ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  21. 428c644 sis5513: factor out UDMA programming code by Bartlomiej Zolnierkiewicz · 17 years ago
  22. ad4ba7d pdc202xx_new: move PIO programming code to pdcnew_set_pio_mode() by Bartlomiej Zolnierkiewicz · 17 years ago
  23. e62925d ide: kill duplicate code in ide_dump_{ata,atapi}_status() by Bartlomiej Zolnierkiewicz · 17 years ago
  24. a501633 ide-disk: use ide_get_lba_addr() by Bartlomiej Zolnierkiewicz · 17 years ago
  25. 1c904fc ide: printk fix by Andrew Morton · 17 years ago
  26. c2b57cd ide: add ide_tf_read() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  27. d324447 ide: fix registers loading order in ide_dump_ata_status() by Bartlomiej Zolnierkiewicz · 17 years ago
  28. f6e29e3 ide-disk: use do_rw_taskfile() (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  29. ba76ae3 ide-disk: add ide_tf_set_cmd() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  30. c52ea91 ide-disk: extend timeout for PIO-in commands by Bartlomiej Zolnierkiewicz · 17 years ago
  31. 57d7366 ide: remove 'handler' field from ide_task_t (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  32. 1192e52 ide: use ->data_phase to set ->handler in do_rw_taskfile() by Bartlomiej Zolnierkiewicz · 17 years ago
  33. 10d9015 ide: convert do_rw_taskfile() to use ->data_phase by Bartlomiej Zolnierkiewicz · 17 years ago
  34. 1edee60 ide: merge flagged_taskfile() into do_rw_taskfile() by Bartlomiej Zolnierkiewicz · 17 years ago
  35. a7bbd20 ide-disk: guarantee 400ns delay after writing command register by Bartlomiej Zolnierkiewicz · 17 years ago
  36. cf77249 ide-disk: fix __ide_do_rw_disk() to use ->OUTBSYNC by Bartlomiej Zolnierkiewicz · 17 years ago
  37. 7c0e266 sc1200: remove pointless hwif lookup loop by Bartlomiej Zolnierkiewicz · 17 years ago
  38. 866e2ec ide: remove 'tf_in_flags' field from ide_task_t by Bartlomiej Zolnierkiewicz · 17 years ago
  39. ac026ff ide: remove 'command_type' field from ide_task_t by Bartlomiej Zolnierkiewicz · 17 years ago
  40. 7299a39 ide: remove hwif->intrproc by Bartlomiej Zolnierkiewicz · 17 years ago
  41. f919790 ide: remove SELECT_INTERRUPT() by Bartlomiej Zolnierkiewicz · 17 years ago
  42. cd3dbc9 ide: remove QUIRK_LIST() by Bartlomiej Zolnierkiewicz · 17 years ago
  43. 2fc5738 ide: add ide_pktcmd_tf_load() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  44. 932aead ide-{floppy,tape,scsi}: fix register loading order when issuing packet command by Bartlomiej Zolnierkiewicz · 17 years ago
  45. 3a6a354 ide-cd: fix register loading order in cdrom_start_packet_command() by Bartlomiej Zolnierkiewicz · 17 years ago
  46. 8e7657a ide: remove atapi_ireason_t (take 3) by Bartlomiej Zolnierkiewicz · 17 years ago
  47. 790d123 ide: remove ata_nsector_t, ata_data_t and atapi_bcount_t by Bartlomiej Zolnierkiewicz · 17 years ago
  48. e5f9f5a ide: remove atapi_feature_t by Bartlomiej Zolnierkiewicz · 17 years ago
  49. 0e38a66 ide: remove atapi_error_t (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  50. 22c525b ide: remove ata_status_t and atapi_status_t by Bartlomiej Zolnierkiewicz · 17 years ago
  51. 918337a ide-floppy: remove dead code by Bartlomiej Zolnierkiewicz · 17 years ago
  52. 29ed2a5 ide: remove REQ_TYPE_ATA_TASK by Bartlomiej Zolnierkiewicz · 17 years ago
  53. 14b89ef ide: switch ide_task_ioctl() to use REQ_TYPE_ATA_TASKFILE requests by Bartlomiej Zolnierkiewicz · 17 years ago
  54. 813a0eb ide: switch idedisk_prepare_flush() to use REQ_TYPE_ATA_TASKFILE requests by Bartlomiej Zolnierkiewicz · 17 years ago
  55. 1f2564b ide: extend timeout for REQ_TYPE_ATA_{CMD,TASK} requests by Bartlomiej Zolnierkiewicz · 17 years ago
  56. a3bbb9d ide: remove unnecessary writes to HOB taskfile registers by Bartlomiej Zolnierkiewicz · 17 years ago
  57. 868e672 ide: use IDE_TFLAG_LBA48 for REQ_TYPE_ATA_TASKFILE requests by Bartlomiej Zolnierkiewicz · 17 years ago
  58. 807e35d ide: use ide_tf_load() in execute_drive_cmd() by Bartlomiej Zolnierkiewicz · 17 years ago
  59. 54688aa ide: remove ide_cmd() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  60. 21d535c ide: execute_drive_cmd() cleanup by Bartlomiej Zolnierkiewicz · 17 years ago
  61. 6dd8723 ide: fix registers loading order for IDE_NSECTOR_REG in execute_drive_cmd() by Bartlomiej Zolnierkiewicz · 17 years ago
  62. 46f26c3 ide: fix registers loading order for WIN_SMART in execute_drive_cmd() by Bartlomiej Zolnierkiewicz · 17 years ago
  63. d3bb034 ide-tape: remove dead USE_IOTRACE code by Bartlomiej Zolnierkiewicz · 17 years ago
  64. 4ee06b7 ide: remove stale ide.h "configuration options" by Bartlomiej Zolnierkiewicz · 17 years ago
  65. f1ca6d3 ide: remove CONFIG_IDEPCI_SHARE_IRQ config option by Bartlomiej Zolnierkiewicz · 17 years ago
  66. 7b5da4b ide: remove IRQF_DISABLED from IRQ flags for IDE IRQ handler by Bartlomiej Zolnierkiewicz · 17 years ago
  67. d26805f ide-pmac: fix pmac_ide_init_hwif_ports() by Bartlomiej Zolnierkiewicz · 17 years ago
  68. 74095a9 ide: use do_rw_taskfile() in flagged_taskfile() by Bartlomiej Zolnierkiewicz · 17 years ago
  69. 9a3c49b ide: add ide_no_data_taskfile() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  70. 9e42237 ide: add ide_tf_load() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  71. 2bd06b2 ide-disk: use struct ide_taskfile in __ide_do_rw_disk() by Bartlomiej Zolnierkiewicz · 17 years ago
  72. d00e42dd2 ide-disk: fix taskfile registers loading order in __ide_do_rw_disk() by Bartlomiej Zolnierkiewicz · 17 years ago
  73. 7a3b751 ide-disk: merge LBA28 and LBA48 Host Protected Area support code (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  74. 650d841 ide: add struct ide_taskfile (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  75. cd2a2d9 ide: remove task_ioreg_t typedef (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  76. 1c029fd ide: remove ->dma_master field from ide_hwif_t (take 5) by Bartlomiej Zolnierkiewicz · 17 years ago
  77. 866664d hpt366: merge set_dma_mode() methods by Sergei Shtylyov · 17 years ago
  78. a488f34 hpt366: kill set_dma_mode() method wrapper by Sergei Shtylyov · 17 years ago
  79. ceb1b2c hpt366: change timing register masks by Sergei Shtylyov · 17 years ago
  80. b5e1a4e ide-io: set REQ_FAILED when drive is dead by Aristeu Rozanski · 17 years ago
  81. edfaa7c Driver core: convert block from raw kobjects to core devices by Kay Sievers · 17 years ago
  82. dbc1272 IDE: Convert from class_device to device for ide-tape by Tony Jones · 17 years ago
  83. 7c48c56 IDE: terminate ACPI DMI list by Jeff Garzik · 17 years ago
  84. 93c0b56 trm290: do hook dma_host_{on,off} methods (take 2) by Sergei Shtylyov · 17 years ago
  85. b98f880 ide: fix cable detection for SATA bridges by George Kibardin · 17 years ago
  86. 9049489 ide: workaround suspend bug for ACPI IDE by Shaohua Li · 17 years ago
  87. deffca1 cmd64x: fix hwif->chipset setup by Bartlomiej Zolnierkiewicz · 17 years ago
  88. 8606ab0 ide-cd: fix 'ireason' reporting in cdrom_pc_intr() by Bartlomiej Zolnierkiewicz · 17 years ago
  89. 5744a06 ide-cd: fix error message in cdrom_pc_intr() by Bartlomiej Zolnierkiewicz · 17 years ago
  90. 52ef2ed ide-cd: add error message for DMA error to cdrom_read_intr() by Bartlomiej Zolnierkiewicz · 17 years ago
  91. b481b23 ide-cd: fix error messages in cdrom_write_intr() by Bartlomiej Zolnierkiewicz · 17 years ago
  92. 31a7119 ide-cd: add missing 'ireason' masking to cdrom_write_intr() by Bartlomiej Zolnierkiewicz · 17 years ago
  93. 35379c0 ide-cd: fix error messages in cdrom_{read,write}_check_ireason() by Bartlomiej Zolnierkiewicz · 17 years ago
  94. 05017db ide-cd: use ide_cd_release() in ide_cd_probe() by Bartlomiej Zolnierkiewicz · 17 years ago
  95. aa5dc8e ide-cd: fix ACER/AOpen 24X CDROM speed reporting on big-endian machines by Bartlomiej Zolnierkiewicz · 17 years ago
  96. 3cbd814 ide-cd: fix SAMSUNG CD-ROM SCR-3231 quirk by Bartlomiej Zolnierkiewicz · 17 years ago
  97. a1c6d28 drivers/ide/: Spelling fixes by Joe Perches · 17 years ago
  98. 644a9d7 ide: fix ->io_32bit race in set_io_32bit() by Bartlomiej Zolnierkiewicz · 17 years ago
  99. bbe4d6d ide: remove stale changelog from ide-probe.c by Bartlomiej Zolnierkiewicz · 17 years ago
  100. fedda1e ide: remove stale changelog from ide-disk.c by Bartlomiej Zolnierkiewicz · 17 years ago