Received: by 2002:a25:86ce:0:0:0:0:0 with SMTP id y14csp536048ybm; Wed, 22 May 2019 07:29:31 -0700 (PDT) X-Google-Smtp-Source: APXvYqxU8Od/aFrLDUP1pEnb/n02z5nBU6DizgWlSI7kwfCdexI9/Ezsf/5L/fCfLyyARcEIt0eX X-Received: by 2002:a65:4105:: with SMTP id w5mr91213942pgp.260.1558535371030; Wed, 22 May 2019 07:29:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558535371; cv=none; d=google.com; s=arc-20160816; b=QAQvDNWZ3MWye6Ot5VNi7EcX2Ui76QE2BH3/aVKs0CO1eJE+NHk+SehzTWn5eTmxSI yK4FMpXcZnz+mQSVuL77yBXeYIK1I3mwiNmwyqOZUgxWuKOMr+J3+kvEXM1iIIUrYPMY fmXEQ11NoU5LQa2AnwKxgRRSfPMgxs/EkhM7dUNollWaiZ+9rSy23zG/Ix8UM5r9J6kk Wbk1MtBnCEb3pnrixiP8N703DBSFHmbtyX7N7nB5BLdUek4o8BVCIF/P1yDukeF7yvfO oDqtSojq6G6G4PM4suJ9IZjV2B1OJ82mHw+C4JrZP+mdr/l+mBpfXjBpcvWqZQLwQ8ZI C9hw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=eOys7KVgnO1Z8E0xuKmw6/28g6VgV4Mp4V0E68bgFk4=; b=Viroz7fjW4Pjpki2lQl/nnUsws4Xz7ZjMFiD8fsOlkCSOozl6+dafzS4pAeT0zHRrN n6Zm2msfx5YwQIlbUTqMXnDr6C6TVrKHbF0WBhswjv5YunKValSAqy000CDvv2w/IUd2 41pDzFnhtIuJfxZZgp4UQDQyh+X3f64fvTcHlAPbMOviT96Wf2SuLm98p5APF0X3UVpA v2WzFkLaPfnaohzPn8a4ZyU/Hi7xGjlQSk25wZlqWTDkpmBJAMPJGt3bqx2KJWQfi4mj 5p/5UGWH4c0Ln0eRqwGPnGhPsed5ykrBUNn88x0MY7Bwit+ta3B03E/BIPRW2T3U9FA4 vexg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y12si26575653pgr.329.2019.05.22.07.29.15; Wed, 22 May 2019 07:29:31 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729512AbfEVO2B (ORCPT + 99 others); Wed, 22 May 2019 10:28:01 -0400 Received: from inva020.nxp.com ([92.121.34.13]:42240 "EHLO inva020.nxp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728881AbfEVO14 (ORCPT ); Wed, 22 May 2019 10:27:56 -0400 Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id B8AE41A0099; Wed, 22 May 2019 16:27:53 +0200 (CEST) Received: from inva024.eu-rdc02.nxp.com (inva024.eu-rdc02.nxp.com [134.27.226.22]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id ABE501A000F; Wed, 22 May 2019 16:27:53 +0200 (CEST) Received: from fsr-ub1864-101.ea.freescale.net (fsr-ub1864-101.ea.freescale.net [10.171.82.13]) by inva024.eu-rdc02.nxp.com (Postfix) with ESMTP id 2C353205ED; Wed, 22 May 2019 16:27:53 +0200 (CEST) From: laurentiu.tudor@nxp.com To: hch@lst.de, stern@rowland.harvard.edu, gregkh@linuxfoundation.org, linux-usb@vger.kernel.org, marex@denx.de Cc: leoyang.li@nxp.com, linux-kernel@vger.kernel.org, robin.murphy@arm.com, noring@nocrew.org, JuergenUrban@gmx.de, Laurentiu Tudor Subject: [PATCH v6 3/5] usb: host: ohci-sm501: init genalloc for local memory Date: Wed, 22 May 2019 17:27:46 +0300 Message-Id: <20190522142748.10078-4-laurentiu.tudor@nxp.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190522142748.10078-1-laurentiu.tudor@nxp.com> References: <20190522142748.10078-1-laurentiu.tudor@nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Laurentiu Tudor In preparation for dropping the existing "coherent" dma mem declaration APIs, replace the current dma_declare_coherent_memory() based mechanism with the creation of a genalloc pool that will be used in the OHCI subsystem as replacement for the DMA APIs. For context, see thread here: https://lkml.org/lkml/2019/4/22/357 Signed-off-by: Laurentiu Tudor --- drivers/usb/host/ohci-sm501.c | 47 +++++++++++++++-------------------- 1 file changed, 20 insertions(+), 27 deletions(-) diff --git a/drivers/usb/host/ohci-sm501.c b/drivers/usb/host/ohci-sm501.c index c26228c25f99..b710e100aec9 100644 --- a/drivers/usb/host/ohci-sm501.c +++ b/drivers/usb/host/ohci-sm501.c @@ -110,40 +110,18 @@ static int ohci_hcd_sm501_drv_probe(struct platform_device *pdev) goto err0; } - /* The sm501 chip is equipped with local memory that may be used - * by on-chip devices such as the video controller and the usb host. - * This driver uses dma_declare_coherent_memory() to make sure - * usb allocations with dma_alloc_coherent() allocate from - * this local memory. The dma_handle returned by dma_alloc_coherent() - * will be an offset starting from 0 for the first local memory byte. - * - * So as long as data is allocated using dma_alloc_coherent() all is - * fine. This is however not always the case - buffers may be allocated - * using kmalloc() - so the usb core needs to be told that it must copy - * data into our local memory if the buffers happen to be placed in - * regular memory. The HCD_LOCAL_MEM flag does just that. - */ - - retval = dma_declare_coherent_memory(dev, mem->start, - mem->start - mem->parent->start, - resource_size(mem)); - if (retval) { - dev_err(dev, "cannot declare coherent memory\n"); - goto err1; - } - /* allocate, reserve and remap resources for registers */ res = platform_get_resource(pdev, IORESOURCE_MEM, 0); if (res == NULL) { dev_err(dev, "no resource definition for registers\n"); retval = -ENOENT; - goto err2; + goto err1; } hcd = usb_create_hcd(driver, &pdev->dev, dev_name(&pdev->dev)); if (!hcd) { retval = -ENOMEM; - goto err2; + goto err1; } hcd->rsrc_start = res->start; @@ -164,6 +142,24 @@ static int ohci_hcd_sm501_drv_probe(struct platform_device *pdev) ohci_hcd_init(hcd_to_ohci(hcd)); + /* The sm501 chip is equipped with local memory that may be used + * by on-chip devices such as the video controller and the usb host. + * This driver uses genalloc so that usb allocations with + * gen_pool_dma_alloc() allocate from this local memory. The dma_handle + * returned by gen_pool_dma_alloc() will be an offset starting from 0 + * for the first local memory byte. + * + * So as long as data is allocated using gen_pool_dma_alloc() all is + * fine. This is however not always the case - buffers may be allocated + * using kmalloc() - so the usb core needs to be told that it must copy + * data into our local memory if the buffers happen to be placed in + * regular memory. The HCD_LOCAL_MEM flag does just that. + */ + + if (usb_hcd_setup_local_mem(hcd, mem->start, + mem->start - mem->parent->start, + resource_size(mem)) < 0) + goto err5; retval = usb_add_hcd(hcd, irq, IRQF_SHARED); if (retval) goto err5; @@ -181,8 +177,6 @@ static int ohci_hcd_sm501_drv_probe(struct platform_device *pdev) release_mem_region(hcd->rsrc_start, hcd->rsrc_len); err3: usb_put_hcd(hcd); -err2: - dma_release_declared_memory(dev); err1: release_mem_region(mem->start, resource_size(mem)); err0: @@ -197,7 +191,6 @@ static int ohci_hcd_sm501_drv_remove(struct platform_device *pdev) usb_remove_hcd(hcd); release_mem_region(hcd->rsrc_start, hcd->rsrc_len); usb_put_hcd(hcd); - dma_release_declared_memory(&pdev->dev); mem = platform_get_resource(pdev, IORESOURCE_MEM, 1); if (mem) release_mem_region(mem->start, resource_size(mem)); -- 2.17.1