From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4FEAF90B.5030809@antcom.de> Date: Wed, 27 Jun 2012 14:14:03 +0200 From: Roland Stigge MIME-Version: 1.0 To: dedekind1@gmail.com Subject: Re: [PATCH v7] MTD: LPC32xx SLC NAND driver References: <1339064536-20553-1-git-send-email-stigge@antcom.de> <1340794007.29342.50.camel@sauron.fi.intel.com> In-Reply-To: <1340794007.29342.50.camel@sauron.fi.intel.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: srinivas.bakki@nxp.com, lars@metafoo.de, linux@arm.linux.org.uk, linux-doc@vger.kernel.org, leiwen@marvell.com, devicetree-discuss@lists.ozlabs.org, linux-kernel@vger.kernel.org, kevin.wells@nxp.com, b32955@freescale.com, linux-mtd@lists.infradead.org, hechtb@googlemail.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: , On 06/27/2012 12:46 PM, Artem Bityutskiy wrote: > On Thu, 2012-06-07 at 12:22 +0200, Roland Stigge wrote: >> This patch adds support for the SLC NAND controller inside the >> LPC32xx SoC. >> >> Signed-off-by: Roland Stigge > > Now the write_page and write_page_raw functions return an error > code, see this commit in the l2 tree: > > http://git.infradead.org/users/dedekind/l2-mtd.git/commit/49c8d9ab3b70732665249f2d993f734378ebbba9 > > I've amended your SLC driver, see below the diff. But I think it > could return the real return code becuse it can fail - could you > please take a look and send an incremental patch? > > Please, base your work on top of the l2-mtd tree: > git://git.infradead.org/users/dedekind/l2-mtd.git Thanks for the note! I'm sending an incremental patch. There was actually only one place in the two functions that could fail (return code of lpc32xx_xfer()). Roland From mboxrd@z Thu Jan 1 00:00:00 1970 From: stigge@antcom.de (Roland Stigge) Date: Wed, 27 Jun 2012 14:14:03 +0200 Subject: [PATCH v7] MTD: LPC32xx SLC NAND driver In-Reply-To: <1340794007.29342.50.camel@sauron.fi.intel.com> References: <1339064536-20553-1-git-send-email-stigge@antcom.de> <1340794007.29342.50.camel@sauron.fi.intel.com> Message-ID: <4FEAF90B.5030809@antcom.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 06/27/2012 12:46 PM, Artem Bityutskiy wrote: > On Thu, 2012-06-07 at 12:22 +0200, Roland Stigge wrote: >> This patch adds support for the SLC NAND controller inside the >> LPC32xx SoC. >> >> Signed-off-by: Roland Stigge > > Now the write_page and write_page_raw functions return an error > code, see this commit in the l2 tree: > > http://git.infradead.org/users/dedekind/l2-mtd.git/commit/49c8d9ab3b70732665249f2d993f734378ebbba9 > > I've amended your SLC driver, see below the diff. But I think it > could return the real return code becuse it can fail - could you > please take a look and send an incremental patch? > > Please, base your work on top of the l2-mtd tree: > git://git.infradead.org/users/dedekind/l2-mtd.git Thanks for the note! I'm sending an incremental patch. There was actually only one place in the two functions that could fail (return code of lpc32xx_xfer()). Roland From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roland Stigge Subject: Re: [PATCH v7] MTD: LPC32xx SLC NAND driver Date: Wed, 27 Jun 2012 14:14:03 +0200 Message-ID: <4FEAF90B.5030809@antcom.de> References: <1339064536-20553-1-git-send-email-stigge@antcom.de> <1340794007.29342.50.camel@sauron.fi.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1340794007.29342.50.camel@sauron.fi.intel.com> Sender: linux-doc-owner@vger.kernel.org To: dedekind1@gmail.com Cc: linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, dwmw2@infradead.org, kevin.wells@nxp.com, srinivas.bakki@nxp.com, linux-arm-kernel@lists.infradead.org, hechtb@googlemail.com, lars@metafoo.de, b32955@freescale.com, leiwen@marvell.com, linux@arm.linux.org.uk List-Id: devicetree@vger.kernel.org On 06/27/2012 12:46 PM, Artem Bityutskiy wrote: > On Thu, 2012-06-07 at 12:22 +0200, Roland Stigge wrote: >> This patch adds support for the SLC NAND controller inside the >> LPC32xx SoC. >> >> Signed-off-by: Roland Stigge > > Now the write_page and write_page_raw functions return an error > code, see this commit in the l2 tree: > > http://git.infradead.org/users/dedekind/l2-mtd.git/commit/49c8d9ab3b70732665249f2d993f734378ebbba9 > > I've amended your SLC driver, see below the diff. But I think it > could return the real return code becuse it can fail - could you > please take a look and send an incremental patch? > > Please, base your work on top of the l2-mtd tree: > git://git.infradead.org/users/dedekind/l2-mtd.git Thanks for the note! I'm sending an incremental patch. There was actually only one place in the two functions that could fail (return code of lpc32xx_xfer()). Roland