From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: * X-Spam-Status: No, score=1.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,UNWANTED_LANGUAGE_BODY,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ABFD3C4646D for ; Mon, 6 Aug 2018 06:43:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 66A17219DD for ; Mon, 6 Aug 2018 06:43:25 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 66A17219DD Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726979AbeHFIu6 convert rfc822-to-8bit (ORCPT ); Mon, 6 Aug 2018 04:50:58 -0400 Received: from mga02.intel.com ([134.134.136.20]:16114 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725739AbeHFIu6 (ORCPT ); Mon, 6 Aug 2018 04:50:58 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Aug 2018 23:43:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,451,1526367600"; d="scan'208";a="79182353" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga001.jf.intel.com with ESMTP; 05 Aug 2018 23:43:20 -0700 Received: from irsmsx106.ger.corp.intel.com ([169.254.8.211]) by IRSMSX152.ger.corp.intel.com ([169.254.6.61]) with mapi id 14.03.0319.002; Mon, 6 Aug 2018 07:43:19 +0100 From: "Hunter, Adrian" To: Srinath Mannam , Ulf Hansson , Ray Jui , Scott Branden , "vikram.prakash@broadcom.com" CC: "bcm-kernel-feedback-list@broadcom.com" , "linux-mmc@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: RE: [PATCH v4 2/2] mmc: host: iproc: Add ACPI support to IPROC SDHCI Thread-Topic: [PATCH v4 2/2] mmc: host: iproc: Add ACPI support to IPROC SDHCI Thread-Index: AQHULJF1ubtFM0oj2kSoJxqrG5eNCaSyR+Ig Date: Mon, 6 Aug 2018 06:43:19 +0000 Message-ID: <363DA0ED52042842948283D2FC38E4649C1A8354@IRSMSX106.ger.corp.intel.com> References: <1533455572-22012-1-git-send-email-srinath.mannam@broadcom.com> <1533455572-22012-3-git-send-email-srinath.mannam@broadcom.com> In-Reply-To: <1533455572-22012-3-git-send-email-srinath.mannam@broadcom.com> Accept-Language: en-NZ, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiN2FkNmM2MWQtMDViMS00ZmM0LWE3YzUtOTAzZTY0MDU2YWJmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiU0dNeDRBbXptK3kyVzZXXC96emJvVXRuNENUQXZNYnc4MldTb2VjUUhmdlZFUlQ1QWNWZk9FU2xtRnQxQUZ1MHoifQ== x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Acked-by: Adrian Hunter > -----Original Message----- > From: Srinath Mannam [mailto:srinath.mannam@broadcom.com] > Sent: Sunday, August 5, 2018 10:53 AM > To: Ulf Hansson ; Hunter, Adrian > ; Ray Jui ; Scott Branden > ; vikram.prakash@broadcom.com > Cc: bcm-kernel-feedback-list@broadcom.com; linux-mmc@vger.kernel.org; > linux-kernel@vger.kernel.org; Srinath Mannam > > Subject: [PATCH v4 2/2] mmc: host: iproc: Add ACPI support to IPROC SDHCI > > Add ACPI support to all IPROC SDHCI varients > > Signed-off-by: Srinath Mannam > Reviewed-by: Ray Jui > Reviewed-by: Scott Branden > Reviewed-by: Vladimir Olovyannikov > > --- > drivers/mmc/host/Kconfig | 1 + > drivers/mmc/host/sdhci-iproc.c | 59 ++++++++++++++++++++++++++++---- > ---------- > 2 files changed, 41 insertions(+), 19 deletions(-) > > diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index > 0581c19..bc6702e 100644 > --- a/drivers/mmc/host/Kconfig > +++ b/drivers/mmc/host/Kconfig > @@ -334,6 +334,7 @@ config MMC_SDHCI_IPROC > tristate "SDHCI support for the BCM2835 & iProc SD/MMC Controller" > depends on ARCH_BCM2835 || ARCH_BCM_IPROC || > COMPILE_TEST > depends on MMC_SDHCI_PLTFM > + depends on OF || ACPI > default ARCH_BCM_IPROC > select MMC_SDHCI_IO_ACCESSORS > help > diff --git a/drivers/mmc/host/sdhci-iproc.c b/drivers/mmc/host/sdhci-iproc.c > index d0e83db..0db9905 100644 > --- a/drivers/mmc/host/sdhci-iproc.c > +++ b/drivers/mmc/host/sdhci-iproc.c > @@ -15,6 +15,7 @@ > * iProc SDHCI platform driver > */ > > +#include > #include > #include > #include > @@ -162,9 +163,19 @@ static void sdhci_iproc_writeb(struct sdhci_host > *host, u8 val, int reg) > sdhci_iproc_writel(host, newval, reg & ~3); } > > +static unsigned int sdhci_iproc_get_max_clock(struct sdhci_host *host) > +{ > + struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host); > + > + if (pltfm_host->clk) > + return sdhci_pltfm_clk_get_max_clock(host); > + else > + return pltfm_host->clock; > +} > + > static const struct sdhci_ops sdhci_iproc_ops = { > .set_clock = sdhci_set_clock, > - .get_max_clock = sdhci_pltfm_clk_get_max_clock, > + .get_max_clock = sdhci_iproc_get_max_clock, > .set_bus_width = sdhci_set_bus_width, > .reset = sdhci_reset, > .set_uhs_signaling = sdhci_set_uhs_signaling, @@ -178,7 +189,7 @@ > static const struct sdhci_ops sdhci_iproc_32only_ops = { > .write_w = sdhci_iproc_writew, > .write_b = sdhci_iproc_writeb, > .set_clock = sdhci_set_clock, > - .get_max_clock = sdhci_pltfm_clk_get_max_clock, > + .get_max_clock = sdhci_iproc_get_max_clock, > .set_bus_width = sdhci_set_bus_width, > .reset = sdhci_reset, > .set_uhs_signaling = sdhci_set_uhs_signaling, @@ -256,19 +267,25 > @@ static const struct of_device_id sdhci_iproc_of_match[] = { }; > MODULE_DEVICE_TABLE(of, sdhci_iproc_of_match); > > +static const struct acpi_device_id sdhci_iproc_acpi_ids[] = { > + { .id = "BRCM5871", .driver_data = > (kernel_ulong_t)&iproc_cygnus_data }, > + { .id = "BRCM5872", .driver_data = (kernel_ulong_t)&iproc_data }, > + { /* sentinel */ } > +}; > +MODULE_DEVICE_TABLE(acpi, sdhci_iproc_acpi_ids); > + > static int sdhci_iproc_probe(struct platform_device *pdev) { > - const struct of_device_id *match; > - const struct sdhci_iproc_data *iproc_data; > + struct device *dev = &pdev->dev; > + const struct sdhci_iproc_data *iproc_data = NULL; > struct sdhci_host *host; > struct sdhci_iproc_host *iproc_host; > struct sdhci_pltfm_host *pltfm_host; > int ret; > > - match = of_match_device(sdhci_iproc_of_match, &pdev->dev); > - if (!match) > - return -EINVAL; > - iproc_data = match->data; > + iproc_data = device_get_match_data(dev); > + if (!iproc_data) > + return -ENODEV; > > host = sdhci_pltfm_init(pdev, iproc_data->pdata, > sizeof(*iproc_host)); > if (IS_ERR(host)) > @@ -280,19 +297,21 @@ static int sdhci_iproc_probe(struct platform_device > *pdev) > iproc_host->data = iproc_data; > > mmc_of_parse(host->mmc); > - sdhci_get_of_property(pdev); > + sdhci_get_property(pdev); > > host->mmc->caps |= iproc_host->data->mmc_caps; > > - pltfm_host->clk = devm_clk_get(&pdev->dev, NULL); > - if (IS_ERR(pltfm_host->clk)) { > - ret = PTR_ERR(pltfm_host->clk); > - goto err; > - } > - ret = clk_prepare_enable(pltfm_host->clk); > - if (ret) { > - dev_err(&pdev->dev, "failed to enable host clk\n"); > - goto err; > + if (dev->of_node) { > + pltfm_host->clk = devm_clk_get(dev, NULL); > + if (IS_ERR(pltfm_host->clk)) { > + ret = PTR_ERR(pltfm_host->clk); > + goto err; > + } > + ret = clk_prepare_enable(pltfm_host->clk); > + if (ret) { > + dev_err(dev, "failed to enable host clk\n"); > + goto err; > + } > } > > if (iproc_host->data->pdata->quirks & > SDHCI_QUIRK_MISSING_CAPS) { @@ -307,7 +326,8 @@ static int > sdhci_iproc_probe(struct platform_device *pdev) > return 0; > > err_clk: > - clk_disable_unprepare(pltfm_host->clk); > + if (dev->of_node) > + clk_disable_unprepare(pltfm_host->clk); > err: > sdhci_pltfm_free(pdev); > return ret; > @@ -317,6 +337,7 @@ static struct platform_driver sdhci_iproc_driver = { > .driver = { > .name = "sdhci-iproc", > .of_match_table = sdhci_iproc_of_match, > + .acpi_match_table = ACPI_PTR(sdhci_iproc_acpi_ids), > .pm = &sdhci_pltfm_pmops, > }, > .probe = sdhci_iproc_probe, > -- > 2.7.4