Re: [PATCH] [v2] powerpc/85xx: clean up FPGA device tree nodes for Freecsale QorIQ boards

2011-09-15 Thread Gala Kumar-B11780
I pulling the p3060qds bit out so drop that change from next patch. - k On Sep 15, 2011, at 11:31 AM, "Tabi Timur-B04825" wrote: > Kumar Gala wrote: >> What happened to looking at pixis vs ngpixis ? > > Doh, I knew I was forgetting something. > > -- > Timur Tabi > Linux kernel developer at

Re: [PATCH] powerpc/fsl_msi: fix support for multiple MSI ranges

2011-09-15 Thread Scott Wood
On 09/13/2011 04:17 PM, Timur Tabi wrote: > Commit 6820fead ("powerpc/fsl_msi: Handle msi-available-ranges better") added > support for multiple ranges in the msi-available-ranges property, but it > miscalculated the MSIR index when multiple ranges are used. > > Signed-off-by: Timur Tabi > --- >

[PATCH] [v3] powerpc/85xx: clean up FPGA device tree nodes for Freecsale QorIQ boards

2011-09-15 Thread Timur Tabi
Standarize and document the FPGA nodes used on Freescale QorIQ reference boards. There are different kinds of FPGAs used on the boards, but only two are currently standard: "pixis", "ngpixis", and "qixis". Although there are minor differences among the boards that have one kind of FPGA, most of t

Re: [PATCH] [v2] powerpc/85xx: clean up FPGA device tree nodes for Freecsale QorIQ boards

2011-09-15 Thread Timur Tabi
Kumar Gala wrote: >> >compatible = "fsl,p3060qds-fpga", "fsl,fpga-qixis"; > Right, I pulled those bits out of your patch. I was hoping you'd notice that in v3 of my patch, I changed fsl,p3060qds-qixis to fsl,p3060qds-fpga. I think "fsl,p3060qds-qixis", "fsl,fpga-qixis"; looks kinda

Re: [PATCH] [v2] powerpc/85xx: clean up FPGA device tree nodes for Freecsale QorIQ boards

2011-09-15 Thread Kumar Gala
On Sep 15, 2011, at 12:51 PM, Timur Tabi wrote: > Gala Kumar-B11780 wrote: >> I pulling the p3060qds bit out so drop that change from next patch. >> > > Ok, I'm thinking it should look like this: > > compatible = "fsl,p3060qds-fpga", "fsl,fpga-qixis"; Right, I pulled those bits out of y

Re: [PATCH] [v2] powerpc/85xx: clean up FPGA device tree nodes for Freecsale QorIQ boards

2011-09-15 Thread Timur Tabi
Gala Kumar-B11780 wrote: > I pulling the p3060qds bit out so drop that change from next patch. > Ok, I'm thinking it should look like this: compatible = "fsl,p3060qds-fpga", "fsl,fpga-qixis"; -- Timur Tabi Linux kernel developer at Freescale ___

Re: [PATCH] [v2] powerpc/85xx: clean up FPGA device tree nodes for Freecsale QorIQ boards

2011-09-15 Thread Timur Tabi
Kumar Gala wrote: > What happened to looking at pixis vs ngpixis ? Doh, I knew I was forgetting something. -- Timur Tabi Linux kernel developer at Freescale ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/

Re: [PATCH] [v2] powerpc/85xx: clean up FPGA device tree nodes for Freecsale QorIQ boards

2011-09-15 Thread Kumar Gala
On Sep 14, 2011, at 4:42 PM, Timur Tabi wrote: > Standarize and document the FPGA nodes used on Freescale QorIQ reference > boards. There are different kinds of FPGAs used on the boards, but > only two are currently standard: "pixis" and "qixis". Although there are > minor differences among the

[PATCH] RapidIO: documentation update

2011-09-15 Thread Alexandre Bounine
Update rapidio.txt to reflect changes from recent patch. See http://marc.info/?l=linux-kernel&m=131285620113589&w=2 for details. Signed-off-by: Alexandre Bounine Cc: Liu Gang --- Documentation/rapidio/rapidio.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Document

Re: [PATCH] powerpc: Fix deadlock in icswx code

2011-09-15 Thread Jimi Xenidis
On Sep 14, 2011, at 2:43 PM, Anton Blanchard wrote: Hi Anton, It would really help me a lot if you could review and maybe merge this with my earlier patch that splits this file. All it does is split.. I promise. You don't have to take the other stuf

Re: [PATCH] memory hotplug: Refuse to add unaligned memory regions

2011-09-15 Thread Andrew Morton
On Thu, 15 Sep 2011 06:26:15 +1000 Anton Blanchard wrote: > > The sysfs memory probe interface allows unaligned regions > to be added: > > # echo 0xff > /sys/devices/system/memory/probe > > # cat /proc/iomem > 00ff-01fe : System RAM > 01ff-02fe : System RAM > 02ff-03ff