From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [PATCH 05/12] spi: mxs-spi: move to use generic DMA helper Date: Sat, 02 Mar 2013 23:17:37 +0000 Message-ID: <20130302231737.D2D743E36A2@localhost> References: <1361978748-25281-1-git-send-email-shawn.guo@linaro.org> <1361978748-25281-6-git-send-email-shawn.guo@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Fabio Estevam , Arnd Bergmann , Huang Shijie , Vinod Koul , Marek Vasut , spi-devel-general@lists.sourceforge.net, Shawn Guo To: Shawn Guo , linux-arm-kernel@lists.infradead.org Return-path: In-Reply-To: <1361978748-25281-6-git-send-email-shawn.guo@linaro.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org List-Id: linux-spi.vger.kernel.org On Wed, 27 Feb 2013 23:25:41 +0800, Shawn Guo wrote: > With the generic DMA device tree helper supported by mxs-dma driver, > client devices only need to call dma_request_slave_channel() for > requesting a DMA channel from dmaengine. > > Since mxs is a DT only platform now, along with the changes, the non-DT > case handling in probe function also gets removed. > > Signed-off-by: Shawn Guo > Cc: Grant Likely > Cc: spi-devel-general@lists.sourceforge.net Acked-by: Grant Likely