Re: [PATCH] fsl/mpic: Document and use the "big-endian" device-tree flag

2012-01-05 Thread Kumar Gala
On Dec 22, 2011, at 10:25 AM, Kyle Moffett wrote: > The MPIC code checks for a "big-endian" property and sets the flag > MPIC_BIG_ENDIAN if one is present. Unfortunately, the PowerQUICC-III > compatible device-tree does not specify it, so all of the board ports > need to manually set that flag w

Re: [PATCH] fsl/mpic: Document and use the "big-endian" device-tree flag

2012-01-04 Thread Benjamin Herrenschmidt
On Wed, 2012-01-04 at 15:22 -0800, Randy Dunlap wrote: > On 12/22/2011 08:25 AM, Kyle Moffett wrote: > > The MPIC code checks for a "big-endian" property and sets the flag > > MPIC_BIG_ENDIAN if one is present. Unfortunately, the PowerQUICC-III > > compatible device-tree does not specify it, so al

Re: [PATCH] fsl/mpic: Document and use the "big-endian" device-tree flag

2012-01-04 Thread Randy Dunlap
On 12/22/2011 08:25 AM, Kyle Moffett wrote: > The MPIC code checks for a "big-endian" property and sets the flag > MPIC_BIG_ENDIAN if one is present. Unfortunately, the PowerQUICC-III > compatible device-tree does not specify it, so all of the board ports > need to manually set that flag when call

[PATCH] fsl/mpic: Document and use the "big-endian" device-tree flag

2011-12-22 Thread Kyle Moffett
The MPIC code checks for a "big-endian" property and sets the flag MPIC_BIG_ENDIAN if one is present. Unfortunately, the PowerQUICC-III compatible device-tree does not specify it, so all of the board ports need to manually set that flag when calling mpic_alloc(). Document the flag and add it to t