[PATCH 1/2] ATA: Add FSL sata v2 controller support

2011-01-19 Thread Xulei
In FSL sata v2 block, the snoop bit of PRDT Word3 description information is at bit28 instead of bit22. This patch adds FSL sata v2 probe and resolve this difference. Signed-off-by: Lei Xu Signed-off-by: Roy Zang Acked-by: Jeff Garzik --- drivers/ata/sata_fsl.c | 25 ++--

[PATCH 2/2] dts: Update sata controller compatible for p1022ds board

2011-01-19 Thread Xulei
Update p1022 sata compatible to "fsl,p1022-sata", "fsl,pq-sata-v2". p1022ds sata controller is v2 version comparing previous FSL sata controller, for example, mpc8536. Signed-off-by: Lei Xu Signed-off-by: Roy Zang --- arch/powerpc/boot/dts/p1022ds.dts |4 ++-- 1 files changed, 2 insertions(

[PATCH] ATA: Add FSL sata v2 controller support

2011-01-16 Thread Xulei
In FSL sata v2 block, the snoop bit of PRDT Word3 description information is at bit28 instead of bit22. This patch adds FSL sata v2 probe and resolve this difference. Signed-off-by: Xulei Signed-off-by: Roy Zang --- arch/powerpc/boot/dts/p1022ds.dts |4 ++-- drivers/ata/sata_fsl.c

Re: [PATCH] USB: Fix USB Kconfig dependency problem on 85xx/QoirQ platforms

2011-01-11 Thread xulei
Thanks very much. I'm sorry for that and will get it later. On 一, 2011-01-10 at 10:22 -0600, Kumar Gala wrote: > On Jan 10, 2011, at 4:06 AM, Xulei wrote: > > > For FSL PPC SoCs USB_ARCH_HAS_EHCI currently on depends on PPC_83xx. > > However that excludes support for USB

[PATCH] USB: Fix USB Kconfig dependency problem on 85xx/QoirQ platforms

2011-01-10 Thread Xulei
For FSL PPC SoCs USB_ARCH_HAS_EHCI currently on depends on PPC_83xx. However that excludes support for USB on 85xx & QorIQ devices. Use FSL_SOC insted which will get us 83xx, 85xx, QorIQ, and 5xxx which all have the same USB IP on them. Signed-off-by: Xulei Signed-off-by: Kumar

Re: [PATCH] I2C: Add support for 64bit system.

2010-12-20 Thread xulei
yes, it has been built and could access the RTC well. On 一, 2010-12-20 at 14:59 +, Ben Dooks wrote: > On Mon, Dec 20, 2010 at 03:37:34PM +0800, Xulei wrote: > > Currently I2C_MPC supports 32bit system only, then this > > modification makes it support 32bit and 64

[PATCH] I2C: Add support for 64bit system.

2010-12-20 Thread Xulei
Currently I2C_MPC supports 32bit system only, then this modification makes it support 32bit and 64bit system both. Signed-off-by: Xulei --- drivers/i2c/busses/Kconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses