
On Oct 14, 2011, at 12:07 AM, Kumar Gala wrote:
From: Minghuan Lian Minghuan.Lian@freescale.com
This patch is intended to initialize RMan LIODN related registers on P2041, P304S and P5020 SocS. It also adds the "rman@0" child node to qman-portal nodes, adds "fsl,liodn" property to RMan inbound block nodes.
Signed-off-by: Minghuan Lian Minghuan.Lian@freescale.com Signed-off-by: Kumar Gala galak@kernel.crashing.org
arch/powerpc/cpu/mpc85xx/liodn.c | 39 ++++++++++++++++++++++++++++++++ arch/powerpc/cpu/mpc85xx/p2041_ids.c | 14 +++++++++++ arch/powerpc/cpu/mpc85xx/p3041_ids.c | 14 +++++++++++ arch/powerpc/cpu/mpc85xx/p5020_ids.c | 14 +++++++++++ arch/powerpc/cpu/mpc85xx/portals.c | 6 +++++ arch/powerpc/include/asm/fsl_liodn.h | 8 ++++++ arch/powerpc/include/asm/fsl_portals.h | 4 +++ arch/powerpc/include/asm/immap_85xx.h | 13 ++++++++++ include/configs/P2041RDB.h | 1 + include/configs/P3041DS.h | 1 + include/configs/P5020DS.h | 1 + 11 files changed, 115 insertions(+), 0 deletions(-)
applied to 85xx
- k