1. 6ea4fa70 Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 10 years ago
  2. d251836 ahci: Add Device ID for HighPoint RocketRaid 642L by Jérôme Carretero · 10 years ago
  3. 3b8d267 libata: Blacklist queued trim for Crucial M500 by Martin K. Petersen · 10 years ago
  4. 69493e0 ata: ep93xx: use dmaengine_prep_slave_sg api instead of internal callback by Barry Song · 10 years ago
  5. 754a292 ahci: add PCI ID for Marvell 88SE91A0 SATA Controller by Andreas Schrägle · 10 years ago
  6. d0f5aa9 sata_fsl: remove check for CONFIG_MPC8315_DS by Paul Bolle · 10 years ago
  7. 6ab9028 Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 10 years ago
  8. 3685f251 ahci: imx: PLL clock needs 100us to settle down by Shawn Guo · 10 years ago
  9. a1a205d ahci: add support for Hisilicon sata by Kefeng Wang · 10 years ago
  10. f9f3691 libahci_platform: add host_flags parameter in ahci_platform_init_host() by Kefeng Wang · 10 years ago
  11. 888d91a ata: ahci: append new hflag AHCI_HFLAG_NO_FBS by Kefeng Wang · 10 years ago
  12. 58eb8cd ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host drivers by Bartlomiej Zolnierkiewicz · 10 years ago
  13. 2af89a3 ata: pata_at91 only works on sam9 by Arnd Bergmann · 10 years ago
  14. a6f9bf4 libata: clean up ZPODD when a port is detached by Levente Kurusa · 10 years ago
  15. a3464ed ata: ahci_mvebu: new driver for Marvell Armada 380 AHCI interfaces by Thomas Petazzoni · 10 years ago
  16. e783c51 ahci: imx: software workaround for phy reset issue in resume by Shawn Guo · 10 years ago
  17. 24a9ad5 ahci: imx: add namespace for register enums by Shawn Guo · 10 years ago
  18. 8612b4b libata-sff: remove dead code by Paul Bolle · 10 years ago
  19. c49a6bf ata: SATL compliance for Inquiry Product Revision by Keith Busch · 10 years ago
  20. fdd324a Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 10 years ago
  21. 0cf4a7d ahci: disable DEVSLP for Intel Valleyview by Jacob Pan · 10 years ago
  22. 8a4aeec libata/ahci: accommodate tag ordered controllers by Dan Williams · 10 years ago
  23. 2cf532f ahci: Do not receive interrupts sent by dummy ports by Alexander Gordeev · 10 years ago
  24. ccf8f53 ahci: Use pci_enable_msi_exact() instead of pci_enable_msi_range() by Alexander Gordeev · 10 years ago
  25. ab0f9e7 ahci: Ensure "MSI Revert to Single Message" mode is not enforced by Alexander Gordeev · 10 years ago
  26. 9ae794a ahci: do not request irq for dummy port by David Milburn · 10 years ago
  27. 3608aef pata_samsung_cf: fix ata_host_activate() failure handling by Bartlomiej Zolnierkiewicz · 10 years ago
  28. 151eea3 pata_arasan_cf: fix ata_host_activate() failure handling by Bartlomiej Zolnierkiewicz · 10 years ago
  29. 7a56c0b pata_octeon_cf: use devm_kzalloc() to allocate cf_port by Bartlomiej Zolnierkiewicz · 10 years ago
  30. f5f85ee ata: fix i.MX AHCI driver dependencies by Jean Delvare · 10 years ago
  31. 159d813 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  32. 27aa64b pata_at91: fix ata_host_activate() failure handling by Bartlomiej Zolnierkiewicz · 10 years ago
  33. d121f7d libata: Update queued trim blacklist for M5x0 drives by Martin K. Petersen · 10 years ago
  34. 74c03eb libata: make AHCI_XGENE depend on PHY_XGENE by Tejun Heo · 10 years ago
  35. 4b1779c Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  36. 4dedde7 Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  37. 01d5f3b Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 10 years ago
  38. 03803ef ata: fix Marvell SATA driver dependencies by Bartlomiej Zolnierkiewicz · 10 years ago
  39. e638433 ata: fix ARASAN CompactFlash PATA driver dependencies by Bartlomiej Zolnierkiewicz · 10 years ago
  40. d5185d6 ata: remove superfluous casts by Joe Perches · 10 years ago
  41. a498e31 ata: sata_highbank: remove superfluous cast by Bartlomiej Zolnierkiewicz · 10 years ago
  42. 0b99f86 ata: fix Calxeda Highbank SATA driver dependencies by Bartlomiej Zolnierkiewicz · 10 years ago
  43. 7596d93 ata: fix R-Car SATA driver dependencies by Bartlomiej Zolnierkiewicz · 10 years ago
  44. ae8723f ata: add new-style AHCI platform driver for DaVinci DA850 AHCI controller by Bartlomiej Zolnierkiewicz · 10 years ago
  45. fd99055 ata: move library code from ahci_platform.c to libahci_platform.c by Bartlomiej Zolnierkiewicz · 10 years ago
  46. 83b03fd ata: ahci_platform: fix ahci_platform_data->suspend method handling by Bartlomiej Zolnierkiewicz · 10 years ago
  47. 200421a libata: async resume by Todd Brandt · 10 years ago
  48. bc6e7c4 libata, libsas: kill pm_result and related cleanup by Dan Williams · 10 years ago
  49. 6a96918 ata: Fix compiler warning with APM X-Gene host controller driver by Loc Ho · 10 years ago
  50. 81d01bf ata: Add APM X-Gene SoC AHCI SATA host controller driver by Loc Ho · 10 years ago
  51. cdf457a ata: ahci_sunxi: fix code formatting by Bartlomiej Zolnierkiewicz · 10 years ago
  52. 1bf9d88 ata: ahci_sunxi: make ahci_sunxi_resume() static by Bartlomiej Zolnierkiewicz · 10 years ago
  53. 6621c5a Merge branch 'acpi-hotplug' by Rafael J. Wysocki · 10 years ago
  54. 5434b20 ata: ahci_platform: fix devm_ioremap_resource() return value checking by Bartlomiej Zolnierkiewicz · 10 years ago
  55. 13e8e78 ata: pata_imx: fix devm_ioremap_resource() return value checking by Bartlomiej Zolnierkiewicz · 10 years ago
  56. b032378 ata: ahci_st: remove deprecated struct ahci_platform_data usage by Bartlomiej Zolnierkiewicz · 10 years ago
  57. 33081b3 ata: ahci_st: build fixes by Bartlomiej Zolnierkiewicz · 10 years ago
  58. d920203 libata: zpodd: eliminate odd_can_poweroff by Aaron Lu · 10 years ago
  59. c75da20 libata: acpi: avoid passing NULL to ACPI evaluation method by Aaron Lu · 10 years ago
  60. 20e64fa libata: zpodd: should depend on PM_RUNTIME by Aaron Lu · 10 years ago
  61. 840aa78 ata: Fix SC1200 dependencies by Jean Delvare · 10 years ago
  62. 761a8c2 ahci: st: Invoke AHCI Platform Suspend/Resume by Lee Jones · 10 years ago
  63. 48c54df ahci: st: Only build for ST-Micro h/w by Lee Jones · 10 years ago
  64. a823708 ahci: st: Utilise ata_platform_remove_one() call by Lee Jones · 10 years ago
  65. c51a848 ahci: st: Remove legacy dependencies on PHY by Lee Jones · 10 years ago
  66. 4a2e512 ahci: st: Standardise naming conventions by Lee Jones · 10 years ago
  67. 76884cb ahci: st: Add support for ST's SATA IP by Lee Jones · 10 years ago
  68. e853a4e pata_legacy: Remove dead code by Silvan Jegen · 10 years ago
  69. 9236a76 ata: Fix CS55xx dependencies by Jean Delvare · 10 years ago
  70. 2b64c54 Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 10 years ago
  71. 83493d7 libata: use wider match for blacklisting Crucial M500 by Tejun Heo · 10 years ago
  72. 15b0485 Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 10 years ago
  73. 35bf882 libata: end the r-word by Dan Williams · 10 years ago
  74. b28a613 libata: add ATA_HORKAGE_BROKEN_FPDMA_AA quirk for Seagate Momentus SpinPoint M8 (2BA30001) by Michele Baldessari · 10 years ago
  75. 46ce6b7 ahci_imx: Put #ifdef CONFIG_PM_SLEEP around suspend / resume functions by Hans de Goede · 10 years ago
  76. 2564338 libata: disable queued TRIM for Crucial M500 mSATA SSDs by Marios Andreopoulos · 10 years ago
  77. d2ec147 ahci_sunxi: Use msleep instead of mdelay by Hans de Goede · 10 years ago
  78. 6ef95e8 ahci_platform: Drop unused ahci_platform_data members by Hans de Goede · 10 years ago
  79. c093e1d ahci_platform: Drop support for imx53-ahci platform device type by Hans de Goede · 10 years ago
  80. f1df864 ahci_platform: Drop support for ahci-strict platform device type by Hans de Goede · 10 years ago
  81. e708e46 ata: ahci_platform: runtime resume the device before use by Roger Quadros · 10 years ago
  82. 21b5fae ata: ahci_platform: Manage SATA PHY by Roger Quadros · 10 years ago
  83. c431147 ata: ahci_platform: Add DT compatible for Synopsis DWC AHCI controller by Roger Quadros · 10 years ago
  84. 90870d7 ahci-imx: Port to library-ised ahci_platform by Hans de Goede · 10 years ago
  85. c5754b5 ARM: sunxi: Add support for Allwinner SUNXi SoCs sata to ahci_platform by Olliver Schinagl · 10 years ago
  86. 648cb6f ahci-platform: "Library-ise" suspend / resume functionality by Hans de Goede · 10 years ago
  87. 23b07d4 ahci-platform: "Library-ise" ahci_probe functionality by Hans de Goede · 10 years ago
  88. 96a01ba ahci-platform: Add enable_ / disable_resources helper functions by Hans de Goede · 10 years ago
  89. 4b3e603 ahci-platform: Add support for an optional regulator for sata-target power by Hans de Goede · 10 years ago
  90. 156c588 ahci-platform: Add support for devices with more then 1 clock by Hans de Goede · 10 years ago
  91. 039ece3 libahci: Allow drivers to override start_engine by Hans de Goede · 10 years ago
  92. 5d51320 ACPI / ATA: Add hotplug contexts to ACPI companions of SATA devices by Rafael J. Wysocki · 10 years ago
  93. d158fc7 Merge tag 'pci-v3.14-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  94. 54dfffd Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 10 years ago
  95. d426334 Merge branch 'master' into for-next by Jiri Kosina · 10 years ago
  96. b2a52b6 ata: libahci: replace obsolete simple_strtoul() with kstrtouint() by Daeseok Youn · 10 years ago
  97. 35186d0 ata: libahci: make ahci_pmp_retry_softreset() as static by Daeseok Youn · 10 years ago
  98. e227867 treewide: Fix typo in Documentation/DocBook by Masanari Iida · 10 years ago
  99. e478cff ata: CONFIG_ATA is libata by Randy Dunlap · 10 years ago
  100. 3ef9cc3 pata_imx: Propagate the real error code on platform_get_irq() failure by Fabio Estevam · 10 years ago