From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753877AbbDBOyB (ORCPT ); Thu, 2 Apr 2015 10:54:01 -0400 Received: from mout.kundenserver.de ([212.227.126.187]:56677 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753568AbbDBOx5 (ORCPT ); Thu, 2 Apr 2015 10:53:57 -0400 From: Arnd Bergmann To: Vinod Koul Cc: Zubair Lutfullah Kakakhel , dan.j.williams@intel.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, alex@alex-smith.me.uk Subject: Re: [PATCH_V4 0/3] dma: dt: Add DMA driver for jz4780 Date: Thu, 02 Apr 2015 16:52:43 +0200 Message-ID: <5517477.gVfuyTGHXo@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <20150401031506.GQ7192@intel.com> References: <1426695397-54906-1-git-send-email-Zubair.Kakakhel@imgtec.com> <20150401031506.GQ7192@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:KiDr+I7B9abju6MynKJD40LAeCy0s34Ol8awL2KMgW//lOJa5Y6 iclrWWumA3l84KAQ9UVh9CfeQZ8dOZyvDiHoH+3vroeyK0jk7zrbNw0iAGwAmNH5wNtn2iC csWxwqF/xw9zOfYB6fAgPeiJRc8yJiROb9znV+ZgWJMAlZzAhblhOCI4UV51IiH4jMS9xdc Tpqosj+OpodA2Ngxi1WQg== X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday 01 April 2015 08:45:06 Vinod Koul wrote: > On Wed, Mar 18, 2015 at 04:16:34PM +0000, Zubair Lutfullah Kakakhel wrote: > > Hi, > > > > Here we have three patches that add a DMA driver for the Ingenic JZ4780 SoC. > > > > JZ4780 support is still in-flight. > > > > These are based on 4.0-rc4. > > Applied, thanks > > Please ensure you use the right subsystem name in your patches, I have fixed > it up now > Ah, it just showed up in my inbox again after you sent this message and I hadn't realized this was an old patch series. It would be good to address my comments as a follow-up then. Arnd