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