[PATCH 1/5, v3] fsl-rio: Split rio driver into two parts, RapidIO endpoint and message unit

Bounine, Alexandre Alexandre.Bounine at idt.com
Thu Nov 17 00:36:32 EST 2011


> -----Original Message-----
> From: Liu Gang [mailto:Gang.Liu at freescale.com]
> Sent: Saturday, November 12, 2011 7:02 AM
> To: linuxppc-dev at lists.ozlabs.org; Bounine, Alexandre
> Cc: akpm at linux-foundation.org; linux-kernel at vger.kernel.org;
> r58472 at freescale.com; B11780 at freescale.com; r61911 at freescale.com; Liu
> Gang; Lian Minghuan; Kumar Gala
> Subject: [PATCH 1/5,v3] fsl-rio: Split rio driver into two parts,
> RapidIO endpoint and message unit
> 
> The Freescale PowerPC RapidIO controller consists of a RapidIO
endpoint
> and
> a RapidIO message unit(RMU). Or use RapidIO message manager(RMan) to
> replace the RMU in DPAA architecture. Therefore, we should split the
> code
> into two function modules according to the hardware architecture. Add
> new
> struct for RMU module, and new initialization function to set up RMU
> module. This policy is very conducive to adding new module like RMan,
> or
> adding multi-ports or message units support.
> 
> Signed-off-by: Lian Minghuan <Minghuan.Lian at freescale.com>
> Signed-off-by: Liu Gang <Gang.Liu at freescale.com>
> Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
> ---
>  arch/powerpc/sysdev/Makefile  |    2 +-
>  arch/powerpc/sysdev/fsl_rio.c | 1152
+--------------------------------
> -------
>  arch/powerpc/sysdev/fsl_rio.h |   78 +++
>  arch/powerpc/sysdev/fsl_rmu.c | 1163
> +++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 1267 insertions(+), 1128 deletions(-)
>  create mode 100644 arch/powerpc/sysdev/fsl_rio.h
>  create mode 100644 arch/powerpc/sysdev/fsl_rmu.c
> 

Acked-by: Alexandre Bounine <alexandre.bounine at idt.com>




More information about the Linuxppc-dev mailing list