Hello, Linus. Late libata fixes. The most important one is from Kevin Hao which makes sure that libata only allocates tags inside the max tag number the controller supports. libata always had this problem but the recent tag allocation change and addition of support for sata_fsl which only supports queue depth of 16 exposed the issue. Hans de Goede agreed to become the maintainer of libahci_platform which is under higher than usual development pressure from all the new controllers popping up from the ARM world. Thanks. The following changes since commit 2a0bdff6b958d1b2523d2754b6cd5e0ea4053016: ahci_xgene: fix the dma state machine lockup for the IDENTIFY DEVICE PIO mode command. (2014-07-08 11:46:05 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git for you to fetch changes up to b32bfc06aefab61acc872dec3222624e6cd867ed: ahci: add support for the Promise FastTrak TX8660 SATA HBA (ahci mode) (2014-07-18 18:00:50 -0400) ---------------------------------------------------------------- Alexey Asemov (1): libata: EH should handle AMNF error condition as a media error Andrey Utkin (1): drivers/ata/pata_ep93xx.c: use signed int type for result of platform_get_irq() Hans de Goede (1): MAINTAINERS: Add Hans de Goede as ahci-platform maintainer Kevin Hao (1): libata: support the ata host which implements a queue depth less than 32 Romain Degez (1): ahci: add support for the Promise FastTrak TX8660 SATA HBA (ahci mode) MAINTAINERS | 10 ++++++++++ drivers/ata/ahci.c | 1 + drivers/ata/libata-core.c | 22 +++++++++++++++++++--- drivers/ata/libata-eh.c | 9 +++++---- drivers/ata/pata_ep93xx.c | 2 +- 5 files changed, 36 insertions(+), 8 deletions(-) -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html