From patchwork Fri Aug 18 05:19:42 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vijay Viswanath X-Patchwork-Id: 9907623 X-Patchwork-Delegate: agross@codeaurora.org Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 3218C60385 for ; Fri, 18 Aug 2017 05:22:06 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2402928B41 for ; Fri, 18 Aug 2017 05:22:06 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 189CB28C46; Fri, 18 Aug 2017 05:22:06 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9D64128B41 for ; Fri, 18 Aug 2017 05:22:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751774AbdHRFVS (ORCPT ); Fri, 18 Aug 2017 01:21:18 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:32916 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750810AbdHRFVQ (ORCPT ); Fri, 18 Aug 2017 01:21:16 -0400 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 0567D60726; Fri, 18 Aug 2017 05:21:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1503033676; bh=hZjqfxLedfRkCtg4FNdc0UXwhD0JiYAFuVxpnpt681E=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Z26pEuGvFfXv0XVLTzZnV1r9C70ny0esMcdzA2jHP1gLOlGG2vlQxBycCzCUAa9CB 9UzVoVq6kRJWRiZcdrDzsILRnc/Ns7f8CmDcbfd3a/B17KXWy2vFhwqqkgIaM5uJuM RiwOTLR/aqiRDr5ckcnSnO11lzS03c5qMt+GGeyE= Received: from hydcbspbld03.qualcomm.com (blr-c-bdr-fw-01_globalnat_allzones-outside.qualcomm.com [103.229.19.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: vviswana@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 1560860115; Fri, 18 Aug 2017 05:21:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1503033668; bh=hZjqfxLedfRkCtg4FNdc0UXwhD0JiYAFuVxpnpt681E=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ggz2zWKEQGtq1l+GEVsNdeWh2iB+BsUz2Lrn6YuUhxk6AkxeukYv5qQd+7360TsRd G3gQcVh+Ll0+sHIHZrBy0/5NOj4/PFy+hBG8kgN/++5Ewn47D//i98mNWmP2oOwmio euey/tfBvIcJ9zfOP3G/oxwuurJdNEe8hVec0/M4= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 1560860115 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=vviswana@codeaurora.org From: Vijay Viswanath To: adrian.hunter@intel.com, ulf.hansson@linaro.org, will.deacon@arm.com Cc: linux-arm-kernel@lists.infradead.org, linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, asutoshd@codeaurora.org, stummala@codeaurora.org, riteshh@codeaurora.org, subhashj@codeaurora.org, Vijay Viswanath Subject: [PATCH 5/5] defconfig: msm: Enable CONFIG_MMC_SDHCI_IO_ACCESSORS Date: Fri, 18 Aug 2017 10:49:42 +0530 Message-Id: <1503033582-48703-6-git-send-email-vviswana@codeaurora.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1503033582-48703-1-git-send-email-vviswana@codeaurora.org> References: <1503033582-48703-1-git-send-email-vviswana@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Enable CONFIG_MMC_SDHCI_IO_ACCESSORS so that SDHC controller specific register read and write APIs, if registered, can be used. Signed-off-by: Vijay Viswanath --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 65cdd87..a3c93ed 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -398,6 +398,7 @@ CONFIG_MMC_SDHCI_CADENCE=y CONFIG_MMC_SDHCI_TEGRA=y CONFIG_MMC_MESON_GX=y CONFIG_MMC_SDHCI_MSM=y +CONFIG_MMC_SDHCI_IO_ACCESSORS=y CONFIG_MMC_SPI=y CONFIG_MMC_SDHI=y CONFIG_MMC_DW=y