From patchwork Mon Jan 9 16:06:46 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Bailon X-Patchwork-Id: 90516 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp152178qgi; Mon, 9 Jan 2017 08:08:28 -0800 (PST) X-Received: by 10.98.10.198 with SMTP id 67mr84733116pfk.157.1483978108819; Mon, 09 Jan 2017 08:08:28 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a67si55850198pfj.216.2017.01.09.08.08.28; Mon, 09 Jan 2017 08:08:28 -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 S970209AbdAIQI0 (ORCPT + 4 others); Mon, 9 Jan 2017 11:08:26 -0500 Received: from mail-wm0-f49.google.com ([74.125.82.49]:37160 "EHLO mail-wm0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S970207AbdAIQHU (ORCPT ); Mon, 9 Jan 2017 11:07:20 -0500 Received: by mail-wm0-f49.google.com with SMTP id c206so37925657wme.0 for ; Mon, 09 Jan 2017 08:07:19 -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=vgVwuTnWcLYynBPIJJiIqh3aLulKr/TI3wuV4R5v8JA=; b=lTPzssVnyCILonCwyEw6gkSd0YgG5dKUHg9gJrWXAVa3tezCqzGnWljot7ObrS2sQw fpZSUOAcm97YVZ+MuTFDWkGOTxp91JxpZoXqnYwWfDr5edrJR/sYPhubrvCjeyfa9qsw XoA4o6Ra1yGTYnBLvhLORr5PR7fH1fGEm/emPnQqx+rT2H3Eaqmacb6g+4TRGxX4O49J n5e+iaWbTYjbiin0iaOyXgYSsrXIvGaTikD9aZ0hUWJPW11TzTGp0hEoJW3l/2qWWWXI uOPLHh16IvYXOTkJa/IRLRq+1LYBD0hStvb97wp5cty4fT06ci45sSPjE4+ILY9j9/Gc QblA== 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=vgVwuTnWcLYynBPIJJiIqh3aLulKr/TI3wuV4R5v8JA=; b=RXHDa/2SOzoels//nwShQLpJymKOYrf4/ZwlXwVp8BLeW4hulwKNL2LxmVGGJ4UzEM w9jiJ9zo/Wt09afULeVgTAmQElqLMOnbFwDJGYAzNlWeUKyEnsi3jIBtHpNNXLfAwkzx Q7mMG1SOBTkK5a1129V0XYeGZLEr0JkVmdVoZcTEdS70Xk2dNHn2zIyFKn8KzdseB1B1 lkMxQT9m7jNhNc51YUFgvxhnoeMeHhXLHhjhSyPK//tyA5mHZOrKaqqJH+ebfL8g4mlL ST0xKZeFovERsaJXGHMmDWPFtZNT5D7BneDKgIfXFe054WpWn8K7i5KIaUFF/ADM8UoX QKwQ== X-Gm-Message-State: AIkVDXLLmzjTezuTtWdbi73R9q8lVtWBtEHNC4YUGG5GPSroQoX6iSCYTQToe0PW9i/LUe1b X-Received: by 10.223.151.138 with SMTP id s10mr247226wrb.65.1483978038698; Mon, 09 Jan 2017 08:07:18 -0800 (PST) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id w18sm19656244wme.9.2017.01.09.08.07.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 09 Jan 2017 08:07:18 -0800 (PST) From: Alexandre Bailon To: vinod.koul@intel.com Cc: dmaengine@vger.kernel.org, linux-usb@vger.kernel.org, nsekhar@ti.com, khilman@baylibre.com, ptitiano@baylibre.com, tony@atomide.com, linux-omap@vger.kernel.org, devicetree@vger.kernel.org, robh+dt@kernel.org, b-liu@ti.com, Alexandre Bailon Subject: [PATCH 01/11] dmaengine: cppi41: rename platform variables Date: Mon, 9 Jan 2017 17:06:46 +0100 Message-Id: <20170109160656.3470-2-abailon@baylibre.com> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20170109160656.3470-1-abailon@baylibre.com> References: <20170109160656.3470-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. Currently, only the am335x is supported by the driver. Though the driver provide a glue layer that should be used to support another platforms. Rename variable specifics to 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 d5ba43a..25ee71d 100644 --- a/drivers/dma/cppi41.c +++ b/drivers/dma/cppi41.c @@ -156,7 +156,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}, @@ -192,7 +192,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}, @@ -918,8 +918,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; @@ -947,15 +948,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);