[PATCH 0/5] refactor dts files for mpc5200b based systems (take 2)

2010-11-17 Thread John Bonesio
dts file included with '/include/ filename'. This base dts can then be updated and modified by merging in a second device tree defined in the system specific dts file. The rest of the changes are the refactoring of the mpc5200b dts files. --- John Bonesio (5): Pull in recent changes from

[PATCH 2/5] powerpc/5200: dts: rename nodes to prepare for refactoring dts files

2010-11-17 Thread John Bonesio
This patch renames nodes in dts fils for MPC5200b files to prepare for refactoring of these files later. When refactoring it will be easier to verify the results if the node names aren't changing at the same time. Signed-off-by: John Bonesio bo...@secretlab.ca --- arch/powerpc/boot/dts/cm5200

[PATCH 3/5] powerpc/5200: dts: remove unused properties

2010-11-17 Thread John Bonesio
This patch remove unused properties in dts files in preparation of refactoring the dts files for MPC5200b based boards. Signed-off-by: John Bonesio bo...@secretlab.ca --- arch/powerpc/boot/dts/cm5200.dts|2 -- arch/powerpc/boot/dts/lite5200b.dts |3 --- arch/powerpc/boot/dts

[PATCH 4/5] powerpc/5200: dts: Change combatible strings on localbus

2010-11-17 Thread John Bonesio
This patch changes some incorrect compatible strings on the local plus bus node in dts files for MPC5200b based systems. Signed-off-by: John Bonesio bo...@secretlab.ca --- arch/powerpc/boot/dts/cm5200.dts|2 +- arch/powerpc/boot/dts/digsy_mtc.dts |2 +- arch/powerpc/boot/dts

[PATCH 0/5] Series short description

2010-11-16 Thread John Bonesio
in a second device tree defined in the system specific dts file. The rest of the changes are the refactoring of the mpc5200b dts files. --- John Bonesio (5): scripts: dtc: Merge in changes from the dtc repository powerpc/5200: dts: rename nodes to prepare for refactoring dts files

[PATCH 2/5] powerpc/5200: dts: rename nodes to prepare for refactoring dts files

2010-11-16 Thread John Bonesio
This patch renames nodes in dts fils for MPC5200b files to prepare for refactoring of these files later. When refactoring it will be easier to verify the results if the node names aren't changing at the same time. Signed-off-by: John Bonesio bo...@secretlab.ca --- arch/powerpc/boot/dts/cm5200

[PATCH 3/5] powerpc/5200: dts: remove unused properties

2010-11-16 Thread John Bonesio
This patch remove unused properties in dts files in preparation of refactoring the dts files for MPC5200b based boards. Signed-off-by: John Bonesio bo...@secretlab.ca --- arch/powerpc/boot/dts/cm5200.dts|2 -- arch/powerpc/boot/dts/lite5200b.dts |3 --- arch/powerpc/boot/dts

[PATCH 4/5] powerpc/5200: dts: Remove incorrect combatible strings

2010-11-16 Thread John Bonesio
This patch removes some incorrect compatible strings on the local plus bus node in dts files for MPC5200b based systems. Signed-off-by: John Bonesio bo...@secretlab.ca --- arch/powerpc/boot/dts/lite5200b.dts |2 +- arch/powerpc/boot/dts/mucmc52.dts |2 +- arch/powerpc/boot/dts/pcm032

Re: [PATCH 1/5] scripts: dtc: Merge in changes from the dtc repository

2010-11-16 Thread John Bonesio
Arg! I had this working. I'll look into it. - John On 11/16/2010 10:11 PM, Grant Likely wrote: On Tue, Nov 16, 2010 at 1:49 PM, John Bonesio bo...@secretlab.ca wrote: Pull in recent changes from the main dtc repository. These changes primarily allow multiple device trees to be declared which

mpc5200 ata driver question

2009-11-13 Thread John Bonesio
Hello, I have seen an intermittent problem in the driver: drivers/ata/pata_mpc52xx.c The intermittent error is that the bestcomm dma engine gets stuck. I don't believe the driver itself is causing the dma error. However, I do want to enhance the driver so that it can recover from the dma

Re: [PATCH] powerpc/5200: add LocalPlus bus FIFO device driver

2009-10-01 Thread John Bonesio
Hi Albrecht, Thanks for the comments. My replies are below. - John On Wed, 2009-09-30 at 20:34 +0200, Albrecht Dreß wrote: Hi John: Cool stuff - Grant's original one also helped me a lot to get Bestcomm running for me (I use it only for read dma)! Am 29.09.09 22:43 schrieb(en) John

[PATCH] powerpc/5200: add LocalPlus bus FIFO device driver

2009-09-29 Thread John Bonesio
This is a driver for the FIFO device on the LocalPlus bus on an mpc5200 system. The driver supports programmed I/O through the FIFO as well as setting up DMA via the BestComm engine through the FIFO. Signed-off-by: Grant Likely grant.lik...@secretlab.ca Signed-off-by: John Bonesio bo

Re: Xilinx board and NPTL support lockup

2009-04-09 Thread John Bonesio
that my glibc and gcc are functional other than trying to compile things with them (I know this works). Thanks Kevin -- John Bonesio Commercial Linux Solutions john.bone...@xilinx.com (408) 879-5569 This email and any

Re: May I ask some questions?

2008-05-29 Thread John Bonesio
on it John Bonesio Commercial Linux Solutions [EMAIL PROTECTED] (408) 879-5569 This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may

Re: Still struggling with Xilinx GPIO...

2008-05-28 Thread John Bonesio
in maddening. Not everything can be understood from reading the source. Thanks. John Bonesio Commercial Linux Solutions [EMAIL PROTECTED] (408) 879-5569 This email and any attachments are intended for the sole use

Re: ppc440 caches - change proposal [RFC]

2008-04-09 Thread John Bonesio
, you wrote: On Tue, Apr 8, 2008 at 4:56 PM, Benjamin Herrenschmidt [EMAIL PROTECTED] wrote: On Tue, 2008-04-08 at 15:53 -0700, John Bonesio wrote: I was thinking it might be good to have the kernel initialize these cache control registers in it's own start up code. Or perhaps