1. fe31edc Drivers: ide: remove __dev* attributes. by Greg Kroah-Hartman · 11 years ago
  2. e6b5370 sections: fix section conflicts in drivers/ide by Andi Kleen · 12 years ago
  3. 8776168 ide: change ->set_dma_mode method parameters by Bartlomiej Zolnierkiewicz · 14 years ago
  4. e085b3c ide: change ->set_pio_mode method parameters by Bartlomiej Zolnierkiewicz · 14 years ago
  5. f9288e1 sl82c105: remove no longer needed debugging code by Bartlomiej Zolnierkiewicz · 14 years ago
  6. 5bfb151f ide: do not access ide_drive_t 'drive_data' field directly by Joao Ramos · 15 years ago
  7. 3779f81 sl82c105: implement test_irq() method by Sergei Shtylyov · 15 years ago
  8. c9ef59f ide: IORDY handling fixes by Bartlomiej Zolnierkiewicz · 15 years ago
  9. 75c2d7d sl82c105: add printk() logging facility by Sergei Shtylyov · 15 years ago
  10. 74638c8 ide: add support for CFA specified transfer modes (take 3) by Sergei Shtylyov · 15 years ago
  11. 35c9b4d ide: add ->dma_clear method and remove ->dma_timeout one by Bartlomiej Zolnierkiewicz · 15 years ago
  12. 22117d6 ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  13. 2ed0ef5 ide: fix ->init_chipset method to return 'int' value by Bartlomiej Zolnierkiewicz · 15 years ago
  14. cadb300 sl82c105: remove dead code by Bartlomiej Zolnierkiewicz · 15 years ago
  15. 592b531 ide: move read_sff_dma_status() method to 'struct ide_dma_ops' by Sergei Shtylyov · 15 years ago
  16. 898ec22 ide: remove HWIF() macro by Bartlomiej Zolnierkiewicz · 15 years ago
  17. 2bfba3c ide: remove useless subdirs from drivers/ide/ by Bartlomiej Zolnierkiewicz · 16 years ago[Renamed from drivers/ide/pci/sl82c105.c]
  18. 653bcf5 ide: __ide_dma_end() -> ide_dma_end() by Bartlomiej Zolnierkiewicz · 16 years ago
  19. a9ab09e2 ide: use unique names for struct pci_driver instances by Bartlomiej Zolnierkiewicz · 16 years ago
  20. feb22b7 ide: add proper PCI PM support (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  21. 5d5870f ide: ide_dev_has_iordy() -> ata_id_has_iordy() by Bartlomiej Zolnierkiewicz · 16 years ago
  22. 3ceca72 ide: include <linux/hdreg.h> only when needed by Bartlomiej Zolnierkiewicz · 16 years ago
  23. a326b02 ide: drop 'name' parameter from ->init_chipset method by Bartlomiej Zolnierkiewicz · 16 years ago
  24. ced3ec8 ide: prefix messages from IDE PCI host drivers by driver name by Bartlomiej Zolnierkiewicz · 16 years ago
  25. 6ce71998 sl82c105: add ->remove method and module_exit() by Bartlomiej Zolnierkiewicz · 16 years ago
  26. 6cdf6eb ide: add ->dev and ->host_priv fields to struct ide_host by Bartlomiej Zolnierkiewicz · 16 years ago
  27. cab7f8e ide: remove ->dma_{status,command} fields from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  28. 3f84757 sl82c105: convert to use ide_timing_find_mode() by Bartlomiej Zolnierkiewicz · 16 years ago
  29. f37afda ide: constify struct ide_dma_ops by Bartlomiej Zolnierkiewicz · 16 years ago
  30. 5e37bdc ide: add struct ide_dma_ops (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  31. 1fd1890 ide: add IDE_HFLAG_SERIALIZE_DMA host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  32. 6c61064 sl82c105: check bridge revision in sl82c105_init_one() by Bartlomiej Zolnierkiewicz · 16 years ago
  33. eb63963 ide: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  34. ac95bee ide: add struct ide_port_ops (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  35. 5e71d9c ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLE by Bartlomiej Zolnierkiewicz · 16 years ago
  36. 7ef8df8 ppc/sandpoint: remove ppc_ide_md hooks by Bartlomiej Zolnierkiewicz · 16 years ago
  37. 5510b12 ppc/lopec: remove ppc_ide_md hooks by Bartlomiej Zolnierkiewicz · 16 years ago
  38. 78829dd ide: remove needless includes from PCI host drivers by Bartlomiej Zolnierkiewicz · 16 years ago
  39. 58f189f ide: delete filenames/versions from comments by Bartlomiej Zolnierkiewicz · 16 years ago
  40. 3650165 ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  41. 0859055 sl82c105: remove no longer needed ->selectproc method by Bartlomiej Zolnierkiewicz · 16 years ago
  42. 6ae8b1e sl82c105: program DMA/PIO timings in ->dma_start/->ide_dma_end by Bartlomiej Zolnierkiewicz · 16 years ago
  43. 4db90a1 ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  44. 8562043 ide: constify struct ide_port_info by Bartlomiej Zolnierkiewicz · 17 years ago
  45. 039788e ide: replace ide_pci_device_t by struct ide_port_info by Bartlomiej Zolnierkiewicz · 17 years ago
  46. caea760 ide: add IDE_HFLAG_{IO_32BIT,UNMASK_IRQS} host flags by Bartlomiej Zolnierkiewicz · 17 years ago
  47. 85ad93a ide: set drive->autotune in ide_pci_setup_ports() by Bartlomiej Zolnierkiewicz · 17 years ago
  48. 5f8b6c3 ide: add ->mwdma_mask and ->swdma_mask to ide_pci_device_t (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  49. 47b6878 ide: add IDE_HFLAG_NO_{DMA,AUTODMA} host flags by Bartlomiej Zolnierkiewicz · 17 years ago
  50. 7cab14a ide: add IDE_HFLAG_BOOTABLE host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  51. 33c1002 ide: add IDE_HFLAG_NO_ATAPI_DMA host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  52. 9ff6f72 ide: remove hwif->autodma and drive->autodma by Bartlomiej Zolnierkiewicz · 17 years ago
  53. 9cbcc5e ide: use PCI_VDEVICE() macro by Bartlomiej Zolnierkiewicz · 17 years ago
  54. 0ae2e17 ide: remove ->ide_dma_check (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  55. d6ae3ad sl82c105: add PIO autotune fallback to ->ide_dma_check by Bartlomiej Zolnierkiewicz · 17 years ago
  56. 88b2b32 ide: move ide_config_drive_speed() calls to upper layers (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  57. 8f4dd2e ide: use only ->set_pio_mode method for programming PIO modes (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  58. 26bcb87 ide: add ide_set{_max}_pio() (take 4) by Bartlomiej Zolnierkiewicz · 17 years ago
  59. f212ff2 ide: move ide_rate_filter() calls to the upper layer (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  60. 4099d14 ide: add PIO masks by Bartlomiej Zolnierkiewicz · 17 years ago
  61. 2134758 ide: drop "PIO data" argument from ide_get_best_pio_mode() by Bartlomiej Zolnierkiewicz · 17 years ago
  62. 7dd0008 ide: add ide_pio_cycle_time() helper (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  63. a5d8c5c ide: add ide_pci_device_t.host_flags (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  64. 2229833 ide: add ide_dev_has_iordy() helper (take 4) by Bartlomiej Zolnierkiewicz · 17 years ago
  65. 44c1013 PCI: Change all drivers to use pci_device->revision by Auke Kok · 17 years ago
  66. c283f5d ide: make void and rename ide_dma_timeout() method by Sergei Shtylyov · 17 years ago
  67. 841d2a9 ide: make void and rename ide_dma_lostirq() method by Sergei Shtylyov · 17 years ago
  68. 640b31b sl82c105: Switch to ref counting API by Alan Cox · 17 years ago
  69. 4728d54 ide: remove ide_dma_enable() by Bartlomiej Zolnierkiewicz · 17 years ago
  70. 46cedc9 sl82c105: add speedproc() method and MWDMA0/1 support by Sergei Shtylyov · 17 years ago
  71. 688a87d sl82c105: DMA support code cleanup (take 4) by Sergei Shtylyov · 17 years ago
  72. e93df70 sl82c105: rework PIO support (take 2) by Sergei Shtylyov · 17 years ago
  73. 7469aaf ide: make ide_hwif_t.ide_dma_{host_off,off_quietly} void (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  74. 3608b5d ide: add ide_set_dma() helper (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  75. 0ecdca2 ide: use PIO/MMIO operations directly where possible (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  76. ea266ba sl82c105: DMA support fixes by Sergei Shtylyov · 17 years ago
  77. 82ab1ee ide: add missing __init tags to IDE PCI host drivers by Bartlomiej Zolnierkiewicz · 17 years ago
  78. dd607d2 [PATCH] sl82c105: straighten up IDE control/status register caching by Sergei Shtylyov · 17 years ago
  79. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  80. f201f50 [PATCH] ide: housekeeping on IDE drivers by Alan Cox · 18 years ago
  81. a151021 [ARM] Ensure sl82c105 IDE interfaces are serialized when using DMA by Russell King · 19 years ago
  82. 9648f55 [ARM] Fix broken sl82c105 DMA prevention by Russell King · 19 years ago
  83. 34a6224 [PATCH] ide: hotplug mark __devinit sl82c105.c by Herbert Xu · 19 years ago
  84. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago