From patchwork Wed Sep 27 05:34: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: 9973043 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 D02C36037F for ; Wed, 27 Sep 2017 05:35:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C276829098 for ; Wed, 27 Sep 2017 05:35:48 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B74082909A; Wed, 27 Sep 2017 05:35:48 +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 70B7229098 for ; Wed, 27 Sep 2017 05:35:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752005AbdI0FfO (ORCPT ); Wed, 27 Sep 2017 01:35:14 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:52602 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751997AbdI0FfL (ORCPT ); Wed, 27 Sep 2017 01:35:11 -0400 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id C9CD160B7F; Wed, 27 Sep 2017 05:35:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1506490510; bh=wzYBazYqKv0ZxYxOhGw+JpCjcqOyuGtKW8p7z/jpzX8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=fySkcZW4UctG/erJXSOTMo+CaVx27a3Lrng2CPmMzMnhKfWB9n4MTF2N+0SkrUCts H3u+TOsxURRs26jpGGC0+l4Fu1ecb6UblFxFAHs0NCW5j9a3He9OufDCIVjNR3OyVS lKj1QkQjxbPxzbsS38hiDEQSJD7WZ0BaUgELGAuw= 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 DB5CF60AFB; Wed, 27 Sep 2017 05:35:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1506490510; bh=wzYBazYqKv0ZxYxOhGw+JpCjcqOyuGtKW8p7z/jpzX8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=fySkcZW4UctG/erJXSOTMo+CaVx27a3Lrng2CPmMzMnhKfWB9n4MTF2N+0SkrUCts H3u+TOsxURRs26jpGGC0+l4Fu1ecb6UblFxFAHs0NCW5j9a3He9OufDCIVjNR3OyVS lKj1QkQjxbPxzbsS38hiDEQSJD7WZ0BaUgELGAuw= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org DB5CF60AFB 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 v2 3/4] mmc: Kconfig: Enable CONFIG_MMC_SDHCI_IO_ACCESSORS Date: Wed, 27 Sep 2017 11:04:42 +0530 Message-Id: <1506490483-46871-4-git-send-email-vviswana@codeaurora.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1506490483-46871-1-git-send-email-vviswana@codeaurora.org> References: <1506490483-46871-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 Acked-by: Adrian Hunter --- drivers/mmc/host/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 2db84dd..11bfb82 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -420,6 +420,7 @@ config MMC_SDHCI_MSM tristate "Qualcomm SDHCI Controller Support" depends on ARCH_QCOM || (ARM && COMPILE_TEST) depends on MMC_SDHCI_PLTFM + select MMC_SDHCI_IO_ACCESSORS help This selects the Secure Digital Host Controller Interface (SDHCI) support present in Qualcomm SOCs. The controller supports