Re: [PATCH] powerpc: Add Initiate Coprocessor Store Word (icswx) support

2011-04-23 Thread Benjamin Herrenschmidt
On Mon, 2011-04-18 at 11:36 +1000, Anton Blanchard wrote: > - By including linux/spinlock_types.h we can remove the dynamic > allocation > of the spinlock hack and simplify things a lot. Causes all sort of hell for me on some configs. Lockdep is not happy for example and there's some nasty inclu

[PATCH] [v1] powerpc/85xx: Add ULPI PHY support for P101x platforms

2011-04-23 Thread Ramneek Mehresh
Add support for USB ULPI (external) PHY for P101x platforms - for both USB Host and Peripheral modes Signed-off-by: Ramneek Mehresh --- Changes for v1: - removing the usage of variable temp Applies on git://git.am.freescale.net/mirrors/linux-2.6.git (branch master) drivers/usb/gadget/

[PATCH] powerpc/85xx: Add UTMI PHY support for 85xx platforms

2011-04-23 Thread Ramneek Mehresh
Add UTMI internal PHY support for P5020/P3041/P101x platforms. - for both USB Host and Peripheral modes Signed-off-by: Ramneek Mehresh Signed-off-by: Roy Zang --- Applies on git://git.am.freescale.net/mirrors/linux-2.6.git (branch master) drivers/usb/gadget/fsl_udc_core.c |7 ++- driv

[PATCH] powerpc/85xx: ULPI PHY support for P101x platforms

2011-04-23 Thread Ramneek Mehresh
Add support for USB ULPI (external) PHY for P101x platforms - for both USB Host and Peripheral modes Signed-off-by: Ramneek Mehresh --- Applies on git://git.am.freescale.net/mirrors/linux-2.6.git (branch master) drivers/usb/gadget/fsl_udc_core.c |6 ++ drivers/usb/gadget/fsl_usb2_udc.h