[PATCH] powerpc/85xx: Enable TWR_P102x option by default in mpc85xx_basic_defconfig

2015-11-30 Thread Pengbo Li
Enable TWR_P102x option by default in mpc85xx_basic_defconfig to support p1025twr board. Signed-off-by: Pengbo Li --- arch/powerpc/configs/mpc85xx_basic_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/powerpc/configs/mpc85xx_basic_defconfig b/arch/powerpc/configs

[PATCH v2] powerpc/85xx: Enable TWR_P102x option by default in mpc85xx_basic_defconfig

2015-11-18 Thread Pengbo Li
Enable TWR_P102x option by default in mpc85xx_basic_defconfig to support p1025twr board. Signed-off-by: Pengbo Li --- arch/powerpc/configs/mpc85xx_basic_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/powerpc/configs/mpc85xx_basic_defconfig b/arch/powerpc/configs

[PATCH] powerpc/85xx: Enable TWR_P102x option by default in mpc85xx_smp_defconfig

2015-10-27 Thread Pengbo Li
Enable TWR_P102x option by default in mpc85xx_smp_defconfig to support p1025twr board. Signed-off-by: Pengbo Li --- arch/powerpc/configs/mpc85xx_basic_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/powerpc/configs/mpc85xx_basic_defconfig b/arch/powerpc/configs

[PATCH v2] powerpc/85xx: p1025twr: add module conditional to fix QE-uart issue

2015-05-21 Thread Pengbo Li
From: Xie Xiaobo A ioport setting was needed when used the QE uart function on TWR-P1025. Added a conditional definition to avoid missing this setting when the QE-uart driver was bulit to a module. Signed-off-by: Xie Xiaobo Signed-off-by: Li Pengbo --- arch/powerpc/platforms/85xx/twr_p102x.c

[PATCH] powerpc/85xx: p1025twr: add module conditional to fix QE-uart issue

2015-04-29 Thread Pengbo Li
From: Xie Xiaobo A ioport setting was needed when used the QE uart function on TWR-P1025. Added a conditional definition to avoid missing this setting when the QE-uart driver was bulit to a module. Signed-off-by: Xie Xiaobo Change-Id: I95b40c760335ce5fa7a27a94287dbef28219b5fa Reviewed-on: http: