Add tdm clock configuration in both qe clock system and
ucc fast controler.
Signed-off-by: Xie Xiaobo
Signed-off-by: Haiying Wang
---
arch/powerpc/include/asm/immap_qe.h | 5 +-
arch/powerpc/include/asm/qe.h | 13 +-
arch/powerpc/include/asm/ucc.h| 6 +-
arch/powerpc
-by: Xie Xiaobo
---
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 related init codes were factored out to a common file
Define a QE init function in common file, and avoid
the same codes being duplicated in board files.
Signed-off-by: Xie Xiaobo
---
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/platf
Hi Scott,
> -Original Message-
> From: Wood Scott-B07421
> Sent: Saturday, September 28, 2013 1:04 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
-by: Xie Xiaobo
---
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
arch/powerpc/boot/dts/p1025twr.dtsi | 274
Define a QE init function in common file, and avoid
the same codes being duplicated in board files.
Signed-off-by: Xie Xiaobo
---
V5 -> V4: add the board files modification, remove the qe_pic_init.
V4 -> V3: Nochange
arch/powerpc/platforms/85xx/common.c
> -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 supp
> -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
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-P
-by: Xie Xiaobo
---
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
arch/powerpc/boot/dts/p1025twr_32b.dts
Define two QE init functions in common file, and avoid
the same codes being duplicated in board files.
Signed-off-by: Xie Xiaobo
---
V4 -> V3: Nochange
arch/powerpc/platforms/85xx/common.c | 51 +++
arch/powerpc/platforms/85xx/mpc85xx.h | 8 ++
2 fi
Use common init functions instead of the duplicated codes
in some platforms with QUICC Engine.
Signed-off-by: Xie Xiaobo
---
V4: new patch
arch/powerpc/platforms/85xx/mpc85xx_mds.c | 55 ++-
arch/powerpc/platforms/85xx/mpc85xx_rdb.c | 36 ++--
2
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-B07
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
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
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
-by: Xie Xiaobo
---
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 | 135 ++
arch/powerpc/platforms
Define two QE init functions in common file, and avoid
the same codes being duplicated in board files.
Signed-off-by: Xie Xiaobo
---
V3 -> V2: Nochange
arch/powerpc/platforms/85xx/common.c | 47 +++
arch/powerpc/platforms/85xx/mpc85xx.h | 8 ++
2 fi
-by: Xie Xiaobo
---
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/platforms/85xx/Kconfig | 6 +
arch/powerpc
Define two QE init functions in common file, and avoid
the same codes being duplicated in board files.
Signed-off-by: Xie Xiaobo
---
arch/powerpc/platforms/85xx/common.c | 47 +++
arch/powerpc/platforms/85xx/mpc85xx.h | 8 ++
2 files changed, 55 insertions
-by: Xie Xiaobo
---
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/Makefile| 1 +
arch/powerpc/platforms/85xx
The properties indicates that the hardware supports waking up via magic packet.
Signed-off-by: Xie Xiaobo
---
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 ++-
arch/powerpc/boot
1. Add partitions for NOR and NAND Flash.
2. Additional attributes for sdhc.
Signed-off-by: Xie Xiaobo
---
arch/powerpc/boot/dts/fsl/mpc8536si-post.dtsi |5 ++
arch/powerpc/boot/dts/mpc8536ds.dts |6 ++-
arch/powerpc/boot/dts/mpc8536ds.dtsi | 93
* 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
Signed-off-by: Xie Xiaobo
---
d
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
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
---
drivers/mmc/host/sdhci-pltfm.c |5 -
1 files changed, 4 insertions(+), 1 deletions(-)
diff
26 matches
Mail list logo