From patchwork Mon Jan 30 17:49:18 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Bailon X-Patchwork-Id: 92909 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp1570673qgi; Mon, 30 Jan 2017 10:23:18 -0800 (PST) X-Received: by 10.84.218.133 with SMTP id r5mr33204713pli.90.1485800598511; Mon, 30 Jan 2017 10:23:18 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q80si13323063pfk.299.2017.01.30.10.23.18; Mon, 30 Jan 2017 10:23:18 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-usb-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-usb-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-usb-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753918AbdA3SWy (ORCPT + 4 others); Mon, 30 Jan 2017 13:22:54 -0500 Received: from mail-wm0-f54.google.com ([74.125.82.54]:38162 "EHLO mail-wm0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751135AbdA3SWu (ORCPT ); Mon, 30 Jan 2017 13:22:50 -0500 Received: by mail-wm0-f54.google.com with SMTP id r141so44506738wmg.1 for ; Mon, 30 Jan 2017 10:22:28 -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=76j8EbztspaKeF/XYDEE1daaXzQkHAFP6HFb8INGBSA=; b=P8VTqrUFV5TYNJBVU7QJy5m1R6D4oz5cWVssb+i6ZJC0wnJxcHwH39omISm8zaMktS Q3BHb68fikIMGd8L6XKVDuu+cxheyPddAKN7pHRwIO1gYsGqv4It1CjYP1Q74xGYqHV+ Tb84F9LQc6LlHf6E66SG2dK4LSWppgjLTUv7FpJ6Rg51ipaefb4J8WfUChxNFC/E2EVn ey97kkxdyxKlGibyjG2Ieogxl7jcu0tI/mhTuG2F7mMeDpvAQxthuXqS5PXXvO8ism8E r17N/i+LZzOo6i8NRsXf4G3pVkRJRua/6pZdhzKaEO0Ri7F16IM5ewb4vWK2txU4g3+1 G9vQ== 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=76j8EbztspaKeF/XYDEE1daaXzQkHAFP6HFb8INGBSA=; b=m2nxXLu3o+z5aUqT1nn5ZEPV9yt9U00oiq8Tm8r8RGJpC6uCHj+RXzwE7Cn9qeKXlA vPLY1J58p2N3whmFlsW79hUDWhfp68+ltwz9B9O7MRZde7IJwcCVyKVoXgkLdZmfSCAN 2m/eS5SrUntGlCR/tYKYyNUtaAQSlj+D48ejW1+iW8gisRS1EUrHnL122pRb+3WxdylG IklGoOlqJSV57cQrTT/RMqcNrxC5hh5g6j/+HdMZKESiFebZTuyva0eP0jNyLZfJZVTf ughK9cTzTEQnclb1+Kf+ohW3U6ryqxw+iVVev0T4rdZw4Bteyk02ingGQrW++muF4pNV s8iQ== X-Gm-Message-State: AIkVDXJh2zx30qq3ZSArHO8XAj9Vvs0Y6YcqP9XLbXUVdrQCu26g35ck8z3xaJHRiMBt1o+2 X-Received: by 10.28.51.72 with SMTP id z69mr16808597wmz.38.1485798564556; Mon, 30 Jan 2017 09:49:24 -0800 (PST) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id b87sm19912333wmi.0.2017.01.30.09.49.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 30 Jan 2017 09:49:24 -0800 (PST) From: Alexandre Bailon To: vinod.koul@intel.com Cc: dmaengine@vger.kernel.org, linux-usb@vger.kernel.org, devicetree@vger.kernel.org, robh+dt@kernel.org, nsekhar@ti.com, khilman@baylibre.com, ptitiano@baylibre.com, tony@atomide.com, b-liu@ti.com, sergei.shtylyov@cogentembedded.com, Alexandre Bailon Subject: [PATCH v4 0/3] dmaengine: cppi41: Add dma support to da8xx Date: Mon, 30 Jan 2017 18:49:18 +0100 Message-Id: <20170130174921.28231-1-abailon@baylibre.com> X-Mailer: git-send-email 2.10.2 Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org This series add support of DA8xx to CPPI 4.1 driver. As the CPPI 4.1 is now generic, we only had to add the glue for DA8xx. This serie should applied on top of "[PATCH v3 0/7] dmaengine: cppi41: Make CPPI 4.1 driver more generic". Changes in v4: - Fix the address overlaping between usb and cppi41 nodes. Changes in v3: - Fix few typos - Don't use a wildcard for the compatible property Changes in v2: - most of patches of v1 has been moved to the series "[PATCH v2 0/7] dmaengine: cppi41: Make CPPI 4.1 driver more generic". - some patches of v1 has been removed because they were no required anymore because CPPI 4.1 driver has been made more generic. - In v1, the driver were managing the clock for DA8xx paltform. This is not needed as CPPI 4.1 will be a child of MUSB DA8xx glue, we can use PM runtime and let the DA8xx glue driver manage it. Alexandre Bailon (3): dt/bindings: da8xx-usb: Add binding for the CPPI 4.1 DMA controller dmaengine: cppi41: Add support of DA8xx to CPPI 4.1 dmaengine: cppi41: Fix teardown warnings .../devicetree/bindings/usb/da8xx-usb.txt | 41 +++++++++++++++++++++- drivers/dma/Kconfig | 6 ++-- drivers/dma/cppi41.c | 27 ++++++++++++-- 3 files changed, 68 insertions(+), 6 deletions(-) -- 2.10.2 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html