[PATCH 1/1] MPC831x: fix PCI express probing

2013-05-27 Thread Sergey Gerasimov
-by: Sergey Gerasimov sergey.gerasi...@astrosoft-development.com --- arch/powerpc/sysdev/fsl_pci.c | 68 +++ 1 file changed, 30 insertions(+), 38 deletions(-) diff --git a/arch/powerpc/sysdev/fsl_pci.c b/arch/powerpc/sysdev/fsl_pci.c index 028ac1f..94d1bd4 100644

[PATCH 1/1] MPC831x: fix PCI express probing

2013-03-19 Thread Sergey Gerasimov
-by: Sergey Gerasimov sergey.gerasi...@astrosoft-development.com --- arch/powerpc/sysdev/fsl_pci.c | 67 +++ 1 file changed, 30 insertions(+), 37 deletions(-) diff --git a/arch/powerpc/sysdev/fsl_pci.c b/arch/powerpc/sysdev/fsl_pci.c index 682084d..b4f0873 100644

RE: [PATCH 1/1] Add a new platform tree for ib8315. Also add the DTS and the defconfig for that board.

2013-03-19 Thread Sergey Gerasimov
Yes. Ib8315 based on tqm8315. Ib8315 is baseboard that has the tqm8215m plugged in as the central part. -Original Message- From: Kumar Gala [mailto:ga...@kernel.crashing.org] Sent: 19 марта 2013 г. 00:18 To: Sergey Gerasimov Cc: Benjamin Herrenschmidt; Paul Mackerras; linuxppc-dev

[PATCH 1/1] For MPC831x the bus probing function needs the fixup to assign addresses to the PCI devices as it was for MPC85xx and MPC86xx. The fixup of the bridge vendor and device ID should be done e

2013-03-18 Thread Sergey Gerasimov
Signed-off-by: Sergey Gerasimov sergey.gerasi...@astrosoft-development.com --- arch/powerpc/sysdev/fsl_pci.c | 71 +-- 1 file changed, 34 insertions(+), 37 deletions(-) diff --git a/arch/powerpc/sysdev/fsl_pci.c b/arch/powerpc/sysdev/fsl_pci.c index