From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <502D032D.1000301@antcom.de> Date: Thu, 16 Aug 2012 16:26:53 +0200 From: Roland Stigge MIME-Version: 1.0 To: artem.bityutskiy@linux.intel.com Subject: Re: [PATCH 1/2] mtd: lpc32xx_slc: Adjust to pl08x DMA interface changes References: <1342095778-13403-1-git-send-email-stigge@antcom.de> <1342095778-13403-2-git-send-email-stigge@antcom.de> <1345027069.3393.124.camel@sauron.fi.intel.com> In-Reply-To: <1345027069.3393.124.camel@sauron.fi.intel.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: srinivas.bakki@nxp.com, linux@arm.linux.org.uk, arnd@arndb.de, linux-kernel@vger.kernel.org, kevin.wells@nxp.com, linux-mtd@lists.infradead.org, aletes.xgr@gmail.com, dwmw2@infradead.org, linux-arm-kernel@lists.infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, On 08/15/2012 12:37 PM, Artem Bityutskiy wrote: > On Thu, 2012-07-12 at 14:22 +0200, Roland Stigge wrote: >> This patch adjusts the LPC32xx SLC NAND driver to the new pl08x >> DMA interface, fixing the compile error resulting from changed >> pl08x structures. >> >> Signed-off-by: Roland Stigge > > This patch breaks compilation: > > ERROR: "pl08x_filter_id" [drivers/mtd/nand/lpc32xx_slc.ko] > undefined! > > Please, send a fix. The defconfig I used is attached. Please see my just posted patches: mtd: lpc32xx_slc: Make driver independent of AMBA DMA engine driver mtd: lpc32xx_mlc: Make driver independent of AMBA DMA engine driver This also fixes the above problem by getting rid of the reference to pl08x_filter_id. Thanks, Roland From mboxrd@z Thu Jan 1 00:00:00 1970 From: stigge@antcom.de (Roland Stigge) Date: Thu, 16 Aug 2012 16:26:53 +0200 Subject: [PATCH 1/2] mtd: lpc32xx_slc: Adjust to pl08x DMA interface changes In-Reply-To: <1345027069.3393.124.camel@sauron.fi.intel.com> References: <1342095778-13403-1-git-send-email-stigge@antcom.de> <1342095778-13403-2-git-send-email-stigge@antcom.de> <1345027069.3393.124.camel@sauron.fi.intel.com> Message-ID: <502D032D.1000301@antcom.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, On 08/15/2012 12:37 PM, Artem Bityutskiy wrote: > On Thu, 2012-07-12 at 14:22 +0200, Roland Stigge wrote: >> This patch adjusts the LPC32xx SLC NAND driver to the new pl08x >> DMA interface, fixing the compile error resulting from changed >> pl08x structures. >> >> Signed-off-by: Roland Stigge > > This patch breaks compilation: > > ERROR: "pl08x_filter_id" [drivers/mtd/nand/lpc32xx_slc.ko] > undefined! > > Please, send a fix. The defconfig I used is attached. Please see my just posted patches: mtd: lpc32xx_slc: Make driver independent of AMBA DMA engine driver mtd: lpc32xx_mlc: Make driver independent of AMBA DMA engine driver This also fixes the above problem by getting rid of the reference to pl08x_filter_id. Thanks, Roland From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756404Ab2HPO06 (ORCPT ); Thu, 16 Aug 2012 10:26:58 -0400 Received: from antcom.de ([188.40.178.216]:51212 "EHLO chuck.antcom.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753060Ab2HPO04 (ORCPT ); Thu, 16 Aug 2012 10:26:56 -0400 Message-ID: <502D032D.1000301@antcom.de> Date: Thu, 16 Aug 2012 16:26:53 +0200 From: Roland Stigge Organization: ANTCOM IT Research & Development User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.5) Gecko/20120624 Icedove/10.0.5 MIME-Version: 1.0 To: artem.bityutskiy@linux.intel.com CC: linux-arm-kernel@lists.infradead.org, arnd@arndb.de, linux@arm.linux.org.uk, linux-kernel@vger.kernel.org, kevin.wells@nxp.com, srinivas.bakki@nxp.com, aletes.xgr@gmail.com, dwmw2@infradead.org, linux-mtd@lists.infradead.org Subject: Re: [PATCH 1/2] mtd: lpc32xx_slc: Adjust to pl08x DMA interface changes References: <1342095778-13403-1-git-send-email-stigge@antcom.de> <1342095778-13403-2-git-send-email-stigge@antcom.de> <1345027069.3393.124.camel@sauron.fi.intel.com> In-Reply-To: <1345027069.3393.124.camel@sauron.fi.intel.com> X-Enigmail-Version: 1.4 OpenPGP: url=subkeys.pgp.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 08/15/2012 12:37 PM, Artem Bityutskiy wrote: > On Thu, 2012-07-12 at 14:22 +0200, Roland Stigge wrote: >> This patch adjusts the LPC32xx SLC NAND driver to the new pl08x >> DMA interface, fixing the compile error resulting from changed >> pl08x structures. >> >> Signed-off-by: Roland Stigge > > This patch breaks compilation: > > ERROR: "pl08x_filter_id" [drivers/mtd/nand/lpc32xx_slc.ko] > undefined! > > Please, send a fix. The defconfig I used is attached. Please see my just posted patches: mtd: lpc32xx_slc: Make driver independent of AMBA DMA engine driver mtd: lpc32xx_mlc: Make driver independent of AMBA DMA engine driver This also fixes the above problem by getting rid of the reference to pl08x_filter_id. Thanks, Roland