From: Liu Gang Date: Sat, 12 Nov 2011 12:02:28 +0000 (+0800) Subject: fsl-rio: Split rio driver into two parts, RapidIO endpoint and message unit X-Git-Tag: v3.3-rc1~181^2~61^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ec4bedbf153a8ef71aeba99a40efef556b57798;p=pandora-kernel.git 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 Signed-off-by: Liu Gang Acked-by: Alexandre Bounine Signed-off-by: Kumar Gala --- Reading git-diff-tree failed