From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell King - ARM Linux Subject: Re: [PATCH 2/4] MMC: omap_hsmmc: fix DMA config block Date: Fri, 12 Oct 2012 12:12:17 +0100 Message-ID: <20121012111217.GJ28061@n2100.arm.linux.org.uk> References: <1350039495-360-1-git-send-email-zonque@gmail.com> <1350039495-360-3-git-send-email-zonque@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1350039495-360-3-git-send-email-zonque@gmail.com> Sender: linux-mmc-owner@vger.kernel.org To: Daniel Mack Cc: linux-mmc@vger.kernel.org, Venkatraman S , Chris Ball , Grant Likely , Rob Herring , linux-omap@vger.kernel.org, Matt Porter List-Id: linux-omap@vger.kernel.org On Fri, Oct 12, 2012 at 12:58:13PM +0200, Daniel Mack wrote: > The .direction field of the config passed to dmaengine_slave_config() > must be set in order to make the generic code store the configured bus > width. NAK. The direction field is deprecated, and should not be used anymore.