From patchwork Tue Aug 7 11:42:00 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Cercueil X-Patchwork-Id: 10558585 Return-Path: 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 DA453139A for ; Tue, 7 Aug 2018 11:42:32 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C788F2988D for ; Tue, 7 Aug 2018 11:42:32 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BB8252997D; Tue, 7 Aug 2018 11:42:32 +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=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,T_DKIM_INVALID 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 44CD12988D for ; Tue, 7 Aug 2018 11:42:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388894AbeHGN40 (ORCPT ); Tue, 7 Aug 2018 09:56:26 -0400 Received: from outils.crapouillou.net ([89.234.176.41]:50250 "EHLO crapouillou.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726419AbeHGN4Y (ORCPT ); Tue, 7 Aug 2018 09:56:24 -0400 From: Paul Cercueil To: Vinod Koul , Rob Herring , Mark Rutland , Ralf Baechle , Paul Burton , James Hogan , Zubair Lutfullah Kakakhel Cc: Paul Cercueil , dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mips@linux-mips.org Subject: [PATCH v4 00/18] JZ47xx DMA patchset v4 Date: Tue, 7 Aug 2018 13:42:00 +0200 Message-Id: <20180807114218.20091-1-paul@crapouillou.net> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1533642145; bh=Gu/eO+hMxepg6IBh/SyeupsplejTZ/UFq8rkOBCNUYM=; h=From:To:Cc:Subject:Date:Message-Id; b=uI4ZPCV8UaVu52KaqTKrov4PKCpsx3qS0HhVvYMbQXT0isX3+t3VEk80nweAc/PNkPQn3iJJCcR5fMmjhITdYrbb3mKp8BdqCacr0evotMw9WLVn2SOnX5jgrYuqT70BpbOtQR+d6wrdhcwXE8qh91pw65OYbtqWuCkWNt38ncc= Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi, This is the V4 of my Ingenic JZ47xx DMA patchset. Changelog: - Added my Signed-off-by on Daniel's patches - Removed the jz_version enum and IDs; add a 'flags' field with corresponding macros instead Regards, -Paul --- To unsubscribe from this list: send the line "unsubscribe dmaengine" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html