From patchwork Tue May 15 09:36:26 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Girish K S X-Patchwork-Id: 8642 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 9456823F00 for ; Tue, 15 May 2012 09:37:35 +0000 (UTC) Received: from mail-yx0-f180.google.com (mail-yx0-f180.google.com [209.85.213.180]) by fiordland.canonical.com (Postfix) with ESMTP id 4DADDA18A00 for ; Tue, 15 May 2012 09:37:35 +0000 (UTC) Received: by yenq6 with SMTP id q6so6472546yen.11 for ; Tue, 15 May 2012 02:37:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=klhn26cdUjtID6l40jGEpAc4bQ7RUon0Efmasq6kTbY=; b=DFRgU19UHUEYyrnxOPfzt4ACKPcDHQ1ADcrFTI9BZj5OXghDehzJjIyegKwbwUy4fU yeswM7jHB57/TwDmIaHjNEVS76/1uvfIOGnP6a+Xnmg0dz7vkk00AEBqTvYFcriLpYAP SJ1WgOtQPGJU4i1aQ0VISgjiZ584mNZ/9jBD5gxzKZglurilxr44eAgD4bnSiZjsnpN2 59cKgK8JGFwzwMqbfB0V1mn4+6YIXngfIq32wPWG9wbmTNEFaY2HJKE4VdxbFSfwwgcO GAm47/4MI/uqF8qwSeaM6vtGyQgnAOV2yAYu4DD6g0tXO1EBcU5tS54JZNDEf4ZgCpwo Hgrw== Received: by 10.50.154.169 with SMTP id vp9mr6374131igb.53.1337074654609; Tue, 15 May 2012 02:37:34 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.35.72 with SMTP id o8csp406650ibd; Tue, 15 May 2012 02:37:33 -0700 (PDT) Received: by 10.68.132.201 with SMTP id ow9mr3416353pbb.160.1337074653539; Tue, 15 May 2012 02:37:33 -0700 (PDT) Received: from mail-pz0-f50.google.com (mail-pz0-f50.google.com [209.85.210.50]) by mx.google.com with ESMTPS id s4si1419400pbc.15.2012.05.15.02.37.33 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 15 May 2012 02:37:33 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.210.50 is neither permitted nor denied by best guess record for domain of girish.shivananjappa@linaro.org) client-ip=209.85.210.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.50 is neither permitted nor denied by best guess record for domain of girish.shivananjappa@linaro.org) smtp.mail=girish.shivananjappa@linaro.org Received: by mail-pz0-f50.google.com with SMTP id h15so8809249dan.37 for ; Tue, 15 May 2012 02:37:33 -0700 (PDT) Received: by 10.68.226.228 with SMTP id rv4mr3474472pbc.167.1337074652690; Tue, 15 May 2012 02:37:32 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id d6sm1337457pbi.23.2012.05.15.02.37.16 (version=SSLv3 cipher=OTHER); Tue, 15 May 2012 02:37:23 -0700 (PDT) From: Girish K S To: linux-scsi@vger.kernel.org Cc: james.bottomley@hansenpartnership.com, vinholikatti@gmail.com, santoshsy@gmail.com, patches@linaro.org, Girish K S Subject: [RFC RESEND 3/4] SCSI: UFS: Add platform support for ufs host controller Date: Tue, 15 May 2012 15:06:26 +0530 Message-Id: <1337074587-29021-4-git-send-email-girish.shivananjappa@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1337074587-29021-1-git-send-email-girish.shivananjappa@linaro.org> References: <1337074587-29021-1-git-send-email-girish.shivananjappa@linaro.org> X-Gm-Message-State: ALoCoQmDKenra/cniYF3QY8TmjVK9PI5VW82Nr3XEoBt4SCkxlr3rzp9nh/cdYiBVVsXQfsyd4q/ This patch adds platform support for ufs host controller The SoC's that use non-pci probing should use this option. Signed-off-by: Girish K S --- drivers/scsi/ufs/ufshcd-pltfm.c | 191 +++++++++++++++++++++++++++++++++++++++ 1 files changed, 191 insertions(+), 0 deletions(-) create mode 100644 drivers/scsi/ufs/ufshcd-pltfm.c diff --git a/drivers/scsi/ufs/ufshcd-pltfm.c b/drivers/scsi/ufs/ufshcd-pltfm.c new file mode 100644 index 0000000..3bf6312 --- /dev/null +++ b/drivers/scsi/ufs/ufshcd-pltfm.c @@ -0,0 +1,191 @@ +/* + * Universal Flash Storage Host controller driver + * + * This code is based on drivers/scsi/ufs/ufshcd.c + * Copyright (C) 2011-2012 Samsung India Software Operations + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * NO WARRANTY + * THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR + * CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT + * LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, + * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is + * solely responsible for determining the appropriateness of using and + * distributing the Program and assumes all risks associated with its + * exercise of rights under this Agreement, including but not limited to + * the risks and costs of program errors, damage to or loss of data, + * programs or equipment, and unavailability or interruption of operations. + + * DISCLAIMER OF LIABILITY + * NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY + * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR + * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE + * USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED + * HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES + + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, + * USA. + */ + +#include +#include +#include +#include +#include +#include +#include +#include + +#include "ufs.h" +#include "ufshci.h" + +/** + * ufshcd_pltfmset_dma_mask - Set dma mask based on the controller + * addressing capability + * @ihba: pointer to host platform data + * + * Returns 0 for success, non-zero for failure + */ +static int ufshcd_pltfm_set_dma_mask(struct platform_device *pdev) +{ + int err; + u64 dma_mask; + + dma_mask = DMA_BIT_MASK(64); + err = dma_set_coherent_mask(&pdev->dev, dma_mask); + if (err) { + dma_mask = DMA_BIT_MASK(32); + err = dma_set_coherent_mask(&pdev->dev, dma_mask); + } + + return err; +} + +static int ufshcd_pltfm_probe(struct platform_device *pdev) +{ + struct ufs_hba *uninitialized_var(hba); + struct resource *regs; + int err, irq; + void __iomem *mmio_base; + + regs = platform_get_resource(pdev, IORESOURCE_MEM, 0); + if (!regs) + return -ENXIO; + + irq = platform_get_irq(pdev, 0); + if (irq < 0) + return irq; + + mmio_base = ioremap(regs->start, resource_size(regs)); + if (!mmio_base) + return -ENOMEM; + + err = ufshcd_pltfm_set_dma_mask(pdev); + if (err) { + dev_err(&pdev->dev, "set dma mask failed\n"); + goto err_iounmap; + } + + err = ufshcd_probe(&hba, &pdev->dev, irq, mmio_base); + if (err) + goto err_iounmap; + + platform_set_drvdata(pdev, hba); + + /* Initialization routine */ + err = ufshcd_initialize_hba(hba); + if (err) { + dev_err(&hba->dev, "Initialization failed\n"); + goto err_remove; + } + + return err; + +err_remove: + ufshcd_remove(hba); +err_iounmap: + iounmap(hba->mmio_base); + return err; +} + +static int __exit ufshcd_pltfm_remove(struct platform_device *pdev) +{ + struct ufs_hba *hba = platform_get_drvdata(pdev); + + ufshcd_remove(hba); + iounmap(hba->mmio_base); + platform_set_drvdata(pdev, NULL); + return 0; +} + +#ifdef CONFIG_PM_SLEEP +static int ufshcd_pltfm_suspend(struct device *dev) +{ + int ret; + struct ufs_hba *hba = dev_get_drvdata(dev); + + ret = ufshcd_suspend(hba); + if (ret) + return ret; + + return 0; +} + +static int ufshcd_pltfm_resume(struct device *dev) +{ + int ret; + struct ufs_hba *hba = dev_get_drvdata(dev); + + ret = ufshcd_resume(hba); + if (ret) + return ret; + + return 0; +} +#else +#define ufshcd_pltfm_suspend NULL +#define ufshcd_pltfm_resume NULL +#endif /* CONFIG_PM_SLEEP */ + +static SIMPLE_DEV_PM_OPS(ufshcd_pltfm_pmops, + ufshcd_pltfm_suspend, + ufshcd_pltfm_resume); + +static struct platform_driver ufshcd_pltfm_driver = { + .probe = ufshcd_pltfm_probe, + .remove = __exit_p(ufshcd_pltfm_remove), + .driver = { + .name = "ufshcd", + .pm = &ufshcd_pltfm_pmops, + }, +}; + +static int __init ufshcd_init(void) +{ + return platform_driver_register(&ufshcd_pltfm_driver); +} + +static void __exit ufshcd_exit(void) +{ + platform_driver_unregister(&ufshcd_pltfm_driver); +} + +module_init(ufshcd_init); +module_exit(ufshcd_exit); + +MODULE_DESCRIPTION("UFS Host Controller platform Interface driver"); +MODULE_AUTHOR("Girish K S "); +MODULE_LICENSE("GPL");