Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756192AbZKBRP6 (ORCPT ); Mon, 2 Nov 2009 12:15:58 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752571AbZKBRP5 (ORCPT ); Mon, 2 Nov 2009 12:15:57 -0500 Received: from mail.atmel.fr ([81.80.104.162]:40766 "EHLO atmel-es2.atmel.fr" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751868AbZKBRP5 (ORCPT ); Mon, 2 Nov 2009 12:15:57 -0500 Message-ID: <4AEF136C.8020005@atmel.com> Date: Mon, 02 Nov 2009 18:14:20 +0100 From: Nicolas Ferre Organization: atmel User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: yegor_sub1@visionsystems.de, linux-mmc@vger.kernel.org CC: haavard.skinnemoen@atmel.com, akpm@linux-foundation.org, kernel@avr32linux.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 3/3 v2] at91/atmel-mci: inclusion of sd/mmc driver in at91sam9g45 chip and board References: <20090930155557.7dae503b@hskinnemoen-d830> <4AE55A93.1080106@visionsystems.de> In-Reply-To: <4AE55A93.1080106@visionsystems.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1042 Lines: 37 Yegor Yefremov : > Nicolas Ferre wrote: >> This adds the support of atmel-mci sd/mmc driver in at91sam9g45 devices and >> board files. This also configures the DMA controller slave interface for >> at_hdmac dmaengine driver. >> >> Signed-off-by: Nicolas Ferre [..] >> + /* DMA slave channel configuration */ >> + slave->sdata.dma_dev = &at_hdmac_device.dev; >> + slave->sdata.reg_width = DW_DMA_SLAVE_WIDTH_32BIT; > > slave->sdata.reg_width = AT_DMA_SLAVE_WIDTH_32BIT; > >> + slave->sdata.cfg = ATC_FIFOCFG_HALFFIFO >> + | ATC_SRC_H2SEL_HW | ATC_DST_H2SEL_HW; Queued for v3 of this patch (I will dissociate if from the patch series). > Signed-off-by: Yegor Yefremov Ok, I will add. Thanks a lot. Best regards, -- Nicolas Ferre -- 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/