1. 6ecd4ae ide: pmac: add of_node_put() by Yangtao Li · 6 years ago
  2. d4f8c2e ide: missing break statement in set_timings_mdma() by Dan Carpenter · 8 years ago
  3. 952bbcb PCI: Remove includes of asm/pci-bridge.h by Bjorn Helgaas · 8 years ago
  4. d681f11 ide: remove deprecated use of pci api by Quentin Lambert · 9 years ago
  5. f571872 powerpc: Move Power Macintosh drivers to generic byteswappers by David Gibson · 9 years ago
  6. c2f7d1e ide: pmac: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  7. 58e48be ide: pmac: Remove casting the return value which is a void pointer by Jingoo Han · 11 years ago
  8. fe31edc Drivers: ide: remove __dev* attributes. by Greg Kroah-Hartman · 11 years ago
  9. bff7832 ide/ata: Add module.h to the implicit modular users by Paul Gortmaker · 13 years ago
  10. f2ba70a drivers/ide/pmac.c: Remove unnecessary casts of pci_get_drvdata by Joe Perches · 14 years ago
  11. c2cdf6a powerpc/macio: Fix probing of macio devices by using the right of match table by Benjamin Herrenschmidt · 14 years ago
  12. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 14 years ago
  13. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  14. b1681c5 drivers/ide: Fix continuation line formats by Joe Perches · 14 years ago
  15. 8776168 ide: change ->set_dma_mode method parameters by Bartlomiej Zolnierkiewicz · 14 years ago
  16. e085b3c ide: change ->set_pio_mode method parameters by Bartlomiej Zolnierkiewicz · 14 years ago
  17. d58b0c3 powerpc/macio: Rework hotplug media bay support by Benjamin Herrenschmidt · 14 years ago
  18. 9f36d31 ide: remove hw_regs_t typedef by Bartlomiej Zolnierkiewicz · 15 years ago
  19. dca3983 ide: pass number of ports to ide_host_{alloc,add}() (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  20. d5f840b ide: Remove void casts by Jack Stone · 15 years ago
  21. a9d5a97 ide-pmac: IDE cable detection on Apple PowerBook by TOMARI Hisanobu · 15 years ago
  22. abb596b ide: turn selectproc() method into dev_select() method (take 5) by Sergei Shtylyov · 15 years ago
  23. ecf3a31 ide: turn set_irq() method into write_devctl() method by Sergei Shtylyov · 15 years ago
  24. 88b4132 ide: set/clear drive->waiting_for_dma flag in the core code by Bartlomiej Zolnierkiewicz · 15 years ago
  25. 11998b3 ide: move ide_map_sg() call out of ->dma_setup method (take 2) by Bartlomiej Zolnierkiewicz · 15 years ago
  26. 4453011 ide: destroy DMA mappings after ending DMA (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  27. 35c9b4d ide: add ->dma_clear method and remove ->dma_timeout one by Bartlomiej Zolnierkiewicz · 15 years ago
  28. 22117d6 ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  29. 22981694 ide: pass command to ide_map_sg() by Bartlomiej Zolnierkiewicz · 15 years ago
  30. b6308ee ide: move command related fields from ide_hwif_t to struct ide_cmd by Bartlomiej Zolnierkiewicz · 15 years ago
  31. e6830a8 ide: call ide_build_sglist() prior to ->dma_setup (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  32. 592b531 ide: move read_sff_dma_status() method to 'struct ide_dma_ops' by Sergei Shtylyov · 15 years ago
  33. 898ec22 ide: remove HWIF() macro by Bartlomiej Zolnierkiewicz · 15 years ago
  34. b65fac3 ide: merge ide_hwgroup_t with ide_hwif_t (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  35. 5384657 ide: build-fix for CONFIG_BLK_DEV_IDEDMA_PMAC=n by Bartlomiej Zolnierkiewicz · 15 years ago
  36. 2bfba3c ide: remove useless subdirs from drivers/ide/ by Bartlomiej Zolnierkiewicz · 16 years ago[Renamed from drivers/ide/ppc/pmac.c]
  37. f5e0b5e pmac: remove needless pmac_ide_destroy_dmatable() wrapper by Bartlomiej Zolnierkiewicz · 16 years ago
  38. 9055ba3 pmac: remove superfluous pmif == NULL checks by Bartlomiej Zolnierkiewicz · 16 years ago
  39. 123995b ide: use 'drive->dn & 1' instead of drive->select.b.unit by Bartlomiej Zolnierkiewicz · 16 years ago
  40. c67c216 ide: remove superfluous ->waiting_for_dma checks by Bartlomiej Zolnierkiewicz · 16 years ago
  41. 97100fc ide: add device flags by Bartlomiej Zolnierkiewicz · 16 years ago
  42. 4dde449 ide: make drive->id an union (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  43. 9842727 ide/powermac: Fix use of uninitialized pointer on media-bay by Benjamin Herrenschmidt · 16 years ago
  44. 6f904d0 ide: add ide_host_add() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  45. 48c3c10 ide: add struct ide_host (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  46. 374e042 ide: add struct ide_tp_ops (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  47. 761052e ide: remove ->INB, ->OUTB and ->OUTBSYNC methods by Bartlomiej Zolnierkiewicz · 16 years ago
  48. 6e6afb3 ide: add ->set_irq method by Bartlomiej Zolnierkiewicz · 16 years ago
  49. c6dfa86 ide: add ->exec_command method by Bartlomiej Zolnierkiewicz · 16 years ago
  50. c97c6ac ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  51. b36ba53 ide-pmac: move ide_find_port() call to pmac_ide_setup_device() (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  52. 07eb106 ide-pmac: add ->init_dev method (take 4) by Bartlomiej Zolnierkiewicz · 16 years ago
  53. 7b8797a ide-pmac: store pmif instead of hwif in ->driver_data (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  54. c56c564 ide: set hwif->dev in ide_init_port_hw() (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  55. 8a97206 ide-pmac: convert to use ide_timing_find_mode() by Bartlomiej Zolnierkiewicz · 16 years ago
  56. f06ab34 ide: convert ide-timing.h to ide-timings.c library (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  57. f8c4bd0a ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC method by Bartlomiej Zolnierkiewicz · 16 years ago
  58. 5b16464 ide-pmac: remove bogus comment about pmac_ide_setup_device() by Bartlomiej Zolnierkiewicz · 16 years ago
  59. 07a6c66 ide-pmac: add ->cable_detect method by Bartlomiej Zolnierkiewicz · 16 years ago
  60. c5dd43e ide: add IDE_HFLAG_MMIO host flag (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  61. 4c3032d ide: add struct ide_io_ports (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  62. f37afda ide: constify struct ide_dma_ops by Bartlomiej Zolnierkiewicz · 16 years ago
  63. 5e37bdc ide: add struct ide_dma_ops (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  64. 0d07192 ide-pmac: use ->init_dma method by Bartlomiej Zolnierkiewicz · 16 years ago
  65. 3dd89a9 ide: cleanup setting hwif->mmio flag by Bartlomiej Zolnierkiewicz · 16 years ago
  66. e53cd45 ide: remove ->noprobe field from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  67. ac95bee ide: add struct ide_port_ops (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  68. 078fdf7 ide: remove PIO "downgrade" quirk by Bartlomiej Zolnierkiewicz · 16 years ago
  69. 939b0f1 ide-pmac: use ide_find_port() by Bartlomiej Zolnierkiewicz · 16 years ago
  70. 5297a3e ide-pmac: dynamically allocate struct pmac_ide_hwif instances (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  71. 5c58666 ppc/pmac: remove ppc_ide_md hooks by Bartlomiej Zolnierkiewicz · 16 years ago
  72. af007ec ide-pmac: remove dead code by Bartlomiej Zolnierkiewicz · 16 years ago
  73. 23579a2 ide: remove IDE_*_REG macros by Bartlomiej Zolnierkiewicz · 16 years ago
  74. 2304dc6 ide: remove ->hold field from ide_hwif_t (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  75. 2dde786 ide: rework PowerMac media-bay support (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  76. de9facb ide/ppc/pmac.c: add MODULE_LICENSE by Adrian Bunk · 16 years ago
  77. 3a2d5b7 PM: Introduce PM_EVENT_HIBERNATE callback state by Rafael J. Wysocki · 16 years ago
  78. c413b9b ide: add struct ide_port_info instances to legacy host drivers by Bartlomiej Zolnierkiewicz · 16 years ago
  79. 58f189f ide: delete filenames/versions from comments by Bartlomiej Zolnierkiewicz · 16 years ago
  80. ed908fa ide-pmac: macio resource freeing bugfix by Bartlomiej Zolnierkiewicz · 16 years ago
  81. 3650165 ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  82. f6fb786 ide: use ide_destroy_dmatable() instead of pci_unmap_sg() (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  83. 468e468 ide/ppc/pmac.c section fixes by Adrian Bunk · 16 years ago
  84. 4f52a32 ide-pmac: use custom hwif->sg_max_nents only if DMA support is enabled by Bartlomiej Zolnierkiewicz · 16 years ago
  85. ade2daf ide: make remaining built-in only IDE host drivers modular (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  86. 57c802e ide: add ide_init_port_hw() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  87. 15ce926 ide: merge ->dma_host_{on,off} methods into ->dma_host_set method by Bartlomiej Zolnierkiewicz · 16 years ago
  88. 4a546e0 ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  89. 4db90a1 ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  90. d26805f ide-pmac: fix pmac_ide_init_hwif_ports() by Bartlomiej Zolnierkiewicz · 16 years ago
  91. aca38a5 drivers/ide: Add missing "space" by Joe Perches · 17 years ago
  92. 03644cd ide-pmac: skip conservative PIO "downgrade" by Bartlomiej Zolnierkiewicz · 17 years ago
  93. 9239b33 ide: remove write-only hwif->hw by Bartlomiej Zolnierkiewicz · 17 years ago
  94. 8447d9d ide: add ide_device_add() by Bartlomiej Zolnierkiewicz · 17 years ago
  95. 33c1002 ide: add IDE_HFLAG_NO_ATAPI_DMA host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  96. 9ff6f72 ide: remove hwif->autodma and drive->autodma by Bartlomiej Zolnierkiewicz · 17 years ago
  97. 9cbcc5e ide: use PCI_VDEVICE() macro by Bartlomiej Zolnierkiewicz · 17 years ago
  98. 0ae2e17 ide: remove ->ide_dma_check (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  99. b8b739d ide-pmac: add PIO autotune fallback to ->ide_dma_check by Bartlomiej Zolnierkiewicz · 17 years ago
  100. 55c16a7 IDE: sg chaining support by Jens Axboe · 17 years ago