Message ID | 20180829213300.22829-1-paul@crapouillou.net (mailing list archive) |
---|---|
Headers | show
Return-Path: <dmaengine-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 1F7C91709 for <patchwork-dmaengine@patchwork.kernel.org>; Wed, 29 Aug 2018 21:33:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 076452BAF4 for <patchwork-dmaengine@patchwork.kernel.org>; Wed, 29 Aug 2018 21:33:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EFC692BB5E; Wed, 29 Aug 2018 21:33:09 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 68C9D2BAF4 for <patchwork-dmaengine@patchwork.kernel.org>; Wed, 29 Aug 2018 21:33:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727088AbeH3Bbz (ORCPT <rfc822;patchwork-dmaengine@patchwork.kernel.org>); Wed, 29 Aug 2018 21:31:55 -0400 Received: from outils.crapouillou.net ([89.234.176.41]:51950 "EHLO crapouillou.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727042AbeH3Bby (ORCPT <rfc822;dmaengine@vger.kernel.org>); Wed, 29 Aug 2018 21:31:54 -0400 From: Paul Cercueil <paul@crapouillou.net> To: Vinod Koul <vkoul@kernel.org>, Ralf Baechle <ralf@linux-mips.org>, Paul Burton <paul.burton@mips.com> Cc: od@zcrc.me, dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mips@linux-mips.org Subject: [PATCH v5 00/18] JZ4780 DMA patchset v5 Date: Wed, 29 Aug 2018 23:32:42 +0200 Message-Id: <20180829213300.22829-1-paul@crapouillou.net> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1535578385; bh=P2zeDZ4eN3KanGl3b1TYQQanGGSDgw+wuqlU89HN4+U=; h=From:To:Cc:Subject:Date:Message-Id; b=nR0Vo3tuk8JsqrlHf2zPs2woWWISPLVHJAt7d74IVtieGgHmlP1XX908cS5TX5IEI3jQcKB21Lpkb3SBa6Cr2lWiwvNxc+5JkUuDEdNZNzIpgot3YTr1m0SGYsE3aeXn38KJoNkDp6kIov+ExESnRBMsRpUlt4SOZ/mAll3QNiA= Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: <dmaengine.vger.kernel.org> X-Mailing-List: dmaengine@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
JZ4780 DMA patchset v5
|
expand
|
On 29-08-18, 23:32, Paul Cercueil wrote: > Hi Vinod, > > This is the V5 of my Ingenic JZ4780 DMA patchset. Applied all, thanks > > - Patch [01/18] dropped the "doc:" in the patch title; > - Patches [11/18] and [12/18] now use the GENMASK() macro. > - The rest is untouched. > > Thanks, > -Paul Cercueil