1. 1626aeb libata: clean up SFF init mess by Tejun Heo · 17 years ago
  2. 920a4b1 libata: implement libata.spindown_compat by Tejun Heo · 17 years ago
  3. 9666f40 libata: reimplement suspend/resume support using sdev->manage_start_stop by Tejun Heo · 17 years ago
  4. e25df12 [S390] Kconfig: menus with depends on HAS_IOMEM. by Martin Schwidefsky · 17 years ago
  5. 6b38d1d libata: fix kernel-doc parameters by Randy Dunlap · 17 years ago
  6. 6878cce Fix pata_qdi.c probe code by Samuel Thibault · 17 years ago
  7. 0397bad pata_scc: fix compilation by Alexey Dobriyan · 17 years ago
  8. e1e143c sata_via: add missing PM hooks by Tejun Heo · 17 years ago
  9. 53014e2 sata_nv: fix ADMA freeze/thaw/irq_clear issues by Robert Hancock · 17 years ago
  10. 7871e74 pata_pcmcia.c: add card ident for jvc cdrom by Richard Kennedy · 17 years ago
  11. 5ac2fe5 sata_promise: SATAII-150/300 TX4 port numbering fix by Mikael Pettersson · 17 years ago
  12. 8ffcfd9 sata_promise: fix another error decode regression by Mikael Pettersson · 17 years ago
  13. 48be6b1 libata-acpi: fix _GTF command protocol for ATAPI devices by Tejun Heo · 17 years ago
  14. 9a9136e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  15. 28e53bd unify flush_work/flush_work_keventd and rename it to cancel_work_sync by Oleg Nesterov · 17 years ago
  16. 67ac58e libata: use flush_work() by Andrew Morton · 17 years ago
  17. 3dde6ad Fix trivial typos in Kconfig* files by David Sterba · 17 years ago
  18. 4750def Merge branch 'reset-seq' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  19. 02bbc0f Merge branch 'linux-2.6' by Paul Mackerras · 17 years ago
  20. c6799ad Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 17 years ago
  21. 73b6a2b [ARM] Add support for ICSIDE interface on RiscPC by Russell King · 17 years ago
  22. a17dba8 [ARM] Add platform support for PATA on RiscPC by Russell King · 17 years ago
  23. 40cd3a4 [POWERPC] Rename get_property to of_get_property: drivers by Stephen Rothwell · 17 years ago
  24. 27c78b3 [libata reset-seq] build and merge fixes by Jeff Garzik · 17 years ago
  25. 31daabd libata: reimplement reset sequencing by Tejun Heo · 17 years ago
  26. b8cffc6 libata: improve ata_std_prereset() by Tejun Heo · 17 years ago
  27. 9b89391 libata: improve 0xff status handling by Tejun Heo · 17 years ago
  28. d4b2bab libata: add deadline support to prereset and reset methods by Tejun Heo · 17 years ago
  29. dc87c39 libata: honour host controllers that want just one host by Linus Torvalds · 17 years ago
  30. 2250363 SPIN_LOCK_UNLOCKED cleanup in drivers/ata/pata_winbond.c by Milind Arun Choudhary · 17 years ago
  31. 4b22afd drivers/ata/pata_cmd640.c: fix build with CONFIG_PM=n by Andrew Morton · 17 years ago
  32. a473446 pata_hpt37x: Further small fixes by Alan Cox · 17 years ago
  33. 28e21c8 pata_hpt3x2n: Add HPT371N support and other bits by Alan Cox · 17 years ago
  34. bd1d5ec ata: printk warning fixes by Andrew Morton · 17 years ago
  35. 0d64a23 libata: separate ATA_EHI_DID_RESET into DID_SOFTRESET and DID_HARDRESET by Tejun Heo · 17 years ago
  36. 1188c0d ahci: consolidate common port flags by Tejun Heo · 17 years ago
  37. 4f701d1 ata_timing: ensure t->cycle is always correct by Alan Cox · 17 years ago
  38. c1c4e8d libata: add missing call to ->cable_detect() in new EH path by Tejun Heo · 17 years ago
  39. abcfa88 pata_amd: remove contamination added during cable_detect conversion by Tejun Heo · 17 years ago
  40. 169439c libata: Handle drives that require a spin-up command before first access by Mark Lord · 17 years ago
  41. 1e99973 libata: HPA support by Alan Cox · 17 years ago
  42. 6bfff31 libata: kill probe_ent and related helpers by Tejun Heo · 17 years ago
  43. 5d72882 libata: convert the remaining PATA drivers to new init model by Tejun Heo · 17 years ago
  44. 4447d35 libata: convert the remaining SATA drivers to new init model by Tejun Heo · 17 years ago
  45. 9a829cc libata: convert ata_pci_init_native_mode() users to new init model by Tejun Heo · 17 years ago
  46. eca25dc libata: convert drivers with combined SATA/PATA ports to new init model by Tejun Heo · 17 years ago
  47. 21b0ad4 libata: add init helpers including ata_pci_prepare_native_host() by Tejun Heo · 17 years ago
  48. d491b27 libata: convert native PCI host handling to new init model by Tejun Heo · 17 years ago
  49. 0f834de libata: convert legacy PCI host handling to new init model by Tejun Heo · 17 years ago
  50. f5cda25 libata: implement ata_host_alloc_pinfo() and ata_host_register() by Tejun Heo · 17 years ago
  51. f318719 libata: separate out ata_host_alloc() and ata_host_register() by Tejun Heo · 17 years ago
  52. ecef725 libata: separate out ata_host_start() by Tejun Heo · 17 years ago
  53. 4911487 libata: allocate ap separately from shost by Tejun Heo · 17 years ago
  54. bf33554 ahci: add PCI ID for new VIA chip by Tejun Heo · 17 years ago
  55. 03ec52d libata: kill type mismatch compile warning by Tejun Heo · 17 years ago
  56. c65ec1c ahci.c: remove non-existing SB600 raid id (re-send) by Conke Hu · 17 years ago
  57. a51d644 libata: improve AC_ERR_DEV handling for ->post_internal_cmd by Tejun Heo · 17 years ago
  58. 55a6ade libata: fix native mode disabled port handling by Tejun Heo · 17 years ago
  59. 17199b1 ahci: move port_map handling to ahci_save_initial_config() by Tejun Heo · 17 years ago
  60. d447df1 ahci: implement ata_save/restore_initial_config() by Tejun Heo · 17 years ago
  61. ce2d3ab sata_promise: fix error decode regression by Mikael Pettersson · 17 years ago
  62. 9bedb79 pata_pdc2027x: Updates by Alan Cox · 17 years ago
  63. ad648c0 pata_winbond by Alan Cox · 17 years ago
  64. eb4a2c7 pata: cable methods by Alan Cox · 17 years ago
  65. 5a5dbd1 libata: add support for READ/WRITE LONG by Mark Lord · 17 years ago
  66. 1234010 Add notation that the Asus W5F laptop has a short cable instead of 80-wire. by Robin H\. Johnson · 17 years ago
  67. 5c25bf0 pata_optidma: rework for cable detect and to remove post_set_mode() by Alan Cox · 17 years ago
  68. 2f5344b pata_winbond: restore cable method by Alan Cox · 17 years ago
  69. c45a632 pata_sl82c105: restore cable detect method by Alan Cox · 17 years ago
  70. 3b4ba59 pata_netcell: re-remove all the crud by Alan Cox · 17 years ago
  71. 3be40d7 pata_qdI: restore cable detect by Alan Cox · 17 years ago
  72. b723d14 pata_ali: remove all the crap again and switch to cable_detect method by Alan Cox · 17 years ago
  73. f2fb344 sata_nv: don't read shadow registers when in ADMA mode by Robert Hancock · 17 years ago
  74. 4dc5200 pcmcia - spot slave decode flaws (for testing) by Alan · 17 years ago
  75. 771b8da libata: hardreset on SERR_INTERNAL by Tejun Heo · 17 years ago
  76. 176efb0 sata_promise: decode and report error reasons by Mikael Pettersson · 17 years ago
  77. 724114a sata_promise: separate SATA and PATA ops by Mikael Pettersson · 17 years ago
  78. 799331f sata_promise: add missing cable_detect hooks by Mikael Pettersson · 17 years ago
  79. 8cdfb29 libata/IDE: remove combined mode quirk by Jeff Garzik · 17 years ago
  80. e424675 [libata] turn on !IORDY filter by Jeff Garzik · 17 years ago
  81. cffacd8 [libata] sata_mv: support ->cable_detect by Jeff Garzik · 17 years ago
  82. a76b62c libata: Change prototype of mode_filter to remove ata_port* by Alan Cox · 17 years ago
  83. 9d2c7c7 sata_sil: First step to removing ->post_set_mode by Alan Cox · 17 years ago
  84. 432729f libata-core: Fix the iordy methods by Alan Cox · 17 years ago
  85. 0435182 pata: expose set_mode method so it can be wrapped by Alan · 17 years ago
  86. fcc2f69 pata_hpt37x: Updates from drivers/ide work by Alan Cox · 17 years ago
  87. a73984a [libata] More PATA driver ->cable_detect support by Jeff Garzik · 17 years ago
  88. fecfda5 pata_hpt366: support ->cable_detect by Alan Cox · 17 years ago
  89. 6bfed3f pata_efar: support ->cable_detect by Alan Cox · 17 years ago
  90. 8470860 pata_atiixp: support ->cable_detect by Alan Cox · 17 years ago
  91. d36a764 pata_radisys: support cable_detect by Alan Cox · 17 years ago
  92. 745975c pata_sc1200: restore cable type by Alan Cox · 17 years ago
  93. 2a25dfe pata_rz1000: support cable_detect by Alan Cox · 17 years ago
  94. 570cb62 pata_platform: Add cable_detect method by Alan Cox · 17 years ago
  95. e2a9752 sata_promise: Switch to cable method, clean up some bits as a result by Alan Cox · 17 years ago
  96. 2e41e8e libata-core: fix comments on cable type by Alan Cox · 17 years ago
  97. 942d0947 libata: Restore Kconfig updated experimental levels and correct by Alan Cox · 17 years ago
  98. 7938a72 pata_cmd640: Multiple updates by Alan Cox · 17 years ago
  99. 97cb81c pata_via: Use cable_detect method by Alan Cox · 17 years ago
  100. 2e413f5 pata_sis: Clean up using cable_detect methods by Alan Cox · 17 years ago