Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754896Ab0HDVwz (ORCPT ); Wed, 4 Aug 2010 17:52:55 -0400 Received: from mail-ww0-f44.google.com ([74.125.82.44]:44292 "EHLO mail-ww0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752613Ab0HDVwt convert rfc822-to-8bit (ORCPT ); Wed, 4 Aug 2010 17:52:49 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=WbY80Z8vv/HvpNu5GJ5RrmpzOl+ZZOP//s9pwMIVW8eRXiCO3pFKtER55AIwuU4qHz WORpGRt7lkyRb2dMBaoQ+UZTkNXK5aOzWzpR8fW0tUw/9cHVsswDA+x5g3haP2p8KzOL YihOfEwOK3mLb6PZvXOS7EO5cMJSIFvhjBxPk= MIME-Version: 1.0 In-Reply-To: References: <1277811391-17966-1-git-send-email-linus.walleij@stericsson.com> Date: Wed, 4 Aug 2010 14:52:46 -0700 X-Google-Sender-Auth: No_-obfwWEuUYXGFM7khSsjBTj4 Message-ID: Subject: Re: [PATCH 2/2] DMAENGINE: driver for the ARM PL080/PL081 PrimeCells From: Dan Williams To: Linus Walleij Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, yuanyabin1978@sina.com, Peter Pearse , Ben Dooks , Kukjin Kim , Alessandro Rubini , Viresh Kumar , Russell King Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 935 Lines: 23 On Wed, Jul 28, 2010 at 4:12 PM, Linus Walleij wrote: > 2010/7/28 Dan Williams : >>> + ? ? ? txd = kzalloc(sizeof(struct pl08x_txd), GFP_KERNEL); >> >> ...appears in the prep routines. ?Will this driver be used by any >> storage controllers on the platfom? ?Might we deadlock waiting on i/o >> that needs to allocate a descriptor to complete? > > I haven't noticed anything but a descriptor pool is on my > list of things to look into and fix. If there is a list of things to fix and no acked-by's from anyone on the cc list I assume you want to wait for 2.6.37?? I'm sending the dmaengine/async_tx pull request this Friday. -- Dan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/