Re: [U-Boot] [PATCH 2/2 V3] ppc4xx: Initialize magnetic couplers in PLU405

2009-11-17 Thread Stefan Roese
On Monday 26 October 2009 09:58:45 Matthias Fuchs wrote: > This patch fixes an ugly behavior of the IL712 magnetic couplers > as used on PLU405. These parts will remember their last state > over a power cycle which might cause unwanted behavior. Applied to u-boot-ppc4xx/master. Thanks. Cheers, St

[U-Boot] [PATCH 2/2 V3] ppc4xx: Initialize magnetic couplers in PLU405

2009-10-26 Thread Matthias Fuchs
This patch fixes an ugly behavior of the IL712 magnetic couplers as used on PLU405. These parts will remember their last state over a power cycle which might cause unwanted behavior. Signed-off-by: Matthias Fuchs --- V2: - use C struct to access CAN controller registes V3: - move SJA1000 stuff