1. 09 10月, 2008 1 次提交
  2. 08 10月, 2008 1 次提交
    • G
      powerpc/mpc5200: fix build warnings on mpc52xx_psc_spi driver · a897ea13
      Grant Likely 提交于
      The register definitions have been changed for the mpc5200 PSC ports
      to cover some of the changes in the mpc5200b.  One change is that the
      ccr register is now a u32 instead of a u16.  However, for the purposes
      of this driver we want to continue to use 16 bit access to avoid
      changing the existing (working) behaviour.
      
      This patch allows the driver to continue to do 16 bit accesses without
      the compiler complaining about it.
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      a897ea13
  3. 07 10月, 2008 11 次提交
  4. 03 10月, 2008 4 次提交
  5. 02 10月, 2008 3 次提交
  6. 01 10月, 2008 1 次提交
    • K
      powerpc/math-emu: Use kernel generic math-emu code · d2b194ed
      Kumar Gala 提交于
      The math emulation code is centered around a set of generic macros that
      provide the core of the emulation that are shared by the various
      architectures and other projects (like glibc).  Each arch implements its
      own sfp-machine.h to specific various arch specific details.
      
      For historic reasons that are now lost the powerpc math-emu code had
      its own version of the common headers.  This moves us to using the
      kernel generic version and thus getting fixes when those are updated.
      
      Also cleaned up exception/error reporting from the FP emulation functions.
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      d2b194ed
  7. 30 9月, 2008 3 次提交
  8. 29 9月, 2008 3 次提交
  9. 25 9月, 2008 10 次提交
  10. 24 9月, 2008 3 次提交