[U-Boot] [PATCH V5] mpc85xx: inhibit qman and bman portals by default

2014-12-08 Thread Jeffrey Ladouceur
Not all portals might be managed and therefore visible. Set the isdr register so that the corresponding isr register won't be set. This is required when supporting power management. Signed-off-by: Jeffrey Ladouceur jeffrey.ladouc...@freescale.com --- The following dependent patches should

[U-Boot] [PATCH v4] mpc85xx: inhibit bman portals by default

2014-12-08 Thread Jeffrey Ladouceur
Not all portals might be managed and therefore visible. Set the isdr register so that the corresponding isr register won't be set. This is needed for deepsleep. Signed-off-by: Jeffrey Ladouceur jeffrey.ladouc...@freescale.com --- The following dependent patches should be applied first: http

[U-Boot] [PATCH v4] mpc85xx: inhibit bman portals by default

2014-12-03 Thread Jeffrey Ladouceur
Not all portals might be managed and therefore visible. Set the isdr register so that the corresponding isr register won't be set. This is needed for deepsleep. Signed-off-by: Jeffrey Ladouceur jeffrey.ladouc...@freescale.com --- The following dependent patches should be applied first: http

[U-Boot] [PATCH] powerpc/T10xx: Fix number of portals

2014-12-03 Thread Jeffrey Ladouceur
Following boards has incorrect number of portals defined. powerpc/T102xQDS powerpc/T102xRDB powerpc/T1040QDS powerpc/T104xRDB Signed-off-by: Jeffrey Ladouceur jeffrey.ladouc...@freescale.com --- include/configs/T102xQDS.h |4 ++-- include/configs/T102xRDB.h |4 ++-- include/configs

[U-Boot] [PATCH v3] mpc85xx: inhibit bman portals by default

2014-11-10 Thread Jeffrey Ladouceur
Not all portals might be managed and therefore visible. Set the isdr register so that the corresponding isr register won't be set. This is needed for deepsleep. Signed-off-by: Jeffrey Ladouceur jeffrey.ladouc...@freescale.com --- The following dependent patches should be applied first: http

[U-Boot] [U-Boot,v2] mpc85xx: inhibit bman portals by default

2014-11-08 Thread Jeffrey Ladouceur
Not all portals might be managed and therefore visible. Set the isdr register so that the corresponding isr register won't be set. This is needed for deepsleep. Signed-off-by: Jeffrey Ladouceur jeffrey.ladouc...@freescale.com --- The following dependent patches should be applied first: http

[U-Boot] mpc85xx: inhibit bman portals by default

2014-11-07 Thread Jeffrey Ladouceur
Not all portals might be managed and therefore visible. Set the isdr register so that the corresponding isr register won't be set. This is needed for deepsleep. Signed-off-by: Jeffrey Ladouceur jeffrey.ladouc...@freescale.com --- Depends on at minimum: Developed during T102X testing. http

[U-Boot] powerpc/mpc85xx: Add revision properties in portal device tree node 'pme'

2013-01-25 Thread Jeffrey Ladouceur
removed unnecessary static global variables. Signed-off-by: Jeffrey Ladouceur jeffrey.ladouc...@freescale.com --- arch/powerpc/cpu/mpc85xx/portals.c | 20 +--- 1 files changed, 17 insertions(+), 3 deletions(-) diff --git a/arch/powerpc/cpu/mpc85xx/portals.c b/arch/powerpc/cpu