1. 9a7780c libata-sff: make BMDMA optional by Tejun Heo · 14 years ago
  2. 1c5afdf libata-sff: separate out BMDMA init by Tejun Heo · 14 years ago
  3. c3b2889 libata-sff: separate out BMDMA irq handler by Tejun Heo · 14 years ago
  4. 37f65b8 libata-sff: ata_sff_irq_clear() is BMDMA specific by Tejun Heo · 14 years ago
  5. 360ff78 libata-sff: separate out BMDMA qc_issue by Tejun Heo · 14 years ago
  6. f60d701 libata-sff: prd is BMDMA specific by Tejun Heo · 14 years ago
  7. f47451c libata-sff: ata_sff_[dumb_]qc_prep are BMDMA specific by Tejun Heo · 14 years ago
  8. fe06e5f libata-sff: separate out BMDMA EH by Tejun Heo · 14 years ago
  9. c429137 libata-sff: port_task is SFF specific by Tejun Heo · 14 years ago
  10. 5fe7454 libata-sff: ap->[last_]ctl are SFF specific by Tejun Heo · 14 years ago
  11. 8244cd0 libata-sff: rename ap->ops->drain_fifo() to sff_drain_fifo() by Tejun Heo · 14 years ago
  12. 270390e libata-sff: introduce ata_sff_init/exit() and ata_sff_port_init() by Tejun Heo · 14 years ago
  13. c708765 libata-sff: clean up BMDMA initialization by Tejun Heo · 14 years ago
  14. 9f2f721 libata-sff: reorder SFF/BMDMA functions by Tejun Heo · 14 years ago
  15. 3e4ec34 libata: kill ATA_FLAG_DISABLED by Tejun Heo · 14 years ago
  16. c7a8209 libata-sff: kill unused prototype and make ata_dev_select() static by Tejun Heo · 14 years ago
  17. 2a7adff libata-sff: update bmdma host bus error handling by Tejun Heo · 14 years ago
  18. 978c066 libata: Remove excess delay in the tf_load path by Alan Cox · 14 years ago
  19. 3842e83 libata: don't flush dcache on slab pages by Sebastian Andrzej Siewior · 14 years ago
  20. e42a542 libata: make sff_irq_on() method optional by Sergei Shtylyov · 14 years ago
  21. 41dec29 libata: introduce sff_set_devctl() method by Sergei Shtylyov · 14 years ago
  22. 2944408 libata-sff: kill unused ata_bus_reset() by Sergei Shtylyov · 14 years ago
  23. c710f78 libata: don't whine on spurious IRQ by Tejun Heo · 14 years ago
  24. 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
  25. 332ac7f libata-sff: fix spurious IRQ handling by Tejun Heo · 14 years ago
  26. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  27. 16ea0fc libata: Pass host flags into the pci helper by Alan Cox · 15 years ago
  28. 2794362 libata: implement spurious irq handling for SFF and apply it to piix by Tejun Heo · 15 years ago
  29. d88ec2e libata: cleanup ata_sff_interrupt() by Tejun Heo · 15 years ago
  30. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 15 years ago
  31. 2d68b7f [libata] Call flush_dcache_page after PIO data transfers in libata-sff.c by Catalin Marinas · 15 years ago
  32. 9a8fd68 libata: fix reporting of drained bytes when clearing DRQ by Robert Hancock · 15 years ago
  33. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  34. 972b94f drivers/ata/libata-sff.c: comment spelling fixes by Krzysztof Halasa · 15 years ago
  35. 294264a libata/sff: Use ops->bmdma_stop instead of ata_bmdma_stop() by Benjamin Herrenschmidt · 15 years ago
  36. 2102d74 libata-sff: avoid byte swapping in ata_sff_data_xfer() by Sergei Shtylyov · 16 years ago
  37. e3cf95d ata: Report 16/32bit PIO as best we can by Alan Cox · 15 years ago
  38. c96f173 [libata] Improve timeout handling by Alan Cox · 15 years ago
  39. 3d47aa8 [libata] Drain data on errors by Alan Cox · 15 years ago
  40. e3e4385 libata: Keep shadow last_ctl up to date during resets by Stuart MENEFY · 15 years ago
  41. d1b3525 libata-sff: fix 32-bit PIO ATAPI regression by Sergei Shtylyov · 16 years ago
  42. b919930 libata: set NODEV_HINT for 0x7f status by Tejun Heo · 16 years ago
  43. 80ee6f5 libata-sff: fix incorrect EH message by Tejun Heo · 16 years ago
  44. a0f79f7 ata: fix wrong WARN_ON_ONCE by Christian Borntraeger · 16 years ago
  45. efcb3cf libata: use WARN_ON_ONCE on hot paths by Tejun Heo · 16 years ago
  46. 0fe40ff libata: clean up the SFF code for coding style by Alan Cox · 16 years ago
  47. 871af12 libata: Add 32bit PIO support by Alan Cox · 16 years ago
  48. 6a6b97d libata: improve phantom device detection by Tejun Heo · 16 years ago
  49. 570106d libata-sff: fix ata_sff_post_internal_cmd() by Tejun Heo · 16 years ago
  50. 9c2676b libata-sff: kill spurious WARN_ON() in ata_hsm_move() by Tejun Heo · 16 years ago
  51. 341c2c9 libata: consistently use msecs for time durations by Tejun Heo · 16 years ago
  52. a836d3e libata-sff: improve HSM violation reporting by Tejun Heo · 16 years ago
  53. 6311c90 libata: fix G5 SATA broken on -rc5 by Hugh Dickins · 16 years ago
  54. a57c1ba libata-sff: Fix oops reported in kerneloops.org for pnp devices with no ctl by Alan Cox · 16 years ago
  55. 78ab88f libata: improve post-reset device ready test by Tejun Heo · 16 years ago
  56. 411cb386 libata: make WARN_ON conditions in ata_sff_hsm_move() more strict by Tejun Heo · 16 years ago
  57. 45db2f6 libata: move link onlineness check out of softreset methods by Tejun Heo · 16 years ago
  58. 4c9bf4e libata: replace tf_read with qc_fill_rtf for non-SFF drivers by Tejun Heo · 16 years ago
  59. 22183bf libata: add qc_fill_rtf port operation by Tejun Heo · 16 years ago
  60. 305d2a1 libata: unify mechanism to request follow-up SRST by Tejun Heo · 16 years ago
  61. 57c9efd libata: implement and use sata_std_hardreset() by Tejun Heo · 16 years ago
  62. 9dadd45 libata: move generic hardreset code from sata_sff_hardreset() to sata_link_hardreset() by Tejun Heo · 16 years ago
  63. aa2731a libata: separate out ata_wait_ready() and implement ata_wait_after_reset() by Tejun Heo · 16 years ago
  64. 705e76b libata: restructure SFF post-reset readiness waits by Tejun Heo · 16 years ago
  65. 203c75b libata: separate out ata_std_postreset() from ata_sff_postreset() by Tejun Heo · 16 years ago
  66. 0aa1113 libata: separate out ata_std_prereset() from ata_sff_prereset() by Tejun Heo · 16 years ago
  67. 288623a libata: clean up port_ops->sff_irq_clear() by Tejun Heo · 16 years ago
  68. 5682ed3 libata: rename SFF port ops by Tejun Heo · 16 years ago
  69. 9363c38 libata: rename SFF functions by Tejun Heo · 16 years ago
  70. ed82f96 libata/pdc_adma: make SFF EH handle non-bmdma SFF drivers and standardize pdc_adma ops by Tejun Heo · 16 years ago
  71. 6fd3639 libata: kill ata_chk_status() by Tejun Heo · 16 years ago
  72. 071ce34 libata: move ata_pci_default_filter() out of CONFIG_PCI by Tejun Heo · 16 years ago
  73. 624d5c5 libata: reorganize SFF related stuff by Tejun Heo · 16 years ago
  74. 272f788 libata: reorder functions in libata-sff.c by Tejun Heo · 16 years ago
  75. a1efdab libata: make reset related methods proper port operations by Tejun Heo · 16 years ago
  76. 887125e libata: stop overloading port_info->private_data by Tejun Heo · 16 years ago
  77. 1bd5b71 libata: make ata_pci_init_one() not use ops->irq_handler and pi->sht by Tejun Heo · 16 years ago
  78. 358f9a7 libata: implement and use ata_noop_irq_clear() by Tejun Heo · 16 years ago
  79. f659f0e4 libata-sff: handle controllers w/o ctl register by Tejun Heo · 16 years ago
  80. 4e6b79f libata: factor out ata_pci_activate_sff_host() from ata_pci_one() by Tejun Heo · 17 years ago
  81. 35a10a8 libata: use dev_driver_string() instead of "libata" in libata-sff.c by Tejun Heo · 17 years ago
  82. 0dc3688 libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_* by Tejun Heo · 17 years ago
  83. 76548ed libata-sff: tf_load by Alan Cox · 17 years ago
  84. 277d72a libata-sff: PCI IRQ handling fix by Alan Cox · 17 years ago
  85. 2dcb407 [libata] checkpatch-inspired cleanups by Jeff Garzik · 17 years ago
  86. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  87. 2af170d Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  88. c80544d sparse pointer use of zero as null by Stephen Hemminger · 17 years ago
  89. 01839f6 libata-sff: Correct use of check_status() by Alan Cox · 17 years ago
  90. cbcdd87 libata: implement and use ata_port_desc() to report port configuration by Tejun Heo · 17 years ago
  91. 6d32d30 [libata] Remove ->irq_ack() hook, and ata_dummy_irq_on() by Jeff Garzik · 17 years ago
  92. 936fd73 libata-link: linkify PHY-related functions by Tejun Heo · 17 years ago
  93. 9af5c9c libata-link: introduce ata_link by Tejun Heo · 17 years ago
  94. e1cc9de libata-sff: Fix documentation by Alan Cox · 17 years ago
  95. 6fdc99a libata-sff; Unbreak non DMA capable controllers again by Alan Cox · 17 years ago
  96. fe36cb5 [libata] Fix reported task file values in sense data by Petr Vandrovec · 17 years ago
  97. f3a03b0 Correct comment in libata-sff.c by Dave Jones · 17 years ago
  98. d583bc1 libata: simplify PCI legacy SFF host handling by Tejun Heo · 17 years ago
  99. 4031826 libata: fix assigned IRQ reporting by Tejun Heo · 17 years ago
  100. d92e74d libata-core/sff: Fix multiple assumptions about DMA by Alan Cox · 17 years ago