Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp2212585yba; Fri, 10 May 2019 08:00:32 -0700 (PDT) X-Google-Smtp-Source: APXvYqxs+ne1BxrO9DPInIYrq2goNmCzAm45W/Jc81qHe6+/27T0w8K/04xWW5dKWehZcFp38fGx X-Received: by 2002:a63:5322:: with SMTP id h34mr14264763pgb.413.1557500432009; Fri, 10 May 2019 08:00:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1557500432; cv=none; d=google.com; s=arc-20160816; b=W4Efz3xqs/8CjTRi3w+vTqlgoSZa0itnEmaIvB0R5JRgnjvT34ZgxZXIY++exdARRN DOnXt8jgOVieJttFdolRxeE/w7d4ou1Bp5c+yqz7OsiiTIdhCmeQRtVFgsCUbvVPYTbQ oi1UvHBZc5tWDJbEiBicGTj5kzmN+DPgiEtbveY10Ip654XIWzTsJEegmIK3V6VRTE0e hdfhHTa6adUjOodDyehRithlwcfWLx94hqOgvvgDt7+9OWBalSk/Hg9yZJCdj4X9f0Yv ypqVqdp7I7x/VVRkPqxoYdfOHOR04NpdRvMegEncatrW8Qdjxtg5i7xIv8SDJ2OGTPM7 rwxQ== 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=FZ9C/fbB+ugKCbagpmY/Wwkql3aLYneRN7tl5FNuHkU=; b=mti8EMYFJ7U7ScJTdXg6ZlY4I5b2bFCMfy64yy0aTWnU3y9xqPSryWe48AIP10v/+W CiNzHL34GYsVQonquuK3ZBbOPlgOva1c/HHV3ql/ACNpqJeUrNCp+j0YTKZZg3SBSDyD 5gwpb+4L/T7FNz9WJy0PlhgzCqLZVCgidOqKOlaZ5NM7PfpS04zNdo/nAGlR73jaj4Nf gPc6nEEZlge6OSqV/Foj8aBzwjIq0C618eL47gVRqtl+tMbL3+vg+CX766Q9xGFS4iq9 EJaETW39clAPHK7ab1+dR+9BQBuse7KZk//V4ybm9XvDVBST98aCpadZAIHmPrC7GVEE zorg== 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 x4si7502085plv.329.2019.05.10.08.00.13; Fri, 10 May 2019 08:00: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 S1727602AbfEJO5G (ORCPT + 99 others); Fri, 10 May 2019 10:57:06 -0400 Received: from inva021.nxp.com ([92.121.34.21]:49918 "EHLO inva021.nxp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727346AbfEJO4w (ORCPT ); Fri, 10 May 2019 10:56:52 -0400 Received: from inva021.nxp.com (localhost [127.0.0.1]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id E09702001BD; Fri, 10 May 2019 16:56:50 +0200 (CEST) Received: from inva024.eu-rdc02.nxp.com (inva024.eu-rdc02.nxp.com [134.27.226.22]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id DE5352001B1; Fri, 10 May 2019 16:56:50 +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 70B14205ED; Fri, 10 May 2019 16:56:50 +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, Laurentiu Tudor Subject: [RFC PATCH 1/3] ohci-hcd: use genalloc for USB HCs with local memory Date: Fri, 10 May 2019 17:56:44 +0300 Message-Id: <20190510145646.10078-2-laurentiu.tudor@nxp.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190510145646.10078-1-laurentiu.tudor@nxp.com> References: <20190510145646.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 For HCs that have local memory, replace the current DMA API usage with a genalloc generic allocator to manage the mappings for these devices. This is in preparation for dropping the existing "coherent" dma mem declaration APIs. Current implementation was relying on a short circuit in the DMA API that in the end, was acting as an allocator for these type of devices. For context, see thread here: https://lkml.org/lkml/2019/4/22/357 Signed-off-by: Laurentiu Tudor --- drivers/usb/host/ohci-hcd.c | 23 ++++++++++++++++++----- drivers/usb/host/ohci.h | 3 +++ 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c index 210181fd98d2..c739d55901b3 100644 --- a/drivers/usb/host/ohci-hcd.c +++ b/drivers/usb/host/ohci-hcd.c @@ -40,6 +40,7 @@ #include #include #include +#include #include #include @@ -505,8 +506,15 @@ static int ohci_init (struct ohci_hcd *ohci) timer_setup(&ohci->io_watchdog, io_watchdog_func, 0); ohci->prev_frame_no = IO_WATCHDOG_OFF; - ohci->hcca = dma_alloc_coherent (hcd->self.controller, - sizeof(*ohci->hcca), &ohci->hcca_dma, GFP_KERNEL); + if (hcd->driver->flags & HCD_LOCAL_MEM) + ohci->hcca = gen_pool_dma_alloc(ohci->localmem_pool, + sizeof(*ohci->hcca), + &ohci->hcca_dma); + else + ohci->hcca = dma_alloc_coherent(hcd->self.controller, + sizeof(*ohci->hcca), + &ohci->hcca_dma, + GFP_KERNEL); if (!ohci->hcca) return -ENOMEM; @@ -990,9 +998,14 @@ static void ohci_stop (struct usb_hcd *hcd) remove_debug_files (ohci); ohci_mem_cleanup (ohci); if (ohci->hcca) { - dma_free_coherent (hcd->self.controller, - sizeof *ohci->hcca, - ohci->hcca, ohci->hcca_dma); + if (hcd->driver->flags & HCD_LOCAL_MEM) + gen_pool_free(ohci->localmem_pool, + (unsigned long)ohci->hcca, + sizeof(*ohci->hcca)); + else + dma_free_coherent(hcd->self.controller, + sizeof(*ohci->hcca), + ohci->hcca, ohci->hcca_dma); ohci->hcca = NULL; ohci->hcca_dma = 0; } diff --git a/drivers/usb/host/ohci.h b/drivers/usb/host/ohci.h index ef4813bfc5bf..cd196172c6fd 100644 --- a/drivers/usb/host/ohci.h +++ b/drivers/usb/host/ohci.h @@ -367,6 +367,9 @@ struct ohci_hcd { */ struct ohci_regs __iomem *regs; + /* allocator for HCs having local memory */ + struct gen_pool *localmem_pool; + /* * main memory used to communicate with the HC (dma-consistent). * hcd adds to schedule for a live hc any time, but removals finish -- 2.17.1