From patchwork Tue Jan 24 09:58:45 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Bailon X-Patchwork-Id: 92308 Delivered-To: patch@linaro.org Received: by 10.182.3.34 with SMTP id 2csp1616679obz; Tue, 24 Jan 2017 01:59:00 -0800 (PST) X-Received: by 10.84.225.148 with SMTP id u20mr49182195plj.93.1485251940873; Tue, 24 Jan 2017 01:59:00 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c12si12857091pfe.23.2017.01.24.01.59.00; Tue, 24 Jan 2017 01:59:00 -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 S1750807AbdAXJ66 (ORCPT + 4 others); Tue, 24 Jan 2017 04:58:58 -0500 Received: from mail-wm0-f41.google.com ([74.125.82.41]:38111 "EHLO mail-wm0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750734AbdAXJ64 (ORCPT ); Tue, 24 Jan 2017 04:58:56 -0500 Received: by mail-wm0-f41.google.com with SMTP id r144so199776469wme.1 for ; Tue, 24 Jan 2017 01:58:56 -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=QCMyoymM2s95/r1+TO/c5qWuDz3N4v8lsWK/aFS3akc=; b=WIP93yRpzWzqQCiMJGnKtznowLES5OMPYczCHmgmBuSm682DP0JcKkBUmT65DJ8eFS 8UcbDmwEn0fmJiE864G2yTlvmwOiShTrQfVBeHH1K+VhnfqMdZTBrh+CbeHOp+hiSds3 qX4JI6d0oWYnHMJwd45alHFKaMdNq9q19Jmc0VZ7gM8CDWmFBcb7QJ/21NuQ4kWoagf2 nwkjQd4lAFwkSIfOzwD8p5qSZIqqUP+UrZAOd8ZLTaHGsiUCxWMy/ghwXT1X1844OY7b Lw7zAzDSoFt4vrjVkJ4vWu6aeJsXD9/LqPsbOb5gNIE9yjtVB+8suC7jBm+ZA6vdZk23 WU+Q== 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=QCMyoymM2s95/r1+TO/c5qWuDz3N4v8lsWK/aFS3akc=; b=jGd3L7cRjCbIKdGaUaR/s4kCwHEu6ydVJwN5Xf1Uj/vxIhqarpR/r42sZNetSkvnPJ UuwHo6ZG61Zusi06rQlSBqOVBf8Endid9qB5mAwBf/pkAwVRPC+3itXIxUFRvVtFDMZq MmaiY//wcO7gusXUTfE88GBx48QMyF7yp9qBg3f7p1pPsAmGvOUTCjSNGxdqxXN1XTdB CzhaSeikZ6XP1OgV/TuEYd8IRw5zpHOrF18/uqcc4jst/5t6dveNVLEARiWjK/CZJtzP 6YwgexGRajePPKm2JTfgI2N23FiqapmzLQZGhyzbVWmxZBOtO7RuGgeEY5yNGHeAFZyP jhlg== X-Gm-Message-State: AIkVDXIxRSDa80iBtQIIM+dgJKIpV6r/2veQ5fBU96xV1W5zArp0PmGEkBdCiuRHLvgctqJY X-Received: by 10.223.168.87 with SMTP id l81mr33901269wrc.194.1485251935116; Tue, 24 Jan 2017 01:58:55 -0800 (PST) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id l10sm16243815wrb.44.2017.01.24.01.58.54 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 24 Jan 2017 01:58:54 -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, linux-usb@vger.kernel.org, b-liu@ti.com, sergei.shtylyov@cogentembedded.com, devicetree@vger.kernel.org, robh+dt@kernel.org, Alexandre Bailon Subject: [PATCH v3 0/3] dmaengine: cppi41: Add dma support to da8xx Date: Tue, 24 Jan 2017 10:58:45 +0100 Message-Id: <20170124095848.14593-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 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 | 39 ++++++++++++++++++++++ drivers/dma/Kconfig | 6 ++-- drivers/dma/cppi41.c | 27 +++++++++++++-- 3 files changed, 67 insertions(+), 5 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