commit | 54e4b89da3acc492be4f5bace30cb1ba8e266ec7 | [log] [tgz] |
---|---|---|
author | Jerry Huang <Chang-Ming.Huang@freescale.com> | Thu Apr 08 15:56:07 2010 +0800 |
committer | Kumar Gala <galak@kernel.crashing.org> | Wed May 12 04:53:49 2010 -0500 |
tree | 7651b9e78c83ca3dc953a4f66ebd6cc8fb7b6fad | |
parent | c2b8c30bfe4e1bf31a301f9d569566a8f0bb2849 [diff] |
fsl-diu: Using I/O accessor to CCSR space Using PPC I/O accessor to DIU I/O space instead of directly read/write. It will prevent the dozen of compiler order issue and PPC hardware order issue for accessing I/O space. Using the toolchain(tc-fsl-x86lnx-e500-dp-4.3.74-2.i386.rpm) can show up the order issue of DIU driver. Signed-off-by: Dave Liu <daveliu@freescale.com> Signed-off-by: Jerry Huang <Chang-Ming.Huang@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>