Hello, The following small series adds support for the Marvell Armada 7K/8K AHCI controller. This controller is a standard AHCI controller, so not much is needed, except that it uses a non-default port offset and length. Due to this, some preparatory patches are used to make it possible to override the default port offset/length used by the AHCI core. Thanks! Thomas Thomas Petazzoni (5): ata: ahci: add support for non-standard port offset/length ata: acard-ahci: use the new port_{offset,length} members ata: ahci_ceva: use the new port_{offset,length} members ata: ahci_mvebu: add support for Armada 8K dt-bindings: ata: add compatible string for Armada 8K to ahci-platform Documentation/devicetree/bindings/ata/ahci-platform.txt | 1 + drivers/ata/acard-ahci.c | 3 ++- drivers/ata/ahci.c | 5 +++-- drivers/ata/ahci.h | 7 ++++++- drivers/ata/ahci_ceva.c | 5 ++--- drivers/ata/ahci_mvebu.c | 5 +++++ drivers/ata/libahci_platform.c | 7 ++++++- 7 files changed, 25 insertions(+), 8 deletions(-) -- 2.6.4 -- 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