For those who are interested, I have posted a patch for the ndfc
driver. This is the driver we use un-bogusitize the warp-nand ;)
I removed the CONFIG_PPC_MERGE defines, but other than that this is the
driver we use in production.
Stefan: This has the byte order reversing that I believe you where
On Fri, 1 Aug 2008 11:26:28 -0400
"Josh Boyer" <[EMAIL PROTECTED]> wrote:
> I don't believe it is intentional, no. Sean can you look at this and
> see what's up? I have a couple of fixes to queue up from you already
> and if you can get this one done in the next few days I'll included it
> as we
On Fri, 1 Aug 2008 18:14:01 +0300
"Adrian Bunk" <[EMAIL PROTECTED]> wrote:
> arch/powerpc/platforms/44x/warp-nand.c was added this year and
> updated quite recently.
>
> warp-nand.c is empty unless CONFIG_MTD_NAND_NDFC=y.
>
> MTD_NAND_NDFC depends on !PPC_MERGE.
>
> !PPC_MERGE can never be true
Josh Boyer wrote:
On Fri, 1 Aug 2008 18:14:01 +0300
Adrian Bunk <[EMAIL PROTECTED]> wrote:
arch/powerpc/platforms/44x/warp-nand.c was added this year and updated
quite recently.
warp-nand.c is empty unless CONFIG_MTD_NAND_NDFC=y.
MTD_NAND_NDFC depends on !PPC_MERGE.
!PPC_MERGE can never be
On Fri, 1 Aug 2008 18:14:01 +0300
Adrian Bunk <[EMAIL PROTECTED]> wrote:
> arch/powerpc/platforms/44x/warp-nand.c was added this year and updated
> quite recently.
>
> warp-nand.c is empty unless CONFIG_MTD_NAND_NDFC=y.
>
> MTD_NAND_NDFC depends on !PPC_MERGE.
>
> !PPC_MERGE can never be true
arch/powerpc/platforms/44x/warp-nand.c was added this year and updated
quite recently.
warp-nand.c is empty unless CONFIG_MTD_NAND_NDFC=y.
MTD_NAND_NDFC depends on !PPC_MERGE.
!PPC_MERGE can never be true on PPC now that arch/ppc/ got removed.
So warp-nand.c is dead code, but that does not see