From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Subject: [PATCH 0/5] ata: add support for Marvell Armada 7K/8K AHCI Date: Fri, 22 Apr 2016 16:32:36 +0200 Message-ID: <1461335561-18363-1-git-send-email-thomas.petazzoni@free-electrons.com> Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Tejun Heo , Hans de Goede , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring , Ian Campbell , Pawel Moll , Mark Rutland , Kumar Gala Cc: linux-ide-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Nadav Haklai , Lior Amsalem , Hanna Hawa , Yehuda Yitschak , Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Gregory Clement , Thomas Petazzoni List-Id: linux-ide@vger.kernel.org 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 devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html