From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from denmail01.amcc.com (unknown [192.195.68.30]) by lists.ozlabs.org (Postfix) with ESMTP id C30401A066D for ; Tue, 5 May 2015 19:18:09 +1000 (AEST) From: Suman Tripathi To: chris@printf.net, anton@enomsg.org, arnd@arndb.de, michal.simek@xilinx.com Subject: [PATCH v5 0/1] Add SDHCI support for APM X-Gene SoC using ARASAN SDHCI controller. Date: Tue, 5 May 2015 14:47:05 +0530 Message-Id: <1430817426-5241-1-git-send-email-stripathi@apm.com> Cc: devicetree@vger.kernel.org, mlangsdo@redhat.com, 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: , This patch adds the SDHCI support for APM X-Gene SoC using ARASAN SDHCI controller. v1 change: * Use the CONFIG_ARM64_DMA_HAS_IOMMU for dma-mapping. v2 change: * Drop the IOMMU support and switching to PIO mode for arasan. controller integrated inside APM X-Gene SoC. v3 change: * Change the sdhci-of-arasan.c to support arasan4.9a. * Add quirks for arasan4.9a. v4 change: * Cleanup the Documentation and dts. v5 change: * Rebase the dts files. * Drop patch 2 and 3 as it is applied Signed-off-by: Suman Tripathi --- Suman Tripathi (1): arm64: dts: Add the arasan sdhc nodes in apm-storm.dtsi. arch/arm64/boot/dts/apm/apm-mustang.dts | 4 +++ arch/arm64/boot/dts/apm/apm-storm.dtsi | 44 +++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) -- 1.8.2.1