1. 14 Jul, 2011 5 commits
  2. 08 Jul, 2011 1 commit
  3. 06 Jul, 2011 1 commit
  4. 05 Jul, 2011 1 commit
    • Holger Brunck's avatar
      spi/fsl_spi: fix CPM spi driver · fb644095
      Holger Brunck authored
      This patch fixes the freescale spi driver for CPM. Without this
      patch SPI on CPM failed because cpm_muram_alloc_fixed tries to
      allocate muram in an preserved area. The error reported was:
      
      mpc8xxx_spi f0011a80.spi: can't allocate spi parameter ram
      mpc8xxx_spi: probe of f0011a80.spi failed with error -12
      
      Now the driver uses of_iomap to get access to this area
      similar to i2c driver driver in the i2c-cpm.c which has a
      similar device tree node. This is tested on a MPC8247 with CPM2.
      Signed-off-by: default avatarHolger Brunck <holger.brunck@keymile.com>
      Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
      fb644095
  5. 04 Jul, 2011 5 commits
  6. 19 Jun, 2011 1 commit
  7. 17 Jun, 2011 6 commits
  8. 16 Jun, 2011 3 commits
  9. 15 Jun, 2011 1 commit
  10. 13 Jun, 2011 10 commits
  11. 12 Jun, 2011 6 commits