From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vijay Viswanath Subject: Re: [PATCH 5/5] defconfig: msm: Enable CONFIG_MMC_SDHCI_IO_ACCESSORS Date: Mon, 28 Aug 2017 18:05:20 +0530 Message-ID: References: <1503033582-48703-1-git-send-email-vviswana@codeaurora.org> <1503033582-48703-6-git-send-email-vviswana@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Ulf Hansson Cc: Adrian Hunter , Will Deacon , "linux-arm-kernel@lists.infradead.org" , "linux-mmc@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-msm@vger.kernel.org" , Asutosh Das , Sahitya Tummala , Harjani Ritesh , Subhash Jadavani List-Id: linux-arm-msm@vger.kernel.org On 8/22/2017 3:08 PM, Ulf Hansson wrote: > On 18 August 2017 at 07:19, Vijay Viswanath wrote: >> 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 > > CONFIG_MMC_SDHCI_IO_ACCESSORS is intended to be selected by those > SDHCI variants that needs it. > > May therefore suggest you add a "select line" for MMC_SDHCI_MSM in > drivers/mmc/host/Kconfig: > select CONFIG_MMC_SDHCI_IO_ACCESSORS if ARM64 > Will do this way. Thanks! > Kind regards > Uffe > -- > To unsubscribe from this list: send the line "unsubscribe linux-mmc" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751701AbdH1Mff (ORCPT ); Mon, 28 Aug 2017 08:35:35 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:33928 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751667AbdH1Mfb (ORCPT ); Mon, 28 Aug 2017 08:35:31 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 3F42C6081E 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 Subject: Re: [PATCH 5/5] defconfig: msm: Enable CONFIG_MMC_SDHCI_IO_ACCESSORS To: Ulf Hansson Cc: Adrian Hunter , Will Deacon , "linux-arm-kernel@lists.infradead.org" , "linux-mmc@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-msm@vger.kernel.org" , Asutosh Das , Sahitya Tummala , Harjani Ritesh , Subhash Jadavani References: <1503033582-48703-1-git-send-email-vviswana@codeaurora.org> <1503033582-48703-6-git-send-email-vviswana@codeaurora.org> From: Vijay Viswanath Message-ID: Date: Mon, 28 Aug 2017 18:05:20 +0530 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 8/22/2017 3:08 PM, Ulf Hansson wrote: > On 18 August 2017 at 07:19, Vijay Viswanath wrote: >> 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 > > CONFIG_MMC_SDHCI_IO_ACCESSORS is intended to be selected by those > SDHCI variants that needs it. > > May therefore suggest you add a "select line" for MMC_SDHCI_MSM in > drivers/mmc/host/Kconfig: > select CONFIG_MMC_SDHCI_IO_ACCESSORS if ARM64 > Will do this way. Thanks! > Kind regards > Uffe > -- > To unsubscribe from this list: send the line "unsubscribe linux-mmc" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > From mboxrd@z Thu Jan 1 00:00:00 1970 From: vviswana@codeaurora.org (Vijay Viswanath) Date: Mon, 28 Aug 2017 18:05:20 +0530 Subject: [PATCH 5/5] defconfig: msm: Enable CONFIG_MMC_SDHCI_IO_ACCESSORS In-Reply-To: References: <1503033582-48703-1-git-send-email-vviswana@codeaurora.org> <1503033582-48703-6-git-send-email-vviswana@codeaurora.org> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 8/22/2017 3:08 PM, Ulf Hansson wrote: > On 18 August 2017 at 07:19, Vijay Viswanath wrote: >> 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 > > CONFIG_MMC_SDHCI_IO_ACCESSORS is intended to be selected by those > SDHCI variants that needs it. > > May therefore suggest you add a "select line" for MMC_SDHCI_MSM in > drivers/mmc/host/Kconfig: > select CONFIG_MMC_SDHCI_IO_ACCESSORS if ARM64 > Will do this way. Thanks! > Kind regards > Uffe > -- > To unsubscribe from this list: send the line "unsubscribe linux-mmc" in > the body of a message to majordomo at vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >