[PATCH] powerpc/qe: Setup clock source for TDM

2014-03-18 Thread Xie Xiaobo
Add tdm clock configuration in both qe clock system and ucc fast controler. Signed-off-by: Xie Xiaobo x@freescale.com Signed-off-by: Haiying Wang haiying.w...@freescale.com --- arch/powerpc/include/asm/immap_qe.h | 5 +- arch/powerpc/include/asm/qe.h | 13 +- arch/powerpc

[PATCH V6 1/2] powerpc/85xx: Add QE common init function

2013-11-06 Thread Xie Xiaobo
Define a QE init function in common file, and avoid the same codes being duplicated in board files. Signed-off-by: Xie Xiaobo x@freescale.com --- V6 - V5: add of_device_is_available check. V5 - V4: add the board files modification, remove the qe_pic_init. V4 - V3: Nochange arch/powerpc

[PATCH V6 2/2] powerpc/85xx: Add TWR-P1025 board support

2013-11-06 Thread Xie Xiaobo
michael.johns...@freescale.com Signed-off-by: Xie Xiaobo x@freescale.com --- Patch V6: Add a binding doc for ssd1289 device. Patch V5: Miscellaneous modification. e.g. move the qe ucc node into dtsi. Patch V4: Fix the mdio phy interrupt issue in dts Patch V3: fix pcie range issue in dts Patch V2: QE

RE: [PATCH V4 3/3] powerpc/85xx: Add TWR-P1025 board support

2013-09-26 Thread Xie Xiaobo-R63061
-Original Message- From: Wood Scott-B07421 Sent: Thursday, September 26, 2013 7:10 AM To: Xie Xiaobo-R63061 Cc: Wood Scott-B07421; linuxppc-dev@lists.ozlabs.org; Johnston Michael- R49610 Subject: Re: [PATCH V4 3/3] powerpc/85xx: Add TWR-P1025 board support On Wed, 2013-09-25

[PATCH V5 1/2] powerpc/85xx: Add QE common init function

2013-09-26 Thread Xie Xiaobo
Define a QE init function in common file, and avoid the same codes being duplicated in board files. Signed-off-by: Xie Xiaobo x@freescale.com --- V5 - V4: add the board files modification, remove the qe_pic_init. V4 - V3: Nochange arch/powerpc/platforms/85xx/common.c | 33

[PATCH V5 2/2] powerpc/85xx: Add TWR-P1025 board support

2013-09-26 Thread Xie Xiaobo
michael.johns...@freescale.com Signed-off-by: Xie Xiaobo x@freescale.com --- Patch V5: Miscellaneous modification. e.g. move the qe ucc node into dtsi. Patch V4: Fix the mdio phy interrupt issue in dts Patch V3: fix pcie range issue in dts Patch V2: QE related init codes were factored out to a common file

RE: [PATCH V4 3/3] powerpc/85xx: Add TWR-P1025 board support

2013-09-25 Thread Xie Xiaobo-R63061
Hi Scott, See the reply inline. -Original Message- From: Wood Scott-B07421 Sent: Wednesday, September 25, 2013 7:22 AM To: Xie Xiaobo-R63061 Cc: linuxppc-dev@lists.ozlabs.org; Johnston Michael-R49610 Subject: Re: [PATCH V4 3/3] powerpc/85xx: Add TWR-P1025 board support On Tue

RE: [PATCH V4 1/3] powerpc/85xx: Add QE common init functions

2013-09-25 Thread Xie Xiaobo-R63061
-Original Message- From: Wood Scott-B07421 Sent: Wednesday, September 25, 2013 7:13 AM To: Xie Xiaobo-R63061 Cc: linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH V4 1/3] powerpc/85xx: Add QE common init functions On Tue, 2013-09-24 at 18:48 +0800, Xie Xiaobo wrote: Define two

[PATCH V4 2/3] powerpc/85xx: Use common init functions for QE

2013-09-24 Thread Xie Xiaobo
Use common init functions instead of the duplicated codes in some platforms with QUICC Engine. Signed-off-by: Xie Xiaobo x@freescale.com --- V4: new patch arch/powerpc/platforms/85xx/mpc85xx_mds.c | 55 ++- arch/powerpc/platforms/85xx/mpc85xx_rdb.c | 36

[PATCH V4 1/3] powerpc/85xx: Add QE common init functions

2013-09-24 Thread Xie Xiaobo
Define two QE init functions in common file, and avoid the same codes being duplicated in board files. Signed-off-by: Xie Xiaobo x@freescale.com --- V4 - V3: Nochange arch/powerpc/platforms/85xx/common.c | 51 +++ arch/powerpc/platforms/85xx/mpc85xx.h | 8

[PATCH V4 3/3] powerpc/85xx: Add TWR-P1025 board support

2013-09-24 Thread Xie Xiaobo
michael.johns...@freescale.com Signed-off-by: Xie Xiaobo x@freescale.com --- Patch V4: Fix the mdio phy interrupt issue in dts Patch V3: fix pcie range issue in dts Patch V2: QE related init codes were factored out to a common file arch/powerpc/boot/dts/p1025twr.dtsi | 244

RE: [PATCH V3 1/2] powerpc/85xx: Add QE common init functions

2013-09-10 Thread Xie Xiaobo-R63061
Hi, Thank you very much. I will submit updated patch soon. Best Regards Xie Xiaobo -Original Message- From: Wood Scott-B07421 Sent: Friday, September 06, 2013 11:25 PM To: Xie Xiaobo-R63061 Cc: Wood Scott-B07421; linuxppc-dev@lists.ozlabs.org; ga...@kernel.crashing.org Subject: Re

RE: [PATCH V3 2/2] powerpc/85xx: Add TWR-P1025 board support

2013-09-10 Thread Xie Xiaobo-R63061
Hi Scott, I discuss it with Liu Shengzhou again. I tried interrupts = 1 1 0 0 instead of interrupts = 1 1 on P1025TWR, and it's OK. So I will add 2 cells for the interrupts property. Thank you. Best Regards Xie Xiaobo -Original Message- From: Wood Scott-B07421 Sent: Friday, September

RE: [PATCH V3 1/2] powerpc/85xx: Add QE common init functions

2013-09-06 Thread Xie Xiaobo-R63061
Hi Scott, I already remove these code from the P1025TWR platform file(see the 2/2 patch). Do you means I also need to remove these codes from the others platforms and use the common call instead? Thank you. Best Regards Xie Xiaobo -Original Message- From: Wood Scott-B07421 Sent

RE: [PATCH V3 2/2] powerpc/85xx: Add TWR-P1025 board support

2013-09-06 Thread Xie Xiaobo-R63061
Hi Scott, Thanks for your reminding and advice. I discuss this with Liu Shengzhou(the first person that remind me #interrupt-cells is 4), he advised removing the interrupts property from the phy node, because the mdio used the poll way preferentially. Best Regards Xie Xiaobo -Original

[PATCH V3 2/2] powerpc/85xx: Add TWR-P1025 board support

2013-09-02 Thread Xie Xiaobo
michael.johns...@freescale.com Signed-off-by: Xie Xiaobo x@freescale.com --- Patch V3: fix pcie range issue in dts Patch V2: QE related init codes were factored out to a common file arch/powerpc/boot/dts/p1025twr.dtsi | 244 arch/powerpc/boot/dts/p1025twr_32b.dts

[PATCH V3 1/2] powerpc/85xx: Add QE common init functions

2013-09-02 Thread Xie Xiaobo
Define two QE init functions in common file, and avoid the same codes being duplicated in board files. Signed-off-by: Xie Xiaobo x@freescale.com --- V3 - V2: Nochange arch/powerpc/platforms/85xx/common.c | 47 +++ arch/powerpc/platforms/85xx/mpc85xx.h | 8

[PATCH V2 2/2] powerpc/85xx: Add TWR-P1025 board support

2013-08-30 Thread Xie Xiaobo
michael.johns...@freescale.com Signed-off-by: Xie Xiaobo x@freescale.com --- Patch V2: QE related init codes were factored out to a common file arch/powerpc/boot/dts/p1025twr.dtsi | 244 arch/powerpc/boot/dts/p1025twr_32b.dts | 135 ++ arch/powerpc

[PATCH V2 1/2] powerpc/85xx: Add QE common init functions

2013-08-30 Thread Xie Xiaobo
Define two QE init functions in common file, and avoid the same codes being duplicated in board files. Signed-off-by: Xie Xiaobo x@freescale.com --- arch/powerpc/platforms/85xx/common.c | 47 +++ arch/powerpc/platforms/85xx/mpc85xx.h | 8 ++ 2 files

[PATCH] powerpc/85xx: Add TWR-P1025 board support

2013-04-25 Thread Xie Xiaobo
michael.johns...@freescale.com Signed-off-by: Xie Xiaobo x@freescale.com --- arch/powerpc/boot/dts/p1025twr.dtsi | 244 arch/powerpc/boot/dts/p1025twr_32b.dts | 135 ++ arch/powerpc/platforms/85xx/Kconfig | 6 + arch/powerpc/platforms/85xx

[PATCH 1/2] powerpc/dts: Add some DTS nodes and attributes for mpc8536ds

2012-01-17 Thread Xie Xiaobo
1. Add partitions for NOR and NAND Flash. 2. Additional attributes for sdhc. Signed-off-by: Xie Xiaobo x@freescale.com --- arch/powerpc/boot/dts/fsl/mpc8536si-post.dtsi |5 ++ arch/powerpc/boot/dts/mpc8536ds.dts |6 ++- arch/powerpc/boot/dts/mpc8536ds.dtsi | 93

[PATCH 2/2] powerpc/dts: Add magic-packet properties for etsec

2012-01-17 Thread Xie Xiaobo
The properties indicates that the hardware supports waking up via magic packet. Signed-off-by: Xie Xiaobo x@freescale.com --- arch/powerpc/boot/dts/fsl/pq3-etsec1-0.dtsi |3 ++- arch/powerpc/boot/dts/fsl/pq3-etsec1-1.dtsi |3 ++- arch/powerpc/boot/dts/fsl/pq3-etsec1-2.dtsi |3

[PATCH] net/ucc_geth: some fix in current kernel

2011-12-27 Thread Xie Xiaobo
* Revert commit ucc_geth: Fix hangs after switching from full to half duplex This commit impacted the driver in all link state change more than duplex change. * Change some parameters. Increased the BD ring length. Signed-off-by: Haiying Wang haiying.w...@freescale.com Signed-off-by: Xie

RE: [PATCH] mmc: sdhci-pltfm: Added sdhci-adjust-timeout quirk

2011-12-13 Thread Xie Xiaobo-R63061
Hi Changming, OK, you can merge my patch into your patches. Hi all, Please ignore this patch. Changming will send the similar patch. BRs Xie Xiaobo -Original Message- From: Huang Changming-R66093 Sent: 2011年12月13日 16:00 To: Xie Xiaobo-R63061; linuxppc-dev@lists.ozlabs.org Cc: avoront

[PATCH] mmc: sdhci-pltfm: Added sdhci-adjust-timeout quirk

2011-12-05 Thread Xie Xiaobo
Some controller provides an incorrect timeout value for transfers, So it need the quirk to adjust timeout value to 0xE. E.g. eSDHC of MPC8536, P1010, and P2020. Signed-off-by: Xie Xiaobo x@freescale.com --- drivers/mmc/host/sdhci-pltfm.c |5 - 1 files changed, 4 insertions(+), 1