[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 --- The following dependent patches should be applied first: http://patchwork.ozlabs.org/patch/4

[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 --- The following dependent patches should be applied first:

[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 --- include/configs/T102xQDS.h |4 ++-- include/configs/T102xRDB.h |4 ++-- include/configs/T1040QDS.h |4 ++-- include

[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 --- The following dependent patches should be applied first: http://patchwork.ozlabs.org/patch/4

[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 --- The following dependent patches should be applied first: http://patchwork.ozlabs.org/patch/4

[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 --- The following dependent patches should be applied first: http://patchwork.ozlabs.org/patch/4

[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 --- Depends on at minimum: Developed during T102X testing. http://patchwork.ozlabs.org/patch/4

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

2013-01-25 Thread Jeffrey Ladouceur
egister value. Also removed unnecessary static global variables. Signed-off-by: Jeffrey Ladouceur --- 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/mpc85xx/por