powerpc/QE: switch to the cpm_muram implementation
authorAnton Vorontsov <avorontsov@ru.mvista.com>
Fri, 23 May 2008 16:39:06 +0000 (20:39 +0400)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 10 Jun 2008 16:11:21 +0000 (11:11 -0500)
commit5093bb965a163fe288c3e5db0275165f86c895c2
tree77af9fbf28f45e277443be5abffb85feacc0097c
parentb13e930906b313d787f4dd07fe78b74a3a8c22c4
powerpc/QE: switch to the cpm_muram implementation

This is very trivial patch. We're transitioning to the cpm_muram_*
calls. That's it.

Less trivial changes:
- BD_SC_* defines were defined in the cpm.h and qe.h, so to avoid redefines
  we remove BD_SC from the qe.h and use cpm.h along with cpm_muram_*
  prototypes;
- qe_muram_dump was unused and thus removed;
- added some code to the cpm_common.c to support legacy QE bindings
  (data-only node name).
- For convenience, define qe_* calls to cpm_*. So drivers need not to be
  changed.

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/sysdev/Makefile
arch/powerpc/sysdev/cpm_common.c
arch/powerpc/sysdev/qe_lib/qe.c
include/asm-powerpc/cpm.h
include/asm-powerpc/qe.h