Re: RapidIO: multiple mport support for QorIQ

2010-12-15 Thread Thomas Taranowski
I actually take most of this back, it looks like there is a path available so as not to fork the driver for the pseries. Thomas Taranowski Certified netburner consultant baringforge.com On Wed, Dec 15, 2010 at 12:40 PM, Thomas Taranowski wrote: >> >>> There is some divergance in respect to th

Re: [PATCH V6 00/10] Add-Synopsys-DesignWare-HS-USB-OTG-driver

2010-12-15 Thread Tirumala Marri
On Wed, Dec 15, 2010 at 2:17 AM, Neil Jones wrote: > Hi, > > I've looked at the patches but your email states there are 10 patches, > I can't see #1 and #10, only 2- 8 ?? > > It doesn't look like you have resolved the lockdep issues we have been > seeing, please get in contact as it > would be goo

Re: [PATCH 3/5] of/device: Make of_get_next_child() check status properties

2010-12-15 Thread Michael Ellerman
On Wed, 2010-12-15 at 10:35 -0800, Hollis Blanchard wrote: > On Wed, Dec 8, 2010 at 7:09 PM, David Gibson > wrote: > > On Thu, Dec 09, 2010 at 12:33:22PM +1100, Michael Ellerman wrote: > >> On Wed, 2010-12-08 at 15:01 -0600, Scott Wood wrote: > >> > On Wed, 8 Dec 2010 11:29:44 -0800 > >> > Deepak

Re: RapidIO: multiple mport support for QorIQ

2010-12-15 Thread Thomas Taranowski
> >> There is some divergance in respect to the memory map that is non-trivial >> that >> I'm not sure how to handle, since it totally hoses the common fsl_rio.c >> structures. >> I think I want to create a new set that's p2020 specific, but has potential >> to be >> shared with the other QorIQ

Re: Force FB off

2010-12-15 Thread Geert Uytterhoeven
On Wed, Dec 15, 2010 at 14:39, Jan Engelhardt wrote: > On Tuesday 2010-12-14 21:18, Dave Airlie wrote: >>On Wed, Dec 15, 2010 at 3:41 AM, Jan Engelhardt wrote: >> >>> >>>booting with video=off nor video=i915:off has any effect on skipping >>>FB. What is the correct option to stop FB from taking o

Re: [PATCH 3/5] of/device: Make of_get_next_child() check status properties

2010-12-15 Thread Hollis Blanchard
On Wed, Dec 8, 2010 at 7:09 PM, David Gibson wrote: > On Thu, Dec 09, 2010 at 12:33:22PM +1100, Michael Ellerman wrote: >> On Wed, 2010-12-08 at 15:01 -0600, Scott Wood wrote: >> > On Wed, 8 Dec 2010 11:29:44 -0800 >> > Deepak Saxena wrote: >> > >> > > We only return the next child if the device

Re: Force FB off

2010-12-15 Thread Rui Santos
Hi Jan, You could boot with "vga=normal i915.modeset=0". This will provide you with a 25x80 console. You can also use vga=ext for an somethingx50 console. Regards, Rui On 15-12-2010 13:39, Jan Engelhardt wrote: On Tuesday 2010-12-14 21:18, Dave Airlie wrote: On Wed, Dec 15, 2010 a

RE: RapidIO: multiple mport support for QorIQ

2010-12-15 Thread Bounine, Alexandre
Thomas Taranowski wrote: > I'm planning to add support for the multiple(2) mports supported by > the Freescale p2020 processor. I'm currently looking at the fsl layer > to add in support for multiple port enumeration, and work up from > there. It looks like the upper layers already have at leas

Re: Force FB off

2010-12-15 Thread Jan Engelhardt
On Tuesday 2010-12-14 21:18, Dave Airlie wrote: >On Wed, Dec 15, 2010 at 3:41 AM, Jan Engelhardt wrote: > >> >>booting with video=off nor video=i915:off has any effect on skipping >>FB. What is the correct option to stop FB from taking over my boot >>consoles? > >For KMS its not fb taking over i

Unbalanced enable for IRQ => phy_change

2010-12-15 Thread Jean-Michel Hautbois
Hi ! I am currently using a MPC8548 PowerPC board, and I have encountered the following problem : [   19.867849] Unbalanced enable for IRQ 48 [   19.867855] [ cut here ] [   19.873819] Badness at /.../kernel/irq/manage.c:174 [   19.873823] NIP: c0044acc LR: c0044acc CTR: c0

[PATCH v6] ppc44x:PHY fixup for USB on canyonlands board

2010-12-15 Thread Rupjyoti Sarmah
This fix is a reset for USB PHY that requires some amount of time for power to be stable on Canyonlands. Signed-off-by: Rupjyoti Sarmah --- changes from previous version: -- error paths updated -- leakage of a node corrected -- iounmap is called on vaddr arch/powerpc/boot/dts/canyonlands.dts

Re: [PATCH V6 00/10] Add-Synopsys-DesignWare-HS-USB-OTG-driver

2010-12-15 Thread Neil Jones
Hi, I've looked at the patches but your email states there are 10 patches, I can't see #1 and #10, only 2- 8 ?? It doesn't look like you have resolved the lockdep issues we have been seeing, please get in contact as it would be good to discuss our issues with this driver ( and our distain for Syn

RE: RapidIO: multiple mport support for QorIQ

2010-12-15 Thread Li Yang-R58472
> Subject: RapidIO: multiple mport support for QorIQ > > I'm planning to add support for the multiple(2) mports supported by the > Freescale > p2020 processor. I'm currently looking at the fsl layer to add in support for > multiple port enumeration, and work up from there. It looks like the upp