Re: [PATCH 1/4] powerpc/mpc512x: Add initial support for TWR-MPC5125

2011-03-18 Thread vooon...@gmail.com
Hi Wolfram. I create function for select compat string and give name for registers. commit fe8895542d537567f43f99af8234e7326451197e Author: Ermakov Vladimir Date: Thu Mar 17 11:10:49 2011 +0300 Adds Freescale TWR-MPC5125 device tree and platform code. Currently following is supported:

Re: [PATCH 1/4, v3] powerpc/mpc512x: Add initial support for TWR-MPC5125

2011-03-18 Thread vooon...@gmail.com
a/arch/powerpc/platforms/512x/mpc512x_shared.c b/arch/powerpc/platforms/512x/mpc512x_shared.c index e41ebbd..e79d8ae 100644 --- a/arch/powerpc/platforms/512x/mpc512x_shared.c +++ b/arch/powerpc/platforms/512x/mpc512x_shared.c @@ -32,7 +32,7 @@ static struct mpc512x_reset_module __iomem *reset_modul

Re: [PATCH 1/3, v4] powerpc/mpc512x: Add initial support for TWR-MPC5125

2011-03-22 Thread vooon...@gmail.com
Adds Freescale TWR-MPC5125 device tree and platform code. Currently following is supported: - NAND - FEC1 and FEC2 - RTC - PSC UART NAND flash controller require more tests, so it will be later. Signed-off-by: Vladimir Ermakov --- v2: - add PSC compat string selection - add ioctl defines

Re: [PATCH 2/3,v2] serial: Add PSC UART support for MPC5125 SoC

2011-03-22 Thread vooon...@gmail.com
Adds PSC UART support for MPC5125 SoC. MPC5125 has different register map than in MPC5121. Signed-off-by: Vladimir Ermakov --- v2: - Replace hack with replacing struct mpc52xx_psc to proper code. --- arch/powerpc/include/asm/mpc52xx_psc.h | 49 drivers/tty/serial/mpc52xx_uart.c |

Re: [PATCH 3/3, v2] fs_enet: Add PHY interface selection for MPC5121 fs_enet.

2011-03-22 Thread vooon...@gmail.com
Add PHY interface selection for MPC5121 fs_enet. Adds phy-connection-type optional property for ethernet node. It should be rmii or mii. Signed-off-by: Vladimir Ermakov --- v2: - replace Kconfig to device tree - add phy-connection-type for mpc5121-fec nodes --- drivers/net/fs_enet/fec.h