Hello, Linus. AHCI is getting per-port irq handling and locks for better scalability. The gain is not huge but measureable with multiple high iops devices connected to the same host; however, the value of threaded IRQ handling seems negligible for AHCI and it likely will revert to non-threaded handling soon. Another noteworthy change is George Spelvin's "libata: Un-break ATA blacklist". During 3.17 devel cycle, the libata blacklist glob matching got generalized and rewritten; unfortunately, the patch forgot to swap arguments to match the new match function and ended up breaking blacklist matching completely. It got noticed only a couple days ago so it couldn't make for-3.17-fixes either. :( Other than the above two, nothing too interesting - the usual cleanup churns and device-specific changes. Thanks. The following changes since commit 88ec63d6f85ccf40988ddae8b430dcb07355b29b: Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi (2014-08-15 18:28:58 -0600) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git for-3.18 for you to fetch changes up to 37017ac6849e772e67dd187ba2fbd056c4afa533: pata_serverworks: disable 64-KB DMA transfers on Broadcom OSB4 IDE Controller (2014-10-07 17:10:14 -0400) ---------------------------------------------------------------- Alexander Gordeev (8): AHCI: Cleanup checking of multiple MSIs/SLM modes AHCI: Pass SCSI host template as arg to ahci_host_activate() AHCI: Move ahci_host_activate() function to libahci.c AHCI: Move host activation code into ahci_host_activate() AHCI: Make few function names more descriptive AHCI: Do not read HOST_IRQ_STAT reg in multi-MSI mode AHCI: Optimize single IRQ interrupt processing AHCI: Do not acquire ata_host::lock from single IRQ handler Alexander Shiyan (3): libata: Use dev_name() for request_irq() to distinguish devices pata_of_platform: Remove "electra-ide" quirk pata_platform: Remove useless irq_flags field Bartlomiej Zolnierkiewicz (1): ata: remove deprecated struct ahci_platform_data Fabio Estevam (2): libahci_platform: Staticize ahci_platform_<en/dis>able_phys() ata: pata_imx: Use the SIMPLE_DEV_PM_OPS() macro George Spelvin (1): libata: Un-break ATA blacklist Joe Perches (1): libata: change ata_<foo>_printk routines to return void Kumar Gala (2): ahci-platform: Bump max number of clocks to 5 ata: qcom: Add device tree bindings information Mathias Krause (1): ahci: ahci_p5wdh_workaround - constify DMI table Ondrej Zary (1): libata-sff: Fix controllers with no ctl port Scott Carter (1): pata_serverworks: disable 64-KB DMA transfers on Broadcom OSB4 IDE Controller Suman Tripathi (1): ahci_xgene: Fix the error print invalid resource for APM X-Gene SoC AHCI SATA Host Controller driver. .../devicetree/bindings/ata/qcom-sata.txt | 48 +++++ arch/blackfin/mach-bf537/boards/cm_bf537e.c | 3 +- arch/blackfin/mach-bf537/boards/cm_bf537u.c | 3 +- arch/blackfin/mach-bf537/boards/stamp.c | 3 +- arch/blackfin/mach-bf537/boards/tcm_bf537.c | 3 +- arch/blackfin/mach-bf561/boards/cm_bf561.c | 3 +- drivers/ata/acard-ahci.c | 3 +- drivers/ata/ahci.c | 82 +-------- drivers/ata/ahci.h | 10 +- drivers/ata/ahci_platform.c | 18 +- drivers/ata/ahci_xgene.c | 10 +- drivers/ata/libahci.c | 195 ++++++++++++++------- drivers/ata/libahci_platform.c | 32 +--- drivers/ata/libata-core.c | 41 ++--- drivers/ata/libata-sff.c | 20 +-- drivers/ata/pata_imx.c | 9 +- drivers/ata/pata_of_platform.c | 24 +-- drivers/ata/pata_platform.c | 4 +- drivers/ata/pata_serverworks.c | 13 +- drivers/ata/sata_highbank.c | 3 +- include/linux/ahci_platform.h | 13 -- include/linux/ata_platform.h | 5 - include/linux/libata.h | 12 +- 23 files changed, 259 insertions(+), 298 deletions(-) create mode 100644 Documentation/devicetree/bindings/ata/qcom-sata.txt -- 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