Re: [PATCH] port ndfc driver to arch/powerpc

2008-08-04 Thread Sean MacLennan
On Mon, 4 Aug 2008 18:25:02 +0200 "Arnd Bergmann" <[EMAIL PROTECTED]> wrote: > Shouldn't this instead use the device tree, like fsl_elbc, fsl_upm > and pasemi_nand do? > It feels awfully backwards to hardcode this stuff in the platform > source code. Yes, yes it should. This is just a patch to ge

Re: [PATCH] port ndfc driver to arch/powerpc

2008-08-04 Thread Arnd Bergmann
On Saturday 02 August 2008, Sean MacLennan wrote: > This is a port of the ndfc driver from arch/ppc to arch/powerpc. Since > arch/ppc has been removed, references to CONFIG_PPC_MERGE where removed. > > For an example of how to use the driver see > arch/powerpc/platforms/44x/warp-nand.c . > > Sign