1. b163f46 ide: enhance ide_busy_sleep() by Bartlomiej Zolnierkiewicz · 16 years ago
  2. 1a7809e ide: re-code ide_fixstring() loop to be less evil by Linus Torvalds · 16 years ago
  3. 3a7d248 ide: use ATA_* defines instead of *_STAT and *_ERR ones by Bartlomiej Zolnierkiewicz · 16 years ago
  4. aaaade3 ide: WIN_* -> ATA_CMD_* by Bartlomiej Zolnierkiewicz · 16 years ago
  5. 48fb268 ide: remove drive->driveid by Bartlomiej Zolnierkiewicz · 16 years ago
  6. 4dde449 ide: make drive->id an union (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  7. 5b90e99 ide: cleanup ide_fix_driveid() by Bartlomiej Zolnierkiewicz · 16 years ago
  8. 242f442 ide: fix ide_fix_driveid() by Bartlomiej Zolnierkiewicz · 16 years ago
  9. 7fa897b ide: trivial sparse annotations by Harvey Harrison · 16 years ago
  10. 374e042 ide: add struct ide_tp_ops (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  11. ba4b2e6 ide: remove dead Virtual DMA support by Bartlomiej Zolnierkiewicz · 16 years ago
  12. 761052e ide: remove ->INB, ->OUTB and ->OUTBSYNC methods by Bartlomiej Zolnierkiewicz · 16 years ago
  13. 1823649 ide: add ide_read_bcount_and_ireason() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  14. 92eb438 ide: use ->tf_read in ide_read_error() by Bartlomiej Zolnierkiewicz · 16 years ago
  15. 40f095f ide: use ->tf_load in SELECT_DRIVE() by Bartlomiej Zolnierkiewicz · 16 years ago
  16. 59be2c8 ide: use ->tf_load in ide_config_drive_speed() by Bartlomiej Zolnierkiewicz · 16 years ago
  17. 3c09384 ide: change order of register access in ide_config_drive_speed() by Bartlomiej Zolnierkiewicz · 16 years ago
  18. 6e6afb3 ide: add ->set_irq method by Bartlomiej Zolnierkiewicz · 16 years ago
  19. 1f6d8a0 ide: add ->read_altstatus method by Bartlomiej Zolnierkiewicz · 16 years ago
  20. b73c7ee ide: add ->read_status method by Bartlomiej Zolnierkiewicz · 16 years ago
  21. c6dfa86 ide: add ->exec_command method by Bartlomiej Zolnierkiewicz · 16 years ago
  22. cab7f8e ide: remove ->dma_{status,command} fields from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  23. b2f951a ide: add ->read_sff_dma_status method by Bartlomiej Zolnierkiewicz · 16 years ago
  24. 64a8f00 IDE: Report errors during drive reset back to user space by Elias Oltmanns · 16 years ago
  25. 79e36a9 IDE: Fix HDIO_DRIVE_RESET handling by Elias Oltmanns · 16 years ago
  26. ff07488 ide: remove drive->ctl by Bartlomiej Zolnierkiewicz · 16 years ago
  27. f8c4bd0a ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC method by Bartlomiej Zolnierkiewicz · 16 years ago
  28. ed4af48 ide: move IRQ unmasking out from ->tf_load method by Bartlomiej Zolnierkiewicz · 16 years ago
  29. 9a410e7 ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flag by Bartlomiej Zolnierkiewicz · 16 years ago
  30. 49e153e ide: remove commented out code from ide_config_drive_speed() by Bartlomiej Zolnierkiewicz · 16 years ago
  31. 5ddee51 ide: disable drive interrupts in ide_driveid_update() by Mikhail Cherkashin · 16 years ago
  32. e0b4eb5 make ide-iops.c:SELECT_MASK() static by Adrian Bunk · 16 years ago
  33. 3ced5c4 ide: add TSSTcorp CDDVDW SH-S202H to ivb_list[] by Alexander Smal · 16 years ago
  34. 22cdd6c ide: skip "VLB sync" if host uses MMIO by Bartlomiej Zolnierkiewicz · 16 years ago
  35. 7c0daf2 ide: remove ->INW and ->OUTW methods by Bartlomiej Zolnierkiewicz · 16 years ago
  36. ca545c1 ide: use IDE I/O helpers directly in ide_tf_{load,read}() by Bartlomiej Zolnierkiewicz · 16 years ago
  37. 94cd5b6 ide: add ->tf_load and ->tf_read methods by Bartlomiej Zolnierkiewicz · 16 years ago
  38. d309e0b ide: move ide_tf_{load,read} to ide-iops.c by Bartlomiej Zolnierkiewicz · 16 years ago
  39. 1fc1425 ide: add ide_execute_pkt_cmd() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  40. 32b3fe4 ide: always use ->OUTBSYNC method for executing commands by Bartlomiej Zolnierkiewicz · 16 years ago
  41. 16bb69c ide: remove ->INS{W,L} and ->OUTS{W,L} methods by Bartlomiej Zolnierkiewicz · 16 years ago
  42. 9567b34 ide: merge ->atapi_*put_bytes and ->ata_*put_data methods by Bartlomiej Zolnierkiewicz · 16 years ago
  43. 92d3ab2 falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  44. 4c3032d ide: add struct ide_io_ports (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  45. 5e37bdc ide: add struct ide_dma_ops (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  46. ac95bee ide: add struct ide_port_ops (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  47. 23579a2 ide: remove IDE_*_REG macros by Bartlomiej Zolnierkiewicz · 16 years ago
  48. 7e77718 ide: use ->ata_input_data in ide_driveid_update() by Bartlomiej Zolnierkiewicz · 16 years ago
  49. f367bed Revert "ide: change master/slave IDENTIFY order" by Bartlomiej Zolnierkiewicz · 16 years ago
  50. d30a426 ide: insert BUG_ON() into __ide_set_handler() (take 2) by Sergei Shtylyov · 16 years ago
  51. 64a57fe ide: add ide_read_error() inline helper by Bartlomiej Zolnierkiewicz · 16 years ago
  52. c47137a ide: add ide_read_[alt]status() inline helpers by Bartlomiej Zolnierkiewicz · 16 years ago
  53. f2694b7 ide: remove redundant BUG_ON() from [atapi_]reset_pollfunc() by Bartlomiej Zolnierkiewicz · 16 years ago
  54. 578cfa0 ide: move check_dma_crc() to ide-dma.c by Bartlomiej Zolnierkiewicz · 16 years ago
  55. 296921a ide: remove ide_auto_reduce_xfer() by Bartlomiej Zolnierkiewicz · 16 years ago
  56. 99ffbe0 ide: move drive->crc_count check out from check_dma_crc() by Bartlomiej Zolnierkiewicz · 16 years ago
  57. af10f77 ide: remove ide_ata66_check() by Bartlomiej Zolnierkiewicz · 16 years ago
  58. 5efe7c5 ide: remove set_transfer() by Bartlomiej Zolnierkiewicz · 16 years ago
  59. fa01717 ide: unexport SELECT_DRIVE() by Bartlomiej Zolnierkiewicz · 16 years ago
  60. 629f944 ide: use __ide_set_handler() in ide_execute_command() by Bartlomiej Zolnierkiewicz · 16 years ago
  61. 9d50152 ide: make probe_hwif() return an error value by Bartlomiej Zolnierkiewicz · 16 years ago
  62. 58f189f ide: delete filenames/versions from comments by Bartlomiej Zolnierkiewicz · 16 years ago
  63. 5a9e77a ide: switch ide_cmd_ioctl() to use REQ_TYPE_ATA_TASKFILE requests by Bartlomiej Zolnierkiewicz · 16 years ago
  64. 81ca691 ide: add ide_set_irq() inline helper by Bartlomiej Zolnierkiewicz · 16 years ago
  65. 15ce926 ide: merge ->dma_host_{on,off} methods into ->dma_host_set method by Bartlomiej Zolnierkiewicz · 16 years ago
  66. f37aaf9 ide: move drive->using_dma check to callers of ->dma_host_on method by Bartlomiej Zolnierkiewicz · 16 years ago
  67. 4a546e0 ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  68. aea5d37 ide: (hopefully) fix VDMA for CS5520 by Bartlomiej Zolnierkiewicz · 16 years ago
  69. c2b57cd ide: add ide_tf_read() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  70. d324447 ide: fix registers loading order in ide_dump_ata_status() by Bartlomiej Zolnierkiewicz · 16 years ago
  71. f919790 ide: remove SELECT_INTERRUPT() by Bartlomiej Zolnierkiewicz · 16 years ago
  72. cd3dbc9 ide: remove QUIRK_LIST() by Bartlomiej Zolnierkiewicz · 16 years ago
  73. 4ee06b7 ide: remove stale ide.h "configuration options" by Bartlomiej Zolnierkiewicz · 16 years ago
  74. f1ca6d3 ide: remove CONFIG_IDEPCI_SHARE_IRQ config option by Bartlomiej Zolnierkiewicz · 16 years ago
  75. 650d841 ide: add struct ide_taskfile (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  76. cd2a2d9 ide: remove task_ioreg_t typedef (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  77. b98f880 ide: fix cable detection for SATA bridges by George Kibardin · 17 years ago
  78. 3ab7efe ide: DMA reporting and validity checking fixes (take 3) by Bartlomiej Zolnierkiewicz · 17 years ago
  79. e97564f ide: More TSST drives with broken cable detection by Peter Missel · 17 years ago
  80. 0546cb0 ide: remove bogus ide_fix_driveid() comment by Bartlomiej Zolnierkiewicz · 17 years ago
  81. 89613e6 ide: don't set PIO mode on pre-EIDE drives by Sergei Shtylyov · 17 years ago
  82. 0174511 ide: move ide_fixstring() documentation to ide-iops.c from ide.h by Bartlomiej Zolnierkiewicz · 17 years ago
  83. 6d5dd21 ide: unexport ide_fix_driveid by Adrian Bunk · 17 years ago
  84. 8588a2b7 ide: add SH-S202J to ivb_list[] by Bartlomiej Zolnierkiewicz · 17 years ago
  85. 8a45513 ide: remove dead code from ide_driveid_update() by Bartlomiej Zolnierkiewicz · 17 years ago
  86. 0ae2e17 ide: remove ->ide_dma_check (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  87. 76bb778 ide: remove CONFIG_IDEDMA_IVB config option by Bartlomiej Zolnierkiewicz · 17 years ago
  88. b140b99 ide: change master/slave IDENTIFY order by Bartlomiej Zolnierkiewicz · 17 years ago
  89. 88b2b32 ide: move ide_config_drive_speed() calls to upper layers (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  90. aedea59 ide-pmac: remove pmac_ide_do_setfeature() (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  91. ddf1510 ide-pmac: use __ide_wait_stat() by Bartlomiej Zolnierkiewicz · 17 years ago
  92. 74af21c ide: add __ide_wait_stat() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  93. 26bcb87 ide: add ide_set{_max}_pio() (take 4) by Bartlomiej Zolnierkiewicz · 17 years ago
  94. 6c3c22f ide: add ide_dev_is_sata() helper (take 2) by Sergei Shtylyov · 17 years ago
  95. b0244a0 ide-disk: workaround for buggy HPA support on ST340823A (take 3) by Bartlomiej Zolnierkiewicz · 17 years ago
  96. adcd33d ide: ide_config_drive_speed() bugfixes by Bartlomiej Zolnierkiewicz · 17 years ago
  97. a5b7e70 ide: add cable detection for early UDMA66 devices (take 3) by Bartlomiej Zolnierkiewicz · 17 years ago
  98. 49521f9 ide: add short cables support by Bartlomiej Zolnierkiewicz · 17 years ago
  99. 7f8f48a ide: cable detection fixes (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  100. 2d5eaa6 ide: rework the code for selecting the best DMA transfer mode (v3) by Bartlomiej Zolnierkiewicz · 17 years ago