From patchwork Mon Jan 23 17:24:49 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Bailon X-Patchwork-Id: 92255 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp1328695qgi; Mon, 23 Jan 2017 09:25:11 -0800 (PST) X-Received: by 10.98.35.25 with SMTP id j25mr33051786pfj.35.1485192311147; Mon, 23 Jan 2017 09:25:11 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u20si16248948plj.268.2017.01.23.09.25.11; Mon, 23 Jan 2017 09:25:11 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-omap-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@baylibre-com.20150623.gappssmtp.com; spf=pass (google.com: best guess record for domain of linux-omap-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-omap-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751238AbdAWRZF (ORCPT + 4 others); Mon, 23 Jan 2017 12:25:05 -0500 Received: from mail-wm0-f50.google.com ([74.125.82.50]:33734 "EHLO mail-wm0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751152AbdAWRZE (ORCPT ); Mon, 23 Jan 2017 12:25:04 -0500 Received: by mail-wm0-f50.google.com with SMTP id d140so35651797wmd.0 for ; Mon, 23 Jan 2017 09:25:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=O/DGMdK/5Y8PzIuJevIDeYXKGGJbB4t7bTHHMcahuqc=; b=anzB1hAqT9LUWYlidw8rc67to2IBDKUUKMGfZXGrco0Awn9aEL4KKYAizuq2ldBAlA 7HSdO/vN9dkgrNbYLJ60tCZkOGv9gcPbSX3qwybLzC6eTtpkTYRP/1/Pm+9Stj91HQH3 wW+6JNRW58/9xKfYFPjaPF3eQXfgAacC8a0kS+xzgKfNv3m1gU+6yZo2UuEkxWsxEBa2 axgyQcEACirzkY4dwiwm2M6/L9DPTX9dv7CfLis+8s4jJAwKucLpY7XuRXwWV7Gz1w/S wLiMSsafBBLv52ov6ulv96EZHhkXPFjyoJ+SLsLV388CUmbRDDuSmXnelOb3pfsrYe9D Jhsw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=O/DGMdK/5Y8PzIuJevIDeYXKGGJbB4t7bTHHMcahuqc=; b=bwrBJPEWGFyqFHzSjstP0KopO7xIEAfMSWeyGIMeQbLMQSsZB1U/1lKqgdabExrsu+ uCN3sVZHjW3tfxaI26gJO5VWcRXeHevFfWVT7dJnKUtF9+5sW94rcaJOCV/zpPJgYwlT bSrfx7k3C1/O5GND0AYwJo1wlodxrd05cThMlrSm6oOxwjPRcL7LumUmy4CGraDr3gvl y0f8vqNe31e2Rrs+K1LstlAgWv5xJNiDACLiFfVPzBoGKeWqlRO7bYlrTemokf3+qcZr kLRooIjjlOHu/7GfSc+85YO9aDXMujABCw5nJjKBQTLjgp0AvM6rIdrAwT0b7O70HWQp l5Sg== X-Gm-Message-State: AIkVDXIfBn+VUYeDAPY4/LXN6LMzfawjtBtgIhU9Qru7fKDy2wxKizkSHn0g8wBB9/gvy1fS X-Received: by 10.223.164.151 with SMTP id g23mr25126815wrb.86.1485192303156; Mon, 23 Jan 2017 09:25:03 -0800 (PST) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id g71sm11328119wmc.9.2017.01.23.09.25.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 23 Jan 2017 09:25:02 -0800 (PST) From: Alexandre Bailon To: vinod.koul@intel.com Cc: dmaengine@vger.kernel.org, nsekhar@ti.com, khilman@baylibre.com, ptitiano@baylibre.com, tony@atomide.com, linux-omap@vger.kernel.org, b-liu@ti.com, sergei.shtylyov@cogentembedded.com, Alexandre Bailon Subject: [PATCH v4 2/5] dmaengine: cppi41: rename platform variables Date: Mon, 23 Jan 2017 18:24:49 +0100 Message-Id: <20170123172453.30224-3-abailon@baylibre.com> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20170123172453.30224-1-abailon@baylibre.com> References: <20170123172453.30224-1-abailon@baylibre.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Currently, only the AM335x is supported by the driver. Though the driver has a glue layer to support different platforms, some platform variable names are not prefixed with the platform name. To facilitate the addition of a new platform, rename some variables owned by the AM335x glue. Signed-off-by: Alexandre Bailon --- drivers/dma/cppi41.c | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) -- 2.10.2 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/dma/cppi41.c b/drivers/dma/cppi41.c index 1743d3d..a6addc3 100644 --- a/drivers/dma/cppi41.c +++ b/drivers/dma/cppi41.c @@ -147,7 +147,7 @@ struct cppi41_dd { }; #define FIST_COMPLETION_QUEUE 93 -static struct chan_queues usb_queues_tx[] = { +static struct chan_queues am335x_usb_queues_tx[] = { /* USB0 ENDP 1 */ [ 0] = { .submit = 32, .complete = 93}, [ 1] = { .submit = 34, .complete = 94}, @@ -183,7 +183,7 @@ static struct chan_queues usb_queues_tx[] = { [29] = { .submit = 90, .complete = 139}, }; -static const struct chan_queues usb_queues_rx[] = { +static const struct chan_queues am335x_usb_queues_rx[] = { /* USB0 ENDP 1 */ [ 0] = { .submit = 1, .complete = 109}, [ 1] = { .submit = 2, .complete = 110}, @@ -910,8 +910,9 @@ static bool cpp41_dma_filter_fn(struct dma_chan *chan, void *param) else queues = cdd->queues_rx; - BUILD_BUG_ON(ARRAY_SIZE(usb_queues_rx) != ARRAY_SIZE(usb_queues_tx)); - if (WARN_ON(cchan->port_num > ARRAY_SIZE(usb_queues_rx))) + BUILD_BUG_ON(ARRAY_SIZE(am335x_usb_queues_rx) != + ARRAY_SIZE(am335x_usb_queues_tx)); + if (WARN_ON(cchan->port_num > ARRAY_SIZE(am335x_usb_queues_rx))) return false; cchan->q_num = queues[cchan->port_num].submit; @@ -939,15 +940,15 @@ static struct dma_chan *cppi41_dma_xlate(struct of_phandle_args *dma_spec, &dma_spec->args[0]); } -static const struct cppi_glue_infos usb_infos = { +static const struct cppi_glue_infos am335x_usb_infos = { .isr = cppi41_irq, - .queues_rx = usb_queues_rx, - .queues_tx = usb_queues_tx, + .queues_rx = am335x_usb_queues_rx, + .queues_tx = am335x_usb_queues_tx, .td_queue = { .submit = 31, .complete = 0 }, }; static const struct of_device_id cppi41_dma_ids[] = { - { .compatible = "ti,am3359-cppi41", .data = &usb_infos}, + { .compatible = "ti,am3359-cppi41", .data = &am335x_usb_infos}, {}, }; MODULE_DEVICE_TABLE(of, cppi41_dma_ids);