From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from denmail01.apm.com (unknown [192.195.68.30]) by lists.ozlabs.org (Postfix) with ESMTP id A55221A0198 for ; Tue, 16 Dec 2014 04:16:41 +1100 (AEDT) From: Suman Tripathi To: chris@printf.net, anton@enomsg.org, arnd@arndb.de Subject: [PATCH 0/2] Add SDHCI support for APM X-Gene SoC using ARASAN SDHCI controller. Date: Mon, 15 Dec 2014 22:31:05 +0530 Message-Id: <1418662867-9210-1-git-send-email-stripathi@apm.com> Cc: devicetree@vger.kernel.org, Suman Tripathi , jcm@redhat.com, linux-mmc@vger.kernel.org, patches@apm.com, ddutile@redhat.com, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Due to the fact that the existing of-arasan driver works with 32-bit platforms. This patch tweaks existing of-arasan driver to work with 64-bit X-Gene platform using IOMMU translation. Signed-off-by: Suman Tripathi --- Suman Tripathi (2): mmc: host: arasan: Add addition of-arasan quirks and add IOMMU support. arm64: dts: Add APM X-Gene SDHCI DTS node. arch/arm64/boot/dts/apm-storm.dtsi | 43 ++++++++++++++++++++++++++++++ drivers/mmc/host/Kconfig | 1 + drivers/mmc/host/sdhci-of-arasan.c | 54 ++++++++++++++++++++++++++++++++++++++ drivers/mmc/host/sdhci-pltfm.c | 12 +++++++++ 4 files changed, 110 insertions(+) -- 1.8.2.1