Re: [PATCH] mtd: make onenand/generic.c more generic

2009-08-06 Thread Magnus Damm
On Fri, Aug 7, 2009 at 2:30 PM, Paul Mundt wrote: > On Fri, Aug 07, 2009 at 02:28:01PM +0900, Magnus Damm wrote: >> On Wed, Aug 5, 2009 at 1:41 PM, Magnus Damm wrote: >> >> On Tue, Aug 4, 2009 at 6:20 PM, Magnus Damm wrote: >> >>> From: Magnus Damm >> >>> >> >>> This patch removes the ARM dependen

Re: [PATCH] mtd: make onenand/generic.c more generic

2009-08-06 Thread Paul Mundt
On Fri, Aug 07, 2009 at 02:28:01PM +0900, Magnus Damm wrote: > On Wed, Aug 5, 2009 at 1:41 PM, Magnus Damm wrote: > >> On Tue, Aug 4, 2009 at 6:20 PM, Magnus Damm wrote: > >>> From: Magnus Damm > >>> > >>> This patch removes the ARM dependency from the generic "onenand" > >>> platform device drive

Re: [PATCH] mtd: make onenand/generic.c more generic

2009-08-06 Thread Magnus Damm
On Wed, Aug 5, 2009 at 1:41 PM, Magnus Damm wrote: >> On Tue, Aug 4, 2009 at 6:20 PM, Magnus Damm wrote: >>> From: Magnus Damm >>> >>> This patch removes the ARM dependency from the generic "onenand" >>> platform device driver. This change makes the driver useful for >>> other architectures as wel

Re: [PATCH] mtd: make onenand/generic.c more generic

2009-08-04 Thread Magnus Damm
Hi Kyungmin! > On Tue, Aug 4, 2009 at 6:20 PM, Magnus Damm wrote: >> From: Magnus Damm >> >> This patch removes the ARM dependency from the generic "onenand" >> platform device driver. This change makes the driver useful for >> other architectures as well. Needed for the SuperH kfr2r09 board. On

Re: [PATCH] mtd: make onenand/generic.c more generic

2009-08-04 Thread Kyungmin Park
Hi Good idea add the onenand_platform_data, but dont' agree the renaming the onenand-flash. Other boards are use it even though it's not released it Others are good. Thank you, Kyungmin Park On Tue, Aug 4, 2009 at 6:20 PM, Magnus Damm wrote: > From: Magnus Damm > > This patch removes the ARM d

[PATCH] mtd: make onenand/generic.c more generic

2009-08-04 Thread Magnus Damm
From: Magnus Damm This patch removes the ARM dependency from the generic "onenand" platform device driver. This change makes the driver useful for other architectures as well. Needed for the SuperH kfr2r09 board. Apart from the obvious Kconfig bits, the most important change is the move away fro