Re: NAND BBT corruption on MPC83xx

2011-07-11 Thread Matthew L. Creech
On Tue, Jul 5, 2011 at 3:58 PM, Matthew L. Creech wrote: > > Separately, I set up 2 test devices to run while I was away last week. >  One of them contained 2 patches: > > - Mike Hench's patch which eliminates this block of code in fsl_elbc_nand.c > - Adam

[PATCH v3] mtd: eLBC NAND: remove elbc_fcm_ctrl->oob_poi

2011-07-05 Thread Matthew L. Creech
(and potentially problematic) block of code. v2: elbc_fcm_ctrl->oob_poi is removed entirely, since this code block was the only place it was actually used. v3: local 'full_page' variable is no longer used either. Signed-off-by: Matthew L. Creech --- drivers/mtd/nand/fsl_elbc_

Re: [PATCH v2] mtd: eLBC NAND: remove elbc_fcm_ctrl->oob_poi

2011-07-05 Thread Matthew L. Creech
On Tue, Jul 5, 2011 at 7:01 PM, Scott Wood wrote: > > Just noticed, full_page can come out as well. > > Otherwise, ACK > Oh right, didn't notice that - thanks. -- Matthew L. Creech ___ Linuxppc-dev mailing list Linuxppc-dev@li

[PATCH v2] mtd: eLBC NAND: remove elbc_fcm_ctrl->oob_poi

2011-07-05 Thread Matthew L. Creech
(and potentially problematic) block of code. v2: elbc_fcm_ctrl->oob_poi is removed entirely, since this code block was the only place it was actually used. Signed-off-by: Matthew L. Creech --- drivers/mtd/nand/fsl_elbc_nand.c | 25 - 1 files changed, 0 insertions(+),

[PATCH] mtd: eLBC NAND: remove bogus ECC read-back

2011-07-05 Thread Matthew L. Creech
(and potentially problematic) block of code. Signed-off-by: Matthew L. Creech --- drivers/mtd/nand/fsl_elbc_nand.c | 17 - 1 files changed, 0 insertions(+), 17 deletions(-) diff --git a/drivers/mtd/nand/fsl_elbc_nand.c b/drivers/mtd/nand/fsl_elbc_nand.c index 0bb254c..050a2fc

Re: NAND BBT corruption on MPC83xx

2011-07-05 Thread Matthew L. Creech
w days), but it seems like removing that block of code in fsl_elbc_nand.c is a good idea. -- Matthew L. Creech ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: NAND BBT corruption on MPC83xx

2011-06-20 Thread Matthew L. Creech
still there, and one with it removed. If the former device sees bit-flips in the BBT and the latter one doesn't, we'll be sure of the culprit. I'll try this and come back with the results. Thanks! -- Matthew L. Creech ___ Linuxppc-

NAND BBT corruption on MPC83xx

2011-06-17 Thread Matthew L. Creech
BBT was written to NAND. Any ideas on what I can do to isolate the problem? Thanks in advance! More info on this board: - MPC 8313 SoC - 1GB Samsung NAND flash (K9K8G08U0B) - Linux 2.6.31 - U-Boot 2009.06 -- Matthew L. Creech ___ Linuxppc-dev mailin

Re: fsl_udc_core: BUG: scheduling while atomic

2011-05-12 Thread Matthew L. Creech
deed I'm currently using CONFIG_PREEMPT_VOLUNTARY on this board. I'll change it to fix this problem for now. Do you happen to know whether the Freescale folks intend to fix this? If not, it seems like at least some sort of warning is in order. -- Matthew L. Creech __

fsl_udc_core: BUG: scheduling while atomic

2011-05-11 Thread Matthew L. Creech
m not sure what an appropriate fix is, since just replacing it with GFP_ATOMIC causes allocation failures. Any helpful tips? Thanks -- Matthew L. Creech ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/lin

Re: fsl_udc_core not initializing properly?

2011-03-14 Thread Matthew L. Creech
s initialization order in the kernel. Anyway, seems to work fine. :) Thanks Antolij! -- Matthew L. Creech ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: fsl_udc_core not initializing properly?

2011-03-10 Thread Matthew L. Creech
On Sat, Feb 19, 2011 at 1:01 PM, Matthew L. Creech wrote: > > Yes, it's there.  Here's the DTS entry in case anything else sticks out: > >                usb@23000 { >                        compatible = "fsl-usb2-dr"; >      

Re: fsl_udc_core not initializing properly?

2011-02-19 Thread Matthew L. Creech
phy_type = "utmi_wide"; dr_mode = "peripheral"; sleep = <&pmc 0x0030>; }; I think dr_mode was required in past kernel versions as well (since I seem to recall bumping in to the problem you des

fsl_udc_core not initializing properly?

2011-02-18 Thread Matthew L. Creech
eal much, so I was hoping someone here would have a better idea what could've changed between 2.6.36 and 2.6.37 that broke fsl_udc_core/fsl_usb2_udc. Thanks! -- Matthew L. Creech ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org htt

Re: Gianfar TCP checksumming broken in 2.6.35+

2010-11-18 Thread Matthew L. Creech
{ GFAR_ERRATA_74 = 0x01, GFAR_ERRATA_76 = 0x02, GFAR_ERRATA_A002= 0x04, + GFAR_ERRATA_12 = 0x08, }; /* Struct stolen almost completely (and shamelessly) from the FCC enet source -- Matthew L. Creech ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Gianfar TCP checksumming broken in 2.6.35+

2010-11-02 Thread Matthew L. Creech
if it is. Presumably there's some alignment magic needed in the sk_buff or gfar_add_fcb() to make sure that the microcontroller is happy with the FCB offset? Any tip on how I can solve this, or at least verify that this errata is at fault?

NAND partition names in DTS must be named "partition"?

2009-09-21 Thread Matthew L. Creech
like it expects all partitions to be named "partition", otherwise they're just skipped. Is there some peculiarity in my setup that makes this not work, or is it a general problem? I see no major differences between my DTS file and the stardard "mpc8313erdb.dts". Than

[PATCH] net/gianfar: fix RMII mode detection

2009-04-02 Thread Matthew L. Creech
if (interface == PHY_INTERFACE_MODE_RGMII_ID) + return PHY_INTERFACE_MODE_RGMII_ID; + + return PHY_INTERFACE_MODE_RGMII; } if (priv->device_flags & FSL_GIANFAR_DEV_HAS_GIGABIT) -- Matthew L. Creech _

Re: MPC83xx console : no output after handover

2009-04-02 Thread Matthew L. Creech
as simply to disable CONFIG_SERIAL_OF_PLATFORM, as it's unnecessary in my case. -- Matthew L. Creech ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: MPC83xx console : no output after handover

2009-04-01 Thread Matthew L. Creech
r the help, and sorry for the noise. -- Matthew L. Creech ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: MPC83xx console : no output after handover

2009-03-31 Thread Matthew L. Creech
I'd just run it to this point and then examine the memory - either >    using a BDI if one is attached, or press RESET (I hope you have one!) >    and then look using your boot loader (uBoot, RedBoot, ...) > I think I can get my hands on a BDI tomorrow, so I'll give this a try then.

Re: MPC83xx console : no output after handover

2009-03-31 Thread Matthew L. Creech
50/16550 driver, 4 ports, IRQ sharing disabled serial8250.0: ttyS0 at MMIO 0xe0004500 (irq = 16) is a 16550A console handover: boot [udbg0] -> real [ttyS0] serial8250.0: ttyS1 at MMIO 0xe0004600 (irq = 17) is a 16550A ======== (nothing after this) Thanks -- Matthew L. Creech ___

MPC83xx console : no output after handover

2009-03-31 Thread Matthew L. Creech
problem lies. Could someone point me in the right direction, or suggest what might cause a console problem like this? Thanks! -- Matthew L. Creech ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

MPC83xx console

2009-03-31 Thread Matthew L. Creech
hat might cause a console problem like this? Thanks! -- Matthew L. Creech ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev