1. b019447 icside: register second channel of version 6 PCB by Sergei Shtylyov · 15 years ago
  2. 88b4132 ide: set/clear drive->waiting_for_dma flag in the core code by Bartlomiej Zolnierkiewicz · 15 years ago
  3. 4453011 ide: destroy DMA mappings after ending DMA (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  4. 35c9b4d ide: add ->dma_clear method and remove ->dma_timeout one by Bartlomiej Zolnierkiewicz · 15 years ago
  5. 22117d6 ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  6. 22981694 ide: pass command to ide_map_sg() by Bartlomiej Zolnierkiewicz · 15 years ago
  7. b6308ee ide: move command related fields from ide_hwif_t to struct ide_cmd by Bartlomiej Zolnierkiewicz · 15 years ago
  8. e6830a8 ide: call ide_build_sglist() prior to ->dma_setup (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  9. f7ef124 icside: icside_dma_setup() fixes by Bartlomiej Zolnierkiewicz · 15 years ago
  10. 33050ec icside: use struct ide_port_info also for PCB version 5 (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  11. d224b62 icside: fix PCB version 6 support (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  12. 898ec22 ide: remove HWIF() macro by Bartlomiej Zolnierkiewicz · 16 years ago
  13. b65fac3 ide: merge ide_hwgroup_t with ide_hwif_t (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  14. d16d766 icside section warnings by Al Viro · 16 years ago
  15. 1137fb6 arm ide breakage by Al Viro · 16 years ago
  16. 2bfba3c ide: remove useless subdirs from drivers/ide/ by Bartlomiej Zolnierkiewicz · 16 years ago[Renamed from drivers/ide/arm/icside.c]
  17. ffa15a6 ide: make ide_dma_timeout() available also for CONFIG_BLK_DEV_IDEDMA_SFF=n by Bartlomiej Zolnierkiewicz · 16 years ago
  18. de23ec9 ide: make ide_dma_lost_irq() available also for CONFIG_BLK_DEV_IDEDMA_SFF=n by Bartlomiej Zolnierkiewicz · 16 years ago
  19. 3ceca72 ide: include <linux/hdreg.h> only when needed by Bartlomiej Zolnierkiewicz · 16 years ago
  20. 4dde449 ide: make drive->id an union (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  21. 8e27cb1 icside: add module_exit() by Bartlomiej Zolnierkiewicz · 16 years ago
  22. 8a69580 ide: add ide_host_free() helper (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  23. 48c3c10 ide: add struct ide_host (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  24. 374e042 ide: add struct ide_tp_ops (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  25. 761052e ide: remove ->INB, ->OUTB and ->OUTBSYNC methods by Bartlomiej Zolnierkiewicz · 16 years ago
  26. b73c7ee ide: add ->read_status method by Bartlomiej Zolnierkiewicz · 16 years ago
  27. c97c6ac ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  28. 67717e2 icside: always try to probe first interface by Bartlomiej Zolnierkiewicz · 16 years ago
  29. b25afdf icside: use ide_init_port_hw() by Bartlomiej Zolnierkiewicz · 16 years ago
  30. 26839f0 icside: don't use hwif->hwif_data by Bartlomiej Zolnierkiewicz · 16 years ago
  31. c5dd43e ide: add IDE_HFLAG_MMIO host flag (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  32. 7d896e0 more icside breakage (from next ide merge) by Al Viro · 16 years ago
  33. 4c3032d ide: add struct ide_io_ports (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  34. e160124 ide: remove IDE_HFLAG_NO_AUTOTUNE host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  35. 9c391ba ide: fix icside breakage by Al Viro · 16 years ago
  36. f37afda ide: constify struct ide_dma_ops by Bartlomiej Zolnierkiewicz · 16 years ago
  37. 5e37bdc ide: add struct ide_dma_ops (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  38. 91432f4 icside: use ->init_dma method by Bartlomiej Zolnierkiewicz · 16 years ago
  39. 3dd89a9 ide: cleanup setting hwif->mmio flag by Bartlomiej Zolnierkiewicz · 16 years ago
  40. e53cd45 ide: remove ->noprobe field from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  41. ac95bee ide: add struct ide_port_ops (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  42. 59bff5b ide: cleanup ide_find_port() by Bartlomiej Zolnierkiewicz · 16 years ago
  43. c47137a ide: add ide_read_[alt]status() inline helpers by Bartlomiej Zolnierkiewicz · 16 years ago
  44. c413b9b ide: add struct ide_port_info instances to legacy host drivers by Bartlomiej Zolnierkiewicz · 16 years ago
  45. 58f189f ide: delete filenames/versions from comments by Bartlomiej Zolnierkiewicz · 16 years ago
  46. 062f9f0 ide: use ide_build_sglist() and ide_destroy_dmatable() in non-PCI host drivers by Bartlomiej Zolnierkiewicz · 16 years ago
  47. f8341c1 icside: use hwif->dev by Bartlomiej Zolnierkiewicz · 16 years ago
  48. 15ce926 ide: merge ->dma_host_{on,off} methods into ->dma_host_set method by Bartlomiej Zolnierkiewicz · 16 years ago
  49. 4a546e0 ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  50. c580969 icside: add ide_toggle_bounce() calls by Bartlomiej Zolnierkiewicz · 16 years ago
  51. 4db90a1 ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  52. 4a66fca ide/arm/icside: fallout from commit 86f3a492bb09eee5745b93af35f2212179c251fd by Al Viro · 17 years ago
  53. 9239b33 ide: remove write-only hwif->hw by Bartlomiej Zolnierkiewicz · 17 years ago
  54. 86f3a49 icside: use ec->dma directly by Bartlomiej Zolnierkiewicz · 17 years ago
  55. baa8f3e ide: add ide_find_port() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  56. 8447d9d ide: add ide_device_add() by Bartlomiej Zolnierkiewicz · 17 years ago
  57. 33c1002 ide: add IDE_HFLAG_NO_ATAPI_DMA host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  58. 9ff6f72 ide: remove hwif->autodma and drive->autodma by Bartlomiej Zolnierkiewicz · 17 years ago
  59. 0ae2e17 ide: remove ->ide_dma_check (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  60. 88b2b32 ide: move ide_config_drive_speed() calls to upper layers (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  61. 75d7d96 icside: use ide_tune_dma() by Bartlomiej Zolnierkiewicz · 17 years ago
  62. f44ae58 icside: fix ->speedproc to return on unsupported modes (take 5) by Bartlomiej Zolnierkiewicz · 17 years ago
  63. f212ff2 ide: move ide_rate_filter() calls to the upper layer (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  64. a8028fc ide: add missing ide_rate_filter() calls to ->speedproc()-s by Bartlomiej Zolnierkiewicz · 17 years ago
  65. cc60d8b drivers/ide/arm/icside.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  66. ba5b55d icside: devm_iounmap() needs linux/io.h by Al Viro · 17 years ago
  67. c283f5d ide: make void and rename ide_dma_timeout() method by Sergei Shtylyov · 17 years ago
  68. 841d2a9 ide: make void and rename ide_dma_lostirq() method by Sergei Shtylyov · 17 years ago
  69. 10bdaaa [ARM] ecard: add ecardm_iomap() / ecardm_iounmap() by Russell King · 17 years ago
  70. c7b87f3 [ARM] ecard: add helper function for setting ecard irq ops by Russell King · 17 years ago
  71. 5cbf79c ide: add ide_proc_register_port() by Bartlomiej Zolnierkiewicz · 17 years ago
  72. 2d5eaa6 ide: rework the code for selecting the best DMA transfer mode (v3) by Bartlomiej Zolnierkiewicz · 17 years ago
  73. 120b9cf ide: remove CONFIG_IDEDMA_{ICS,PCI}_AUTO config options by Bartlomiej Zolnierkiewicz · 17 years ago
  74. ccf3528 ide: make ide_hwif_t.ide_dma_host_on void (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  75. 7469aaf ide: make ide_hwif_t.ide_dma_{host_off,off_quietly} void (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  76. 3608b5d ide: add ide_set_dma() helper (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  77. 2ad1e55 ide: convert ide_hwif_t.mmio into flag (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  78. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  79. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago