From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from caramon.arm.linux.org.uk (caramon.arm.linux.org.uk [IPv6:2002:4e20:1eda::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 5AE26B6F6E for ; Mon, 23 Apr 2012 21:14:04 +1000 (EST) Date: Mon, 23 Apr 2012 12:13:27 +0100 From: Russell King - ARM Linux To: Boojin Kim Subject: Re: [PATCH 5/9] dmaengine: provide a common function for completing a dma descriptor Message-ID: <20120423111327.GM24211@n2100.arm.linux.org.uk> References: <20120306223321.GD15201@n2100.arm.linux.org.uk> <056201cd2135$10ea5b70$32bf1250$%kim@samsung.com> <20120423095013.GL24211@n2100.arm.linux.org.uk> <1335175278.31825.108.camel@vkoul-udesk3> <000001cd2141$26914d60$73b3e820$%kim@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <000001cd2141$26914d60$73b3e820$%kim@samsung.com> Sender: Russell King - ARM Linux Cc: 'Vinod Koul' , 'Stephen Warren' , 'Linus Walleij' , 'Srinidhi Kasagar' , 'Dan Williams' , linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Apr 23, 2012 at 08:06:36PM +0900, Boojin Kim wrote: > I met the DMA probing fail problem on Linux 3.4. > It's because the return value on regulator_get() is changed > from ENODEV to EPROBE_DEFER in case not to supply a vcore regulator. > So, I try to change the check value about the return value of regulator_get() > in amba_get_enable_vcore()from ENODEV to EPROBE_DEFER. > How about it ? Do you already fix it too? A fix has already been committed and sent upstream - about a week ago.