Message ID | 20180807114218.20091-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 DA453139A for <patchwork-dmaengine@patchwork.kernel.org>; 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 <patchwork-dmaengine@patchwork.kernel.org>; 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 <patchwork-dmaengine@patchwork.kernel.org>; Tue, 7 Aug 2018 11:42:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388894AbeHGN40 (ORCPT <rfc822;patchwork-dmaengine@patchwork.kernel.org>); 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 <rfc822;dmaengine@vger.kernel.org>); Tue, 7 Aug 2018 09:56:24 -0400 From: Paul Cercueil <paul@crapouillou.net> To: Vinod Koul <vkoul@kernel.org>, Rob Herring <robh+dt@kernel.org>, Mark Rutland <mark.rutland@arm.com>, Ralf Baechle <ralf@linux-mips.org>, Paul Burton <paul.burton@mips.com>, James Hogan <jhogan@kernel.org>, Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> Cc: Paul Cercueil <paul@crapouillou.net>, 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: <dmaengine.vger.kernel.org> X-Mailing-List: dmaengine@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
JZ47xx DMA patchset v4
|
expand
|
On 07-08-18, 13:42, Paul Cercueil wrote: > Hi, > > This is the V4 of my Ingenic JZ47xx DMA patchset. This does not apply for me. Please rebase on rc1, fix Rob's and my comment and send Also I noticed checkpatch gave warns on some style issues (--strict option) please see if they make sense and fix if it does. Thanks