1. fe31edc Drivers: ide: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  2. e6b5370 sections: fix section conflicts in drivers/ide by Andi Kleen · 12 years ago
  3. bff7832 ide/ata: Add module.h to the implicit modular users by Paul Gortmaker · 13 years ago
  4. 8776168 ide: change ->set_dma_mode method parameters by Bartlomiej Zolnierkiewicz · 14 years ago
  5. e085b3c ide: change ->set_pio_mode method parameters by Bartlomiej Zolnierkiewicz · 14 years ago
  6. 9780e2d ide: convert to rq pos and nr_sectors accessors by Tejun Heo · 15 years ago
  7. 35c9b4d ide: add ->dma_clear method and remove ->dma_timeout one by Bartlomiej Zolnierkiewicz · 15 years ago
  8. 22117d6 ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  9. 592b531 ide: move read_sff_dma_status() method to 'struct ide_dma_ops' by Sergei Shtylyov · 15 years ago
  10. 898ec22 ide: remove HWIF() macro by Bartlomiej Zolnierkiewicz · 15 years ago
  11. b65fac3 ide: merge ide_hwgroup_t with ide_hwif_t (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  12. 2bfba3c ide: remove useless subdirs from drivers/ide/ by Bartlomiej Zolnierkiewicz · 16 years ago[Renamed from drivers/ide/pci/tc86c001.c]
  13. 653bcf5 ide: __ide_dma_end() -> ide_dma_end() by Bartlomiej Zolnierkiewicz · 16 years ago
  14. a9ab09e ide: use unique names for struct pci_driver instances by Bartlomiej Zolnierkiewicz · 16 years ago
  15. a69999e drivers/ide/pci/: use __devexit_p() by Adrian Bunk · 16 years ago
  16. f454cbe ide: ->cable_detect method cannot be marked __devinit by Bartlomiej Zolnierkiewicz · 16 years ago
  17. ced3ec8 ide: prefix messages from IDE PCI host drivers by driver name by Bartlomiej Zolnierkiewicz · 16 years ago
  18. ea881d6 tc86c001: add ->remove method and module_exit() by Bartlomiej Zolnierkiewicz · 16 years ago
  19. b16040b tc86c001: remove ->init_chipset method by Bartlomiej Zolnierkiewicz · 16 years ago
  20. 6cdf6eb ide: add ->dev and ->host_priv fields to struct ide_host by Bartlomiej Zolnierkiewicz · 16 years ago
  21. 3b2a5c7 ide: filter out "default" transfer mode values in set_xfer_rate() 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. f37afda ide: constify struct ide_dma_ops by Bartlomiej Zolnierkiewicz · 16 years ago
  24. 5e37bdc ide: add struct ide_dma_ops (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  25. ac95bee ide: add struct ide_port_ops (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  26. 5c634bb IDE: Coding Style fixes to drivers/ide/pci/tc86c001.c by Paolo Ciarrocchi · 16 years ago
  27. 50672e5 ide: remove dead/obsolete ->busproc method by Bartlomiej Zolnierkiewicz · 16 years ago
  28. bfa14b4 ide: add ->cable_detect method to ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  29. 58f189f ide: delete filenames/versions from comments by Bartlomiej Zolnierkiewicz · 16 years ago
  30. 3650165 ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  31. 4db90a1 ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  32. 8562043 ide: constify struct ide_port_info by Bartlomiej Zolnierkiewicz · 17 years ago
  33. 039788e ide: replace ide_pci_device_t by struct ide_port_info by Bartlomiej Zolnierkiewicz · 17 years ago
  34. 85ad93a ide: set drive->autotune in ide_pci_setup_ports() by Bartlomiej Zolnierkiewicz · 17 years ago
  35. 31e8a46 ide: use I/O ops directly part #2 (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  36. 5f8b6c3 ide: add ->mwdma_mask and ->swdma_mask to ide_pci_device_t (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  37. 47b6878 ide: add IDE_HFLAG_NO_{DMA,AUTODMA} host flags by Bartlomiej Zolnierkiewicz · 17 years ago
  38. 7cab14a ide: add IDE_HFLAG_BOOTABLE host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  39. 33c1002 ide: add IDE_HFLAG_NO_ATAPI_DMA host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  40. 9ff6f72 ide: remove hwif->autodma and drive->autodma by Bartlomiej Zolnierkiewicz · 17 years ago
  41. 9cbcc5e ide: use PCI_VDEVICE() macro by Bartlomiej Zolnierkiewicz · 17 years ago
  42. 0ae2e17 ide: remove ->ide_dma_check (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  43. 65c9cd2 ide: remove ide_use_fast_pio() by Bartlomiej Zolnierkiewicz · 17 years ago
  44. 88b2b32 ide: move ide_config_drive_speed() calls to upper layers (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  45. 26bcb87 ide: add ide_set{_max}_pio() (take 4) by Bartlomiej Zolnierkiewicz · 17 years ago
  46. f212ff2 ide: move ide_rate_filter() calls to the upper layer (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  47. 4099d14 ide: add PIO masks by Bartlomiej Zolnierkiewicz · 17 years ago
  48. 2134758 ide: drop "PIO data" argument from ide_get_best_pio_mode() by Bartlomiej Zolnierkiewicz · 17 years ago
  49. a5d8c5c ide: add ide_pci_device_t.host_flags (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  50. 49521f9 ide: add short cables support by Bartlomiej Zolnierkiewicz · 17 years ago
  51. 29e744d ide: add ide_tune_dma() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  52. 2d5eaa6 ide: rework the code for selecting the best DMA transfer mode (v3) by Bartlomiej Zolnierkiewicz · 17 years ago
  53. 3608b5d ide: add ide_set_dma() helper (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  54. d8f4469 ide: disable DMA in ->ide_dma_check for "no IORDY" case (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  55. 0ecdca2 ide: use PIO/MMIO operations directly where possible (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  56. 7569e8d ide: add ide_use_fast_pio() helper (v3) by Bartlomiej Zolnierkiewicz · 17 years ago
  57. a534b68 tc86c001: add missing __init tag for tc86c001_ide_init() by Bartlomiej Zolnierkiewicz · 17 years ago
  58. ba59c4b tc86c001: mark init_chipset_tc86c001() with __devinit tag by Andrew Morton · 17 years ago
  59. e8ab7f5 tc86c001: init_hwif_tc86c001() can be static by Adrian Bunk · 17 years ago
  60. 33dced2 ide: add Toshiba TC86C001 IDE driver (take 2) by Sergei Shtylyov · 17 years ago