From patchwork Mon Jan 23 17:24:47 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Bailon X-Patchwork-Id: 92254 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp1328692qgi; Mon, 23 Jan 2017 09:25:10 -0800 (PST) X-Received: by 10.84.138.165 with SMTP id 34mr44879778plp.37.1485192310862; Mon, 23 Jan 2017 09:25:10 -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.10; Mon, 23 Jan 2017 09:25:10 -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 S1750908AbdAWRZE (ORCPT + 4 others); Mon, 23 Jan 2017 12:25:04 -0500 Received: from mail-wm0-f45.google.com ([74.125.82.45]:38423 "EHLO mail-wm0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750756AbdAWRZC (ORCPT ); Mon, 23 Jan 2017 12:25:02 -0500 Received: by mail-wm0-f45.google.com with SMTP id r144so166709610wme.1 for ; Mon, 23 Jan 2017 09:25:01 -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; bh=o9y9BNDQuEcO7pxepCFffj7NH+H7SnZEjhcQFuQiCmI=; b=VyHOch5r/LBGaHlBPI9XlWGDv3q/k590NPAqVuYzVs1FJ5S6vhHFTtoZuFEngA9WgE IXpJzKsyDC3Suxl5FYHJuetRSfsIS+Po4xfIT6ziIrnLDYAQSYmbjXS/3HUSinfgvurl SgRhRHMJZ7VSYKBTZPQrgzh578M7WCEsnGWnYcwV/chePePaEuAjp/wUo/foVG/G/6U9 FAYBkUtrXnIj1yBJmrVtYLvB6nc/62RBVKXcANxNUVT50OlSH8AEp8H3bu9AQjqhyTxu xQJEEIUNX+OEDFeu3jLlmwhOkJOd6SVbdPLBNsTSxx2vrvr6qVPS3KhEB3ut/79tU96Q aLMw== 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; bh=o9y9BNDQuEcO7pxepCFffj7NH+H7SnZEjhcQFuQiCmI=; b=SI/qKt9xbDOQlm4psfrUO7KgmE589huvA69S5Oo3umrFbhQhkU/2NIrgXcHGGCpHmP sgYSscrj/iyl1aPWM8SJi7kY20rQ9QP4w8BKzWF3Vhqv9dQnRViTo4p0LPriTlp/GLPE URjffhM9aJVboVKVKy7MNygPmLQxRUDqyoXV5ELqfrVzgLXtWvRyZSkKG3Oxynk9iROq kvCgo0TTXp7yxN2quDXVcHC/+Gi6ObwtlPFD36va142lYkZcrcTndTIJcQ4vAbhdnMEK 3NBAUNrDIXW3uPT1GrtBMpSV/1u3VkACbmBehWcNDUH1h9k+5Ds83XQI9bFR9uisbx6O Lviw== X-Gm-Message-State: AIkVDXIFrtRNo7JjR/fIpopBEUoLcmH+3b2Wrxb5ErDlBK9n3MjgkKWYm45kw0+pxEzWMA/S X-Received: by 10.28.161.194 with SMTP id k185mr13729050wme.92.1485192300947; Mon, 23 Jan 2017 09:25:00 -0800 (PST) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id g71sm11328119wmc.9.2017.01.23.09.24.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 23 Jan 2017 09:25:00 -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 0/5] dmaengine: cppi41: Make CPPI 4.1 driver more generic Date: Mon, 23 Jan 2017 18:24:47 +0100 Message-Id: <20170123172453.30224-1-abailon@baylibre.com> X-Mailer: git-send-email 2.10.2 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Most of the patch of this series were part of "[PATCH 00/11] dmaengine: cppi41: Add dma support to da8xx" This series intend to make the CPPI 4.1 more generic in order to add a new platform (the DA8xx). To achieve that, all the IRQ code present in CPPI 4.1 driver has been moved to MUSB DSPS driver. Other changes mainly update the glue layer and platform code to make the whole driver more generic. This series is to apply on top of "[PATCH v4 0/3] usb: musb: cppi41: Add a way to manage DMA irq". Changes in v4: - Remove dev argument in patch 4 - Remove the isr callback from glue Changes in v3: - To prevent build error report from kbuild test robot, move the first patch of v2 to another patchset. - Make CPPI 4.1 driver compatible with old and new binddings. - Remove the patch updating the am33xx-usb binddings. - Remove useless changes in patch 4 - Remove a patch that was fixing PM runtime issue that was happenning during a teardown. Tony Lindgren's patches fix the issue. Alexandre Bailon (5): dmaengine: cppi41: Remove usbss_mem dmaengine: cppi41: rename platform variables dmaengine: cppi41: Move some constants to glue layer dmaengine: cppi41: init_sched(): Get number of channels from DT dmaengine: cppi41: Remove isr callback from glue layer drivers/dma/cppi41.c | 79 ++++++++++++++++++++++++++++++---------------------- 1 file changed, 46 insertions(+), 33 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